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

◆ solar_longitude()

static double pism::surface::details::solar_longitude ( double  year_fraction,
double  eccentricity,
double  perihelion_longitude 
)
static

Solar longitude (radians) at current time in the year.

Parameters
[in]year_fractionyear fraction (between 0 and 1)
[in]eccentricityeccentricity of the earth’s orbit (no units)
[in]perihelion_longitudeperihelion longitude (radians)

Implements equation A2 in Zeitz et al.

Definition at line 101 of file DEBMSimplePointwise.cc.

Referenced by distance_factor_paleo(), pism::surface::DEBMSimplePointwise::orbital_parameters(), and solar_declination_paleo().