diff --git a/src/parameters/IceNucleation.jl b/src/parameters/IceNucleation.jl index 33254b89ef..4994d9f95f 100644 --- a/src/parameters/IceNucleation.jl +++ b/src/parameters/IceNucleation.jl @@ -92,8 +92,8 @@ end function MorrisonMilbrandt2014(td::CP.AbstractTOMLDict) name_map = (; :temperature_homogenous_nucleation => :T_dep_thres, - :Thompson2004_c1_Cooper => :c₁ - :Thompson2004_c1_Cooper => :c₂ + :Thompson2004_c1_Cooper => :c₁, + :Thompson2004_c1_Cooper => :c₂, :temperature_water_freeze => :T₀, :BarklieGokhale1959_a_parameter => :het_a, :BarklieGokhale1959_B_parameter => :het_B, @@ -131,7 +131,7 @@ function IceNucleationParameters(toml_dict::CP.AbstractTOMLDict) return IceNucleationParameters{FT, DEP, HOM, P3_type}( deposition, homogeneous, - p3 + p3, ) end