pvlib.solarposition.equation_of_time_spencer71#

pvlib.solarposition.equation_of_time_spencer71(dayofyear)[source]#

Equation of time from Duffie & Beckman and attributed to Spencer (1971) and Iqbal (1983).

The coefficients correspond to the online copy of the Fourier paper [1] in the Sundial Mailing list that was posted in 1998 by Mac Oglesby from his correspondence with Macquarie University Prof. John Pickard who added the following note.

In the early 1970s, I contacted Dr Spencer about this method because I was trying to use a hand calculator for calculating solar positions, etc. He was extremely helpful and gave me a reprint of this paper. He also pointed out an error in the original: in the series for E, the constant was printed as 0.000075 rather than 0.0000075. I have corrected the error in this version.

There appears to be another error in formula as printed in both Duffie & Beckman’s [2] and Frank Vignola’s [3] books in which the coefficient 0.04089 is printed instead of 0.040849, corresponding to the value used in the Bird Clear Sky model implemented by Daryl Myers [4] and printed in both the Fourier paper from the Sundial Mailing List and R. Hulstrom’s [5] book.

Parameters:

dayofyear (numeric)

Returns:

equation_of_time (numeric) – Difference in time between solar time and mean solar time in minutes.

References