PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ CalovGreveIntegrand()

static double pism::surface::details::CalovGreveIntegrand ( double  sigma,
double  temperature 
)
static

The integrand in equation 6 of

R. Calov and R. Greve, “A semi-analytical solution for the positive degree-day model with stochastic temperature variations,” Journal of Glaciology, vol. 51, Art. no. 172, 2005.

Parameters
[in]sigmastandard deviation of daily variation of near-surface air temperature (Kelvin)
[in]temperaturenear-surface air temperature in "degrees Kelvin above the melting point"

Definition at line 63 of file DEBMSimplePointwise.cc.

References pism::array::max().

Referenced by pism::surface::DEBMSimplePointwise::melt().