rl-institut / spice_ev

Simulation Program for Individual Charging Events of Electric Vehicles
MIT License
21 stars 9 forks source link

update flex_window #201

Open jakobgemassmer opened 8 months ago

jakobgemassmer commented 8 months ago

The strategy flex_window is outdatet. It should follow the same logic as peak_load_window. The only difference is, that the time windows in flex window are not static and that the source is another than in peak_load_window. Two options:

  1. Introduce to substragies to peak_load_window.py and delete flex_window.py
    • "static" = same as current version of peak_load_window -> time windows are provided via json
    • "flexible" = time windows are provided like they are currently for flex_window
  2. Update flex_window.py