Skip to content

Commit 49fc081

Browse files
authored
Merge pull request #191 from CliMA/cc/2M_add_params
Add distributions parameters 2-moment scheme
2 parents d19d043 + 919e25e commit 49fc081

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaParams"
22
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
33
authors = ["Climate Modeling Alliance"]
4-
version = "0.10.5"
4+
version = "0.10.6"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

src/parameters.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,21 @@ value = 2
10901090
type = "float"
10911091
description = "Gamma distibution parameter. Unitless. Default value from Seifert and Rasp, 2020. DOI: 10.1029/2020MS002301."
10921092

1093+
[SB2006_cloud_gamma_distribution_coeff_mu]
1094+
value = 1
1095+
type = "float"
1096+
description = "Gamma distibution coefficient. Unitless. Default value from Seifert and Rasp, 2020. DOI: 10.1029/2020MS002301."
1097+
1098+
[SB2006_rain_distribution_coeff_nu]
1099+
value = -0.66666666666667
1100+
type = "float"
1101+
description = "Gamma distibution coefficient. Unitless. Default value from Seifert and Rasp, 2020. DOI: 10.1029/2020MS002301."
1102+
1103+
[SB2006_rain_distribution_coeff_mu]
1104+
value = 0.33333333333333
1105+
type = "float"
1106+
description = "Gamma distibution coefficient. Unitless. Default value from Seifert and Rasp, 2020. DOI: 10.1029/2020MS002301."
1107+
10931108
[SB2006_reference_air_density]
10941109
value = 1.225
10951110
type = "float"

0 commit comments

Comments
 (0)