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

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

Parameterization of the frontal melt rate.

This function implements the ISMIP6 equation

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 75 of file FrontalMeltPhysics.cc.

References m_A, m_alpha, m_B, and m_beta.