Skip to content

Commit b979346

Browse files
committed
update implicit bomex default config
1 parent aad291f commit b979346

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config/model_configs/prognostic_edmfx_bomex_implicit_column.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ surface_setup: "Bomex"
66
turbconv: "prognostic_edmfx"
77
implicit_diffusion: true
88
implicit_sgs_advection: true
9+
implicit_sgs_mass_flux: true
910
approximate_linear_solve_iters: 2
1011
max_newton_iters_ode: 3
1112
edmfx_upwinding: first_order
@@ -16,12 +17,13 @@ edmfx_sgs_diffusive_flux: true
1617
edmfx_nh_pressure: true
1718
edmfx_filter: true
1819
prognostic_tke: true
20+
precip_model: 0M
21+
cloud_model : "grid_scale"
1922
moist: "equil"
20-
cloud_model: "quadrature_sgs"
2123
call_cloud_diagnostics_per_stage: true
2224
config: "column"
23-
z_max: 3e3
24-
z_elem: 60
25+
z_max: 5e3
26+
z_elem: 40
2527
z_stretch: false
2628
perturb_initstate: false
2729
dt: "50secs"

0 commit comments

Comments
 (0)