PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
Loading...
Searching...
No Matches

◆ 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 pism::array::CellType::icy(), pism::Component::m_config, and pism::Component::m_grid.

Referenced by update().