From eb0e3b4d009047251c535eea6fdc5958e58e68f7 Mon Sep 17 00:00:00 2001 From: "fanglin.yang" Date: Tue, 16 Jun 2020 14:43:29 +0000 Subject: [PATCH] update checkout.sh to switch back to post version upp_gfsv16_release.v1.0.8. 1.0.9 still has issues. --- sorc/checkout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorc/checkout.sh b/sorc/checkout.sh index ba4e1751b4..3f55a082e0 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -55,7 +55,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.9 + git checkout upp_gfsv16_release.v1.0.8 cd ${topdir} else echo 'Skip. Directory gfs_post.fd already exists.'