Skip to content

Commit

Permalink
Remove link to fix_fv3 directory on wcoss2 because it
Browse files Browse the repository at this point in the history
does not exist on that machine.

Fixes ufs-community#659.
  • Loading branch information
GeorgeGayno-NOAA committed Jul 20, 2022
1 parent ef518bb commit da9517f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fix/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ elif [ $machine = "s4" ]; then
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
if [ -d $dir ]; then
[[ $RUN_ENVIR = nco ]] && chmod -R 755 $dir
rm -rf $dir
Expand Down

0 comments on commit da9517f

Please sign in to comment.