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

◆ distance_factor_present_day()

double pism::surface::DEBMSimplePointwise::distance_factor_present_day ( double  year_fraction)
static

The unit-less factor scaling top of atmosphere insolation according to the earth's distance from the sun.

The returned value is (d_bar / d)^2, where d_bar is the average distance from the earth to the sun and d is the current distance at a given time.

Implements equation 2.2.9 from Liou (2002).

Liou states: "Note that the factor (a/r)^2 never departs from the unity by more than 3.5%." (a/r in Liou is equivalent to d_bar/d here.)

This quantity is equal to 1 / R^2, where R is the sun-earth distance in units of the semi-major axis of the earth's orbit.

Definition at line 142 of file DEBMSimplePointwise.cc.

References b0.

Referenced by orbital_parameters().