Skip to content

Commit

Permalink
Update src/relations.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski authored Jan 18, 2024
1 parent 17c8f2d commit c1a4614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ function liquid_fraction(
T::FT,
::Type{State},
q::PhasePartition{FT} = q_pt_0(FT),
) where State <: ThermodynamicState
) where {FT, State <: ThermodynamicState}

Tᶠ = TP.T_freeze(param_set) # freezing temperature
Tⁿ = TP.T_icenuc(param_set) # temperature of homogeneous ice nucleation
Expand Down

0 comments on commit c1a4614

Please sign in to comment.