Skip to content

Commit e2e4fbc

Browse files
committed
Update irradiance.py
1 parent 93d5302 commit e2e4fbc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pvlib/irradiance.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,8 +1634,8 @@ def clearsky_index(ghi, ghi_clear, max_clearsky_index=2.0):
16341634
ghi_clear : numeric
16351635
Modeled clearsky GHI
16361636
1637-
.. versionchanged:: 0.11.2
1638-
Renamed from ``ghi_clearsky`` to ``ghi_clear``.
1637+
.. versionchanged:: 0.11.2
1638+
Renamed from ``ghi_clearsky`` to ``ghi_clear``.
16391639
16401640
max_clearsky_index : numeric, default 2.0
16411641
Maximum value of the clearsky index. The default, 2.0, allows
@@ -2191,14 +2191,14 @@ def dirindex(ghi, ghi_clear, dni_clear, zenith, times, pressure=101325.,
21912191
ghi_clear : array-like
21922192
Global horizontal irradiance from clear sky model. [Wm⁻²]
21932193
2194-
.. versionchanged:: 0.11.2
2195-
Renamed from ``ghi_clearsky`` to ``ghi_clear``.
2194+
.. versionchanged:: 0.11.2
2195+
Renamed from ``ghi_clearsky`` to ``ghi_clear``.
21962196
21972197
dni_clear : array-like
21982198
Direct normal irradiance from clear sky model. [Wm⁻²]
21992199
2200-
.. versionchanged:: 0.11.2
2201-
Renamed from ``dni_clearsky`` to ``dni_clear``.
2200+
.. versionchanged:: 0.11.2
2201+
Renamed from ``dni_clearsky`` to ``dni_clear``.
22022202
22032203
zenith : array-like
22042204
True (not refraction-corrected) zenith angles in decimal

0 commit comments

Comments
 (0)