Skip to content

Commit 4b5b196

Browse files
committed
run only 2 CMIPs in longruns
1 parent 3a63f68 commit 4b5b196

File tree

1 file changed

+151
-151
lines changed

1 file changed

+151
-151
lines changed

.buildkite/longruns/pipeline.yml

Lines changed: 151 additions & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -80,92 +80,92 @@ steps:
8080
# agents:
8181
# slurm_mem: 32GB
8282

83-
- group: "AMIP simulations"
84-
85-
steps:
86-
87-
- label: "GPU AMIP + ED only"
88-
key: "amip_edonly"
89-
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_edonly.yml --job_id amip_edonly"
90-
artifact_paths: "output/amip_edonly/artifacts/*"
91-
env:
92-
CLIMACOMMS_DEVICE: "CUDA"
93-
agents:
94-
queue: clima
95-
slurm_gpus_per_task: 1
96-
slurm_cpus_per_task: 4
97-
slurm_ntasks: 1
98-
slurm_mem: 32GB
99-
100-
- label: "GPU AMIP + diag. EDMF + integrated land"
101-
key: "amip_diagedmf_land"
102-
command:
103-
- "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_diagedmf_land.yml --job_id amip_diagedmf_land"
104-
artifact_paths: "output/amip_diagedmf_land/artifacts/*"
105-
env:
106-
CLIMACOMMS_DEVICE: "CUDA"
107-
agents:
108-
queue: clima
109-
slurm_gpus_per_task: 1
110-
slurm_cpus_per_task: 4
111-
slurm_ntasks: 1
112-
slurm_mem: 32GB
113-
114-
- label: "GPU AMIP + diag. EDMF + integrated land + 2K SST"
115-
key: "amip_diagedmf_land_p2k"
116-
command:
117-
- "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_diagedmf_land_p2k.yml --job_id amip_diagedmf_land_p2k"
118-
artifact_paths: "output/amip_diagedmf_land_p2k/artifacts/*"
119-
env:
120-
CLIMACOMMS_DEVICE: "CUDA"
121-
agents:
122-
queue: clima
123-
slurm_gpus_per_task: 1
124-
slurm_cpus_per_task: 4
125-
slurm_ntasks: 1
126-
slurm_mem: 32GB
127-
128-
- label: "GPU AMIP + diag. EDMF + 1M + integrated land"
129-
key: "amip_diagedmf_1m_land"
130-
command:
131-
- "julia --threads=3 --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_diagedmf_1m_land.yml --job_id amip_diagedmf_1m_land"
132-
artifact_paths: "output/amip_diagedmf_1m_land/artifacts/*"
133-
env:
134-
CLIMACOMMS_DEVICE: "CUDA"
135-
agents:
136-
queue: clima
137-
slurm_gpus_per_task: 1
138-
slurm_cpus_per_task: 4
139-
slurm_ntasks: 1
140-
slurm_mem: 32GB
141-
142-
- label: "GPU AMIP + prog. EDMF + bucket"
143-
key: "amip_progedmf"
144-
command:
145-
- "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_progedmf.yml --job_id amip_progedmf"
146-
artifact_paths: "output/amip_progedmf/artifacts/*"
147-
env:
148-
CLIMACOMMS_DEVICE: "CUDA"
149-
agents:
150-
queue: clima
151-
slurm_gpus_per_task: 1
152-
slurm_cpus_per_task: 4
153-
slurm_ntasks: 1
154-
slurm_mem: 32GB
155-
156-
- label: "GPU AMIP + prog. EDMF + 1M + integrated land"
157-
key: "amip_progedmf_1m_land"
158-
command:
159-
- "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_progedmf_1m_land.yml --job_id amip_progedmf_1m_land"
160-
artifact_paths: "output/amip_progedmf_1m_land/artifacts/*"
161-
env:
162-
CLIMACOMMS_DEVICE: "CUDA"
163-
agents:
164-
queue: clima
165-
slurm_gpus_per_task: 1
166-
slurm_cpus_per_task: 4
167-
slurm_ntasks: 1
168-
slurm_mem: 32GB
83+
# - group: "AMIP simulations"
84+
85+
# steps:
86+
87+
# - label: "GPU AMIP + ED only"
88+
# key: "amip_edonly"
89+
# command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_edonly.yml --job_id amip_edonly"
90+
# artifact_paths: "output/amip_edonly/artifacts/*"
91+
# env:
92+
# CLIMACOMMS_DEVICE: "CUDA"
93+
# agents:
94+
# queue: clima
95+
# slurm_gpus_per_task: 1
96+
# slurm_cpus_per_task: 4
97+
# slurm_ntasks: 1
98+
# slurm_mem: 32GB
99+
100+
# - label: "GPU AMIP + diag. EDMF + integrated land"
101+
# key: "amip_diagedmf_land"
102+
# command:
103+
# - "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_diagedmf_land.yml --job_id amip_diagedmf_land"
104+
# artifact_paths: "output/amip_diagedmf_land/artifacts/*"
105+
# env:
106+
# CLIMACOMMS_DEVICE: "CUDA"
107+
# agents:
108+
# queue: clima
109+
# slurm_gpus_per_task: 1
110+
# slurm_cpus_per_task: 4
111+
# slurm_ntasks: 1
112+
# slurm_mem: 32GB
113+
114+
# - label: "GPU AMIP + diag. EDMF + integrated land + 2K SST"
115+
# key: "amip_diagedmf_land_p2k"
116+
# command:
117+
# - "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_diagedmf_land_p2k.yml --job_id amip_diagedmf_land_p2k"
118+
# artifact_paths: "output/amip_diagedmf_land_p2k/artifacts/*"
119+
# env:
120+
# CLIMACOMMS_DEVICE: "CUDA"
121+
# agents:
122+
# queue: clima
123+
# slurm_gpus_per_task: 1
124+
# slurm_cpus_per_task: 4
125+
# slurm_ntasks: 1
126+
# slurm_mem: 32GB
127+
128+
# - label: "GPU AMIP + diag. EDMF + 1M + integrated land"
129+
# key: "amip_diagedmf_1m_land"
130+
# command:
131+
# - "julia --threads=3 --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_diagedmf_1m_land.yml --job_id amip_diagedmf_1m_land"
132+
# artifact_paths: "output/amip_diagedmf_1m_land/artifacts/*"
133+
# env:
134+
# CLIMACOMMS_DEVICE: "CUDA"
135+
# agents:
136+
# queue: clima
137+
# slurm_gpus_per_task: 1
138+
# slurm_cpus_per_task: 4
139+
# slurm_ntasks: 1
140+
# slurm_mem: 32GB
141+
142+
# - label: "GPU AMIP + prog. EDMF + bucket"
143+
# key: "amip_progedmf"
144+
# command:
145+
# - "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_progedmf.yml --job_id amip_progedmf"
146+
# artifact_paths: "output/amip_progedmf/artifacts/*"
147+
# env:
148+
# CLIMACOMMS_DEVICE: "CUDA"
149+
# agents:
150+
# queue: clima
151+
# slurm_gpus_per_task: 1
152+
# slurm_cpus_per_task: 4
153+
# slurm_ntasks: 1
154+
# slurm_mem: 32GB
155+
156+
# - label: "GPU AMIP + prog. EDMF + 1M + integrated land"
157+
# key: "amip_progedmf_1m_land"
158+
# command:
159+
# - "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/run_simulation.jl --config_file $CONFIG_PATH/amip_progedmf_1m_land.yml --job_id amip_progedmf_1m_land"
160+
# artifact_paths: "output/amip_progedmf_1m_land/artifacts/*"
161+
# env:
162+
# CLIMACOMMS_DEVICE: "CUDA"
163+
# agents:
164+
# queue: clima
165+
# slurm_gpus_per_task: 1
166+
# slurm_cpus_per_task: 4
167+
# slurm_ntasks: 1
168+
# slurm_mem: 32GB
169169

