Skip to content

Commit

Permalink
Small amip
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jan 28, 2025
1 parent cca017f commit 61c4a4a
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .buildkite/nightly/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,48 +61,3 @@ steps:
slurm_cpus_per_task: 4
slurm_ntasks: 1
slurm_mem: 30GB

- label: "1 Coarse current AMIP: diagedmf + 0M + bucket land (unique seed)"
key: "amip_random1"
command:
- echo "--- Run simulation"
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse_random.yml --job_id amip_coarse_random1"
artifact_paths: "experiments/ClimaEarth/output/amip_coarse_random1/artifacts/*"
timeout_in_minutes: 1080
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus_per_task: 1
slurm_cpus_per_task: 4
slurm_ntasks: 1
slurm_mem: 30GB

- label: "2 Coarse current AMIP: diagedmf + 0M + bucket land (unique seed)"
key: "amip_random2"
command:
- echo "--- Run simulation"
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse_random.yml --job_id amip_coarse_random2"
artifact_paths: "experiments/ClimaEarth/output/amip_coarse_random2/artifacts/*"
timeout_in_minutes: 1080
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus_per_task: 1
slurm_cpus_per_task: 4
slurm_ntasks: 1
slurm_mem: 30GB

- label: "3 Coarse current AMIP: diagedmf + 0M + bucket land (unique seed)"
key: "amip_random3"
command:
- echo "--- Run simulation"
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse_random.yml --job_id amip_coarse_random3"
artifact_paths: "experiments/ClimaEarth/output/amip_coarse_random3/artifacts/*"
timeout_in_minutes: 1080
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus_per_task: 1
slurm_cpus_per_task: 4
slurm_ntasks: 1
slurm_mem: 30GB

0 comments on commit 61c4a4a

Please sign in to comment.