-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adding change in number of vehicles with change of demand in the model #2970
Conversation
c332d5b
to
bd84127
Compare
Seems to work great, nice work @kaskranenburgQ! I have slightly editing the formatting in the inputs, for consistency. Additionally, I have two questions:
|
@mabijkerk Thanks for the changes!
|
This pull request has had no activity for 60 days and will be closed in 7 days. Removing the "Stale" label or posting a comment will prevent it from being closed automatically. You can also add the "Pinned" label to ensure it isn't marked as stale in the future. |
f073300
to
cabff8b
Compare
I've tried to implement updating the AREA attribute
AREA(number_of_cars) --> 1.4e242 Some questions / solutions:
Already discussed with @kaskranenburgQ. @mabijkerk what do you think is the best way? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect interpretation from my side of update_type = %y, and therefore unjustifiably removed. This should be corrected, but this awaits a response of Mathijs on the method of writing this query.
Some thoughts:
We have recently implemented this change for industry efficiency inputs. The upside of % per year is that it is an assumptions that can be maintained across scenarios. 2% per year is the same for a scenario with end year 2030 as it is for 2050. The downside is that the absolute change is a bit harder to the determine. Switching to % absolute change requires a migration for all relevant inputs, which is why it is not my preferred solution. |
91914d5
to
51083c5
Compare
I've restructured the inputs of % annual change of demand passenger kms and demand freight tonne kms, as well as the inputs for share cars and busses in total passenger km fleet and share trucks and busses in total freight tonne km fleet. With these changes, the effect of either or both % annual change and modal split are updated once. In order to calculate the result of annual % change, two new GQL functions are added to ETEngine. @mabijkerk @kaskranenburgQ can you both have a look at these changes and see if it works as desired? Goes with:
Next step (when PR is approved):
|
I will rewrite to issue since the implementation of the fix is larger than initially expected. |
More effort is required to solve this issue, therefore this PR will be closed and proposed next steps are described in this issue #2967 |
Fixing the issues as explained in issue #2967 .