Skip to content

Commit

Permalink
for sure done this time
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Jan 23, 2024
1 parent 2b170c5 commit c57efe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IceNucleation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ Parameterization based on Koop 2000, DOI: 10.1038/35020537.
"""
function homogeneous_J(ip::CMP.Koop2000, Δa_w::FT) where {FT}

@assert Δa_w > ip.Δa_w_min
@assert Δa_w < ip.Δa_w_max
@assert Δa_w >= ip.Δa_w_min
@assert Δa_w <= ip.Δa_w_max

logJ::FT = ip.c₁ + ip.c₂ * Δa_w - ip.c₃ * Δa_w^2 + ip.c₄ * Δa_w^3

Expand Down

0 comments on commit c57efe7

Please sign in to comment.