Skip to content

Commit d0919ae

Browse files
committed
add a config file for gpu prognostic_edmfx_aquaplanet
1 parent c84a9af commit d0919ae

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ steps:
973973
- label: "GPU: Prognostic EDMFX aquaplanet"
974974
command: >
975975
julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
976-
--config_file $CONFIG_PATH/prognostic_edmfx_aquaplanet.yml
976+
--config_file $CONFIG_PATH/prognostic_edmfx_aquaplanet_gpu.yml
977977
--job_id prognostic_edmfx_aquaplanet_gpu
978978
artifact_paths: "prognostic_edmfx_aquaplanet_gpu/output_active/*"
979979
env:
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# This job takes too long so we use a lower top and coarser vertical resolution
2+
# z_max: 60000.0
3+
# z_elem: 31
4+
# dz_bottom: 50.0
5+
# rayleigh_sponge: true
6+
surface_setup: DefaultMoninObukhov
7+
rad: clearsky
8+
co2_model: fixed
9+
turbconv: prognostic_edmfx
10+
prognostic_tke: true
11+
edmfx_upwinding: first_order
12+
edmfx_entr_model: "Generalized"
13+
edmfx_detr_model: "Generalized"
14+
edmfx_nh_pressure: true
15+
edmfx_filter: true
16+
edmfx_sgs_mass_flux: true
17+
edmfx_sgs_diffusive_flux: true
18+
implicit_diffusion: true
19+
implicit_sgs_advection: true
20+
# This job crashes when setting the following to true. There is potentially a bug.
21+
# implicit_sgs_entr_detr: true
22+
# implicit_sgs_nh_pressure: true
23+
# implicit_sgs_mass_flux: true
24+
approximate_linear_solve_iters: 2
25+
max_newton_iters_ode: 3
26+
moist: equil
27+
cloud_model: "quadrature_sgs"
28+
precip_model: 0M
29+
dt: 10secs
30+
t_end: 1hours
31+
dt_save_state_to_disk: 600secs
32+
toml: [toml/prognostic_edmfx.toml]
33+
output_default_diagnostics: false
34+
diagnostics:
35+
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hfes, hur, hus, cl, clw, cli, evspsbl, pr, rsd, rsu, rld, rlu]
36+
reduction_time: average
37+
period: 1hours
38+
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, tke, lmix]
39+
reduction_time: average
40+
period: 1hours
41+
use_itime: true

0 commit comments

Comments
 (0)