|
PISM, A Parallel Ice Sheet Model 2.3.2-61fbb4273 committed by Andy Aschwanden on 2026-06-25
|
◆ frontal_melt_from_undercutting()
Parameterization of the frontal melt rate. This function implements equation 1 from [Rignotetal2016]. \[ q_m = (A * h * Q_{sg} ^{\alpha} + B) * \mathrm{TF}^{\beta} \] where A, B, alpha, beta are tuning parameters. Note that Rignot (2016) is an update on Xu 2013 with slightly different parameter values.
Definition at line 51 of file FrontalMeltPhysics.cc. References m_A, m_alpha, m_B, and m_beta. Referenced by pism::frontalmelt::DischargeGiven::update_impl(), and pism::frontalmelt::DischargeRouting::update_impl(). |