Skip to content

Commit

Permalink
VLab Issue #67188
Browse files Browse the repository at this point in the history
- new symlinks in link_fv3gfs.sh to link sub_* scripts from ufs_utils under util folder to handle path error when running fv3gfs_chgres.sh from upper level ush folder
- changed ufs_utils checkout to release/v2.0.0 branch ahead of getting new tag
  • Loading branch information
KateFriedman-NOAA committed Oct 23, 2019
1 parent 4d2ff34 commit be32842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ ! -d ufs_utils.fd ]] ; then
rm -f ${topdir}/checkout-ufs_utils.log
git clone https://github.com/NOAA-EMC/UFS_UTILS.git ufs_utils.fd >> ${topdir}/checkout-ufs_utils.fd.log 2>&1
cd ufs_utils.fd
#git checkout v1.0.0
git checkout release/v2.0.0
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 @@ -70,6 +70,10 @@ cd ${pwd}/../ush ||exit 8
fv3gfs_chgres.sh fv3gfs_make_grid.sh global_chgres.sh ; do
$LINK ../sorc/ufs_utils.fd/ush/$file .
done
cd ${pwd}/../util ||exit 8
for file in sub_slurm sub_wcoss_c sub_wcoss_d ; do
$LINK ../sorc/ufs_utils.fd/util/$file
done


#------------------------------
Expand Down

0 comments on commit be32842

Please sign in to comment.