Skip to content

Commit d8f61b6

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

File tree

3 files changed

+390
-0
lines changed

3 files changed

+390
-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 Aquaplanet"
72+
command:
73+
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet.jl"
74+
artifact_paths: "cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
6575
agents:
6676
queue: clima
6777
slurm_mem: 20GB

.buildkite/pipeline.yml

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

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

0 commit comments

Comments
 (0)