Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flag use_representative_years to ES for multi-year-period cost accounting #172

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

SabineHaas
Copy link
Member

Description

Fixes #163

Implements use_representative_years to use accounting for multi-year-periods in solph, see oemof/oemof-solph#993

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)
  • 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
  • I have added my name to AUTHORS

@SabineHaas SabineHaas self-assigned this May 21, 2024
@SabineHaas SabineHaas requested a review from henhuy May 21, 2024 13:31
@SabineHaas SabineHaas changed the title Add use_representative_years to ES when period > 1 year Add flag use_representative_years to ES for multi-year-period cost accounting May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement representative years
1 participant