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 59
59
artifact_paths : " california_longrun_gpu/*pdf"
60
60
agents :
61
61
slurm_gpus : 1
62
- slurm_time : 00:30 :00
62
+ slurm_time : 01:00 :00
63
63
env :
64
64
CLIMACOMMS_DEVICE : " CUDA"
65
65
86
86
- group : " Longer runs of Global Land Models"
87
87
if : build.env("LONGER_RUN") != null
88
88
steps :
89
- - label : " Snowy Land, 10 years"
89
+ - label : " Snowy Land, 19 years"
90
90
command :
91
91
- julia --color=yes --project=.buildkite experiments/long_runs/snowy_land.jl
92
92
artifact_paths :
99
99
CLIMACOMMS_DEVICE : " CUDA"
100
100
LONGER_RUN : " "
101
101
102
- - label : " Soil, 10 years"
102
+ - label : " Soil, 20 years"
103
103
command :
104
104
- julia --color=yes --project=.buildkite experiments/long_runs/soil.jl
105
105
artifact_paths : " soil_longrun_gpu/*pdf"
@@ -108,4 +108,4 @@ steps:
108
108
slurm_time : 15:00:00
109
109
env :
110
110
CLIMACOMMS_DEVICE : " CUDA"
111
- LONGER_RUN : " "
111
+ LONGER_RUN : " "
Original file line number Diff line number Diff line change 151
151
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
- # If LONGER run, run for 10 years, with the correct forcing each year.
154
+ # If LONGER run, run for 20 years, with the correct forcing each year.
155
155
start_date = LONGER_RUN ? DateTime (2000 ) : DateTime (2008 )
156
156
stop_date = LONGER_RUN ? DateTime (2020 ) : DateTime (2010 )
157
157
Δt = 450.0
You can’t perform that action at this time.
0 commit comments