SunPower / PVMismatch

An explicit Python PV system IV & PV curve trace calculator which can also calculate mismatch.
http://sunpower.github.io/PVMismatch/
BSD 3-Clause "New" or "Revised" License
79 stars 30 forks source link

Single cell parameter update method #48

Open bmeyers opened 7 years ago

bmeyers commented 7 years ago

There should be a single method that allow for updates to any current and future cell parameters at the system, string, and module level. The method should allow for Ee, Tcell, and other parameters to be passed as nested dictionaries, and all calculations should wait until all new parameters are set. For example, if a particular cell is getting its irradiance, temperature, and shunt resistance values changed, the cell IV curves should only be updated after all three parameters have been set.

mikofski commented 5 years ago

Check out what LGTM complains about this