Skip to content

Commit

Permalink
Merge pull request #617 from KateFriedman-NOAA/feature/ops-wcoss2
Browse files Browse the repository at this point in the history
Update GLDAS tag to gldas_gfsv16_release.v1.28.0
  • Loading branch information
KateFriedman-NOAA authored Jan 28, 2022
2 parents a2823cd + cacd3de commit ea3ff8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Release_Notes.gfs.v16.2.0.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.2.0 | Jun.Wang@noaa.gov |
| GSI | gfsda.v16.2.0 | Russ.Treadon@noaa.gov |
| GLDAS | gldas_gfsv16_release.v1.25.0 | Helin.Wei@noaa.gov |
| GLDAS | gldas_gfsv16_release.v.1.28.0 | Helin.Wei@noaa.gov |
| UFS_UTILS | ops-gfsv16.2.0 | George.Gayno@noaa.gov |
| POST | upp_v8.1.0 | Wen.Meng@noaa.gov |
| WAFS | gfs_wafs.v6.2.7 | Yali.Mao@noaa.gov |
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi
echo gldas checkout ...
if [[ ! -d gldas.fd ]] ; then
rm -f ${topdir}/checkout-gldas.log
git clone --branch gldas_gfsv16_release.v1.25.0 https://github.com/NOAA-EMC/GLDAS gldas.fd >> ${topdir}/checkout-gldas.fd.log 2>&1
git clone --branch gldas_gfsv16_release.v.1.28.0 https://github.com/NOAA-EMC/GLDAS gldas.fd >> ${topdir}/checkout-gldas.fd.log 2>&1
cd ${topdir}
else
echo 'Skip. Directory gldas.fd already exists.'
Expand Down

0 comments on commit ea3ff8c

Please sign in to comment.