Skip to content

Commit

Permalink
Update fix file directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Cash committed Oct 3, 2024
1 parent 9c63829 commit 1919213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ case "${machine}" in
"gaea") FIX_DIR="/gpfs/f5/ufs-ard/world-shared/global/glopara/data/fix" ;;
"noaacloud") FIX_DIR="/contrib/global-workflow-shared-data/fix" ;;
"frontera") FIX_DIR="/work2/02441/bcash/frontera/ufs_input/fix" ;;
"container") FIX_DIR="/work2/02441/bcash/frontera/ufs_input/fix" ;;
"container") FIX_DIR="/groups/BCASH/ufs_input/fix" ;;
"hopper") FIX_DIR="/groups/BCASH/ufs_input/fix" ;;
*)
echo "FATAL: Unknown target machine ${machine}, couldn't set FIX_DIR"
exit 1
Expand Down

0 comments on commit 1919213

Please sign in to comment.