Skip to content

Commit cf70064

Browse files
committed
make the spinup for pfull leaderboard the same as others
1 parent b5ef5e8 commit cf70064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

experiments/ClimaEarth/leaderboard/leaderboard.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,5 +391,5 @@ if abspath(PROGRAM_FILE) == @__FILE__
391391
leaderboard_base_path = ARGS[begin]
392392
diagnostics_folder_path = ARGS[begin + 1]
393393
compute_leaderboard(leaderboard_base_path, diagnostics_folder_path, 3)
394-
compute_pfull_leaderboard(leaderboard_base_path, diagnostics_folder_path, 6)
394+
compute_pfull_leaderboard(leaderboard_base_path, diagnostics_folder_path, 3)
395395
end

experiments/ClimaEarth/user_io/postprocessing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function postprocess_sim(cs, postprocessing_vars)
4343
compute_leaderboard(leaderboard_base_path, atmos_output_dir, 3)
4444
rmse_check && test_rmse_thresholds(atmos_output_dir, 3)
4545
pressure_in_output &&
46-
compute_pfull_leaderboard(leaderboard_base_path, atmos_output_dir, 6)
46+
compute_pfull_leaderboard(leaderboard_base_path, atmos_output_dir, 3)
4747
end
4848
end
4949

0 commit comments

Comments
 (0)