Skip to content

Commit

Permalink
Merge #123
Browse files Browse the repository at this point in the history
123: Updates to P3 Parameters r=trontrytel a=rorlija1



Co-authored-by: Rowan Orlijan-Rhyne <rorlija1@swarthmore.edu>
Co-authored-by: Anna Jaruga <ajaruga@caltech.edu>
  • Loading branch information
3 people authored Aug 17, 2023
2 parents 22fe26d + 763c2f0 commit fcb1894
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 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.7.9"
version = "0.7.10"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
19 changes: 13 additions & 6 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1198,15 +1198,22 @@ description = "Exponent in power law for mass grown by vapor diffusion and aggre

[BF1995_mass_coeff_alpha]
alias = "α_va_BF1995"
value = 0.018537721864540644
value = 7.38e-11
type = "float"
description = "Coefficient in power law for mass grown by vapor diffusion and aggregation from Brown and Francis 1995--used in P3 Scheme (Morrison and Milbrandt 2015) [kg/mβ_va]."
description = "Coefficient in power law for mass grown by vapor diffusion and aggregation from Brown and Francis 1995--used in P3 Scheme (Morrison and Milbrandt 2015) [g/μmβ_va]. To adjust units into kg and m, see the P3 Scheme documentation."

[MM2015_D_th]
alias = "D_th_MM2015"
value = 9.728093468486627e-5
[M1996_area_exponent_sigma]
alias = "σ_M1996"
value = 1.88
type = "float"
description = "Threshold particle dimension from Morrison and Milbrandt 2015 between small spherical and large, nonspherical unrimed ice [m]."
description = "Exponent 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) [-]."

[M1996_area_coeff_gamma]
alias = "γ_M1996"
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."


# Microphysics - Aerosol activation

Expand Down

2 comments on commit fcb1894

@trontrytel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/89853

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.10 -m "<description of version>" fcb18942e71a23f0b124540e06d298dfc5d15adb
git push origin v0.7.10

Please sign in to comment.