Skip to content

Commit

Permalink
test longrun
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Oct 10, 2024
1 parent dc2177e commit 763452c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
88 changes: 44 additions & 44 deletions .buildkite/nightly/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,47 +65,47 @@ steps:
slurm_ntasks: 1
slurm_mem: 30GB

- label: "2 Coarse current AMIP: diagedmf + 0M + bucket land"
key: "amip2"
command:
- echo "--- Run simulation"
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse2"
artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse2_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"
key: "amip3"
command:
- echo "--- Run simulation"
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse3"
artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse3_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: "4 Coarse current AMIP: diagedmf + 0M + bucket land"
key: "amip4"
command:
- echo "--- Run simulation"
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse4"
artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse4_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"
# key: "amip2"
# command:
# - echo "--- Run simulation"
# - "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse2"
# artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse2_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"
# key: "amip3"
# command:
# - echo "--- Run simulation"
# - "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse3"
# artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse3_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: "4 Coarse current AMIP: diagedmf + 0M + bucket land"
# key: "amip4"
# command:
# - echo "--- Run simulation"
# - "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse4"
# artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse4_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
2 changes: 1 addition & 1 deletion config/nightly_configs/amip_coarse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rayleigh_sponge: true
smoothing_order: 10
start_date: "20100101"
surface_setup: "PrescribedSurface"
t_end: "732days"
t_end: "366days"
topo_smoothing: true
topography: "Earth"
turb_flux_partition: "CombinedStateFluxesMOST"
Expand Down

0 comments on commit 763452c

Please sign in to comment.