PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ 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) * 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(). |