From 9f6c5aa99338a8783801db60a2c928d451c766dd Mon Sep 17 00:00:00 2001 From: Carlos Cardenas Date: Thu, 22 Aug 2024 16:41:31 +0200 Subject: [PATCH 1/2] issue 2159 --- pvlib/clearsky.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From b3abb97035447599f6701f6d81857a2a9f4a7af0 Mon Sep 17 00:00:00 2001 From: Carlos Cardenas Date: Thu, 22 Aug 2024 17:18:11 +0200 Subject: [PATCH 2/2] name issue 2159 --- docs/sphinx/source/whatsnew/v0.11.1.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/source/whatsnew/v0.11.1.rst b/docs/sphinx/source/whatsnew/v0.11.1.rst index 72d480e32d..8595b79917 100644 --- a/docs/sphinx/source/whatsnew/v0.11.1.rst +++ b/docs/sphinx/source/whatsnew/v0.11.1.rst @@ -69,3 +69,4 @@ Contributors * Mark A. Mikofski (:ghuser:`mikofski`) * Ben Pierce (:ghuser:`bgpierc`) * Jose Meza (:ghuser:`JoseMezaMendieta`) +* Carlos Cárdenas-Bravo (:ghuser:`cardenca`) \ No newline at end of file