From 3e39692bca1d0b2dc5cac11f88591c3ff690f8f6 Mon Sep 17 00:00:00 2001 From: "Xianwu.Xue" Date: Fri, 12 Nov 2021 21:56:09 -0500 Subject: [PATCH] Change FV3-GSDCHEM-WW3 back to EMC repo On branch feature/gefs_v12_github_port2acorn Changes to be committed: modified: sorc/checkout.sh Refs: #345 --- sorc/checkout.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 02214747fc..6fb62ab9d3 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -26,12 +26,11 @@ err=0 echo fv3gfs checkout ... if [[ ! -d fv3gfs.fd ]] ; then rm -f ${topdir}/checkout-fv3gfs.log - git clone https://github.com/XianwuXue-NOAA/FV3-GSDCHEM-WW3.git fv3gfs.fd >> ${LOG_DIR}/checkout-fv3gfs.log 2>&1 - #git clone git@github.com:XianwuXue-NOAA/FV3-GSDCHEM-WW3.git fv3gfs.fd >> ${LOG_DIR}/checkout-fv3gfs.log 2>&1 + git clone https://github.com/NOAA-EMC/FV3-GSDCHEM-WW3.git fv3gfs.fd >> ${LOG_DIR}/checkout-fv3gfs.log 2>&1 rc=$? ((err+=$rc)) cd fv3gfs.fd - git checkout feature/gefs_v12_github + git checkout release/gefs_v12 git submodule update --init --recursive rc=$? ((err+=$rc))