Skip to content

Commit

Permalink
Merge branch 'develop' into feature/new_ip
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Oct 14, 2022
2 parents 5cf0dd8 + 3c74c99 commit 2dd1efb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fix/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ fi
if [ $RUN_ENVIR != emc -a $RUN_ENVIR != nco ]; then
set +x
echo '***ERROR*** unsupported run environment'
echo ' Must choose either "nco" or "emc".'
exit 1
fi

if [ $machine != wcoss2 -a $machine != hera -a $machine != jet -a $machine != orion -a $machine != s4 ]; then
Expand All @@ -27,7 +29,7 @@ fi

LINK="ln -fs"
SLINK="ln -fs"
[[ $RUN_ENVIR = nco ]] && LINK="cp -rp"
[[ $RUN_ENVIR = nco ]] && LINK="cp -rpL"

pwd=$(pwd -P)

Expand Down

0 comments on commit 2dd1efb

Please sign in to comment.