Skip to content

Commit

Permalink
Update fixed data directory path for Gaea (#972)
Browse files Browse the repository at this point in the history
In "link_fixdirs.sh" for Gaea, $FIX_DIR pointed to a directory owned by EPIC, 
which limited access to other project users. The link directory was updated
to a world-shared directory structure where permissions include all users.

Fixes #971.
  • Loading branch information
DavidBurrows-NCO committed Jul 10, 2024
1 parent 3ef2e6b commit 70cdbcc
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 70cdbcc

Please sign in to comment.