Skip to content

Commit

Permalink
Add parameters for the P3 scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
trontrytel committed Jan 31, 2024
1 parent 39d2b91 commit ed2975b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CLIMAParameters"
uuid = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
authors = ["Climate Modeling Alliance"]
version = "0.8.4"
version = "0.8.5"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
21 changes: 20 additions & 1 deletion src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ value = 29180
type = "float"
description = "Coefficient for calculating J_hom parameterized by Koop 2000 [-]. From Koop 2000. DOI: 10.1038/35020537."

# Microphysics - Luo 1995 H2SO4 vapor pressure
# Microphysics - Luo 1995 H2SO4 vapor pressure

[p_over_sulphuric_acid_solution_T_max]
value = 235
Expand Down Expand Up @@ -1181,6 +1181,25 @@ value = 0.2285
type = "float"
description = "Coefficient in power law for the area of ice side plane, column, bullet, and planar polycrystal aggregates in Mitchell 1996--used in P3 Scheme (Morrison and Milbrandt 2015) [μm^(2-σ_M1996)]. To adjust units into m and m2, see the P3 Scheme documentation."

[Heymsfield_mu_coeff1]
value = 0.00191
type = "float"
description = "Coefficient for shape parameter mu for ice in P3 scheme. See eq 3 in Morrison and Milbrandt 2015. Units: [m^0.8]"

[Heymsfield_mu_coeff2]
value = 0.8
type = "float"
description = "Coefficient for shape parameter mu for ice in P3 scheme. See eq 3 in Morrison and Milbrandt 2015. Units: [-]"

[Heymsfield_mu_coeff3]
value = 2
type = "float"
description = "Coefficient for shape parameter mu for ice in P3 scheme. See eq 3 in Morrison and Milbrandt 2015. Units: [-]"

[Heymsfield_mu_cutoff]
value = 6
type = "float"
description = "Limiter for shape parameter mu for ice in P3 scheme. See eq 3 in Morrison and Milbrandt 2015. Units: [-]"

# Microphysics - Aerosol activation

Expand Down

0 comments on commit ed2975b

Please sign in to comment.