Skip to content

Commit

Permalink
add GPU diags run
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed May 17, 2024
1 parent cd95fad commit 543bcf4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,14 @@ steps:
slurm_mem: 20GB
slurm_gpus: 1

- label: "GPU Slabplanet: extra atmos diagnostics"
key: "gpu_slabplanet_atmos_diags"
command: "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/gpu_slabplanet_atmos_diags.yml"
artifact_paths: "experiments/ClimaEarth/output/slabplanet/gpu_slabplanet_atmos_diags_artifacts/*"
agents:
slurm_mem: 20GB
slurm_gpus: 1

# GPU RUNS: AMIP
- label: "GPU AMIP test: albedo from function"
key: "gpu_amip_albedo_function"
Expand Down
22 changes: 22 additions & 0 deletions config/ci_configs/gpu_slabplanet_atmos_diags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
anim: false
apply_limiter: false
ci_plots: true
dt: "200secs"
dt_cpl: 200
dt_save_to_sol: "9days"
energy_check: true
h_elem: 4
job_id: "gpu_slabplanet_atmos_diags"
mode_name: "slabplanet"
moist: "equil"
mono_surface: true
output_default_diagnostics: false
precip_model: "0M"
rad: "gray"
run_name: "gpu_slabplanet_atmos_diags"
t_end: "10days"
vert_diff: "true"
diagnostics:
- short_name: [mse, lr, ediff, ts, mass_strf, stab, vt, egr]
reduction_time: average
period: 1days

0 comments on commit 543bcf4

Please sign in to comment.