From b1a9e0125d4d37ae3f6a83db608a361c31b2c784 Mon Sep 17 00:00:00 2001 From: Sajjad Azimi Date: Thu, 7 Sep 2023 13:31:37 -0700 Subject: [PATCH] add parameter of rain auto-conversion rate --- Project.toml | 2 +- src/parameters.toml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e66e035e..5fd45bb9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CLIMAParameters" uuid = "6eacf6c3-8458-43b9-ae03-caf5306d3d53" authors = ["Climate Modeling Alliance"] -version = "0.7.14" +version = "0.7.15" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" diff --git a/src/parameters.toml b/src/parameters.toml index 356f74a0..22a5db24 100644 --- a/src/parameters.toml +++ b/src/parameters.toml @@ -709,6 +709,12 @@ alias = "E_0_LD2004" value = 1.08e10 type = "float" +[Variable_time_scale_auctoconversion_coeff_alpha] +alias = "α_var_time_scale_acnv" +value = 1.0 +type = "float" +description = "Power of number density in the function describing the autoconversion time scale. Unitless." + [threshold_smooth_transition_steepness] alias = "k_thrshld_stpnss" value = 2.0