diff --git a/config/model_configs/diagnostic_edmfx_trmm_box.yml b/config/model_configs/diagnostic_edmfx_trmm_box.yml index a0b0c19896..d0833ed7dd 100644 --- a/config/model_configs/diagnostic_edmfx_trmm_box.yml +++ b/config/model_configs/diagnostic_edmfx_trmm_box.yml @@ -13,6 +13,7 @@ edmfx_sgs_flux: true moist: equil apply_limiter: false precip_model: "0M" +override_τ_precip: false config: box hyperdiff: "true" kappa_4: 1e12 @@ -27,3 +28,4 @@ dt: 10secs t_end: 6hours dt_save_to_disk: 10mins FLOAT_TYPE: "Float64" +toml: [toml/diagnostic_edmfx_trmm_box.toml] diff --git a/src/parameterized_tendencies/microphysics/microphysics_wrappers.jl b/src/parameterized_tendencies/microphysics/microphysics_wrappers.jl index 2191d3fce0..c2d85a9590 100644 --- a/src/parameterized_tendencies/microphysics/microphysics_wrappers.jl +++ b/src/parameterized_tendencies/microphysics/microphysics_wrappers.jl @@ -39,7 +39,7 @@ function q_tot_precipitation_sources( m_prs, TD.PhasePartition(t_prs, ts), TD.q_vap_saturation(t_prs, ts), - ) / 10, # to be fixed after we get rid of parameter overwrites + ), ) end diff --git a/toml/diagnostic_edmfx_trmm_box.toml b/toml/diagnostic_edmfx_trmm_box.toml new file mode 100644 index 0000000000..14fac019df --- /dev/null +++ b/toml/diagnostic_edmfx_trmm_box.toml @@ -0,0 +1,4 @@ +[precipitation_timescale] +alias = "τ_precip" +value = 100 +type = "float"