Closed
Description
It could be useful to create a ModelChain or two that implements some kind of extremely basic system modeling. Something like power = user_def_const * poa_global
. The PVUSA model could be useful too. You all probably have more experience with sort of thing than I do.
A couple of motivations:
- The simple models would make it easier to quantify just how much value the more sophisticated models add in different situations.
- The simple models might be a more gentle introduction to the library.
- It's easier to fit simple models to data, or at least to get started fitting.
I'm not yet sure if/how PVSystem would need to be modified to support this kind of thing. Maybe some additional keyword arguments in its constructor. Maybe you can reuse the module and inverter parameters arguments.