Skip to content

Commit 9f4772b

Browse files
authored
Merge pull request #1183 from CliMA/js/longrun-titles
update label for snowy land longer run
2 parents 9352716 + 297ddbf commit 9f4772b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.buildkite/longruns_gpu/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ steps:
5959
artifact_paths: "california_longrun_gpu/*pdf"
6060
agents:
6161
slurm_gpus: 1
62-
slurm_time: 00:30:00
62+
slurm_time: 01:00:00
6363
env:
6464
CLIMACOMMS_DEVICE: "CUDA"
6565

@@ -86,7 +86,7 @@ steps:
8686
- group: "Longer runs of Global Land Models"
8787
if: build.env("LONGER_RUN") != null
8888
steps:
89-
- label: "Snowy Land, 10 years"
89+
- label: "Snowy Land, 19 years"
9090
command:
9191
- julia --color=yes --project=.buildkite experiments/long_runs/snowy_land.jl
9292
artifact_paths:
@@ -99,7 +99,7 @@ steps:
9999
CLIMACOMMS_DEVICE: "CUDA"
100100
LONGER_RUN: ""
101101

102-
- label: "Soil, 10 years"
102+
- label: "Soil, 20 years"
103103
command:
104104
- julia --color=yes --project=.buildkite experiments/long_runs/soil.jl
105105
artifact_paths: "soil_longrun_gpu/*pdf"
@@ -108,4 +108,4 @@ steps:
108108
slurm_time: 15:00:00
109109
env:
110110
CLIMACOMMS_DEVICE: "CUDA"
111-
LONGER_RUN: ""
111+
LONGER_RUN: ""

experiments/long_runs/soil.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ end
151151

152152
function setup_simulation(; greet = false)
153153
# 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.
155155
start_date = LONGER_RUN ? DateTime(2000) : DateTime(2008)
156156
stop_date = LONGER_RUN ? DateTime(2020) : DateTime(2010)
157157
Δt = 450.0

0 commit comments

Comments
 (0)