Skip to content

Commit 09d8743

Browse files
committed
add note
1 parent c5788ba commit 09d8743

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pvlib/pvsystem.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@ def get_irradiance(self, solar_zenith, solar_azimuth, dni, ghi, dhi,
349349
If passed as a tuple the length must be the same as the number of
350350
Arrays.
351351
352+
If `dni_extra` is omitted and parameters are passed as float, then
353+
``dni_extra=1367`` is assumed.
354+
352355
Returns
353356
-------
354357
poa_irradiance : DataFrame or tuple of DataFrame
@@ -1112,6 +1115,11 @@ def get_irradiance(self, solar_zenith, solar_azimuth, dni, ghi, dhi,
11121115
Column names are: ``'poa_global', 'poa_direct', 'poa_diffuse',
11131116
'poa_sky_diffuse', 'poa_ground_diffuse'``.
11141117
1118+
Notes
1119+
-----
1120+
If `dni_extra` is omitted and parameters are passed as float, then
1121+
``dni_extra=1367`` is assumed.
1122+
11151123
See also
11161124
--------
11171125
:py:func:`pvlib.irradiance.get_total_irradiance`

0 commit comments

Comments
 (0)