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

◆ compute_surface_input_rate()

void pism::hydrology::Hydrology::compute_surface_input_rate ( const array::CellType mask,
const array::Scalar surface_input_rate,
array::Scalar result 
)
protected

Compute the surface water input rate into the basal hydrology layer in the ice-covered region.

This method ignores the input rate in the ice-free region.

Parameters
[in]maskcell type mask
[in]surface_input_ratesurface input rate (kg m-2 s-1); set to NULL to ignore
[out]resultresulting input rate (water thickness per time)

Definition at line 593 of file Hydrology.cc.

References pism::array::CellType::icy(), pism::Component::m_config, pism::Component::m_grid, pism::array::Array::set(), and surface_input_rate().

Referenced by update().