Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
hier pip

turn off diff

100s

6 helems, 30 z, 120s

revert to init, albedo

format

pip
  • Loading branch information
LenkaNovak committed May 23, 2024
1 parent da361b4 commit d8f61b6
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildkite/hierarchies/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ steps:
command:
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_moist_held_suarez.jl"
artifact_paths: "moist_held_suarez/moist_held_suarez/clima_atmos/*"
agents:
queue: clima
slurm_mem: 20GB
slurm_gpus: 1
modules: common

- label: "Clima: GPU ClimaCoupler Cloudy Aquaplanet"
command:
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet.jl"
artifact_paths: "cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
agents:
queue: clima
slurm_mem: 20GB
Expand Down
9 changes: 9 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,15 @@ steps:
agents:
slurm_mem: 20GB

- label: ":construction: Cloudy Aquaplanet"
key: "cloudy_aquaplanet"
command:
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_cloudy_aquaplanet.jl > experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl"
artifact_paths: "cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
agents:
slurm_mem: 20GB

- group: "GPU integration tests"
steps:
# GPU RUNS: slabplanet
Expand Down
Loading

0 comments on commit d8f61b6

Please sign in to comment.