The result files sometimes contain errors. Those may include:
charging capacity is too low to fulfill demand #31
timestamps for park start, park end, drive start & drive end are not steadily increasing --> new event should always start one timestep after the last one ended
event end is later than event start #24
out of bounds in last step
To check for any of these errors and fix them, the postprocessing function simbevMID.charging_flexibility() should be renamed and improved.
The result files sometimes contain errors. Those may include:
park start
,park end
,drive start
&drive end
are not steadily increasing --> new event should always start one timestep after the last one endedTo check for any of these errors and fix them, the postprocessing function
simbevMID.charging_flexibility()
should be renamed and improved.