Skip to content

Commit 8ec430d

Browse files
committed
longrun fixes
1 parent a5fe9c3 commit 8ec430d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/longruns/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ steps:
7878

7979
- label: "GPU Aquaplanet: ED only atmosphere + slab ocean"
8080
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"
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"
8282
artifact_paths: "experiments/ClimaEarth/output/aquaplanet_edonly/artifacts/*"
8383
env:
8484
CLIMACOMMS_DEVICE: "CUDA"
@@ -92,7 +92,7 @@ steps:
9292

9393
- label: "GPU Aquaplanet: diag. EDMF atmosphere + slab ocean"
9494
key: "aquaplanet_diagedmf"
95-
command: "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/aquaplanet_diagedmf.yml --job_id 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"
9696
artifact_paths: "experiments/ClimaEarth/output/aquaplanet_diagedmf/artifacts/*"
9797
env:
9898
CLIMACOMMS_DEVICE: "CUDA"

experiments/ClimaEarth/leaderboard/test_rmses.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Return a dictionary mapping short names to maximum acceptable RMSE values.
6262
function get_rmse_thresholds()
6363
rmse_thresholds = Dict(
6464
"pr" => 3.0, # mm/day
65-
"rsut" => 24.0, # W/m²
65+
"rsut" => 24.6, # W/m²
6666
"rsutcs" => 7.4, # W/m²
6767
)
6868
return rmse_thresholds

0 commit comments

Comments
 (0)