diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 9631e8a3d4..b62a96cf85 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -21,8 +21,7 @@ if [[ ! -d gsi.fd ]] ; then rm -f ${topdir}/checkout-gsi.log git clone --recursive gerrit:ProdGSI gsi.fd >> ${topdir}/checkout-gsi.log 2>&1 cd gsi.fd - #git checkout gfsda.v15.3.2 - git checkout gfsda.v15.3.3 # with EUM bufr changes + git checkout gfsda.v15.3.3 git submodule update cd ${topdir} else