Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,17 @@ steps:

- group: "CMIP"
steps:
- label: "GPU CMIP: ClimaAtmos + bucket land + Oceananigans + ClimaSeaIce"
key: "gpu_cmip_oceananigans_climaseaice_bucket"
command: "julia -O0 --color=yes --project=experiments/CMIP/ experiments/CMIP/run_simulation.jl --config_file $CONFIG_PATH/cmip_oceananigans_climaseaice_bucket.yml --job_id gpu_cmip_oceananigans_climaseaice_bucket"
artifact_paths: "output/gpu_cmip_oceananigans_climaseaice_bucket/artifacts/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
retry: *retry_policy
agents:
slurm_mem: 20GB
slurm_gpus: 1

- label: "GPU CMIP: ClimaAtmos + integrated land + Oceananigans + ClimaSeaIce"
key: "gpu_cmip_oceananigans_climaseaice"
command: "julia -O0 --color=yes --project=experiments/CMIP/ experiments/CMIP/run_simulation.jl --config_file $CONFIG_PATH/cmip_oceananigans_climaseaice.yml --job_id gpu_cmip_oceananigans_climaseaice"
Expand All @@ -347,6 +358,8 @@ steps:
slurm_mem: 20GB
slurm_gpus: 1

- group: "Calibration"
steps:
- label: "AMIP calibration pipeline with emulated diagnostics"
key: "amip_test_calibration"
command:
Expand Down
6 changes: 0 additions & 6 deletions config/longrun_configs/cmip_edonly_bucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,16 @@ dt_land: "120secs" # 2 minutes
dt_ocean: "360secs" # 6 minutes
dt_rad: "1hours"
dt_seaice: "360secs" # 6 minutes
ocean_progress_interval: 1
energy_check: false
h_elem: 16 # atmosphere
h_elem_coupler: 64 # coupler
ice_model: "clima_seaice"
insolation: "timevarying"
mode_name: "cmip"
nh_poly: 3
nh_poly_coupler: 2
ocean_model: "oceananigans"
ocean_diagnostic_interval: "1days"
ocean_diagnostic_mode: "averaged"
seaice_diagnostic_interval: "1days"
seaice_diagnostic_mode: "averaged"
rmse_check: true
share_surface_space: false
start_date: "20100101"
surface_setup: "PrescribedSurface"
t_end: "366days"
Expand Down
Loading