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

◆ compute_basal_melt_rate()

void pism::hydrology::Hydrology::compute_basal_melt_rate ( const array::CellType mask,
const array::Scalar basal_melt_rate,
array::Scalar result 
)
protected

Compute the input rate into the basal hydrology layer in the ice-covered region due to basal melt rate.

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

Parameters
[in]maskcell type mask
[in]basal_melt_ratebasal melt rate (ice thickness per time)
[out]resultresulting input rate (water thickness per time)

Definition at line 627 of file Hydrology.cc.

References C, pism::array::CellType::icy(), pism::Component::m_config, and pism::Component::m_grid.

Referenced by update().