Skip to content

Commit eeb4790

Browse files
authored
Merge pull request #1461 from CliMA/js/rm-long-aquas
rm ED/EDMF aquaplanet longruns; increase rsutcs RMSE limit
2 parents faf0155 + 6369244 commit eeb4790

File tree

5 files changed

+6
-70
lines changed

5 files changed

+6
-70
lines changed

.buildkite/longruns/pipeline.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff 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:

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
1015
ClimaCoupler doesn't depend on configuration files in ClimaAtmos anymore. All the atmosphere
1116
configuration files are now specified in ClimaCoupler.

config/longrun_configs/aquaplanet_diagedmf.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

config/longrun_configs/aquaplanet_edonly.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

experiments/ClimaEarth/leaderboard/test_rmses.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6969
end

0 commit comments

Comments
 (0)