Skip to content

Commit

Permalink
Update logic for hercules.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Feb 27, 2025
1 parent 9659446 commit e5d5f25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions reg_tests/cpld_gridgen/rt2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ elif [[ $target = orion ]]; then
QUEUE=${QUEUE:-batch}
PARTITION=orion
ulimit -s unlimited
elif [[ $target = hercules ]]; then
export MOM6_FIXDIR=/work/noaa/global/glopara/fix/mom6/${MOM6_version}
STMP=${STMP:-/work2/noaa/stmp/$USER}
BASELINE_ROOT=/work/noaa/nems/role-nems/ufs_utils.hercules/reg_tests/cpld_gridgen/baseline_data
ACCOUNT=${ACCOUNT:-fv3-cpu}
QUEUE=${QUEUE:-batch}
export NCCMP=nccmp
PARTITION=hercules
ulimit -s unlimited
elif [[ $target = jet ]]; then
STMP=${STMP:-/lfs5/HFIP/emcda/$USER/stmp}
export MOM6_FIXDIR=/lfs5/HFIP/hfv3gfs/glopara/FIX/fix/mom6/${MOM6_version}
Expand Down

0 comments on commit e5d5f25

Please sign in to comment.