change name to FlyingCircus since Circus is already a python package at PyPI
restructure models and simulations so that simulations represent a way that a model is simulated, such as a standalone or batch simulation, a parameteric study, comparison or optimization
restructure models so that the represent a combination of data and calculation
flatten the file structure of the example into a single model file
change simulation from SAPM to Standalone
change model from PVPower to SAPM, since PVPower is the project name, not the model, and there could be more than one model in PVPower
various fixes to make calculations work correctly EG: change output to outputs everywhere, in example, use times: timestamps from outputs, not timeseries from data, which doesn't exist
SAPM
toStandalone
PVPower
toSAPM
, since PVPower is the project name, not the model, and there could be more than one model in PVPower