pvlib.clearsky.lookup_linke_turbidity#
- pvlib.clearsky.lookup_linke_turbidity(time, latitude, longitude, filepath=None, interp_turbidity=True)[source]#
Look up the Linke Turibidity from the
LinkeTurbidities.h5
data file supplied with pvlib.- Parameters:
- Returns:
turbidity (Series)
Notes
Linke turbidity is obtained from a file of historical monthly averages. The returned value for each time is either the monthly value or an interpolated value to smooth the transition between months. Interpolation is done on the day of year as determined by UTC.