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

Set fixed storage size in yml #33

Merged
merged 1 commit into from
Oct 8, 2019
Merged

Set fixed storage size in yml #33

merged 1 commit into from
Oct 8, 2019

Conversation

holgerteichgraeber
Copy link
Collaborator

This PR enables setting the energy capacity of a storage technology to a multiple of its power capacity.
E.g. use the following constraints in the techs.yml file for bat_e.

constraints:
efficiency: 0.93 #[-]
cap_eq: bat_in
cap_eq_multiply: 2.0 # Fixes the number of hours of storage to 2

This results in only one effective decision variable for the battery, the power capacity, and fixes the energy capacity to two hours of storage.

Copy link
Owner

@YoungFaithful YoungFaithful left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea.

@YoungFaithful YoungFaithful merged commit 1313772 into dev Oct 8, 2019
@YoungFaithful YoungFaithful deleted the dev-fixedstoragesize branch November 28, 2019 10:36
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.

2 participants