Skip to content

Commit

Permalink
update fix dir path for Gaea to a shared directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBurrows-NCO committed Jul 10, 2024
1 parent 3ef2e6b commit d7b0d4b
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 @@ -55,7 +55,7 @@ elif [ $machine = "wcoss2" ]; then
elif [ $machine = "s4" ]; then
FIX_DIR="/data/prod/glopara/fix"
elif [ $machine = "gaea" ]; then
FIX_DIR="/gpfs/f5/epic/proj-shared/global/glopara/data/fix"
FIX_DIR="/gpfs/f5/ufs-ard/world-shared/global/glopara/data/fix"
fi

am_ver=${am_ver:-20220805}
Expand Down

0 comments on commit d7b0d4b

Please sign in to comment.