Skip to content

Commit 60dc41c

Browse files
committed
init
hier pip turn off diff 100s 6 helems, 30 z, 120s revert to init, albedo format pip format rev
1 parent 0266450 commit 60dc41c

File tree

3 files changed

+391
-0
lines changed

3 files changed

+391
-0
lines changed

.buildkite/hierarchies/pipeline.yml

+10
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ steps:
7272
command:
7373
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudless_aquaplanet.jl"
7474
artifact_paths: "cloudless_aquaplanet/cloudless_aquaplanet/clima_atmos/*"
75+
agents:
76+
queue: clima
77+
slurm_mem: 20GB
78+
slurm_gpus: 1
79+
modules: common
80+
81+
- label: "Clima: GPU ClimaCoupler Cloudy Aquaplanet"
82+
command:
83+
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet.jl"
84+
artifact_paths: "cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
7585
agents:
7686
queue: clima
7787
slurm_mem: 20GB

.buildkite/pipeline.yml

+9
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,15 @@ steps:
406406
agents:
407407
slurm_mem: 20GB
408408

409+
- label: ":construction: Cloudy Aquaplanet"
410+
key: "cloudy_aquaplanet"
411+
command:
412+
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_cloudy_aquaplanet.jl > experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl
413+
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl"
414+
artifact_paths: "cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
415+
agents:
416+
slurm_mem: 20GB
417+
409418
- group: "GPU integration tests"
410419
steps:
411420
# GPU RUNS: slabplanet

0 commit comments

Comments
 (0)