1313 SLURM_KILL_BAD_EXIT : 1
1414 CONFIG_PATH : " config/longrun_configs"
1515
16- timeout_in_minutes : 1440
16+ timeout_in_minutes : 1440 # 24 hours
1717
1818steps :
1919 - label : " init :computer:"
@@ -55,14 +55,7 @@ steps:
5555 - group : " Coupler integration and conservation tests"
5656
5757 steps :
58- - label : " ClimaAtmos standalone: aquaplanet, allsky rad, TV insol, 0M"
59- key : " longrun_aquaplanet_allsky_tvinsol_0M_slabocean" # tests atmosphere driver, can compare to ClimaAtmos.jl longruns
60- command : " julia --project=experiments/ClimaEarth/ experiments/ClimaEarth/test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $CONFIG_PATH/longrun_aquaplanet_allsky_tvinsol_0M_slabocean.yml --job_id longrun_aquaplanet_allsky_tvinsol_0M_slabocean"
61- artifact_paths : " experiments/ClimaEarth/output/longrun_aquaplanet_allsky_tvinsol_0M_slabocean/artifacts/*"
62- agents :
63- slurm_mem : 20GB
64-
65- - label : " Slabplanet aqua: evolving slab ocean"
58+ - label : " Aquaplanet: evolving slab ocean"
6659 key : " slabplanet_aqua_evolve_ocean"
6760 command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/slabplanet_aqua_evolve_ocean.yml --job_id slabplanet_aqua_evolve_ocean"
6861 artifact_paths : " experiments/ClimaEarth/output/slabplanet_aqua_evolve_ocean/artifacts/*"
@@ -83,6 +76,30 @@ steps:
8376 agents :
8477 slurm_mem : 32GB
8578
79+ - label : " GPU Aquaplanet: ED only atmosphere + slab ocean"
80+ key : " aquaplanet_edonly"
81+ command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/aquaplanet_edonly.yml --job_id aquaplanet_edonly"
82+ artifact_paths : " experiments/ClimaEarth/output/aquaplanet_edonly/artifacts/*"
83+ env :
84+ CLIMACOMMS_DEVICE : " CUDA"
85+ CLIMACOMMS_CONTEXT : " SINGLETON"
86+ agents :
87+ queue : clima
88+ slurm_mem : 32GB
89+ slurm_gpus : 1
90+
91+ - label : " GPU Aquaplanet: diag. EDMF atmosphere + slab ocean"
92+ key : " aquaplanet_diagedmf"
93+ command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/aquaplanet_diagedmf.yml --job_id aquaplanet_diagedmf"
94+ artifact_paths : " experiments/ClimaEarth/output/aquaplanet_diagedmf/artifacts/*"
95+ env :
96+ CLIMACOMMS_DEVICE : " CUDA"
97+ CLIMACOMMS_CONTEXT : " SINGLETON"
98+ agents :
99+ queue : clima
100+ slurm_mem : 32GB
101+ slurm_gpus : 1
102+
86103 - group : " AMIP simulations"
87104
88105 steps :
0 commit comments