Skip to content

Commit b318e6e

Browse files
committed
units (add+order)
1 parent 0e3731e commit b318e6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pvlib/irradiance.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
754754
Panel azimuth from north. See :term:`surface_azimuth`. [°]
755755
756756
dhi : numeric
757-
Diffuse horizontal irradiance. [Wm⁻²] See :term:`dhi`.
757+
Diffuse horizontal irradiance, see :term:`dhi`. [Wm⁻²]
758758
759759
dni : numeric
760760
Direct normal irradiance, see :term:`dni`. [Wm⁻²]
@@ -893,7 +893,7 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
893893
Panel azimuth from north. See :term:`surface_azimuth`. [°]
894894
895895
dhi : numeric
896-
Diffuse horizontal irradiance. [Wm⁻²] See :term:`dhi`.
896+
Diffuse horizontal irradiance, see :term:`dhi`. [Wm⁻²]
897897
898898
dni : numeric
899899
Direct normal irradiance, see :term:`dni`. [Wm⁻²]
@@ -3706,7 +3706,7 @@ def dni(ghi, dhi, zenith, dni_clear=None, clearsky_tolerance=1.1,
37063706
37073707
zenith : Series
37083708
True (not refraction-corrected) zenith angles, must be >=0° and <=180°.
3709-
See :term:`solar_zenith`.
3709+
See :term:`solar_zenith`. [°]
37103710
37113711
dni_clear : Series, optional
37123712
Clearsky direct normal irradiance. See :term:`dni_clear`. [Wm⁻²]

0 commit comments

Comments
 (0)