Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Feb 17, 2024
1 parent 20945d8 commit be804eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/parameters/IceNucleation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -131,7 +131,7 @@ function IceNucleationParameters(toml_dict::CP.AbstractTOMLDict)
return IceNucleationParameters{FT, DEP, HOM, P3_type}(
deposition,
homogeneous,
p3
p3,
)
end

Expand Down

0 comments on commit be804eb

Please sign in to comment.