|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
Classes | |
| class | BasalWaterPressure |
| Reports the pressure of the transportable water in the subglacial layer. More... | |
| class | BasalWaterVelocity |
| Diagnostically reports the staggered-grid components of the velocity of the water in the subglacial layer. More... | |
| class | ConservationErrorFlux |
| Report subglacial water conservation error flux (mass added to preserve non-negativity). More... | |
| class | DomainBoundaryFlux |
| Report subglacial water flux at domain boundary (in regional model configurations). More... | |
| class | EffectiveBasalWaterPressure |
| Reports the effective pressure of the transportable water in the subglacial layer, that is, the overburden pressure minus the pressure. More... | |
| class | GroundedMarginFlux |
| Report water flux at the grounded margin. More... | |
| class | GroundingLineFlux |
| Report subglacial water flux at grounding lines. More... | |
| class | HydraulicPotential |
| Report hydraulic potential in the subglacial hydrology system. More... | |
| class | RelativeBasalWaterPressure |
| Reports the pressure of the transportable water in the subglacial layer as a fraction of the overburden pressure. More... | |
| class | SubglacialWaterFlux |
| Report advective subglacial water flux. More... | |
| class | TendencyOfWaterMass |
| class | TendencyOfWaterMassDueToFlow |
| Report water flux at the grounded margin. More... | |
| class | TotalInputRate |
| Report water input rate from the ice surface into the subglacial water system. More... | |
| class | WallMelt |
| Report the wall melt rate from dissipation of the potential energy of the transportable water. More... | |
| class | WaterInputFlux |
| Report water flux due to input (basal melt and drainage from the surface). More... | |
Functions | |
| static void | compute_sinks (const array::Scalar &domain_mask, const array::Scalar1 &psi, array::Scalar &result) |
| static void | effective_water_velocity (const Geometry &geometry, const array::Vector &water_flux, array::Vector &result) |
| void | hydraulic_potential (const array::Scalar &W, const array::Scalar &P, const array::Scalar &sea_level, const array::Scalar &bed, const array::Scalar &ice_thickness, array::Scalar &result) |
| Compute the hydraulic potential. | |