Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Apr 13, 2024
1 parent ab321a6 commit 7558a87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/plots/linear_HOM_J.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import CloudMicrophysics as CM
import CloudMicrophysics.Parameters as CMP
import CloudMicrophysics.HomIceNucleation as CMH

FT = Float32
const ip = CMP.IceNucleationParameters(FT)

# Koop2000 parameterization
Expand All @@ -29,7 +30,7 @@ MK.lines!(
ax1,
Koop_Δa,
new_log10J,
label = "log10(J) = $(linear_coeffs[2]) Δa + $(linear_coeffs[1])"
label = "log10(J) = $(linear_coeffs[2]) Δa + $(linear_coeffs[1])",
)
MK.lines!(ax1, Koop_Δa, log10KoopJ, label = "Koop 2000 Parameterization")

Expand Down

0 comments on commit 7558a87

Please sign in to comment.