PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

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