Skip to content

Commit c1e95ba

Browse files
Omesh37cwhanse
andauthored
Update pvlib/irradiance.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
1 parent 7ca344f commit c1e95ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pvlib/irradiance.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,8 @@ def dirint(ghi, solar_zenith, times, pressure=101325., use_delta_kt_prime=True,
19701970
Notes
19711971
-----
19721972
DIRINT model requires time series data (ie. one of the inputs must
1973-
be a vector of length > 2).
1973+
The DIRINT model was developed for time series data with length > 2. The implementation
1974+
in pvlib assumes the data are periodic which may affect the first and last DNI values.
19741975
19751976
References
19761977
----------

0 commit comments

Comments
 (0)