Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions sorc/build_ufs_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ cd ufs_utils.fd/sorc

./build_all_ufs_utils.sh

./link_fixdirs.sh emc $target

exit

8 changes: 4 additions & 4 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ fi
echo gsi checkout ...
if [[ ! -d gsi.fd ]] ; then
rm -f ${LOG_DIR}/checkout-gsi.log
git clone --recursive gerrit:ProdGSI gsi.fd >> ${LOG_DIR}/checkout-gsi.fd.log 2>&1
git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${LOG_DIR}/checkout-gsi.fd.log 2>&1
rc=$?
((err+=$rc))
cd gsi.fd
git checkout gefs_v12.0.0
git checkout gefs_v12.0.1
git submodule update
cd ${topdir}
else
Expand All @@ -73,7 +73,7 @@ if [[ ! -d gfs_post.fd ]] ; then
rc=$?
((err+=$rc))
cd gfs_post.fd
git checkout gefs_v12.0.0
git checkout gefs_v12.0.1
cd ${topdir}
else
echo 'Skip. Directory gfs_post.fd already exists.'
Expand All @@ -99,7 +99,7 @@ if [[ ! -d gsd_prep_chem.fd ]] ; then
rc=$?
((err+=$rc))
cd gsd_prep_chem.fd
git checkout gefs_v12.0.0-2
git checkout gefs_v12.0.1
cd ${topdir}
else
echo 'Skip. Directory gsd_prep_chem.fd already exists.'
Expand Down
4 changes: 4 additions & 0 deletions sorc/link_fv3gfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ for dir in fix_am fix_chem fix_fv3 fix_orog fix_fv3_gmted2010 fix_verif; do
done
$LINK $FIX_DIR/* .

if [ -d ${pwd}/ufs_utils.fd ]; then
cd ${pwd}/ufs_utils.fd/sorc
./link_fixdirs.sh $RUN_ENVIR $machine
fi

#---------------------------------------
#--add files from external repositories
Expand Down