Skip to content

Commit

Permalink
Issue #5 - GLDAS tag update, rocoto module update, UFS_UTILS branch a…
Browse files Browse the repository at this point in the history
…nd build update
  • Loading branch information
KateFriedman-NOAA committed Aug 3, 2020
1 parent 0a8e95b commit 206797c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion modulefiles/module_base.orion
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module load esmflocal/8.0.1.08bs
module load post-intel-sandybridge/8.0.5

module load contrib
module load rocoto/1.3.1
module load rocoto/1.3.2
module load slurm/19.05.3-2

# Python
Expand Down
8 changes: 2 additions & 6 deletions sorc/build_ufs_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ cwd=`pwd`
if [ $target = wcoss_dell_p3 ]; then target=dell; fi
if [ $target = wcoss_cray ]; then target=cray; fi

cd ufs_utils.fd
cd ufs_utils.fd/sorc

./build_all.sh

cd fix

./link_fixdirs.sh emc $target
./build_all_ufs_utils.sh

exit

6 changes: 2 additions & 4 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ if [[ ! -d gldas.fd ]] ; then
rm -f ${topdir}/checkout-gldas.log
git clone https://github.com/NOAA-EMC/GLDAS.git gldas.fd >> ${topdir}/checkout-gldas.fd.log 2>&1
cd gldas.fd
#git checkout gldas_gfsv16_release.v1.3.0
git checkout feature/orion_port
git checkout gldas_gfsv16_release.v1.3.0
cd ${topdir}
else
echo 'Skip. Directory gldas.fd already exists.'
Expand All @@ -46,8 +45,7 @@ if [[ ! -d ufs_utils.fd ]] ; then
#git clone https://github.com/NOAA-EMC/UFS_UTILS.git ufs_utils.fd >> ${topdir}/checkout-ufs_utils.fd.log 2>&1
git clone --recursive https://github.com/GeorgeGayno-NOAA/UFS_UTILS.git ufs_utils.fd >> ${topdir}/checkout-ufs_utils.fd.log 2>&1
cd ufs_utils.fd
#git checkout release/ops-gfsv16
git checkout feature/orion
git checkout release/ops-gfsv16
cd ${topdir}
else
echo 'Skip. Directory ufs_utils.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_fv3_gmted2010 fix_gldas fix_orog fix_sfc_
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

0 comments on commit 206797c

Please sign in to comment.