-
Notifications
You must be signed in to change notification settings - Fork 1
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 capacity_potential as attribute to facade_attrs files #26
Conversation
Thanks for your work! Still open:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good already. Please consider my previous comment and the 2 todos there.
I don't know if it answers your question but what I found out is the following:
|
@MaGering: Can you please resolve the merge conflicts? They occur because the order of the expected data has changed in dev (the columns are ordered alphabetically now). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work. Looks good!
Open question (can be a separate issue): Does the capacity_potential work for assymetric storage? There are two capacities: capacity_charge and capacity_discharge
You're right, @jnnr! I was not aware of this. I examined the storage's facade in the following script: The example shows that in order to restrict the invested capacity (MW) of the asymmetric storage, you have to pass a value with I hope this example also helps you understanding the influence of the parameters on the results as I described here. In order to run the script you'll have to install |
Thanks for the example, @MaGering! This is really helpful. I had to change to oemof.solph version 0.3 and make some adjustments first, but then it worked. The behaviour of the storage (the symmetric one) is strange. The capacity_potential seems to apply only to the output. We have to study this in more detail I transfered your example to a test which is now up on this branch: #42 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR resolves #20.
I've added the attribute
capacity_potential
to the following files inoemoflex/model/facade_attrs/
:I chose the description analogous to the one in the docstrings of the respective class in oemof.tabular.facades. In the storage classes it was:
Potential of the investment for capacity
. And in the other two:Max install capacity if investment
.