WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
meteoio
Commits
38be90f5
Commit
38be90f5
authored
Oct 23, 2012
by
Mathias Bavay
Browse files
Added some references to the Meeus algorithm
parent
0e68271e
Changes
1
Hide whitespace changes
Inline
Side-by-side
meteoio/meteolaws/Suntrajectory.h
View file @
38be90f5
...
...
@@ -86,6 +86,19 @@ class SunTrajectory {
static
const
double
nodata
;
};
/**
* @class SunMeeus
* @brief Calculate the Sun's position based on the Meeus algorithm.
* See J. Meeus, <i>"Astronomical Algorithms"</i>, 1998, 2nd ed, ISBN 0-943396-61-1.
* A useful reference is also NOAA's spreadsheet at http://www.esrl.noaa.gov/gmd/grad/solcalc/calcdetails.html or
* http://energyworksus.com/solar_installation_position.html for comparing positional data. The technical report
* I. Reda, A. Andreas, <i>"Solar Position Algorithm for Solar Radiation Applications"</i>, 2008, NREL/TP-560-34302
* also contains an alternative algorithm and very detailed validation data sets.
*
* @ingroup meteolaws
* @author Mathias Bavay
* @date 2010-06-10
*/
class
SunMeeus
:
public
SunTrajectory
{
public:
SunMeeus
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment