You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Combined updraft surfacearea fraction (unitless). The surface area for each updraft is `surface_area / N_updrafts`. Source: Cohen et al. (2020), Table 2."
2853
+
description = "Maximum combined updraft surface-area fraction (unitless), reached in the free-convection limit of the EDMF surface mass-flux closure. The per-updraft cap is `max_surface_area / N_updrafts`. Source: Cohen et al. (2020), Table 2."
2854
2854
2855
2855
[EDMF_max_area]
2856
2856
value = 0.9
@@ -2862,6 +2862,21 @@ value = 1e-5
2862
2862
type = "float"
2863
2863
description = "Minimum area fraction per updraft (unitless)."
2864
2864
2865
+
[EDMF_sfc_mass_flux_ustar_coeff]
2866
+
value = 1.0
2867
+
type = "float"
2868
+
description = "Coefficient $c_u$ weighting the friction-velocity contribution in the EDMF surface mass-flux blend $a_s = a_{s,\\max} \\cdot w_*^3 / (w_*^3 + c_u u_*^3)$ (unitless)."
2869
+
2870
+
[EDMF_convective_zi]
2871
+
value = 1000.0
2872
+
type = "float"
2873
+
description = "Prescribed convective boundary-layer depth $z_i$ used in the EDMF surface mass-flux closure $w_*^3 = z_i \\langle w'b' \\rangle_s$ (m)."
2874
+
2875
+
[EDMF_sfc_mass_flux_cap_fraction]
2876
+
value = 0.5
2877
+
type = "float"
2878
+
description = "Fraction $\\alpha$ of the surface scalar flux that the EDMF updraft may transport at the surface; caps the updraft mass-flux source so the environment retains at least $(1-\\alpha)$ of every surface scalar flux (unitless)."
2879
+
2865
2880
[mixing_length_eddy_viscosity_coefficient]
2866
2881
value = 0.14
2867
2882
type = "float"
@@ -3115,6 +3130,16 @@ value = 1.0
3115
3130
type = "float"
3116
3131
description = "Scale parameter for the steepness of the cloud fraction/condensate relationship (unitless). Should be 1 for exact Gaussian/lognormal SGS distributions."
3117
3132
3133
+
[cloud_fraction_eps_rel]
3134
+
value = 0.02
3135
+
type = "float"
3136
+
description = "Residual fractional saturation variability (unitless) entering the augmented-$\\sigma$ floor in the cloud-fraction closure: $\\sigma_{S,\\text{floor}}^2 = (\\varepsilon_\\text{rel} \\cdot q_\\text{sat})^2 + \\sigma_\\text{abs}^2$. Models intra-environment condensate patchiness that the equilibrium SGS variance does not capture."
3137
+
3138
+
[cloud_fraction_sigma_abs]
3139
+
value = 1e-7
3140
+
type = "float"
3141
+
description = "Absolute floor (kg/kg) on the augmented saturation-deficit standard deviation in the cloud-fraction closure $\\sigma_{S,\\text{floor}}^2 = (\\varepsilon_\\text{rel} \\cdot q_\\text{sat})^2 + \\sigma_\\text{abs}^2$, used for numerical robustness as $q_\\text{sat} \\to 0$."
0 commit comments