-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
I'm new to pvlib, and have successfully run through a few tutorials. My array uses microinverters and has three different orientations of arrays. I believe I've discovered that pvlib will not model this topology. This is pretty tedious to represent with three separate runs and multiplying each by the number of modules, although certainly doable.
I find this to be an obvious feature that should be available given the popularity of microinverter arrays.
I had thought that setting up several arrays, where each had strings=the number of modules with a given orientation, and then in PVsystem setting modules_per_string=1 and strings_per_inverter=1 should have done the trick. The result however clips the output based on a single inverter.
I'm wondering why there's no inverters_per_module option?
Is this a difficult feature to implement?
Thanks!