PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ step()
Compute the surface mass balance at a location from the number of positive degree days and the accumulation amount in a time interval. This is a PDD scheme. The input parameter
Ice melts at a constant rate per positive degree day, controlled by parameter The scheme here came from EISMINT-Greenland [RitzEISMINT], but is influenced by R. Hock (personal communication). Implements pism::surface::LocalMassBalance. Definition at line 194 of file localMassBalance.cc. References pism::surface::LocalMassBalance::Changes::firn_depth, pism::surface::LocalMassBalance::DegreeDayFactors::ice, pism::array::max(), pism::surface::LocalMassBalance::Changes::melt, pism::array::min(), pism::surface::LocalMassBalance::DegreeDayFactors::refreeze_fraction, refreeze_ice_melt, pism::surface::LocalMassBalance::Changes::runoff, pism::surface::LocalMassBalance::Changes::smb, pism::surface::LocalMassBalance::DegreeDayFactors::snow, and pism::surface::LocalMassBalance::Changes::snow_depth. |