Add capacity_potential as attribute to facade_attrs files#26
Conversation
|
Thanks for your work! Still open:
|
jnnr
left a comment
There was a problem hiding this comment.
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). |
jnnr
left a comment
There was a problem hiding this comment.
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 |
This PR resolves #20.
I've added the attribute
capacity_potentialto 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.