Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding export of electric cars from ETM to ETM-SA #1584

Open
DorinevanderVlies opened this issue Dec 5, 2016 · 1 comment
Open
Labels

Comments

@DorinevanderVlies
Copy link
Contributor

Situation

This ETM-Scenario has 154 cars in the present and 31 in the future. The present and future share of electric cars is 90%.
The number_of_electric_cars query gives 138.6 electric cars both for the present and the future.

Export to ETM-SA gives 139 electric cars.

Questions

  • How is the number of electric cars which is exported to ETM-SA determined? Which value is leading?
  • This is more an ETModel question: How is number_of_electric_cars determined? Based on the information above I gather it is not number_of_cars * share_of_electric_cars.

Image

image

notifying @AlexanderWirtz

@AlexanderWirtz
Copy link

AlexanderWirtz commented Dec 6, 2016

Note that I set the number of cars using the following input statements:

number_of_cars_both: 154
number_of_cars: 31

These input statements have no impact on useful energy demand for transport, which is precisely what we want. Useful demand for transport is 'tweaked' using:

transport_useful_demand_car_kms_both: -6.30742891420747

And then a slider changes future useful demand for car_kms:

transport_useful_demand_car_kms: 2.0

There is no slider for directly setting only the number of cars, but the latter statements do update the number of cars in a scenario. I have changed the priority values for these statements in such a way that first the energy demand (and number of cars get set) and then the number of cars is reset to the desired values. This is a bit dirty @dennisschoenmakers, @ChaelKruip and @jorisberkhout don't you think? I have not alternative at present, though.

Background
The reason we want to set the number of cars separately is that we presume electric vehicles will be mostly autonomous and hence 'a service'. This means they will be utilized more than privately owned cars. The number of car kilometers can therefore grow while the number of cars decreases.

It goes without saying that we need to improve the transportation section of the ETM. This currently does not deal with bicycles or public transportation, for example. The issue of separately setting the number of vehicles and the transport volumes should be addressed when we improve the transport section. I do not believe a separate issue has been created yet. Perhaps we should first discuss the how and why of it before we do.

@grdw grdw removed their assignment Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants