diff --git a/src/thermodynamics.jl b/src/thermodynamics.jl index 0326f52b9e..0031ba88b0 100644 --- a/src/thermodynamics.jl +++ b/src/thermodynamics.jl @@ -162,7 +162,7 @@ function specific_enthalpy_sat( q_tot::FT, ::Type{phase_type}, ) where {FT <: Real, phase_type <: TD.ThermodynamicState} - return TD.specific_enthalpy(param_set, T, TD.PhasePartition_equil(param_set, T, ρ, q_tot, phase_type)) + return specific_enthalpy(param_set, T, TD.PhasePartition_equil(param_set, T, ρ, q_tot, phase_type)) end function PhaseDry_ph(param_set::APS, p::FT, h::FT) where {FT <: Real}