We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bf2bc commit 79d85ecCopy full SHA for 79d85ec
tests-dev/test_cases/tests/baroclinic_wave
@@ -33,7 +33,11 @@ export SYEAR=2019
33
export SMONTH=12
34
export SDAY=03
35
export SHOUR=00
36
-export FHMAX=240
+if [[ $MACHINE_ID = jet ]]; then
37
+ export FHMAX=120
38
+else
39
+ export FHMAX=240
40
+fi
41
export DT_ATMOS=450
42
export RESTART_INTERVAL='480 -1'
43
export OUTPUT_GRID='gaussian_grid'
tests/fv3_conf/fv3_slurm.IN_jet
@@ -9,9 +9,10 @@
9
#SBATCH --mem-per-cpu=2500M
10
#SBATCH --time=00:@[WLCLK]:00
11
#SBATCH --job-name="@[JBNME]"
12
-### #SBATCH --exclusive
+#SBATCH --exclusive
13
14
set -eux
15
+ulimit -u unlimited
16
echo -n " $( date +%s )," > job_timestamp.txt
17
18
set +x
0 commit comments