-
Notifications
You must be signed in to change notification settings - Fork 132
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
Feature/integrate tsam no multiple timegrid storage #1058
base: feature/integrate_tsam
Are you sure you want to change the base?
Feature/integrate tsam no multiple timegrid storage #1058
Conversation
Hello @Maxhi77! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
Thanks @Maxhi77 - will have a look. |
I just saw I forgot to add the possibility for investment, which I am going to do now. |
I see a logical fault in my approach, I do not know to solve in this moment. For a storage with a multiple_tsam_timegrid:
When I understand oemof correctly, the GenericStorageBlock is for all storages the same. Right now the last storage of the group would define in which if statment is true, which affects all storages. In my case I want to define variables differently, if multiple_tsam_timegrid is True. All solutions I am thinking about are linked to a lot of changes. Do you have an idea? |
You are right, it's not that simple.
|
Added possibility to have diverse storage with and without inter_storage_content in tsam mode.
For this purpose, multiple_time_grid has been added to generic_storage. The naming can be improved in the future.