File tree Expand file tree Collapse file tree 5 files changed +6
-70
lines changed
experiments/ClimaEarth/leaderboard Expand file tree Collapse file tree 5 files changed +6
-70
lines changed Original file line number Diff line number Diff line change @@ -76,34 +76,6 @@ steps:
7676 agents :
7777 slurm_mem : 32GB
7878
79- - label : " GPU Aquaplanet: ED only atmosphere + slab ocean"
80- key : " aquaplanet_edonly"
81- command : " srun --cpu-bind=threads --cpus-per-task=4 julia --threads=3 --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_per_task : 1
90- slurm_cpus_per_task : 4
91- slurm_ntasks : 1
92-
93- - label : " GPU Aquaplanet: diag. EDMF atmosphere + slab ocean"
94- key : " aquaplanet_diagedmf"
95- command : " srun --cpu-bind=threads --cpus-per-task=4 julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/aquaplanet_diagedmf.yml --job_id aquaplanet_diagedmf"
96- artifact_paths : " experiments/ClimaEarth/output/aquaplanet_diagedmf/artifacts/*"
97- env :
98- CLIMACOMMS_DEVICE : " CUDA"
99- CLIMACOMMS_CONTEXT : " SINGLETON"
100- agents :
101- queue : clima
102- slurm_mem : 32GB
103- slurm_gpus_per_task : 1
104- slurm_cpus_per_task : 4
105- slurm_ntasks : 1
106-
10779 - group : " AMIP simulations"
10880
10981 steps :
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ ClimaCoupler.jl Release Notes
66
77### ClimaCoupler features
88
9+ #### Remove ED/EDMF aquaplanet longruns PR[ #1461 ] ( https://github.com/CliMA/ClimaCoupler.jl/pull/1461 )
10+ Removes the ED-only and diag. EDMF aquaplanet longruns.
11+ These can be run manually as needed for debugging, rather than running every week.
12+ Also increases the RMSE limit for ` rsutcs ` from 7.4 to 10.8.
13+
914#### Remove ` atmos_config_repo ` PR[ #1448 ] ( https://github.com/CliMA/ClimaCoupler.jl/pull/1448 )
1015ClimaCoupler doesn't depend on configuration files in ClimaAtmos anymore. All the atmosphere
1116configuration files are now specified in ClimaCoupler.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function get_rmse_thresholds()
6363 rmse_thresholds = Dict (
6464 " pr" => 3.0 , # mm/day
6565 " rsut" => 24.6 , # W/m²
66- " rsutcs" => 7.4 , # W/m²
66+ " rsutcs" => 10.8 , # W/m²
6767 )
6868 return rmse_thresholds
6969end
You can’t perform that action at this time.
0 commit comments