Skip to content

Commit

Permalink
Update Hercules regression test working directory so as
Browse files Browse the repository at this point in the history
not to conflict with Orion.

Fixes #886.
  • Loading branch information
George Gayno committed Jan 26, 2024
1 parent 3738641 commit 28b91d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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}"
export 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
2 changes: 1 addition & 1 deletion reg_tests/weight_gen/driver.hercules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module use ../../modulefiles
module load build.$target.$compiler
module list

export DATA="${WORK_DIR:-/work/noaa/stmp/$LOGNAME}"
export DATA="${WORK_DIR:-/work2/noaa/stmp/$LOGNAME}"
export DATA="${DATA}/reg-tests/weight_gen"

#-----------------------------------------------------------------------------
Expand Down

0 comments on commit 28b91d0

Please sign in to comment.