PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ 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(). |