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()

double pism::frontalmelt::FrontalMeltPhysics::frontal_melt_from_undercutting ( double  h,
double  q_sg,
double  TF 
) const

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.

Parameters
[in]hwater depth, meters
[in]q_sgsubglacial water flux, m / day
[in]TFthermal forcing, Celsius
Returns
frontal melt rate, m / day.

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().