We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad291f commit b979346Copy full SHA for b979346
config/model_configs/prognostic_edmfx_bomex_implicit_column.yml
@@ -6,6 +6,7 @@ surface_setup: "Bomex"
6
turbconv: "prognostic_edmfx"
7
implicit_diffusion: true
8
implicit_sgs_advection: true
9
+implicit_sgs_mass_flux: true
10
approximate_linear_solve_iters: 2
11
max_newton_iters_ode: 3
12
edmfx_upwinding: first_order
@@ -16,12 +17,13 @@ edmfx_sgs_diffusive_flux: true
16
17
edmfx_nh_pressure: true
18
edmfx_filter: true
19
prognostic_tke: true
20
+precip_model: 0M
21
+cloud_model : "grid_scale"
22
moist: "equil"
-cloud_model: "quadrature_sgs"
23
call_cloud_diagnostics_per_stage: true
24
config: "column"
-z_max: 3e3
-z_elem: 60
25
+z_max: 5e3
26
+z_elem: 40
27
z_stretch: false
28
perturb_initstate: false
29
dt: "50secs"
0 commit comments