Attention: Might not be possible to merge this to dev, as solph branch will not be merged into dev, and therefore might be a feature which can lead to erros due to passing the parameter use_representative_years to energy_system if not existent.
Type of change
Please tick or delete options that are not relevant.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
Please tick or delete options that are not relevant.
[ ] New and adjusted code is formatted using the pre-commit hooks
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] If new packages are needed, I added them the setup.py
[ ] I have added new features/fixes to the CHANGELOG
Description
Fixes #163
Implements
use_representative_years
to use accounting for multi-year-periods in solph, see https://github.com/oemof/oemof-solph/pull/993Attention: Might not be possible to merge this to dev, as solph branch will not be merged into dev, and therefore might be a feature which can lead to erros due to passing the parameter
use_representative_years
toenergy_system
if not existent.Type of change
Please tick or delete options that are not relevant.
Checklist:
Please tick or delete options that are not relevant.
pre-commit
hooks