Skip to content

Commit

Permalink
P3 ice nucleation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Feb 16, 2024
1 parent 1f3cf67 commit 8c7c70e
Show file tree
Hide file tree
Showing 2 changed files with 18 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
17 changes: 17 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,23 @@ 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_T_threshold_Cooper]
value = 233
type = "float"
description = "Cutoff temperature, T_thres, below which the P3 deposition parameterization is determined at T_thres [K]. 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

0 comments on commit 8c7c70e

Please sign in to comment.