Skip to content

Commit

Permalink
test longrun
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Oct 11, 2024
1 parent 5f4a20e commit 187650c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 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
6 changes: 3 additions & 3 deletions config/nightly_configs/amip_coarse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ albedo_model: "CouplerAlbedo"
anim: false
atmos_config_file: "config/longrun_configs/amip_target_diagedmf.yml"
coupler_toml_file: "toml/amip.toml"
dt: "240secs"
dt_cpl: 240
dt: "180secs"
dt_cpl: 180
dt_save_state_to_disk: "30days"
dt_save_to_sol: "30days"
dz_bottom: 100.0
Expand All @@ -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 187650c

Please sign in to comment.