Skip to content

Commit

Permalink
Update GLDAS tag to gldas_gfsv16_release.v.2.1.0
Browse files Browse the repository at this point in the history
New GLDAS tag includes:
- updates for hpc-stack-gfsv16 modules on Hera/Orion
- adding the "atmos" subfolder to the PRCP CPC gauge GDA path

Refs: NOAA-EMC#665, NOAA-EMC#802
  • Loading branch information
KateFriedman-NOAA committed Jun 10, 2022
1 parent 09e18cf commit 6c2d923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protocol = git
required = True

[GLDAS]
tag = gldas_gfsv16_release.v.2.0.0
tag = gldas_gfsv16_release.v.2.1.0
local_path = sorc/gldas.fd
repo_url = https://github.com/NOAA-EMC/GLDAS.git
protocol = git
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
echo gldas checkout ...
if [[ ! -d gldas.fd ]] ; then
rm -f ${topdir}/checkout-gldas.log
git clone --branch gldas_gfsv16_release.v.2.0.0 https://github.com/NOAA-EMC/GLDAS gldas.fd >> ${topdir}/checkout-gldas.fd.log 2>&1
git clone --branch gldas_gfsv16_release.v.2.1.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 6c2d923

Please sign in to comment.