Skip to content

Commit

Permalink
Remove link to old 'fix_fv3' directory. Point to official
Browse files Browse the repository at this point in the history
directory location on wcoss2 (not Kate's directory).

Fixes ufs-community#659.
  • Loading branch information
GeorgeGayno-NOAA committed Jul 21, 2022
1 parent da9517f commit 7361b73
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions fix/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,12 @@ elif [ $machine = "jet" ]; then
elif [ $machine = "orion" ]; then
FIX_DIR="/work/noaa/global/glopara/fix_NEW"
elif [ $machine = "wcoss2" ]; then
FIX_DIR="/lfs/h2/emc/global/noscrub/kate.friedman/glopara/FIX/fix_NEW"
FIX_DIR="/lfs/h2/emc/global/save/emc.global/FIX/fix_NEW"
elif [ $machine = "s4" ]; then
FIX_DIR="/data/prod/glopara/fix"
fi

for dir in fix_am fix_fv3 fix_orog fix_fv3_gmted2010 fix_sfc_climo fix_fv3_fracoro; do
if [ $machine = "wcoss2" ] && [ $dir = "fix_fv3" ]; then
continue
fi
for dir in fix_am fix_orog fix_fv3_gmted2010 fix_sfc_climo fix_fv3_fracoro; do
if [ -d $dir ]; then
[[ $RUN_ENVIR = nco ]] && chmod -R 755 $dir
rm -rf $dir
Expand Down

0 comments on commit 7361b73

Please sign in to comment.