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

◆ 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 357 of file DEBMSimplePointwise.cc.

References m_albedo_max, m_albedo_min, m_albedo_ocean, m_albedo_slope, m_ice_density, and pism::MASK_ICE_FREE_OCEAN.

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