From 97d452159a8662845857695752d8fda8172b8ffe Mon Sep 17 00:00:00 2001 From: RDaxini Date: Mon, 24 Feb 2025 09:15:45 -0700 Subject: [PATCH 1/4] Update nomenclature.rst --- docs/sphinx/source/user_guide/nomenclature.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sphinx/source/user_guide/nomenclature.rst b/docs/sphinx/source/user_guide/nomenclature.rst index f361690f73..a02824960d 100644 --- a/docs/sphinx/source/user_guide/nomenclature.rst +++ b/docs/sphinx/source/user_guide/nomenclature.rst @@ -71,6 +71,9 @@ There is a convention on consistent variable names throughout the library: ghi Global horizontal irradiance + ghi_clear + Clearsky global horizontal irradiance [Wm⁻²]. + ghi_extra Horizontal irradiance at top of atmosphere (extraterrestrial) From 352b5e7a13ce48823e4d36e46271dd7e2880c086 Mon Sep 17 00:00:00 2001 From: RDaxini Date: Mon, 24 Feb 2025 09:18:51 -0700 Subject: [PATCH 2/4] remove space --- docs/sphinx/source/user_guide/nomenclature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/user_guide/nomenclature.rst b/docs/sphinx/source/user_guide/nomenclature.rst index a02824960d..4c983dc912 100644 --- a/docs/sphinx/source/user_guide/nomenclature.rst +++ b/docs/sphinx/source/user_guide/nomenclature.rst @@ -72,7 +72,7 @@ There is a convention on consistent variable names throughout the library: Global horizontal irradiance ghi_clear - Clearsky global horizontal irradiance [Wm⁻²]. + Clearsky global horizontal irradiance [Wm⁻²] ghi_extra Horizontal irradiance at top of atmosphere (extraterrestrial) From efe304416bba5b62ffebe755ec02b811bd6ae8fa Mon Sep 17 00:00:00 2001 From: RDaxini Date: Mon, 24 Feb 2025 09:31:37 -0700 Subject: [PATCH 3/4] Update v0.11.3.rst --- docs/sphinx/source/whatsnew/v0.11.3.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/source/whatsnew/v0.11.3.rst b/docs/sphinx/source/whatsnew/v0.11.3.rst index 6363275fd2..0aef2dc93e 100644 --- a/docs/sphinx/source/whatsnew/v0.11.3.rst +++ b/docs/sphinx/source/whatsnew/v0.11.3.rst @@ -22,6 +22,7 @@ Documentation * Fix Procedural and Object Oriented simulation examples having slightly different results, in :ref:`introtutorial`. (:issue:`2366`, :pull:`2367`) * Restructure the user guide with subsections (:issue:`2302`, :pull:`2310`) * Add references for :py:func:`pvlib.snow.loss_townsend`. (:issue:`2383`, :pull:`2384`) +* Add `ghi_clear` to the :ref:`nomenclature` page (:issue:`2272`, :pull`2397`) Testing ~~~~~~~ From cc5309dd6b7c241a00979edd3671d884e913cee3 Mon Sep 17 00:00:00 2001 From: RDaxini <143435106+RDaxini@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:38:27 -0700 Subject: [PATCH 4/4] Update docs/sphinx/source/whatsnew/v0.11.3.rst Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com> --- docs/sphinx/source/whatsnew/v0.11.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.3.rst b/docs/sphinx/source/whatsnew/v0.11.3.rst index 0aef2dc93e..81e397982a 100644 --- a/docs/sphinx/source/whatsnew/v0.11.3.rst +++ b/docs/sphinx/source/whatsnew/v0.11.3.rst @@ -22,7 +22,7 @@ Documentation * Fix Procedural and Object Oriented simulation examples having slightly different results, in :ref:`introtutorial`. (:issue:`2366`, :pull:`2367`) * Restructure the user guide with subsections (:issue:`2302`, :pull:`2310`) * Add references for :py:func:`pvlib.snow.loss_townsend`. (:issue:`2383`, :pull:`2384`) -* Add `ghi_clear` to the :ref:`nomenclature` page (:issue:`2272`, :pull`2397`) +* Add :term:`ghi_clear` to the :ref:`nomenclature` page (:issue:`2272`, :pull`2397`) Testing ~~~~~~~