Skip to content

Commit

Permalink
adapt HSD baroclinic_wave test for Jet
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Perlin authored and Natalie Perlin committed Nov 6, 2024
1 parent f9bf2bc commit 79d85ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion tests-dev/test_cases/tests/baroclinic_wave
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ export SYEAR=2019
export SMONTH=12
export SDAY=03
export SHOUR=00
export FHMAX=240
if [[ $MACHINE_ID = jet ]]; then
export FHMAX=120
else
export FHMAX=240
fi
export DT_ATMOS=450
export RESTART_INTERVAL='480 -1'
export OUTPUT_GRID='gaussian_grid'
Expand Down
3 changes: 2 additions & 1 deletion tests/fv3_conf/fv3_slurm.IN_jet
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
#SBATCH --mem-per-cpu=2500M
#SBATCH --time=00:@[WLCLK]:00
#SBATCH --job-name="@[JBNME]"
### #SBATCH --exclusive
#SBATCH --exclusive

set -eux
ulimit -u unlimited
echo -n " $( date +%s )," > job_timestamp.txt

set +x
Expand Down

0 comments on commit 79d85ec

Please sign in to comment.