Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ step()

DEBMSimpleChanges 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 499 of file DEBMSimplePointwise.cc.

References m_refreeze_fraction, m_refreeze_ice_melt, pism::surface::DEBMSimpleChanges::melt, pism::surface::DEBMSimpleChanges::runoff, pism::surface::DEBMSimpleChanges::smb, and pism::surface::DEBMSimpleChanges::snow_depth.

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