Skip to content

Commit

Permalink
Merge pull request #174 from CliMA/aj/add_Frostenberg
Browse files Browse the repository at this point in the history
Add Frostenberg et al 2023 parameters
  • Loading branch information
trontrytel authored Feb 13, 2024
2 parents 615d81e + 76aa1c6 commit 2fe593f
Showing 1 changed file with 17 additions and 0 deletions.
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 - temperature dependant, aerosol independant immerson freezing

[Frostenberg2023_standard_deviation]
value = 1.37
type = "float"
description = "Standard deviation for the ice nucleating particles concentration [-]. Eq (1) in Frostenberg et al 2023 doi: 10.5194/acp-23-10883-2023"

[Frostenberg2023_a_coefficient]
value = 1
type = "float"
description = "Coefficient a for the ice nucleating particles concentration [m^3]. Eq (1) in Frostenberg et al 2023 doi: 10.5194/acp-23-10883-2023"

[Frostenberg2023_b_coefficient]
value = 1
type = "float"
description = "Coefficient b for the ice nucleating particles concentration [1/C]. Eq (1) in Frostenberg et al 2023 doi: 10.5194/acp-23-10883-2023"

# Microphysics - water activity based homogeneous freezing/nucleation

[Koop2000_min_delta_aw]
Expand Down

0 comments on commit 2fe593f

Please sign in to comment.