From 919e25e4f687a928fda9ed07bb2b187d9536c4ca Mon Sep 17 00:00:00 2001 From: Caterina Croci Date: Wed, 8 May 2024 13:39:47 -0700 Subject: [PATCH] Add distributions parameters 2-moment scheme --- Project.toml | 2 +- src/parameters.toml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8df1d61c..257e9690 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaParams" uuid = "5c42b081-d73a-476f-9059-fd94b934656c" authors = ["Climate Modeling Alliance"] -version = "0.10.5" +version = "0.10.6" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" diff --git a/src/parameters.toml b/src/parameters.toml index ce460eeb..5d3227dd 100644 --- a/src/parameters.toml +++ b/src/parameters.toml @@ -1090,6 +1090,21 @@ value = 2 type = "float" description = "Gamma distibution parameter. Unitless. Default value from Seifert and Rasp, 2020. DOI: 10.1029/2020MS002301." +[SB2006_cloud_gamma_distribution_coeff_mu] +value = 1 +type = "float" +description = "Gamma distibution coefficient. Unitless. Default value from Seifert and Rasp, 2020. DOI: 10.1029/2020MS002301." + +[SB2006_rain_distribution_coeff_nu] +value = -0.66666666666667 +type = "float" +description = "Gamma distibution coefficient. Unitless. Default value from Seifert and Rasp, 2020. DOI: 10.1029/2020MS002301." + +[SB2006_rain_distribution_coeff_mu] +value = 0.33333333333333 +type = "float" +description = "Gamma distibution coefficient. Unitless. Default value from Seifert and Rasp, 2020. DOI: 10.1029/2020MS002301." + [SB2006_reference_air_density] value = 1.225 type = "float"