rl-institut / spice_ev

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

Change input from EUR/kWh to ct/kWh #199

Open jakobgemassmer opened 8 months ago

jakobgemassmer commented 8 months ago

Change input from EUR/kWh to ct/kWh. Delete this statement in costs.py.

# adjust given price list (EUR/kWh --> ct/kWh)
price_list = [price * 100 for price in price_list]

Search for EUR/kWh in all SpiceEV-files and adjust if necessary.