PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ is_temperate_relaxed()

bool pism::EnthalpyConverter::is_temperate_relaxed ( double  E,
double  P 
) const

A relaxed version of is_temperate().

Returns true if the pressure melting temperature corresponding to (E, P) is within enthalpy_converter.relaxed_is_temperate_tolerance from fresh_water.melting_point_temperature.

Definition at line 83 of file EnthalpyConverter.cc.

References m_T_melting, m_T_tolerance, and pressure_adjusted_temperature().

Referenced by is_temperate().