From fb980713dceab1c1581cfc3f2046916e89fe05c2 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Thu, 18 Jan 2024 08:02:03 -0600 Subject: [PATCH] Update the grid_gen test driver script to use a different working directory than the one used by the orion script. Fixes #123. --- reg_tests/grid_gen/driver.hercules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg_tests/grid_gen/driver.hercules.sh b/reg_tests/grid_gen/driver.hercules.sh index 3c46a2d45..5f4a81478 100755 --- a/reg_tests/grid_gen/driver.hercules.sh +++ b/reg_tests/grid_gen/driver.hercules.sh @@ -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}