Skip to content

Commit

Permalink
Update some hercules scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Dec 20, 2023
1 parent 93660f6 commit bb5f03e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions reg_tests/chgres_cube/driver.hercules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
# Set WORK_DIR to a general working location outside the UFS_UTILS directory.
# The exact working directory (OUTDIR) will be WORK_DIR/reg_tests/chgres-cube.
# Set the PROJECT_CODE and QUEUE as appropriate. To see which projects you
# are authorized to use, type "saccount_params".
# are authorized to use, type:
#
# $ sacctmgr show associations where user-$USER format=account%20,qos%50.
#
# Invoke the script with no arguments. A series of daily-chained
# consistency tests will be submitted. To check the queue, type:
Expand Down Expand Up @@ -35,7 +37,7 @@ ulimit -s unlimited
export OUTDIR="${WORK_DIR:-/work/noaa/stmp/$LOGNAME}"
export OUTDIR="${OUTDIR}/reg-tests/chgres-cube"

PROJECT_CODE="${PROJECT_CODE:-nesdis-rdo2}"
PROJECT_CODE="${PROJECT_CODE:-fv3-cpu}"
QUEUE="${QUEUE:-batch}"

#-----------------------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion reg_tests/grid_gen/driver.hercules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#
# Invoke the script with no arguments. A set of tests will
# be submitted to run in parallel. To check the queue, type:
# "squeue -u $LOGNAME".
#
# $ sacctmgr show associations where user=$USER format=account%20,qos%50.
#
# Log output from each test will be placed in its own LOG_FILE.
# Once the suite has completed, a summary is placed in SUM_FILE.
Expand Down

0 comments on commit bb5f03e

Please sign in to comment.