Skip to content

Commit

Permalink
Update GSI tag to gfsda.v16.3.20
Browse files Browse the repository at this point in the history
New tag includes updated global_convinfo.txt for turning
on PlanetIQ assimilation.

Refs NOAA-EMC#2558
  • Loading branch information
KateFriedman-NOAA committed Dec 9, 2024
1 parent 574d8c5 commit 17bed9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ protocol = git
required = True

[GSI]
tag = gfsda.v16.3.19
tag = gfsda.v16.3.20
local_path = sorc/gsi.fd
repo_url = https://github.com/NOAA-EMC/GSI.git
protocol = git
Expand Down
3 changes: 2 additions & 1 deletion docs/Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The checkout script extracts the following GFS components:
| --------- | ----------- | ----------------- |
| 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.19 | Andrew.Collard@noaa.gov |
| GSI | gfsda.v16.3.20 | Andrew.Collard@noaa.gov |
| UFS_UTILS | ops-gfsv16.3.0 | George.Gayno@noaa.gov |
| POST | upp_v8.3.0 | Wen.Meng@noaa.gov |
| WAFS | gfs_wafs.v6.3.3 | Yali.Mao@noaa.gov |
Expand Down Expand Up @@ -124,3 +124,4 @@ DOCUMENTATION
PREPARED BY
-----------
Kate.Friedman@noaa.gov
Andrew.Collard@noaa.gov
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
echo gsi checkout ...
if [[ ! -d gsi.fd ]] ; then
rm -f ${topdir}/checkout-gsi.log
git clone --recursive --branch gfsda.v16.3.19 https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
git clone --recursive --branch gfsda.v16.3.20 https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
cd gsi.fd
git submodule update --init
cd ${topdir}
Expand Down

0 comments on commit 17bed9d

Please sign in to comment.