Skip to content

Commit 60b272d

Browse files
authored
Merge pull request #1176 from CliMA/zs/nightly_amip
change t_end for nightly amip
2 parents 37a09e5 + bd5a7f3 commit 60b272d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/nightly_configs/amip_coarse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ radiation_reset_rng_seed: true
2020
rayleigh_sponge: true
2121
start_date: "20100101"
2222
surface_setup: "PrescribedSurface"
23-
t_end: "549days"
23+
t_end: "465days"
2424
topo_smoothing: true
2525
topography: "Earth"
2626
turb_flux_partition: "CombinedStateFluxesMOST"

config/nightly_configs/amip_coarse_random.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ output_default_diagnostics: true
1919
rayleigh_sponge: true
2020
start_date: "20100101"
2121
surface_setup: "PrescribedSurface"
22-
t_end: "549days"
22+
t_end: "465days"
2323
topo_smoothing: true
2424
topography: "Earth"
2525
turb_flux_partition: "CombinedStateFluxesMOST"

experiments/ClimaEarth/leaderboard/leaderboard.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function compute_leaderboard(leaderboard_base_path, diagnostics_folder_path)
4949
obs_var = obs_var_dict[short_name](sim_var.attributes["start_date"])
5050

5151
# Remove first spin_up_months from simulation
52-
spin_up_months = 6
52+
spin_up_months = 3
5353
spinup_cutoff = spin_up_months * 31 * 86400.0
5454
ClimaAnalysis.times(sim_var)[end] >= spinup_cutoff &&
5555
(sim_var = ClimaAnalysis.window(sim_var, "time", left = spinup_cutoff))

0 commit comments

Comments
 (0)