File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
experiments/ClimaEarth/leaderboard Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
79
79
- label : " GPU Aquaplanet: ED only atmosphere + slab ocean"
80
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"
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
82
artifact_paths : " experiments/ClimaEarth/output/aquaplanet_edonly/artifacts/*"
83
83
env :
84
84
CLIMACOMMS_DEVICE : " CUDA"
92
92
93
93
- label : " GPU Aquaplanet: diag. EDMF atmosphere + slab ocean"
94
94
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"
96
96
artifact_paths : " experiments/ClimaEarth/output/aquaplanet_diagedmf/artifacts/*"
97
97
env :
98
98
CLIMACOMMS_DEVICE : " CUDA"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Return a dictionary mapping short names to maximum acceptable RMSE values.
62
62
function get_rmse_thresholds ()
63
63
rmse_thresholds = Dict (
64
64
" pr" => 3.0 , # mm/day
65
- " rsut" => 24.0 , # W/m²
65
+ " rsut" => 24.6 , # W/m²
66
66
" rsutcs" => 7.4 , # W/m²
67
67
)
68
68
return rmse_thresholds
You can’t perform that action at this time.
0 commit comments