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

storage_level_constraint.py in input constraint missing t+1 #1128

Open
Maxhi77 opened this issue Oct 17, 2024 · 0 comments
Open

storage_level_constraint.py in input constraint missing t+1 #1128

Maxhi77 opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@Maxhi77
Copy link

Maxhi77 commented Oct 17, 2024

https://github.com/oemof/oemof-solph/blob/551fa97bc5ebf618d6686207f01ad9c3cf5ed46c/src/oemof/solph/constraints/storage_level.py#L120C1-L137C49

Hello,

in storage_level_constraint.py the input constraint is probably missing a t+1 for the storage content, like done in the output constraint.

Status Quo:m.GenericStorageBlock.storage_content[storage_component, t]
--> Improvement: m.GenericStorageBlock.storage_content[storage_component, t +1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants