modex-flexmex / oemof-flexmex

oemof-flexmex is an oemof model built for model comparison within the Modex project FlexMex.
https://oemof-flexmex.readthedocs.io
MIT License
0 stars 0 forks source link

Rename heatpump profile #140

Closed unndreay closed 3 years ago

unndreay commented 3 years ago

This solves #126: Drop different names for the timeseries read (cop) and the timeseries given to the model (efficiency) for the COP profile of 'heatpump'.

YAML structure can't be made easier (drop "input-path"), since we still have to distinguish one more attribute for each profile: "apply-function"

unndreay commented 3 years ago

Checked if profile can be named 'cop'. But then Conversion class doesn't process it anymore since it only knows about 'efficiency'. If we want to call it 'cop', we have to implement a class overriding. What do you think?

unndreay commented 3 years ago

As a proposal, I committed the easiest option for the moment.