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

◆ compute_overburden_pressure()

void pism::hydrology::Hydrology::compute_overburden_pressure ( const array::Scalar ice_thickness,
array::Scalar result 
) const
protected

Update the overburden pressure from ice thickness.

Uses the standard hydrostatic (shallow) approximation of overburden pressure,

\[ P_0 = \rho_i g H \]

Definition at line 480 of file Hydrology.cc.

References pism::Component::m_config, and pism::Component::m_grid.

Referenced by pism::hydrology::Distributed::bootstrap_impl(), and update().