Skip to content

Commit

Permalink
Update link_fixdirs.sh to point to correct fix directory
Browse files Browse the repository at this point in the history
on Jet.

Fixes ufs-community#977.
  • Loading branch information
GeorgeGayno-NOAA committed Sep 9, 2024
1 parent 06eec5b commit c701d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fix/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pwd=$(pwd -P)
if [ $machine = "hera" ]; then
FIX_DIR="/scratch1/NCEPDEV/global/glopara/fix"
elif [ $machine = "jet" ]; then
FIX_DIR="/lfs5/HFIP/hfv3gfs/glopara/git_lfs4/fv3gfs/fix"
FIX_DIR="/lfs5/HFIP/hfv3gfs/glopara/FIX/fix"
elif [ $machine = "orion" -o $machine = "hercules" ]; then
FIX_DIR="/work/noaa/global/glopara/fix"
elif [ $machine = "wcoss2" ]; then
Expand Down

0 comments on commit c701d59

Please sign in to comment.