Skip to content

Commit

Permalink
Update gsd-prep-chem to use NOAA-GSL 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 5, 2021
1 parent 59feb05 commit c330c2e
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 @@ -86,12 +86,11 @@ fi
echo GSD-prep-chem checkout ...
if [[ ! -d gsd_prep_chem.fd ]] ; then
rm -f ${LOG_DIR}/checkout-gsd-prep-chem.log
git clone https://github.com/XianwuXue-NOAA/GSL-prep-chem.git gsd_prep_chem.fd >> ${LOG_DIR}/checkout-gsd-prep-chem.log 2>&1
#git clone git@github.com:XianwuXue-NOAA/GSL-prep-chem.git 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
git checkout feature/gefs_v12_port2acorn
git checkout gefs_v12.2.0
cd ${topdir}
else
echo 'Skip. Directory gsd_prep_chem.fd already exists.'
Expand Down

0 comments on commit c330c2e

Please sign in to comment.