Skip to content

Commit

Permalink
Update the grid_gen test driver script to use a different working dir…
Browse files Browse the repository at this point in the history
…ectory

than the one used by the orion script.

Fixes #123.
  • Loading branch information
George Gayno committed Jan 18, 2024
1 parent ed72fb1 commit fb98071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.hercules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module list
set -x
ulimit -s unlimited

export WORK_DIR="${WORK_DIR:-/work/noaa/stmp/$LOGNAME}"
WORK_DIR="${WORK_DIR:-/work2/noaa/stmp/$LOGNAME}"
export WORK_DIR="${WORK_DIR}/reg-tests/grid-gen"
QUEUE="${QUEUE:-batch}"
PROJECT_CODE=${PROJECT_CODE:-fv3-cpu}
Expand Down

0 comments on commit fb98071

Please sign in to comment.