rl-institut / simbev

MIT License
10 stars 4 forks source link

Add charging point info in outputs #61

Closed mosc5 closed 2 years ago

mosc5 commented 2 years ago

This adds the column use_case to the vehicle output csv, as well as an option for a regional combined output csv by usecase. The former can be tested by running any scenario, the latter requires changing the config option grid_timeseries_by_usecase to true.

Availability of private work or home charging infrastructure is randomly (according to config options private_charging_home and private_charging_work) determined once per car.

mosc5 commented 2 years ago

This PR closes #33