diff --git a/docs/sphinx/source/whatsnew/v0.11.1.rst b/docs/sphinx/source/whatsnew/v0.11.1.rst index 875a6f24dc..832e1a7221 100644 --- a/docs/sphinx/source/whatsnew/v0.11.1.rst +++ b/docs/sphinx/source/whatsnew/v0.11.1.rst @@ -69,7 +69,7 @@ Contributors * Mark A. Mikofski (:ghuser:`mikofski`) * Ben Pierce (:ghuser:`bgpierc`) * Jose Meza (:ghuser:`JoseMezaMendieta`) +* Carlos Cárdenas-Bravo (:ghuser:`cardenca`) * Marcos R. Escudero (:ghuser:`marc-resc`) * Bernat Nicolau (:ghuser:`BernatNicolau`) * Eduardo Sarquis (:ghuser:`EduardoSarquis`) - diff --git a/pvlib/clearsky.py b/pvlib/clearsky.py index 8e4db0fed4..62d83bc1f4 100644 --- a/pvlib/clearsky.py +++ b/pvlib/clearsky.py @@ -941,7 +941,7 @@ def bird(zenith, airmass_relative, aod380, aod500, precipitable_water, zenith is never explicitly defined in the report, since the purpose was to compare existing clear sky models with "rigorous radiative transfer models" (RTM) it is possible that apparent zenith was - obtained as output from the RTM. However, the implentation presented + obtained as output from the RTM. However, the implementation presented in PVLIB is tested against the NREL Excel implementation by Daryl Myers which uses an analytical expression for solar zenith instead of apparent zenith.