Closed
Description
I'm getting some errors when running pvsystem.ipynb in the PVLib tutorials directory. Specifically code block 17 should be replaced with
pacs = pvsystem.snlinverter(vdcs, pdcs, inverters['ABB__MICRO_0_25_I_OUTD_US_208_208V__CEC_2014_'])
Also, code block 22 is throwing an error at irrad_data = clearsky.ineichen(times_loc, tus.latitude, tus.longitude)
. It looks like this code example is passing local datetime into clearsky.ineichen, rather than apparent_zenith angle in degrees.
I'm using the latest pvlib 0.4.1 python 2.7.
Chris Deline