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

◆ 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 192 of file EnthalpyConverter.cc.

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

Referenced by is_temperate_relaxed().