Skip to content

Commit 34cf0c3

Browse files
committed
init
names runs clean format
1 parent 7d4027f commit 34cf0c3

File tree

3 files changed

+444
-0
lines changed

3 files changed

+444
-0
lines changed

.buildkite/hierarchies/pipeline.yml

+10
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ steps:
6262
command:
6363
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_moist_held_suarez.jl"
6464
artifact_paths: "moist_held_suarez/moist_held_suarez/clima_atmos/*"
65+
agents:
66+
queue: clima
67+
slurm_mem: 20GB
68+
slurm_gpus: 1
69+
modules: common
70+
71+
- label: "Clima: GPU ClimaCoupler Cloudy Slabplanet"
72+
command:
73+
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_slabplanet.jl"
74+
artifact_paths: "cloudy_slabplanet/cloudy_slabplanet/clima_atmos/*"
6575
agents:
6676
queue: clima
6777
slurm_mem: 20GB

.buildkite/pipeline.yml

+9
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,15 @@ steps:
397397
agents:
398398
slurm_mem: 20GB
399399

400+
- label: ":construction: Cloudy Aquaplanet"
401+
key: "cloudy_aquaplanet"
402+
command:
403+
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_cloudy_aquaplanet.jl > experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl
404+
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl"
405+
artifact_paths: "cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
406+
agents:
407+
slurm_mem: 20GB
408+
400409
- group: "GPU integration tests"
401410
steps:
402411
# GPU RUNS: slabplanet

0 commit comments

Comments
 (0)