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

◆ pressure() [1/2]

void pism::EnthalpyConverter::pressure ( const std::vector< double > &  depth,
unsigned int  ks,
std::vector< double > &  result 
) const

Compute pressure in a column of ice. Does not check validity of depth.

Definition at line 142 of file EnthalpyConverter.cc.

References pism::k, m_g, m_p_air, and m_rho_i.