Astronomy:Solar azimuth angle

From HandWiki
Short description: Azimuth angle of the Sun's position

The solar azimuth angle is the azimuth (horizontal angle with respect to north) of the Sun's position.[1][2][3] This horizontal coordinate defines the Sun's relative direction along the local horizon, whereas the solar zenith angle (or its complementary angle solar elevation) defines the Sun's apparent altitude.

Conventional sign and origin

There are several conventions for the solar azimuth; however, it is traditionally defined as the angle between a line due south and the shadow cast by a vertical rod on Earth. This convention states the angle is positive if the shadow is east of south and negative if it is west of south.[1][2] For example, due east would be 90° and due west would be -90°. Another convention is the reverse; it also has the origin at due south, but measures angles clockwise, so that due east is now negative and west now positive.[3]

However, despite tradition, the most commonly accepted convention for analyzing solar irradiation, e.g. for solar energy applications, is clockwise from due north, so east is 90°, south is 180°, and west is 270°. This is the definition used by NREL in their solar position calculators[4] and is also the convention used in the formulas presented here. However, Landsat photos and other USGS products, while also defining azimuthal angles relative to due north, take counterclockwise angles as negative.[5]

Conventional Trigonometric Formulas

The following formulas assume the north-clockwise convention. The solar azimuth angle can be calculated to a good approximation with the following formula, however angles should be interpreted with care because the inverse sine, i.e. x = sin−1 y or x = arcsin y, has multiple solutions, only one of which will be correct.

[math]\displaystyle{ \sin \phi_\mathrm{s} = \frac{-\sin h \cos \delta}{\sin \theta_\mathrm{s}}. }[/math]

The following formulas can also be used to approximate the solar azimuth angle, but these formulas use cosine, so the azimuth angle as shown by a calculator will always be positive, and should be interpreted as the angle between zero and 180 degrees when the hour angle, h, is negative (morning) and the angle between 180 and 360 degrees when the hour angle, h, is positive (afternoon). (These two formulas are equivalent if one assumes the "solar elevation angle" approximation formula).[2][3][4]

[math]\displaystyle{ \begin{align} \cos \phi_\mathrm{s} &= \frac{\sin \delta \cos \Phi - \cos h \cos \delta \sin \Phi}{\sin \theta_\mathrm{s}} \\[5pt] \cos \phi_\mathrm{s} &= \frac{\sin \delta - \cos \theta_\mathrm{s}\sin \Phi}{\sin \theta_\mathrm{s}\cos \Phi}. \end{align} }[/math]

So practically speaking, the compass azimuth which is the practical value used everywhere (in example in airlines as the so called course) on a compass (where North is 0 degrees, East is 90 degrees, South is 180 degrees and West is 270 degrees) can be calculated as

[math]\displaystyle{ \text{compass } \phi_\mathrm{s} = 360 - \phi_\mathrm{s}. }[/math]

The formulas use the following terminology:

  • [math]\displaystyle{ \phi_\mathrm{s} }[/math] is the solar azimuth angle
  • [math]\displaystyle{ \theta_\mathrm{s} }[/math] is the solar zenith angle
  • [math]\displaystyle{ h }[/math] is the hour angle, in the local solar time
  • [math]\displaystyle{ \delta }[/math] is the current sun declination
  • [math]\displaystyle{ \Phi }[/math] is the local latitude

In addition, dividing the above sine formula by the first cosine formula gives one the tangent formula as is used in The Nautical Almanac.[6]

The formula based on the subsolar point and the atan2 function

"Wreath of Analemmas". The annual excursion of the position of the Sun defined by the triplet [math]\displaystyle{ S_{x} }[/math], [math]\displaystyle{ S_{y} }[/math] and [math]\displaystyle{ S_{z} }[/math] at 1-hour step as viewed at the geographic center of the contiguous United States. The gray part indicates it is nighttime.

A 2021 publication presents a method that uses a solar azimuth formula based on the subsolar point and the atan2 function, as defined in Fortran 90, that gives an unambiguous solution without the need for circumstantial treatment.[7] The subsolar point is the point on the surface of the Earth where the Sun is overhead.

The method first calculates the declination of the Sun and equation of time using equations from The Astronomical Almanac,[8] then it gives the x-, y- and z-components of the unit vector pointing toward the Sun, through vector analysis rather than spherical trigonometry, as follows:

