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

◆ albedo()

double pism::surface::DEBMSimplePointwise::albedo ( double  melt_rate,
MaskValue  cell_type 
) const

Albedo parameterized as a function of the melt rate

See equation 7 in Zeitz et al.

Parameters
[in]melt_ratemelt rate (meters (liquid water equivalent) per second)
[in]cell_typecell type mask (used to exclude ice free areas)

Definition at line 355 of file DEBMSimplePointwise.cc.

References m_albedo_max, m_albedo_min, m_albedo_ocean, m_albedo_slope, m_ice_density, pism::MASK_ICE_FREE_OCEAN, and pism::array::max().

Referenced by melt(), and pism::surface::DEBMSimple::update_impl().