Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ insolation_diagnostic()

double pism::surface::DEBMSimplePointwise::insolation_diagnostic ( double  declination,
double  distance_factor,
double  latitude_degrees 
) const

Compute top of atmosphere insolation to report as a diagnostic quantity.

Do not use this in the model itself: doing so will make it slower because that way we'd end up computing hour_angle more than once.

Definition at line 422 of file DEBMSimplePointwise.cc.

References hour_angle(), insolation(), m_phi, and m_solar_constant.