From e6003773c0af51bd15eb2bdb6831c99dcce1cc5b Mon Sep 17 00:00:00 2001 From: "fanglin.yang" Date: Tue, 24 Nov 2020 03:25:23 +0000 Subject: [PATCH] modified: checkout.sh to use WAFS tag gfs_wafs.v6.0.16 --- sorc/checkout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 75910f4d9b..bd7f319ef1 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -95,7 +95,7 @@ if [[ ! -d gfs_wafs.fd ]] ; then rm -f ${topdir}/checkout-gfs_wafs.log git clone --recursive https://github.com/NOAA-EMC/EMC_gfs_wafs.git gfs_wafs.fd >> ${topdir}/checkout-gfs_wafs.log 2>&1 cd gfs_wafs.fd - git checkout gfs_wafs.v6.0.14 + git checkout gfs_wafs.v6.0.16 cd ${topdir} else echo 'Skip. Directory gfs_wafs.fd already exists.'