Skip to content

Commit

Permalink
Add distributions parameters 2-moment scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
crocicc committed May 9, 2024
1 parent d19d043 commit 919e25e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
15 changes: 15 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 919e25e

Please sign in to comment.