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

◆ step()

DEBMSimplePointwise::Changes pism::surface::DEBMSimplePointwise::step ( double  ice_thickness,
double  max_melt,
double  old_snow_depth,
double  accumulation 
) const

Compute the surface mass balance at a location from the amount of melted snow and the solid accumulation amount in a time interval.

  • a fraction of the melted snow and ice refreezes, conceptualized as superimposed ice

Definition at line 495 of file DEBMSimplePointwise.cc.

References m_refreeze_fraction, m_refreeze_ice_melt, pism::array::max(), pism::surface::DEBMSimplePointwise::Changes::melt, pism::array::min(), pism::surface::DEBMSimplePointwise::Changes::runoff, pism::surface::DEBMSimplePointwise::Changes::smb, and pism::surface::DEBMSimplePointwise::Changes::snow_depth.

Referenced by pism::surface::DEBMSimple::update_impl().