diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 364568bffa..c672f195f4 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -56,7 +56,7 @@ if [[ ! -d gfs_post.fd ]] ; then rm -f ${topdir}/checkout-gfs_post.log git clone https://github.com/NOAA-EMC/EMC_post.git gfs_post.fd >> ${topdir}/checkout-gfs_post.log 2>&1 cd gfs_post.fd - git checkout upp_gfsv16_release.v1.0.7 + git checkout upp_gfsv16_release.v1.0.8 cd ${topdir} else echo 'Skip. Directory gfs_post.fd already exists.'