Skip to content

Commit

Permalink
Linear coefficients for Koop2000 ice nucleation
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Apr 12, 2024
1 parent 6996885 commit d90b583
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ClimaParams.jl Release Notes
========================

v0.10.5
------
- Add linear fit parameters for homogeneous ice nucleation ([#366](https://github.com/CliMA/CloudMicrophysics.jl/pull/366))

v0.10.4
------
- Add albedo parameters ([#188](https://github.com/CliMA/ClimaParams.jl/pull/188))
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaParams"
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
authors = ["Climate Modeling Alliance"]
version = "0.10.4"
version = "0.10.5"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
10 changes: 10 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,16 @@ value = 29180
type = "float"
description = "Coefficient for calculating J_hom parameterized by Koop 2000 [-]. From Koop 2000. DOI: 10.1038/35020537."

[Linear_J_hom_coeff1]
value = -68.5532830403637
type = "float"
description = "Intercept coefficient for calculating J_hom derived from linear fit of Koop2000 parameterization as shown in CloudMicrophysics.jl docs [-]. DOI:10.1038/35020537."

[Linear_J_hom_coeff2]
value = 255.9271249999972
type = "float"
description = "Slope coefficient for calculating J_hom derived from linear fit of Koop2000 parameterization as shown in CloudMicrophysics.jl docs [-]. DOI:10.1038/35020537."

# Microphysics - Luo 1995 H2SO4 vapor pressure

[p_over_sulphuric_acid_solution_T_max]
Expand Down

0 comments on commit d90b583

Please sign in to comment.