From f75cee4d31637d207a6741a83cb2f41b6a91d290 Mon Sep 17 00:00:00 2001 From: costachris Date: Thu, 26 Oct 2023 12:20:50 -0700 Subject: [PATCH] Update EDMF area limiter parameters --- src/parameters.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/parameters.toml b/src/parameters.toml index 7d1f24ee..e392503a 100644 --- a/src/parameters.toml +++ b/src/parameters.toml @@ -2285,15 +2285,15 @@ description = "Fraction of updraft air for buoyancy mixing in entrainment/detrai [entrainment_area_limiter_scale] alias = "area_limiter_scale" -value = 10.0 +value = 4.0 type = "float" -description = "Constant scaling exponential argument in detrainment area limiter term. Parameter not described in the literature." +description = "Constant scaling factor (amplitude) of exponential detrainment area limiter. Parameter not described in the literature." [entrainment_area_limiter_power] alias = "area_limiter_power" -value = 4.0 +value = 10.0 type = "float" -description = "Power of logistic term in detrainment area limiter term. Parameter not described in the literature." +description = "Exponential decay constant in detrainment area limiter. Parameter not described in the literature." [entrainment_scale] alias = "entrainment_scale"