Skip to content

Commit

Permalink
Add ice nucleation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
trontrytel committed Aug 18, 2023
1 parent 53c2639 commit 0a990bf
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,78 @@ value = 2.35
type = "float"
description = "a for temperatures < T_thr for Desert Dust [-]. From Mohler et al, 2006. DOI: 10.5194/acp-6-3007-2006."

[KnopfAlpert2013_J_het_m_DesterDust]
alias = "J_het_m_KA2013_DesertDust"
value = 22.62
type = "float"
description = "A coefficient from Knopf and Alpert 2013 for Desert Dust TODO - add DOI number and units "

[KnopfAlpert2013_J_het_c_DesterDust]
alias = "J_het_c_KA2013_DesertDust"
value = -1.35
type = "float"
description = "A coefficient from Knopf and Alpert 2013 for Desert Dust TODO - add DOI number and units "

[KnopfAlpert2013_J_het_m_Kaolinite]
alias = "J_het_m_KA2013_Kaolinite"
value = 54.58834
type = "float"
description = "A coefficient from Knopf and Alpert 2013 for Kaolinite TODO - add DOI number and units "

[KnopfAlpert2013_J_het_c_Kaolinite]
alias = "J_het_c_KA2013_Kaolinite"
value = -10.54758
type = "float"
description = "A coefficient from Knopf and Alpert 2013 for Kaolinite TODO - add DOI number and units "

[KnopfAlpert2013_J_het_m_Illite]
alias = "J_het_m_KA2013_Illite"
value = 54.48075
type = "float"
description = "A coefficient from Knopf and Alpert 2013 for Illite TODO - add DOI number and units "

[KnopfAlpert2013_J_het_c_Illite]
alias = "J_het_c_KA2013_Illite"
value = -10.66873
type = "float"
description = "A coefficient from Knopf and Alpert 2013 for Illite TODO - add DOI number and units "

[Koop2000_min_delta_aw]
alias = "Koop2000_min_delta_aw"
value = 0.26
type = "float"
description = "A coefficient from Koop 2000 TODO - add DOI number, units and description"

[Koop2000_max_delta_aw]
alias = "Koop2000_max_delta_aw"
value = 0.34
type = "float"
description = "A coefficient from Koop 2000 TODO - add DOI number, units and description"

[Koop2000_J_hom_coeff1]
alias = "Koop2000_J_hom_c1"
value = -906.7
type = "float"
description = "A coefficient from Koop 2000 TODO - add DOI number, units and description"

[Koop2000_J_hom_coeff2]
alias = "Koop2000_J_hom_c2"
value = 8502
type = "float"
description = "A coefficient from Koop 2000 TODO - add DOI number, units and description"

[Koop2000_J_hom_coeff3]
alias = "Koop2000_J_hom_c2"
value = 26924
type = "float"
description = "A coefficient from Koop 2000 TODO - add DOI number, units and description"

[Koop2000_J_hom_coeff3]
alias = "Koop2000_J_hom_c2"
value = 29180
type = "float"
description = "A coefficient from Koop 2000 TODO - add DOI number, units and description"

[BF1995_mass_exponent_beta]
alias = "β_va_BF1995"
value = 1.9
Expand Down

0 comments on commit 0a990bf

Please sign in to comment.