Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ pressure_adjusted_temperature()

double pism::EnthalpyConverter::pressure_adjusted_temperature ( double  E,
double  P 
) const

Get pressure-adjusted ice temperature, in kelvin, from enthalpy and pressure.

The pressure-adjusted temperature is:

\[ T_{pa}(E,p) = T(E,p) - T_m(p) + T_{melting}. \]

Definition at line 194 of file EnthalpyConverter.cc.

References m_T_melting, melting_temperature(), and temperature().

Referenced by is_temperate_relaxed().