Skip to content

Commit

Permalink
Change FV3-GSDCHEM-WW3 back to EMC repo
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v12_github_port2acorn
 Changes to be committed:
	modified:   sorc/checkout.sh

Refs: NOAA-EMC#345
  • Loading branch information
XianwuXue-NOAA committed Nov 13, 2021
1 parent f310f3c commit 3e39692
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3e39692

Please sign in to comment.