Skip to content

Commit

Permalink
modified: checkout.sh to check out gldas_gfsv16_release.v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfanglin committed May 12, 2020
1 parent 0c0614c commit 4291349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ ! -d gldas.fd ]] ; then
rm -f ${topdir}/checkout-gldas.log
git clone https://github.com/NOAA-EMC/GLDAS gldas.fd >> ${topdir}/checkout-gldas.fd.log 2>&1
cd gldas.fd
git checkout gldas_gfsv16_release.v1.1.0
git checkout gldas_gfsv16_release.v1.2.0
cd ${topdir}
else
echo 'Skip. Directory gldas.fd already exists.'
Expand Down

0 comments on commit 4291349

Please sign in to comment.