Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# External sub-modules of global-workflow

[FV3GFS]
tag = GFS.v16.3.0
tag = GFS.v16.3.1
local_path = sorc/fv3gfs.fd
repo_url = https://github.com/ufs-community/ufs-weather-model.git
protocol = git
Expand Down
5 changes: 4 additions & 1 deletion docs/Release_Notes.gfs.v16.3.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ GFS V16.3.10 RELEASE NOTES
PRELUDE
-------

Enable the monitoring of NOAA-21 and GOES-18 radiances in the GFS. A new version of CRTM with new coefficient files is required and included in this change.

IMPLEMENTATION INSTRUCTIONS
---------------------------
Expand All @@ -23,7 +24,7 @@ The checkout script extracts the following GFS components:

| Component | Tag | POC |
| --------- | ----------- | ----------------- |
| MODEL | GFS.v16.3.0 | Jun.Wang@noaa.gov |
| MODEL | GFS.v16.3.1 | Jun.Wang@noaa.gov |
| GLDAS | gldas_gfsv16_release.v.2.1.0 | Helin.Wei@noaa.gov |
| GSI | gfsda.v16.3.10 | Andrew.Collard@noaa.gov |
| UFS_UTILS | ops-gfsv16.3.0 | George.Gayno@noaa.gov |
Expand Down Expand Up @@ -130,3 +131,5 @@ PREPARED BY
Kate.Friedman@noaa.gov
Andrew.Collard@noaa.gov
Iliana.Genkova@noaa.gov
Wen.Meng@noaa.gov
Jun.Wang@noaa.gov
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo $topdir
echo fv3gfs checkout ...
if [[ ! -d fv3gfs.fd ]] ; then
rm -f ${topdir}/checkout-fv3gfs.log
git clone --recursive --branch GFS.v16.3.0 https://github.com/ufs-community/ufs-weather-model.git fv3gfs.fd >> ${topdir}/checkout-fv3gfs.log 2>&1
git clone --recursive --branch GFS.v16.3.1 https://github.com/ufs-community/ufs-weather-model.git fv3gfs.fd >> ${topdir}/checkout-fv3gfs.log 2>&1
cd ${topdir}
else
echo 'Skip. Directory fv3gfs.fd already exists.'
Expand Down