@@ -62,26 +62,26 @@ Here we provide an overview of the solar positioning algorithms currently implem
6262in SolarPosition.jl. Each algorithm is described with its reference paper, claimed
6363accuracy and implementation status.
6464
65- | Algorithm | Reference | Accuracy | Default Refraction | Status |
66- | ----------------------------------------------------- | ----------------------------------------------------------------------------------------------- | -------- | ------------------ | ------ |
67- | [ ` PSA ` ] (@ref SolarPosition.Positioning.PSA) | [ Blanco-Muriel et al.] ( https://www.sciencedirect.com/science/article/abs/pii/S0038092X00001560 ) | ±0.0083° | None | ✅ |
68- | [ ` NOAA ` ] (@ref SolarPosition.Positioning.NOAA) | [ Global Monitoring Laboratory] ( https://gml.noaa.gov/grad/solcalc/calcdetails.html ) | ±0.0167° | [ ` HUGHES ` ] (@ref SolarPosition.Refraction.HUGHES) | ✅ |
69- | [ ` Walraven ` ] (@ref SolarPosition.Positioning.Walraven) | [ Walraven, 1978] ( https://doi.org/10.1016/0038-092X(78)90155-X ) | ±0.0100° | None | ✅ |
70- | [ ` USNO ` ] (@ref SolarPosition.Positioning.USNO) | [ U.S. Naval Observatory] ( https://aa.usno.navy.mil/faq/sun_approx ) | ±0.0500° | None | ✅ |
71- | [ ` SPA ` ] (@ref SolarPosition.Positioning.SPA) | [ Reda & Andreas, 2004] ( https://doi.org/10.1016/j.solener.2003.12.003 ) | ±0.0003° | Built-in | ✅ |
65+ | Algorithm | Reference | Accuracy | Default Refraction | Status |
66+ | ----------------------------------------------------- | ----------------------------------------------------------------------------------------------- | -------- | ------------------------------------------------ | ------ |
67+ | [ ` PSA ` ] (@ref SolarPosition.Positioning.PSA) | [ Blanco-Muriel et al.] ( https://www.sciencedirect.com/science/article/abs/pii/S0038092X00001560 ) | ±0.0083° | None | ✅ |
68+ | [ ` NOAA ` ] (@ref SolarPosition.Positioning.NOAA) | [ Global Monitoring Laboratory] ( https://gml.noaa.gov/grad/solcalc/calcdetails.html ) | ±0.0167° | [ ` HUGHES ` ] (@ref SolarPosition.Refraction.HUGHES) | ✅ |
69+ | [ ` Walraven ` ] (@ref SolarPosition.Positioning.Walraven) | [ Walraven, 1978] ( https://doi.org/10.1016/0038-092X(78)90155-X ) | ±0.0100° | None | ✅ |
70+ | [ ` USNO ` ] (@ref SolarPosition.Positioning.USNO) | [ U.S. Naval Observatory] ( https://aa.usno.navy.mil/faq/sun_approx ) | ±0.0500° | None | ✅ |
71+ | [ ` SPA ` ] (@ref SolarPosition.Positioning.SPA) | [ Reda & Andreas, 2004] ( https://doi.org/10.1016/j.solener.2003.12.003 ) | ±0.0003° | Built-in | ✅ |
7272
7373## Refraction correction algorithms
7474
7575Atmospheric refraction correction algorithms available in SolarPosition.jl.
7676
77- | Algorithm | Reference | Atmospheric Parameters | Status |
78- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ---------------------- | ------ |
79- | [ ` HUGHES ` ] (@ref SolarPosition.Refraction.HUGHES) | [ Hughes, 1985] ( https://pvpmc.sandia.gov/app/uploads/sites/243/2022/10/Engineering-Astronomy.pdf ) | Pressure, Temperature | ✅ |
80- | [ ` ARCHER ` ] (@ref SolarPosition.Refraction.ARCHER) | Archer et al., 1980 | None | ✅ |
81- | [ ` BENNETT ` ] (@ref SolarPosition.Refraction.BENNETT) | [ Bennett, 1982] ( https://doi.org/10.1017/S0373463300022037 ) | Pressure, Temperature | ✅ |
82- | [ ` MICHALSKY ` ] (@ref SolarPosition.Refraction.MICHALSKY) | [ Michalsky, 1988] ( https://doi.org/10.1016/0038-092X(88)90045-X ) | None | ✅ |
83- | [ ` SG2 ` ] (@ref SolarPosition.Refraction.SG2) | [ Blanc & Wald, 2012] ( https://doi.org/10.1016/j.solener.2012.07.018 ) | Pressure, Temperature | ✅ |
84- | [ ` SPARefraction ` ] (@ref SolarPosition.Refraction.SPARefraction) | [ Reda & Andreas, 2004] ( https://doi.org/10.1016/j.solener.2003.12.003 ) | Pressure, Temperature | ✅ |
77+ | Algorithm | Reference | Atmospheric Parameters | Status |
78+ | ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ---------------------- | ------ |
79+ | [ ` HUGHES ` ] (@ref SolarPosition.Refraction.HUGHES) | [ Hughes, 1985] ( https://pvpmc.sandia.gov/app/uploads/sites/243/2022/10/Engineering-Astronomy.pdf ) | Pressure, Temperature | ✅ |
80+ | [ ` ARCHER ` ] (@ref SolarPosition.Refraction.ARCHER) | Archer et al., 1980 | None | ✅ |
81+ | [ ` BENNETT ` ] (@ref SolarPosition.Refraction.BENNETT) | [ Bennett, 1982] ( https://doi.org/10.1017/S0373463300022037 ) | Pressure, Temperature | ✅ |
82+ | [ ` MICHALSKY ` ] (@ref SolarPosition.Refraction.MICHALSKY) | [ Michalsky, 1988] ( https://doi.org/10.1016/0038-092X(88)90045-X ) | None | ✅ |
83+ | [ ` SG2 ` ] (@ref SolarPosition.Refraction.SG2) | [ Blanc & Wald, 2012] ( https://doi.org/10.1016/j.solener.2012.07.018 ) | Pressure, Temperature | ✅ |
84+ | [ ` SPARefraction ` ] (@ref SolarPosition.Refraction.SPARefraction) | [ Reda & Andreas, 2004] ( https://doi.org/10.1016/j.solener.2003.12.003 ) | Pressure, Temperature | ✅ |
8585
8686## How to Cite
8787
0 commit comments