Skip to content

Commit

Permalink
Merge pull request #2366 from CliMA/zs/progedmf_gpu
Browse files Browse the repository at this point in the history
add gpu prognostic edmf aquaplanet
  • Loading branch information
charleskawczynski authored Mar 20, 2024
2 parents 7f5d946 + 4d07ddc commit 9a1b1fd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,16 @@ steps:
agents:
slurm_gpus: 1
slurm_mem: 20G

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

- group: "GPU Performance"
steps:
Expand Down
26 changes: 26 additions & 0 deletions config/gpu_configs/gpu_prognostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
job_id: gpu_prognostic_edmfx_aquaplanet
surface_setup: DefaultMoninObukhov
rad: clearsky
turbconv: prognostic_edmfx
prognostic_tke: true
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
edmfx_detr_model: "ConstantArea"
edmfx_nh_pressure: true
edmfx_velocity_relaxation: 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/prognostic_edmfx_box.toml]
output_default_diagnostics: false
diagnostics:
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hfes, hur, hus, cl, clw, cli, evspsbl, rsd, rsu, rld, rlu]
reduction_time: average
period: 1hours
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, tke, lmix]
reduction_time: average
period: 1hours
1 change: 1 addition & 0 deletions config/model_configs/prognostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
edmfx_detr_model: "ConstantArea"
edmfx_nh_pressure: true
edmfx_velocity_relaxation: true
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
moist: equil
Expand Down

0 comments on commit 9a1b1fd

Please sign in to comment.