Skip to content

Commit

Permalink
Merge pull request #2363 from CliMA/zs/diagedmf_gpu2
Browse files Browse the repository at this point in the history
add gpu aquaplaent with diagnostic edmf to ci
  • Loading branch information
szy21 authored Nov 14, 2023
2 parents ffbd518 + f193035 commit 458eef6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,10 @@ steps:
artifact_paths: "diagnostic_edmfx_aquaplanet/*"
agents:
slurm_mem: 20GB


- group: "Prognostic EDMFX"
steps:

- label: ":genie: Prognostic EDMFX advection test in a box"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
Expand All @@ -601,9 +604,6 @@ steps:
agents:
slurm_mem: 20GB

- group: "Prognostic EDMFX"
steps:

- label: ":genie: Prognostic EDMFX GABLS in a box"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
Expand Down Expand Up @@ -758,6 +758,15 @@ steps:
slurm_gpus: 1
soft_fail: true

- label: "GPU: Diagnostic EDMFX aquaplanet"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $GPU_CONFIG_PATH/gpu_diagnostic_edmfx_aquaplanet.yml
artifact_paths: "gpu_diagnostic_edmfx_aquaplanet/*"
agents:
slurm_gpus: 1
slurm_mem: 20G

- group: "GPU Performance"
steps:

Expand Down
18 changes: 18 additions & 0 deletions config/gpu_configs/gpu_diagnostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
job_id: gpu_diagnostic_edmfx_aquaplanet
vert_diff: "true"
surface_setup: DefaultExchangeCoefficients
rad: gray
turbconv: diagnostic_edmfx
prognostic_tke: true
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
edmfx_detr_model: "Generalized"
edmfx_nh_pressure: true
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
moist: equil
precip_model: 0M
dt: 10secs
t_end: 1hours
dt_save_to_disk: 600secs
toml: [toml/diagnostic_edmfx_box.toml]

0 comments on commit 458eef6

Please sign in to comment.