File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -335,12 +335,12 @@ end
335
335
336
336
function setup_simulation (; greet = false )
337
337
# If not LONGER_RUN, run for 2 years; note that the forcing from 2008 is repeated.
338
- # If LONGER run, run for 10 years, with the correct forcing each year.
338
+ # If LONGER run, run for 19 years, with the correct forcing each year.
339
339
# Note that since the Northern hemisphere's winter season is defined as DJF,
340
340
# we simulate from and until the beginning of
341
341
# March so that a full season is included in seasonal metrics.
342
- start_date = LONGER_RUN ? DateTime (" 2004 -03-01" ) : DateTime (" 2008-03-01" )
343
- stop_date = LONGER_RUN ? DateTime (" 2014 -03-01" ) : DateTime (" 2010-03-01" )
342
+ start_date = LONGER_RUN ? DateTime (" 2000 -03-01" ) : DateTime (" 2008-03-01" )
343
+ stop_date = LONGER_RUN ? DateTime (" 2019 -03-01" ) : DateTime (" 2010-03-01" )
344
344
Δt = 450.0
345
345
nelements = (101 , 15 )
346
346
if greet
Original file line number Diff line number Diff line change 152
152
function setup_simulation (; greet = false )
153
153
# If not LONGER_RUN, run for 2 years; note that the forcing from 2008 is repeated.
154
154
# If LONGER run, run for 10 years, with the correct forcing each year.
155
- start_date = LONGER_RUN ? DateTime (2004 ) : DateTime (2008 )
156
- stop_date = LONGER_RUN ? DateTime (2014 ) : DateTime (2010 )
155
+ start_date = LONGER_RUN ? DateTime (2000 ) : DateTime (2008 )
156
+ stop_date = LONGER_RUN ? DateTime (2020 ) : DateTime (2010 )
157
157
Δt = 450.0
158
158
nelements = (101 , 15 )
159
159
if greet
You can’t perform that action at this time.
0 commit comments