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 GFS version to v16.3.22 #3095

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
18 changes: 9 additions & 9 deletions docs/Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GFS V16.3.21 RELEASE NOTES
GFS V16.3.22 RELEASE NOTES

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

```bash
cd $PACKAGEROOT
mkdir gfs.v16.3.21
cd gfs.v16.3.21
git clone -b EMC-v16.3.21 https://github.com/NOAA-EMC/global-workflow.git .
mkdir gfs.v16.3.22
cd gfs.v16.3.22
git clone -b EMC-v16.3.22 https://github.com/NOAA-EMC/global-workflow.git .
cd sorc
./checkout.sh -o
```
Expand Down Expand Up @@ -49,7 +49,7 @@ cd ../ecf
VERSION FILE CHANGES
--------------------

* `versions/run.ver` - change `version=v16.3.21` and `gfs_ver=v16.3.21`
* `versions/run.ver` - change `version=v16.3.22` and `gfs_ver=v16.3.22`

SORC CHANGES
------------
Expand Down Expand Up @@ -170,22 +170,22 @@ PRE-IMPLEMENTATION TESTING REQUIREMENTS
DISSEMINATION INFORMATION
-------------------------

* No changes from GFS v16.3.20
* No changes from GFS v16.3.21

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

* No changes from GFS v16.3.20
* No changes from GFS v16.3.21

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

* No changes from GFS v16.3.20
* No changes from GFS v16.3.21

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

* No changes from GFS v16.3.20
* No changes from GFS v16.3.21

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.21
export gfs_ver=v16.3.21
export version=v16.3.22
export gfs_ver=v16.3.22
export ukmet_ver=v2.2
export ecmwf_ver=v2.1
export nam_ver=v4.2
Expand Down