pvlib / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
https://pvlib-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.16k stars 982 forks source link

Add converters between single diode models #1935

Open cwhanse opened 9 months ago

cwhanse commented 9 months ago

Is your feature request related to a problem? Please describe. pvlib provides three single diode models: CEC, PVSyst and De Soto, with the first two being of more interest. pvlib copies and distributes the SAM file containing parameters for the CEC model.

It seems reasonable that some would like to convert from CEC parameters to a set of PVSyst model parameters, such that the conversion produces equivalent power and energy simulations. Something like pvlib.ivtools.sdm.convert modeled after pvlib.iam.convert.

Interested in reactions to this idea:

mikofski commented 9 months ago

Yes, I would use it