Skip to content

Commit 4f10ad0

Browse files
committed
add GPU diags run
1 parent 73be7c8 commit 4f10ad0

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.buildkite/pipeline.yml

+8
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,14 @@ steps:
410410
slurm_mem: 20GB
411411
slurm_gpus: 1
412412

413+
- label: "GPU Slabplanet: extra atmos diagnostics"
414+
key: "gpu_slabplanet_atmos_diags"
415+
command: "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/gpu_slabplanet_atmos_diags.yml"
416+
artifact_paths: "experiments/ClimaEarth/output/slabplanet/gpu_slabplanet_atmos_diags_artifacts/*"
417+
agents:
418+
slurm_mem: 20GB
419+
slurm_gpus: 1
420+
413421
# GPU RUNS: AMIP
414422
- label: "GPU AMIP test: albedo from function"
415423
key: "gpu_amip_albedo_function"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
anim: false
2+
apply_limiter: false
3+
ci_plots: true
4+
dt: "200secs"
5+
dt_cpl: 200
6+
dt_save_to_sol: "9days"
7+
energy_check: true
8+
h_elem: 4
9+
job_id: "gpu_slabplanet_atmos_diags"
10+
mode_name: "slabplanet"
11+
moist: "equil"
12+
mono_surface: true
13+
output_default_diagnostics: false
14+
precip_model: "0M"
15+
rad: "gray"
16+
run_name: "gpu_slabplanet_atmos_diags"
17+
t_end: "10days"
18+
vert_diff: "true"
19+
diagnostics:
20+
- short_name: [mse, lr, ediff, ts, mass_strf, stab, vt, egr]
21+
reduction_time: average
22+
period: 1days

0 commit comments

Comments
 (0)