Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GSI upgrade version to v16.3.12 #2034

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GFS V16.3.11 RELEASE NOTES
GFS V16.3.12 RELEASE NOTES

-------
PRELUDE
Expand All @@ -13,9 +13,9 @@ The NOAA VLab and the NOAA-EMC and NCAR organization spaces on GitHub .com are u

```bash
cd $PACKAGEROOT
mkdir gfs.v16.3.11
cd gfs.v16.3.11
git clone -b EMC-v16.3.11 https://github.com/NOAA-EMC/global-workflow.git .
mkdir gfs.v16.3.12
cd gfs.v16.3.12
git clone -b EMC-v16.3.12 https://github.com/NOAA-EMC/global-workflow.git .
cd sorc
./checkout.sh -o
```
Expand Down Expand Up @@ -54,22 +54,22 @@ VERSION FILE CHANGES
--------------------

* `versions/build.ver` - change `crtm_ver=2.4.0.1`
* `versions/run.ver` - change `version=v16.3.11`, `gfs_ver=v16.3.11`, and `crtm_ver=2.4.0.1`
* `versions/run.ver` - change `version=v16.3.12`, `gfs_ver=v16.3.12`, and `crtm_ver=2.4.0.1`

SORC CHANGES
------------

* No changes from GFS v16.3.10
* No changes from GFS v16.3.11

JOBS CHANGES
------------

* No changes from GFS v16.3.10
* No changes from GFS v16.3.11

PARM/CONFIG CHANGES
-------------------

* No changes from GFS v16.3.10
* No changes from GFS v16.3.11

SCRIPT CHANGES
--------------
Expand All @@ -85,17 +85,17 @@ FIX CHANGES
MODULE CHANGES
--------------

* No changes from GFS v16.3.10
* No changes from GFS v16.3.11

CHANGES TO FILE SIZES
---------------------

* No changes from GFS v16.3.10
* No changes from GFS v16.3.11

ENVIRONMENT AND RESOURCE CHANGES
--------------------------------

* No changes from GFS v16.3.10
* No changes from GFS v16.3.11

PRE-IMPLEMENTATION TESTING REQUIREMENTS
---------------------------------------
Expand All @@ -108,22 +108,22 @@ PRE-IMPLEMENTATION TESTING REQUIREMENTS
DISSEMINATION INFORMATION
-------------------------

* No changes from GFS v16.3.10
* No changes from GFS v16.3.11

HPSS ARCHIVE
------------

* No changes from GFS v16.3.10
* No changes from GFS v16.3.11

JOB DEPENDENCIES AND FLOW DIAGRAM
---------------------------------

* No changes from GFS v16.3.10
* No changes from GFS v16.3.11

DOCUMENTATION
-------------

* No changes from GFS v16.3.10
* No changes from GFS v16.3.11

PREPARED BY
-----------
Expand Down
4 changes: 2 additions & 2 deletions versions/run.ver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export version=v16.3.11
export gfs_ver=v16.3.11
export version=v16.3.12
export gfs_ver=v16.3.12
export ukmet_ver=v2.2
export ecmwf_ver=v2.1
export nam_ver=v4.2
Expand Down