Skip to content

Commit

Permalink
Merge pull request #178 from CliMA/al/p3_ice_nuc
Browse files Browse the repository at this point in the history
P3 ice nucleation parameters
  • Loading branch information
amylu00 authored Feb 17, 2024
2 parents 1f3cf67 + d6abcd6 commit a782e37
Show file tree
Hide file tree
Showing 2 changed files with 23 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 = "CLIMAParameters"
uuid = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
authors = ["Climate Modeling Alliance"]
version = "0.9.0"
version = "0.9.1"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
22 changes: 22 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,28 @@ value = -10.66873
type = "float"
description = "Coefficient, c, for calculating immersion freezing J_het of Illite [-]. From Knopf and Alpert 2013. DOI: 10.1039/C3FD00035D."

# Microphysics - P3 ice nucleation paramerizations

[Thompson2004_c1_Cooper]
value = 0.005
type = "float"
description = "Coefficient, c1, for calculating P3 deposition nucleation [-]. From Thompson et al 2004. DOI: 10.1175/1520-0493(2004)132<0519:EFOWPU>2.0.CO;2."

[Thompson2004_c2_Cooper]
value = 0.304
type = "float"
description = "Coefficient, c2, for calculating P3 deposition nucleation [-]. From Thompson et al 2004. DOI: 10.1175/1520-0493(2004)132<0519:EFOWPU>2.0.CO;2."

[BarklieGokhale1959_a_parameter]
value = 0.65
type = "float"
description = "Mean of parameter a for determining P3 heterogeneous freezing [°C^-1]. From Barklie & Gokhale 1959. No DOI. See Pruppacher & Klett 1997 pg 350."

[BarklieGokhale1959_B_parameter]
value = 2e-4
type = "float"
description = "Parameter, B, for rain water. Used to determine P3 heterogeneous freezing. [cm^-3 s^-1]. From Barklie & Gokhale 1959. No DOI. See Pruppacher & Klett 1997 pg 350."

# Microphysics - temperature dependant, aerosol independant immerson freezing

[Frostenberg2023_standard_deviation]
Expand Down

2 comments on commit a782e37

@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/101064

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.9.1 -m "<description of version>" a782e3796d0684236d93180ba85d4e21459ecb93
git push origin v0.9.1

Please sign in to comment.