PISM, A Parallel Ice Sheet Model  stable v2.0.6 committed by Constantine Khrulev on 2023-01-23 15:14:38 -0900

◆ hydraulic_potential()

void pism::hydrology::diagnostics::hydraulic_potential ( const IceModelVec2S W,
const IceModelVec2S P,
const IceModelVec2S sea_level,
const IceModelVec2S bed,
const IceModelVec2S ice_thickness,
IceModelVec2S result 
)

Compute the hydraulic potential.

Computes \(\psi = P + \rho_w g (b + W)\).

Definition at line 195 of file Routing.cc.

References C, pism::IceModelVec::grid(), pism::max(), and pism::PointsWithGhosts::next().

Referenced by pism::hydrology::diagnostics::HydraulicPotential::compute_impl().