-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
We want our core StorageScheduler to handle losses over time, for better support of thermal storage.
-
device_constraintsindevice_schedulergets a new column (e.g. namedefficiencyin units of %) to describe how much stock is left after a time step. The scheduler sets up a corresponding parameter and uses it indevice_bounds. Add a test for the new functionality. -
StorageSchedulergets a new argument (e.g. namedstorage_efficiencyin units of %/<sensor resolution>) from which the newdevice_constraintscolumn is derived (i.e. convertion of the storage efficiency to the event resolution of the scheduled sensor should be done by the client, using a compound interest calculation). * - The new argument is exposed through the CLI.
- The new argument is exposed through the API, with user documentation.
* For example, a storage efficiency of 99 percent per (absolute) day, for scheduling a 1-hour resolution sensor, should be passed as a storage efficiency of
Reactions are currently unavailable