12
12
SLURM_KILL_BAD_EXIT : 1
13
13
SLURM_GRES_FLAGS : " allow-task-sharing"
14
14
CONFIG_PATH : " config/longrun_configs"
15
+ COMMON_CONFIG_PATH : " config/common_configs"
15
16
CLIMAATMOS_GC_NSTEPS : 10
16
17
17
18
timeout_in_minutes : 1440
@@ -39,8 +40,11 @@ steps:
39
40
steps :
40
41
41
42
- 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
44
48
artifact_paths : " $$JOB_NAME/output_active/*"
45
49
agents :
46
50
slurm_gpus : 1
@@ -50,8 +54,11 @@ steps:
50
54
JOB_NAME : " longrun_hydrostatic_balance"
51
55
52
56
- 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
55
62
artifact_paths : " $$JOB_NAME/output_active/*"
56
63
agents :
57
64
slurm_gpus : 1
@@ -61,8 +68,11 @@ steps:
61
68
JOB_NAME : " longrun_dry_baroclinic_wave"
62
69
63
70
- 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
66
76
artifact_paths : " $$JOB_NAME/output_active/*"
67
77
agents :
68
78
slurm_gpus : 1
@@ -72,8 +82,11 @@ steps:
72
82
JOB_NAME : " longrun_dry_baroclinic_wave_he60"
73
83
74
84
- 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
77
90
artifact_paths : " $$JOB_NAME/output_active/*"
78
91
agents :
79
92
slurm_gpus : 1
@@ -83,8 +96,11 @@ steps:
83
96
JOB_NAME : " longrun_moist_baroclinic_wave"
84
97
85
98
- 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
88
104
artifact_paths : " $$JOB_NAME/output_active/*"
89
105
agents :
90
106
slurm_gpus : 1
@@ -94,8 +110,11 @@ steps:
94
110
JOB_NAME : " longrun_moist_baroclinic_wave_he60"
95
111
96
112
- 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
99
118
artifact_paths : " $$JOB_NAME/output_active/*"
100
119
agents :
101
120
slurm_gpus : 1
@@ -105,8 +124,11 @@ steps:
105
124
JOB_NAME : " longrun_dry_held_suarez"
106
125
107
126
- 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
110
132
artifact_paths : " $$JOB_NAME/output_active/*"
111
133
agents :
112
134
slurm_gpus : 1
@@ -119,8 +141,10 @@ steps:
119
141
steps :
120
142
121
143
- 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
124
148
artifact_paths : " $$JOB_NAME/output_active/*"
125
149
agents :
126
150
slurm_gpus : 1
@@ -130,8 +154,10 @@ steps:
130
154
JOB_NAME : " longrun_aquaplanet_allsky_0M"
131
155
132
156
- 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
135
161
artifact_paths : " $$JOB_NAME/output_active/*"
136
162
agents :
137
163
slurm_gpus : 1
@@ -141,8 +167,10 @@ steps:
141
167
JOB_NAME : " longrun_aquaplanet_allsky_diagedmf_0M"
142
168
143
169
- 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
146
174
artifact_paths : " $$JOB_NAME/output_active/*"
147
175
agents :
148
176
slurm_gpus : 1
@@ -152,8 +180,10 @@ steps:
152
180
JOB_NAME : " longrun_aquaplanet_allsky_progedmf_0M"
153
181
154
182
- 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
157
187
artifact_paths : " $$JOB_NAME/output_active/*"
158
188
agents :
159
189
slurm_gpus : 1
@@ -163,8 +193,10 @@ steps:
163
193
JOB_NAME : " longrun_aquaplanet_allsky_0M_earth"
164
194
165
195
- 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
168
200
artifact_paths : " $$JOB_NAME/output_active/*"
169
201
agents :
170
202
slurm_gpus : 1
@@ -174,8 +206,10 @@ steps:
174
206
JOB_NAME : " longrun_aquaplanet_allsky_1M"
175
207
176
208
- 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
179
213
artifact_paths : " $$JOB_NAME/output_active/*"
180
214
agents :
181
215
slurm_gpus : 1
@@ -189,8 +223,11 @@ steps:
189
223
steps :
190
224
191
225
- 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
194
231
artifact_paths : " $$JOB_NAME/output_active/*"
195
232
agents :
196
233
slurm_gpus : 1
@@ -204,8 +241,10 @@ steps:
204
241
steps :
205
242
206
243
- 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
209
248
artifact_paths : " $$JOB_NAME/output_active/*"
210
249
agents :
211
250
slurm_gpus : 1
@@ -215,8 +254,10 @@ steps:
215
254
JOB_NAME : " amip_target_diagedmf"
216
255
217
256
- 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
220
261
artifact_paths : " $$JOB_NAME/output_active/*"
221
262
agents :
222
263
slurm_gpus : 1
0 commit comments