-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for temporal operational settings in v2
* Add support for temporal operational settings in the new consumer system v2 * Add tests for different combinations/permutations of ecalc models for v2, with temporal models for both consumers and operational settings. * Change to evaluate consumer systems by timestep instead of by period (in order to make sure e.g. overlapping periods are handled correctly. may change to periods later, as it would be easier to know that the logic is handled correctly by doing by timesteps initially. This also allows us to compare different permuations with the same data to be comparable. * Fixes small bug related to handling regularity, where fallback to regularity 1 occured instead of using actualy regularity in some cases. To be followed up with improvements in follow-up PRs. * Typos in pump_system, where compressor_system names and references were being used.
- Loading branch information
Showing
20 changed files
with
16,873 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.