PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ get_snow_accumulation()
Extract snow accumulation from mixed (snow and rain) precipitation using the temperature time-series. Uses the temperature time-series to determine whether the precipitation is snow or rain. Rain is removed entirely from the surface mass balance, and will not be included in the computed runoff, which is meltwater runoff. There is an allowed linear transition for Tmin below which all precipitation is interpreted as snow, and Tmax above which all precipitation is rain (see, e.g. [Hock2005b]). Sets P[i] to the solid (snow) accumulation rate.
Implements pism::surface::LocalMassBalance. Definition at line 147 of file localMassBalance.cc. References precip_as_snow, Tmax, and Tmin. |