Skip to content

Commit ec828db

Browse files
Merge pull request #192 from CliMA/ap/p3
P3 parameters for sink terms
2 parents 49fc081 + 1f401e1 commit ec828db

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaParams"
22
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
33
authors = ["Climate Modeling Alliance"]
4-
version = "0.10.6"
4+
version = "0.10.7"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

src/parameters.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,11 @@ value = [-0.346044, -7.17829e-11, -1.24394e20]
13101310
type = "float"
13111311
description = "Hl coefficients for ice terminal velocity parameterization - See Table B5 in Chen et al 2022 DOI: 10.1016/j.atmosres.2022.106171"
13121312

1313+
[Chen2022_ice_cutoff]
1314+
value = 0.000625
1315+
type = "float"
1316+
description = "Chen2022 parametrization cut off for diameter between small and large ice particles [m]"
1317+
13131318
# Microphysics - ice deposition on dust
13141319

13151320
[Mohler2006_maximum_allowed_Si]
@@ -1599,6 +1604,16 @@ value = 6
15991604
type = "float"
16001605
description = "Limiter for shape parameter mu for ice in P3 scheme. See eq 3 in Morrison and Milbrandt 2015. Units: [-]"
16011606

1607+
[p3_ventillation_a]
1608+
value = 0.78
1609+
type = "float"
1610+
description = "a coefficient for ventillation factor calculations in p3 tendencies, unitless. From Seifert and Beheng, 2006. DOI: 10.1007/s00703-005-0112-4"
1611+
1612+
[p3_ventiallation_b]
1613+
value = 0.308
1614+
type = "float"
1615+
description = "b coefficient for ventillation factor calculations in p3 tendencies, unitless. From Seifert and Beheng, 2006. DOI: 10.1007/s00703-005-0112-4"
1616+
16021617
# Microphysics - Aerosol activation
16031618

16041619
[seasalt_aerosol_molar_mass]

0 commit comments

Comments
 (0)