10000 irradiance.py updates: glossary term links and units by RDaxini · Pull Request #2311 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

irradiance.py updates: glossary term links and units #2311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ce3d9b5
8000 Update irradiance.py
RDaxini Nov 27, 2024
89e7e71
ongoing...
RDaxini Nov 27, 2024
4f78af5
ongoing...
RDaxini Dec 6, 2024
91d4a01
fix . + [ ]
RDaxini Jan 3, 2025
2d219a3
Update pvlib/irradiance.py
RDaxini Jan 3, 2025
0edb2f3
Merge remote-tracking branch 'upstream/main' into irradiance_updates
RDaxini Jan 3, 2025
f38c0a9
Merge branch 'irradiance_updates' of https://github.com/RDaxini/pvlib…
RDaxini Jan 3, 2025
7c6bb5d
in decimal degrees -> [°]
RDaxini Jan 3, 2025
94ea3ab
reinsert .
RDaxini Jan 3, 2025
7e13249
Update irradiance.py
RDaxini Jan 4, 2025
3c651e7
linter
RDaxini Jan 4, 2025
b079fbd
Merge remote-tracking branch 'upstream/main' into irradiance_updates
RDaxini Apr 23, 2025
ef26630
Update irradiance.py
RDaxini Apr 25, 2025
6871016
remove unintended 'optional' for solar_zenith
RDaxini Apr 25, 2025
d2ed433
add ghi
RDaxini Apr 25, 2025
2717fa7
Update irradiance.py
RDaxini Apr 25, 2025
be7c32e
more untis
RDaxini Apr 25, 2025
0e3731e
Update irradiance.py
RDaxini Apr 25, 2025
b318e6e
units (add+order)
RDaxini Jun 30, 2025
9d667ff
Merge remote-tracking branch 'upstream/main' into irradiance_updates
RDaxini Jun 30, 2025
9b6b8bb
Update v0.13.1.rst
RDaxini Jun 30, 2025
9af2420
Apply suggestions from code review
RDaxini Jul 1, 2025
275ad30
reformat kt
RDaxini Jul 1, 2025
85782bf
linting
RDaxini Jul 1, 2025
4c2a41c
remove SRRL 0.82 comment
RDaxini Jul 1, 2025
82a32bf
Update v0.13.1.rst
RDaxini Jul 1, 2025
5d37972
Apply suggestions from code review
RDaxini Jul 1, 2025
acbac36
linting
RDaxini Jul 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
more untis
  • Loading branch information
RDaxini committed Apr 25, 2025
commit be7c32eb8c37e8247aead1cb5df0b271ed16184a
20 changes: 10 additions & 10 deletions pvlib/irradiance.py
8000
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def klucher(surface_tilt, surface_azimuth, dhi, ghi, solar_zenith,

solar_zenith : numeric
Apparent (refraction-corrected) zenith angles.
``solar_zenith`` must be >=0° and <=180. See :term:`solar_zenith`. [°]
``solar_zenith`` must be >=0° and <=180°. See :term:`solar_zenith`. [°]

solar_azimuth : numeric
Sun azimuth angles. ``solar_azimuth`` must be >=0° and <=360. See
Expand Down Expand Up @@ -2212,7 +2212,7 @@ def dirindex(ghi, ghi_clear, dni_clear, zenith, times, pressure=101325.,
Renamed from ``dni_clearsky`` to ``dni_clear``.

zenith : array-like
True (not refraction-corrected) zenith angles, must be >=0 and <=180.
True (not refraction-corrected) zenith angles, must be >=0° and <=180°.
If ``zenith`` is a vector, it must be of the same size as all other
vector inputs. See :term`solar_zenith`. [°]

Expand Down Expand Up @@ -3073,7 +3073,7 @@ def campbell_norman(zenith, transmittance, pressure=101325.0,
Parameters
----------
zenith: pd.Series
True (not refraction-corrected) zenith angles, must be >=0 and <=180.
True (not refraction-corrected) zenith angles, must be >=0° and <=180°.
If ``zenith`` is a vector, it must be of the same size as all other
vector inputs. [°]

Expand Down Expand Up @@ -3133,7 +3133,7 @@ def _liujordan(zenith, transmittance, airmass, dni_extra=1367.0):
zenith: pd.Series
True (not refraction-corrected) zenith angles in decimal
degrees. If Z is a vector it must be of the same size as all
other vector inputs. Z must be >=0 and <=180.
other vector inputs. ``zenith`` must be >=0° and <=180°.

transmittance: float
Atmospheric transmittance between 0 and 1.
Expand Down Expand Up @@ -3706,7 +3706,7 @@ def dni(ghi, dhi, zenith, dni_clear=None, clearsky_tolerance=1.1,
Diffuse horizontal irradiance. See :term:`dhi`. [Wm⁻²]

zenith : Series
True (not refraction-corrected) zenith angles, must be >=0 and <=180.
True (not refraction-corrected) zenith angles, must be >=0° and <=180°.
See :term:`solar_zenith`.

dni_clear : Series, optional
Expand Down Expand Up @@ -3781,14 +3781,14 @@ def complete_irradiance(solar_zenith,
----------
solar_zenith : series
Solar zenith angle, with datetime index.
Angles must be >=0 and <=180. Must have the same datetime index
Angles must be >=0° and <=180°. Must have the same datetime index
as ``ghi``, ``dhi``, and ``dni`` series, when available.
See :term:`solar_zenith`.
See :term:`solar_zenith`. [°]

ghi : Series, optional
Pandas series of dni data [Wm⁻²], with datetime index. Must have the
same datetime index as dni, dhi, and zenith series, when available.
See :term:`ghi`.
See :term:`ghi`. [Wm⁻²]

dhi : Series, optional
Diffuse horizontal irradiance, with datetime index. Must have the
Expand All @@ -3798,12 +3798,12 @@ def complete_irradiance(solar_zenith,
dni : Series, optional
Pandas series of dni data [Wm⁻²], with datetime index. Must have the
same datetime index as ghi, dhi, and zenith series, when available.
See :term:`dni`.
See :term:`dni`. [Wm⁻²]

dni_clear : Series, optional
Pandas series of clearsky dni data [Wm⁻²]. Must have the same datetime
index as ghi, dhi, dni, and zenith series, when available. See
:py:func:`dni` for details.
:py:func:`dni` for details. [Wm⁻²]

solar_azimuth : numeric
Solar azimuth angle. See :term:`solar_azimuth`. [°]
Expand Down
0