1212 SLURM_KILL_BAD_EXIT : 1
1313 SLURM_GRES_FLAGS : " allow-task-sharing"
1414 CONFIG_PATH : " config/longrun_configs"
15+ COMMON_CONFIG_PATH : " config/common_configs"
1516 CLIMAATMOS_GC_NSTEPS : 10
1617
1718timeout_in_minutes : 1440
@@ -39,8 +40,11 @@ steps:
3940 steps :
4041
4142 - label : " :computer: hydrostatic balance"
42- command :
43- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
43+ command : >
44+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
45+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he30ze63.yml
46+ --config_file $CONFIG_PATH/$$JOB_NAME.yml
47+ --job_id $$JOB_NAME
4448 artifact_paths : " $$JOB_NAME/output_active/*"
4549 agents :
4650 slurm_gpus : 1
@@ -50,8 +54,11 @@ steps:
5054 JOB_NAME : " longrun_hydrostatic_balance"
5155
5256 - label : " :computer: dry baroclinic wave"
53- command :
54- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
57+ command : >
58+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
59+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he30ze43.yml
60+ --config_file $CONFIG_PATH/$$JOB_NAME.yml
61+ --job_id $$JOB_NAME
5562 artifact_paths : " $$JOB_NAME/output_active/*"
5663 agents :
5764 slurm_gpus : 1
@@ -61,8 +68,11 @@ steps:
6168 JOB_NAME : " longrun_dry_baroclinic_wave"
6269
6370 - label : " :computer: dry baroclinic wave high res"
64- command :
65- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
71+ command : >
72+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
73+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he30ze43.yml
74+ --config_file $CONFIG_PATH/$$JOB_NAME.yml
75+ --job_id $$JOB_NAME
6676 artifact_paths : " $$JOB_NAME/output_active/*"
6777 agents :
6878 slurm_gpus : 1
@@ -72,8 +82,11 @@ steps:
7282 JOB_NAME : " longrun_dry_baroclinic_wave_he60"
7383
7484 - label : " :computer: baroclinic wave equilmoist"
75- command :
76- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
85+ command : >
86+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
87+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he30ze43.yml
88+ --config_file $CONFIG_PATH/$$JOB_NAME.yml
89+ --job_id $$JOB_NAME
7790 artifact_paths : " $$JOB_NAME/output_active/*"
7891 agents :
7992 slurm_gpus : 1
@@ -83,8 +96,11 @@ steps:
8396 JOB_NAME : " longrun_moist_baroclinic_wave"
8497
8598 - label : " :computer: baroclinic wave equilmoist high res"
86- command :
87- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
99+ command : >
100+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
101+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he30ze43.yml
102+ --config_file $CONFIG_PATH/$$JOB_NAME.yml
103+ --job_id $$JOB_NAME
88104 artifact_paths : " $$JOB_NAME/output_active/*"
89105 agents :
90106 slurm_gpus : 1
@@ -94,8 +110,11 @@ steps:
94110 JOB_NAME : " longrun_moist_baroclinic_wave_he60"
95111
96112 - label : " :computer: dry held-suarez"
97- command :
98- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
113+ command : >
114+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
115+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he30ze63.yml
116+ --config_file $CONFIG_PATH/$$JOB_NAME.yml
117+ --job_id $$JOB_NAME
99118 artifact_paths : " $$JOB_NAME/output_active/*"
100119 agents :
101120 slurm_gpus : 1
@@ -105,8 +124,11 @@ steps:
105124 JOB_NAME : " longrun_dry_held_suarez"
106125
107126 - label : " :computer: held-suarez, equilmoist"
108- command :
109- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
127+ command : >
128+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
129+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he30ze63.yml
130+ --config_file $CONFIG_PATH/$$JOB_NAME.yml
131+ --job_id $$JOB_NAME
110132 artifact_paths : " $$JOB_NAME/output_active/*"
111133 agents :
112134 slurm_gpus : 1
@@ -119,8 +141,10 @@ steps:
119141 steps :
120142
121143 - label : " :computer: aquaplanet equilmoist allsky radiation + 0M microphysics"
122- command :
123- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
144+ command : >
145+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
146+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he16ze63.yml --config_file $CONFIG_PATH/$$JOB_NAME.yml
147+ --job_id $$JOB_NAME
124148 artifact_paths : " $$JOB_NAME/output_active/*"
125149 agents :
126150 slurm_gpus : 1
@@ -130,8 +154,10 @@ steps:
130154 JOB_NAME : " longrun_aquaplanet_allsky_0M"
131155
132156 - label : " :computer: aquaplanet equilmoist allsky radiation + diagnostic edmf + 0M microphysics"
133- command :
134- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
157+ command : >
158+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
159+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he16ze63.yml --config_file $CONFIG_PATH/$$JOB_NAME.yml
160+ --job_id $$JOB_NAME
135161 artifact_paths : " $$JOB_NAME/output_active/*"
136162 agents :
137163 slurm_gpus : 1
@@ -141,8 +167,10 @@ steps:
141167 JOB_NAME : " longrun_aquaplanet_allsky_diagedmf_0M"
142168
143169 - label : " :computer: aquaplanet equilmoist allsky radiation + prognostic edmf + 0M microphysics"
144- command :
145- - srun julia --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
170+ command : >
171+ srun julia --project=.buildkite .buildkite/ci_driver.jl
172+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he16ze63.yml --config_file $CONFIG_PATH/$$JOB_NAME.yml
173+ --job_id $$JOB_NAME
146174 artifact_paths : " $$JOB_NAME/output_active/*"
147175 agents :
148176 slurm_gpus : 1
@@ -152,8 +180,10 @@ steps:
152180 JOB_NAME : " longrun_aquaplanet_allsky_progedmf_0M"
153181
154182 - label : " :computer: aquaplanet equilmoist allsky radiation + 0M microphysics + earth topography"
155- command :
156- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
183+ command : >
184+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
185+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he16ze63.yml --config_file $CONFIG_PATH/$$JOB_NAME.yml
186+ --job_id $$JOB_NAME
157187 artifact_paths : " $$JOB_NAME/output_active/*"
158188 agents :
159189 slurm_gpus : 1
@@ -163,8 +193,10 @@ steps:
163193 JOB_NAME : " longrun_aquaplanet_allsky_0M_earth"
164194
165195 - label : " :umbrella: aquaplanet non-equil moisture allsky radiation + 1M microphysics"
166- command :
167- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
196+ command : >
197+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
198+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he16ze63.yml --config_file $CONFIG_PATH/$$JOB_NAME.yml
199+ --job_id $$JOB_NAME
168200 artifact_paths : " $$JOB_NAME/output_active/*"
169201 agents :
170202 slurm_gpus : 1
@@ -174,8 +206,10 @@ steps:
174206 JOB_NAME : " longrun_aquaplanet_allsky_1M"
175207
176208 - label : " :computer: aquaplanet equilmoist allsky radiation + time-varying insolation + 0M microphysics + slab ocean"
177- command :
178- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
209+ command : >
210+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
211+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he16ze63.yml --config_file $CONFIG_PATH/$$JOB_NAME.yml
212+ --job_id $$JOB_NAME
179213 artifact_paths : " $$JOB_NAME/output_active/*"
180214 agents :
181215 slurm_gpus : 1
@@ -189,8 +223,11 @@ steps:
189223 steps :
190224
191225 - label : " :computer: aquaplanet dyamond"
192- command :
193- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
226+ command : >
227+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
228+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he30ze63.yml
229+ --config_file $CONFIG_PATH/$$JOB_NAME.yml
230+ --job_id $$JOB_NAME
194231 artifact_paths : " $$JOB_NAME/output_active/*"
195232 agents :
196233 slurm_gpus : 1
@@ -204,8 +241,10 @@ steps:
204241 steps :
205242
206243 - label : " :computer: amip target diagnostic edmf"
207- command :
208- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
244+ command : >
245+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
246+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he16ze63.yml --config_file $CONFIG_PATH/$$JOB_NAME.yml
247+ --job_id $$JOB_NAME
209248 artifact_paths : " $$JOB_NAME/output_active/*"
210249 agents :
211250 slurm_gpus : 1
@@ -215,8 +254,10 @@ steps:
215254 JOB_NAME : " amip_target_diagedmf"
216255
217256 - label : " :computer: amip target edonly edmf"
218- command :
219- - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
257+ command : >
258+ srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
259+ --config_file $COMMON_CONFIG_PATH/numerics_sphere_he16ze63.yml --config_file $CONFIG_PATH/$$JOB_NAME.yml
260+ --job_id $$JOB_NAME
220261 artifact_paths : " $$JOB_NAME/output_active/*"
221262 agents :
222263 slurm_gpus : 1
0 commit comments