170170

171171
- group: "CMIP simulations"
@@ -183,17 +183,17 @@ steps:
183183
slurm_mem: 32GB
184184
slurm_gpus: 1
185185

186-
- label: "GPU CMIP: ED only + integrated land"
187-
key: "cmip_edonly_land"
188-
command:
189-
- "julia --color=yes --project=experiments/CMIP/ experiments/CMIP/run_simulation.jl --config_file $CONFIG_PATH/cmip_edonly_land.yml --job_id cmip_edonly_land"
190-
artifact_paths: "output/cmip_edonly_land/artifacts/*"
191-
env:
192-
CLIMACOMMS_DEVICE: "CUDA"
193-
agents:
194-
queue: clima
195-
slurm_mem: 32GB
196-
slurm_gpus: 1
186+
# - label: "GPU CMIP: ED only + integrated land"
187+
# key: "cmip_edonly_land"
188+
# command:
189+
# - "julia --color=yes --project=experiments/CMIP/ experiments/CMIP/run_simulation.jl --config_file $CONFIG_PATH/cmip_edonly_land.yml --job_id cmip_edonly_land"
190+
# artifact_paths: "output/cmip_edonly_land/artifacts/*"
191+
# env:
192+
# CLIMACOMMS_DEVICE: "CUDA"
193+
# agents:
194+
# queue: clima
195+
# slurm_mem: 32GB
196+
# slurm_gpus: 1
197197

198198
- label: "GPU CMIP: diag. EDMF + integrated land"
199199
key: "cmip_diagedmf_land"
@@ -207,57 +207,57 @@ steps:
207207
slurm_mem: 32GB
208208
slurm_gpus: 1
209209

