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

Enable multi year storage for skipped years #703

Open
jacob-mannhardt opened this issue Jan 15, 2025 · 0 comments
Open

Enable multi year storage for skipped years #703

jacob-mannhardt opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jacob-mannhardt
Copy link
Collaborator

With the new implementation of multi year storage, we currently enforce that years are adjacent, because otherwise we can't model how the storage level behaves over the skipped year.

However, we can just add a term $\Delta L_y$ to the storage level equation in the first time step of a new year that accounts for the delta from the beginning of the previous year to the end, multiplied by the interval between years (for the first year we only have to multiply it by 1, because we only consider the last year as a single year)

image

@jacob-mannhardt jacob-mannhardt added the enhancement New feature or request label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants