Skip to content

Commit d19d043

Browse files
authored
Merge pull request #190 from CliMA/al/ice_hom_J_coeffs
Linear coefficients for Koop2000 ice nucleation
2 parents 6996885 + d90b583 commit d19d043

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ClimaParams.jl Release Notes
22
========================
33

4+
v0.10.5
5+
------
6+
- Add linear fit parameters for homogeneous ice nucleation ([#366](https://github.com/CliMA/CloudMicrophysics.jl/pull/366))
7+
48
v0.10.4
59
------
610
- Add albedo parameters ([#188](https://github.com/CliMA/ClimaParams.jl/pull/188))

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.4"
4+
version = "0.10.5"
55

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

src/parameters.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,6 +1482,16 @@ value = 29180
14821482
type = "float"
14831483
description = "Coefficient for calculating J_hom parameterized by Koop 2000 [-]. From Koop 2000. DOI: 10.1038/35020537."
14841484

1485+
[Linear_J_hom_coeff1]
1486+
value = -68.5532830403637
1487+
type = "float"
1488+
description = "Intercept coefficient for calculating J_hom derived from linear fit of Koop2000 parameterization as shown in CloudMicrophysics.jl docs [-]. DOI:10.1038/35020537."
1489+
1490+
[Linear_J_hom_coeff2]
1491+
value = 255.9271249999972
1492+
type = "float"
1493+
description = "Slope coefficient for calculating J_hom derived from linear fit of Koop2000 parameterization as shown in CloudMicrophysics.jl docs [-]. DOI:10.1038/35020537."
1494+
14851495
# Microphysics - Luo 1995 H2SO4 vapor pressure
14861496

14871497
[p_over_sulphuric_acid_solution_T_max]

0 commit comments

Comments
 (0)