ie3-institute / simona

simona is an agent-based discrete-event power system simulation model developed @ie3-institute
BSD 3-Clause "New" or "Revised" License
26 stars 5 forks source link

Fix order of thermal flexibility provision #824

Open danielfeismann opened 4 months ago

danielfeismann commented 4 months ago

at the moment thermal storages are only used after the thermal house has reached it's upper temp boundary.

The order should be:

danielfeismann commented 3 months ago

Update: Behaviour checked for thermal grids under the control of energyManagement.

Possible change: Only heat up house till target temperature, heat up thermal storage (in any case, not only for surplus energy), overheat house till upper temperature in case of surplus energy.

Check for thermal grids without Em needs to be done

danielfeismann commented 1 month ago

Please check if this is still valid after #827 will be completed