diff --git a/Externals.cfg b/Externals.cfg index 763309bcf3..9ee8abd4f6 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -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 diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 7c5f418858..a43ee70dc2 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -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.'