@@ -145,7 +145,7 @@ steps:
145145 agents :
146146 slurm_mem : 20GB
147147
148- - label : " Slabplanet: dry, no radiation"
148+ - label : " Slabplanet: dry, no radiation, fixed ocean T "
149149 key : " slabplanet_dry_norad"
150150 command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/slabplanet_dry_norad.yml --job_id slabplanet_dry_norad"
151151 artifact_paths : " experiments/ClimaEarth/output/slabplanet_dry_norad/artifacts/*"
@@ -159,12 +159,6 @@ steps:
159159 agents :
160160 slurm_mem : 20GB
161161
162- - label : " Slabplanet: timevarying insolation + rayleigh sponge"
163- command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/slabplanet_realinsol_rayleigh.yml --job_id slabplanet_realinsol_rayleigh"
164- artifact_paths : " experiments/ClimaEarth/output/slabplanet_realinsol_rayleigh/artifacts/total_energy*.png"
165- agents :
166- slurm_mem : 20GB
167-
168162 - label : " Slabplanet terra: atmos and bucket"
169163 key : " slabplanet_terra"
170164 command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/slabplanet_terra.yml --job_id slabplanet_terra"
@@ -189,20 +183,6 @@ steps:
189183 agents :
190184 slurm_mem : 20GB
191185
192- - label : " AMIP: ED only + integrated land"
193- key : " amip_edonly_integrated_land"
194- command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_edonly_integrated_land.yml --job_id amip_edonly_integrated_land"
195- artifact_paths : " experiments/ClimaEarth/output/amip_edonly_integrated_land/artifacts/*"
196- agents :
197- slurm_mem : 20GB
198-
199- - label : " AMIP: ED only + bucket"
200- key : " amip_edonly_bucket"
201- command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_edonly_bucket.yml --job_id amip_edonly_bucket"
202- artifact_paths : " experiments/ClimaEarth/output/amip_edonly_bucket/artifacts/*"
203- agents :
204- slurm_mem : 20GB
205-
206186 - label : " AMIP: bucket initial condition test"
207187 command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_bucket_ic.yml --job_id amip_bucket_ic"
208188 artifact_paths : " experiments/ClimaEarth/output/amip_bucket_ic/artifacts/*"
@@ -228,13 +208,6 @@ steps:
228208 slurm_ntasks : 1
229209 slurm_mem : 20GB
230210
231- - label : " AMIP - Float32 test"
232- command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse_ft32.yml --job_id amip_coarse_ft32"
233- artifact_paths : " experiments/ClimaEarth/output/amip_coarse_ft32/artifacts/*"
234- agents :
235- slurm_ntasks : 1
236- slurm_mem : 20GB
237-
238211 - label : " AMIP - Component dts test"
239212 command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_component_dts.yml --job_id target_amip_component_dts"
240213 artifact_paths : " experiments/ClimaEarth/output/target_amip_component_dts/artifacts/*"
@@ -279,13 +252,6 @@ steps:
279252 - group : " GPU integration tests"
280253 steps :
281254 # GPU RUNS: slabplanet
282- - label : " GPU Slabplanet: default"
283- key : " gpu_slabplanet_default"
284- command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/slabplanet_default.yml --job_id gpu_slabplanet_default"
285- artifact_paths : " experiments/ClimaEarth/output/gpu_slabplanet_default/artifacts/*"
286- agents :
287- slurm_mem : 20GB
288-
289255 - label : " GPU Slabplanet: albedo from function"
290256 key : " gpu_slabplanet_albedo_function"
291257 command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/slabplanet_albedo_function.yml --job_id gpu_slabplanet_albedo_function"
@@ -296,27 +262,7 @@ steps:
296262 slurm_mem : 20GB
297263 slurm_gpus : 1
298264
299- - label : " GPU Slabplanet: extra atmos diagnostics"
300- key : " gpu_slabplanet_atmos_diags"
301- command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/slabplanet_atmos_diags.yml --job_id gpu_slabplanet_atmos_diags"
302- artifact_paths : " experiments/ClimaEarth/output/gpu_slabplanet_atmos_diags/artifacts/*"
303- env :
304- CLIMACOMMS_DEVICE : " CUDA"
305- agents :
306- slurm_mem : 20GB
307- slurm_gpus : 1
308-
309265 # GPU RUNS: AMIP
310- - label : " GPU AMIP: default"
311- key : " gpu_amip_default"
312- command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_default.yml --job_id gpu_amip_default"
313- artifact_paths : " experiments/ClimaEarth/output/gpu_amip_default/artifacts/*"
314- env :
315- CLIMACOMMS_DEVICE : " CUDA"
316- agents :
317- slurm_mem : 20GB
318- slurm_gpus : 1
319-
320266 - label : " GPU AMIP: ED only + integrated land"
321267 key : " gpu_amip_edonly_integrated_land"
322268 command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_edonly_integrated_land.yml --job_id gpu_amip_edonly_integrated_land"
@@ -367,16 +313,6 @@ steps:
367313 slurm_mem : 20GB
368314 slurm_gpus : 1
369315
370- - label : " GPU AMIP target: topography and diagnostic EDMF"
371- key : " gpu_amip_target_topo_diagedmf_shortrun"
372- command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf_shortrun.yml --job_id gpu_amip_target_topo_diagedmf_shortrun"
373- artifact_paths : " experiments/ClimaEarth/output/gpu_amip_target_topo_diagedmf_shortrun/artifacts/*"
374- env :
375- CLIMACOMMS_DEVICE : " CUDA"
376- agents :
377- slurm_mem : 20GB
378- slurm_gpus : 1
379-
380316 - label : " GPU AMIP: albedo from temporal map + 0M"
381317 key : " gpu_amip_albedo_temporal_map"
382318 command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_albedo_temporal_map.yml --job_id gpu_amip_albedo_temporal_map"
0 commit comments