Skip to content

Commit

Permalink
Change the components in g-w to use my repo
Browse files Browse the repository at this point in the history
For the next porting to acorn

 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 Jun 24, 2021
1 parent c8e49b4 commit cd784f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fi
echo gsi checkout ...
if [[ ! -d gsi.fd ]] ; then
rm -f ${LOG_DIR}/checkout-gsi.log
git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${LOG_DIR}/checkout-gsi.fd.log 2>&1
git clone --recursive https://github.com/XianwuXue-NOAA/GSI.git gsi.fd >> ${LOG_DIR}/checkout-gsi.fd.log 2>&1
rc=$?
((err+=$rc))
cd gsi.fd
Expand All @@ -56,7 +56,7 @@ fi
echo ufs_utils checkout ...
if [[ ! -d ufs_utils.fd ]] ; then
rm -f ${topdir}/checkout-ufs_utils.log
git clone --recursive https://github.com/NOAA-EMC/UFS_UTILS.git ufs_utils.fd >> ${LOG_DIR}/checkout-ufs_utils.fd.log 2>&1
git clone --recursive https://github.com/XianwuXue-NOAA/UFS_UTILS.git ufs_utils.fd >> ${LOG_DIR}/checkout-ufs_utils.fd.log 2>&1
rc=$?
((err+=$rc))
cd ufs_utils.fd
Expand All @@ -70,7 +70,7 @@ fi
echo EMC_post checkout ...
if [[ ! -d gfs_post.fd ]] ; then
rm -f ${topdir}/checkout-gfs_post.log
git clone --recursive https://github.com/NOAA-EMC/EMC_post.git gfs_post.fd >> ${LOG_DIR}/checkout-gfs_post.log 2>&1
git clone --recursive https://github.com/XianwuXue-NOAA/EMC_post.git gfs_post.fd >> ${LOG_DIR}/checkout-gfs_post.log 2>&1
rc=$?
((err+=$rc))
cd gfs_post.fd
Expand All @@ -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 https://github.com/NOAA-GSL/GSL-prep-chem.git gsd_prep_chem.fd >> ${LOG_DIR}/checkout-gsd-prep-chem.log 2>&1
git clone https://github.com/XianwuXue-NOAA/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 cd784f5

Please sign in to comment.