diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 9a5675fb29..e067fa7d04 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -19,11 +19,9 @@ fi echo gsi checkout ... if [[ ! -d gsi.fd ]] ; then rm -f ${topdir}/checkout-gsi.log - #git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1 - git clone --recursive https://github.com/CoryMartin-NOAA/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1 + git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1 cd gsi.fd - #git checkout release/gfsda.v16.0.0 - git checkout feature/gdaschgres + git checkout release/gfsda.v16.0.0 git submodule update cd ${topdir} else