[math]\displaystyle{ \begin{align} \phi_{s} &= \delta, \\ \lambda_{s} &= -15(T_\mathrm{GMT}-12+E_\mathrm{min}/60), \\ S_{x} &= \cos \phi_{s} \sin (\lambda_{s}-\lambda_{o}), \\ S_{y} &= \cos \phi_{o} \sin \phi_{s} - \sin \phi_{o} \cos \phi_{s} \cos (\lambda_{s}-\lambda_{o}), \\ S_{z} &= \sin \phi_{o} \sin \phi_{s} + \cos \phi_{o} \cos \phi_{s} \cos (\lambda_{s}-\lambda_{o}). \end{align} }[/math]

where

  • [math]\displaystyle{ \delta }[/math] is the declination of the Sun,
  • [math]\displaystyle{ \phi_{s} }[/math] is the latitude of the subsolar point,
  • [math]\displaystyle{ \lambda_{s} }[/math] is the longitude of the subsolar point,
  • [math]\displaystyle{ T_\mathrm{GMT} }[/math] is the Greenwich Mean Time or UTC,
  • [math]\displaystyle{ E_\mathrm{min} }[/math] is the equation of time in minutes,
  • [math]\displaystyle{ \phi_{o} }[/math] is the latitude of the observer,
  • [math]\displaystyle{ \lambda_{o} }[/math] is the longitude of the observer,
  • [math]\displaystyle{ S_{x}, S_{y}, S_{z} }[/math] are the x-, y- and z-components, respectively, of the unit vector pointing toward the Sun.

It can be shown that [math]\displaystyle{ S_{x}^{2}+S_{y}^{2}+S_{z}^{2}=1 }[/math]. With the above mathematical setup, the solar zenith angle and solar azimuth angle are simply

[math]\displaystyle{ Z = \mathrm{acos}(S_{z}) }[/math],
[math]\displaystyle{ \gamma_{s} = \mathrm{atan2}(-S_{x}, -S_{y}) }[/math]. (South-Clockwise Convention)

where

  • [math]\displaystyle{ Z }[/math] is the solar zenith angle,
  • [math]\displaystyle{ \gamma_{s} }[/math] is the solar azimuth angle following the South-Clockwise Convention.

If one prefers North-Clockwise Convention, or East-Counterclockwise Convention, the formulas are

[math]\displaystyle{ \gamma_{s} = \mathrm{atan2}(S_{x}, S_{y}) }[/math], (North-Clockwise Convention)
[math]\displaystyle{ \gamma_{s} = \mathrm{atan2}(S_{y}, S_{x}) }[/math]. (East-Counterclockwise Convention)

Finally, the values of [math]\displaystyle{ S_{x} }[/math], [math]\displaystyle{ S_{y} }[/math] and [math]\displaystyle{ S_{z} }[/math] at 1-hour step for an entire year can be presented in a 3D plot of "wreath of analemmas" as a graphic depiction of all possible positions of the Sun in terms of solar zenith angle and solar azimuth angle for any given location. Refer to sun path for similar plots for other locations.

See also

References

  1. 1.0 1.1 Sukhatme, S. P. (2008). Solar Energy: Principles of Thermal Collection and Storage (3rd ed.). Tata McGraw-Hill Education. p. 84. ISBN 978-0070260641. 
  2. 2.0 2.1 2.2 Seinfeld, John H.; Pandis, Spyros N. (2006). Atmospheric Chemistry and Physics, from Air Pollution to Climate Change (2nd ed.). Wiley. p. 130. ISBN 978-0-471-72018-8. http://www.wiley.com/WileyCDA/WileyTitle/productCd-0471720186.html. Retrieved 2013-05-01. 
  3. 3.0 3.1 3.2 Duffie, John A.; Beckman, William A. (2013). Solar Engineering of Thermal Processes (4th ed.). Wiley. pp. 13, 15, 20. ISBN 978-0-470-87366-3. http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470873663.html. 
  4. 4.0 4.1 Reda, I., Andreas, A. (2004). "Solar Position Algorithm for Solar Radiation Applications". Solar Energy 76 (5): 577–89. doi:10.1016/j.solener.2003.12.003. ISSN 0038-092X. Bibcode2004SoEn...76..577R. 
  5. "Sun Azimuth". Landsat Data Dictionary. USGS. https://lta.cr.usgs.gov/landsat_dictionary.html#sun_azimuth. 
  6. The Nautical Almanac https://thenauticalalmanac.com/Formulas.html
  7. Zhang, T., Stackhouse, P.W., Macpherson, B., and Mikovitz, J.C., 2021. A solar azimuth formula that renders circumstantial treatment unnecessary without compromising mathematical rigor: Mathematical setup, application and extension of a formula based on the subsolar point and atan2 function. Renewable Energy, 172, 1333-1340. DOI: https://doi.org/10.1016/j.renene.2021.03.047
  8. The Astronomical Almanac for the Year. The United Naval Observatory, 2019.

External links