Skip to content

Commit

Permalink
Update GFS version to v16.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Nov 13, 2024
1 parent f40df92 commit 0de673d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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

0 comments on commit 0de673d

Please sign in to comment.