PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
Loading...
Searching...
No Matches

◆ solar_longitude()

double pism::surface::DEBMSimplePointwise::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) in the geocentric ecliptic coordinate system

Implements equation A2 in Zeitz et al. or equivalent equations in Berger1978 (section 3).

Definition at line 102 of file DEBMSimplePointwise.cc.

References eccentricity(), and perihelion_longitude().

Referenced by orbital_parameters(), and solar_declination_paleo().