-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an option for generating KPIs on time profiles instead of evaluating accumulated values over the whole simulation. This option can be enabled using the new simulation parameter "kpi_time_profile". This parameter can either be a boolean (default is False) or a list defining time intervals (example: [0, 25200, 28800, ..]). Time profiling will apply to all KPIs that are compatible (see PROFILE_COMPATIBILITY class attribute). Simulation will crash if KPIs with mixed compatibilities are mixed in a same KpiOutput. KPIs evaluation methods have been adapted to provide correct evaluations on the time intervals.
- Loading branch information
1 parent
702878c
commit 7ef4b24
Showing
10 changed files
with
757 additions
and
496 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
Oops, something went wrong.