PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

◆ enthalpy_cts()

double pism::EnthalpyConverter::enthalpy_cts ( double  P) const

Get enthalpy E_s(p) at cold-temperate transition point from pressure p.

Returns

\[ E_s(p) = c_i (T_m(p) - T_0), \]

Definition at line 371 of file EnthalpyConverter.cc.

References m_c_i, m_T_0, and melting_temperature().

Referenced by enthalpy(), enthalpy_liquid(), is_temperate(), temperature(), and water_fraction().