Skip to content

Commit

Permalink
Update GSL-prep-chem & FV3-GSDCHEM-WW3 from vlab to github
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v12_github
 Changes to be committed:
	modified:   sorc/checkout.sh

Refs: NOAA-EMC#348
  • Loading branch information
XianwuXue-NOAA committed Jun 24, 2021
1 parent 74b9e1f commit c8e49b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ err=0
echo fv3gfs checkout ...
if [[ ! -d fv3gfs.fd ]] ; then
rm -f ${topdir}/checkout-fv3gfs.log
git clone --recursive gerrit:EMC_FV3-GSDCHEM-WW3 fv3gfs.fd >> ${LOG_DIR}/checkout-fv3gfs.log 2>&1
git clone https://github.com/XianwuXue-NOAA/FV3-GSDCHEM-WW3.git fv3gfs.fd >> ${LOG_DIR}/checkout-fv3gfs.log 2>&1
rc=$?
((err+=$rc))
cd fv3gfs.fd
Expand Down Expand Up @@ -83,7 +83,7 @@ fi
echo GSD-prep-chem checkout ...
if [[ ! -d gsd_prep_chem.fd ]] ; then
rm -f ${LOG_DIR}/checkout-gsd-prep-chem.log
git clone gerrit:GSD-prep-chem gsd_prep_chem.fd >> ${LOG_DIR}/checkout-gsd-prep-chem.log 2>&1
git clone https://github.com/NOAA-GSL/GSL-prep-chem.git gsd_prep_chem.fd >> ${LOG_DIR}/checkout-gsd-prep-chem.log 2>&1
rc=$?
((err+=$rc))
cd gsd_prep_chem.fd
Expand Down

0 comments on commit c8e49b4

Please sign in to comment.