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

◆ step()

virtual Changes pism::surface::LocalMassBalance::step ( const DegreeDayFactors ddf,
double  PDDs,
double  ice_thickness,
double  old_firn_depth,
double  old_snow_depth,
double  accumulation 
)
pure virtual

Take a step of the PDD model.

Parameters
[in]ddfdegree day factors
[in]PDDsnumber of positive degree days during the time step [K day]
[in]old_firn_depthfirn depth [ice equivalent meters]
[in]old_snow_depthsnow depth [ice equivalent meters]
[in]accumulationtotal solid (snow) accumulation during the time-step [ice equivalent meters]

Implemented in pism::surface::PDDMassBalance.