210-
- label: "GPU CMIP: prog. EDMF + integrated land"
211-
key: "cmip_progedmf_land"
212-
command:
213-
- "julia --color=yes --project=experiments/CMIP experiments/CMIP/run_simulation.jl --config_file $CONFIG_PATH/cmip_progedmf_land.yml --job_id cmip_progedmf_land"
214-
artifact_paths: "output/cmip_progedmf_land/artifacts/*"
215-
env:
216-
CLIMACOMMS_DEVICE: "CUDA"
217-
agents:
218-
queue: clima
219-
slurm_mem: 32GB
220-
slurm_gpus: 1
221-
222-
- group: "Calibration experiments"
223-
224-
steps:
225-
- label: "Subseasonal calibration test"
226-
key: "subseasonal_calibration"
227-
command:
228-
- julia --color=yes --project=experiments/AMIP/ experiments/calibration/subseasonal/generate_observations.jl
229-
- julia --color=yes --project=experiments/AMIP/ experiments/calibration/subseasonal/run_calibration.jl
230-
artifact_paths: "experiments/calibration/subseasonal/output/*"
231-
agents:
232-
queue: clima
233-
slurm_time: 24:00:00
234-
235-
- wait
236-
237-
- group: "Job analysis and reporting"
238-
239-
steps:
240-
241-
- label: ":thermometer: Cess climate sensitivity approximation from p2K runs"
242-
key: "cess_from_p2k"
243-
command: >-
244-
julia --color=yes --project=experiments/AMIP/
245-
test/cess_climate_sensitivity.jl
246-
output/amip_diagedmf_land
247-
output/amip_diagedmf_land_p2k
248-
output/ecs_analysis
249-
artifact_paths: "output/ecs_analysis/*"
250-
251-
# plot job performance history
252-
- label: ":chart_with_downwards_trend: build history"
253-
command:
254-
- build_history main # name of branch to plot
255-
artifact_paths:
256-
- "build_history.html"
257-
258-
# - wait
259-
260-
# - label: ":envelope: Slack report: Slabplanet"
261-
# command:
262-
# - slack-upload -c C04S6MBSDC4 -f output/slabplanet_evolve_ocean/artifacts/total_energy_bucket.png -n slab_coarse -x "Slabplanet energy conservation"
263-
# - slack-upload -c C04S6MBSDC4 -f output/slabplanet_evolve_ocean/artifacts/total_water_bucket.png -n slab_coarse_w -x "Slabplanet water conservation"
210+
# - label: "GPU CMIP: prog. EDMF + integrated land"
211+
# key: "cmip_progedmf_land"
212+
# command:
213+
# - "julia --color=yes --project=experiments/CMIP experiments/CMIP/run_simulation.jl --config_file $CONFIG_PATH/cmip_progedmf_land.yml --job_id cmip_progedmf_land"
214+
# artifact_paths: "output/cmip_progedmf_land/artifacts/*"
215+
# env:
216+
# CLIMACOMMS_DEVICE: "CUDA"
217+
# agents:
218+
# queue: clima
219+
# slurm_mem: 32GB
220+
# slurm_gpus: 1
221+
222+
# - group: "Calibration experiments"
223+
224+
# steps:
225+
# - label: "Subseasonal calibration test"
226+
# key: "subseasonal_calibration"
227+
# command:
228+
# - julia --color=yes --project=experiments/AMIP/ experiments/calibration/subseasonal/generate_observations.jl
229+
# - julia --color=yes --project=experiments/AMIP/ experiments/calibration/subseasonal/run_calibration.jl
230+
# artifact_paths: "experiments/calibration/subseasonal/output/*"
231+
# agents:
232+
# queue: clima
233+
# slurm_time: 24:00:00
234+
235+
# - wait
236+
237+
# - group: "Job analysis and reporting"
238+
239+
# steps:
240+
241+
# - label: ":thermometer: Cess climate sensitivity approximation from p2K runs"
242+
# key: "cess_from_p2k"
243+
# command: >-
244+
# julia --color=yes --project=experiments/AMIP/
245+
# test/cess_climate_sensitivity.jl
246+
# output/amip_diagedmf_land
247+
# output/amip_diagedmf_land_p2k
248+
# output/ecs_analysis
249+
# artifact_paths: "output/ecs_analysis/*"
250+
251+
# # plot job performance history
252+
# - label: ":chart_with_downwards_trend: build history"
253+
# command:
254+
# - build_history main # name of branch to plot
255+
# artifact_paths:
256+
# - "build_history.html"
257+
258+
# # - wait
259+
260+
# # - label: ":envelope: Slack report: Slabplanet"
261+
# # command:
262+
# # - slack-upload -c C04S6MBSDC4 -f output/slabplanet_evolve_ocean/artifacts/total_energy_bucket.png -n slab_coarse -x "Slabplanet energy conservation"
263+
# # - slack-upload -c C04S6MBSDC4 -f output/slabplanet_evolve_ocean/artifacts/total_water_bucket.png -n slab_coarse_w -x "Slabplanet water conservation"

0 commit comments

Comments
 (0)