oemof / oemof-examples

A collection of oemof examples and notebooks.
https://oemof.org/
MIT License
43 stars 68 forks source link

Example for flows with schedule #48

Closed c-koehl closed 4 years ago

c-koehl commented 4 years ago

As @uvchik asked for, a jupyter notebook example was added to demonstrate the new feature of adding a schedule to the flow. Also a csv file was added containing the demand for heat.

It's an example for the new feature for oemof.

Necessary imports are:

uvchik commented 4 years ago

Thank you for providing your example. It looks really good. Could you just add a simple sketch of the energy system. You can use ASCII code as in the basic_example but as you do have a notebook you can also add a simple block diagram. This would make it easier to understand the setting. Thanks in advance.

uvchik commented 4 years ago

Thank you. I will merge it into the solph-v0-4-examples branch. This branch will be merged once solph v0.4.0 is released.