Code Monkey home page Code Monkey logo

Comments (8)

Shukla02Nikita avatar Shukla02Nikita commented on May 28, 2024 1

Ahh.....this
Thank you so much!! @pkyle

from gcam-core.

Shukla02Nikita avatar Shukla02Nikita commented on May 28, 2024 1

Right. Thanks a lot. I owe you!

from gcam-core.

pkyle avatar pkyle commented on May 28, 2024

Here's the equation, from R/zenergy_L254.transportation_UCD.R
output = calibrated.value * loadFactor * CONV_EJ_GJ / (coefficient * CONV_BTU_KJ),
Where:
output: reported service, in million passenger-km or million tonne-km
calibrated.value: energy consumption, in EJ/yr
loadFactor: persons or tonnes per vehicle
CONV_EJ_GJ: 1e9
CONV_BTU_KJ: 1.0551
coefficient: exogenous input-output coefficient, in btu per vehicle-km.

from gcam-core.

Shukla02Nikita avatar Shukla02Nikita commented on May 28, 2024

Hello @pkyle ! Might I kindly inquire if you possess knowledge regarding the 'coefficient: exogenous input-output coefficient, measured in BTU per vehicle-kilometer'? I am keen to ascertain where one might access such a coefficient. Your assistance in this matter would be greatly appreciated

from gcam-core.

pkyle avatar pkyle commented on May 28, 2024

It's in the input file transportation_UCD_CORE.xml and can also be queried, though we don't include a query for it in the standard set of queries. Here's a text block that you can copy-paste into the Queries window of the model interface which will query the data from a model database.

<supplyDemandQuery title="transportation technology IO coefficients">
    <axis1 name="sector">sector</axis1>
    <axis2 name="Year">IO-coefficient[@vintage]</axis2>
    <xPath buildList="true" dataName="input" group="false" sumAll="false">*[@type='sector' and contains(@name,'trn')]/*[@type='subsector']/
               *[@type='technology']/*[@type='input']/IO-coefficient[
               @vintage=parent::*/parent::*/@year]/node()</xPath>
    <comments/>
</supplyDemandQuery>

from gcam-core.

pkyle avatar pkyle commented on May 28, 2024

Just realizing seeing this, the transportation sector consists of a mix of tranTechnology and standard technology objects, used as pass-though technologies in the transportation sector. That query reports data from any object whose type is "technology" and whose sector name contains the string "trn", so it includes pass-through technologies (whose output-unit is the same as the input-unit, either freight tonne-km or passenger-km, and whose coefficient should be 1) as well as the transportation-specific technologies (tranTechnology) whose coefficient is btu/vkm, and whose value should never be 1 because even a golf cart would take more than 1 btu to go 1km. It should be obvious in the reported data, as long as you know to expect it.

from gcam-core.

Shukla02Nikita avatar Shukla02Nikita commented on May 28, 2024

Yeah, thanks, I also discovered this.

So here is a thing:
Literature suggests that correlation of 2W/1000 people and car/1000 people with GDP per capita indicates a strong statistically significant correlation. An increase in household income and poor public transport are the leading causes of the rampant growth in private vehicles. However, this relationship follows ā€˜Sā€™ shaped curve which implies that vehicle ownership increases slowly at the lowest income levels, and then more rapidly as income rises, and finally slows down as saturation is approached.

My larger objective is to mimic this S surve in transportation sector, because as far as I know, there is no option to saturate or introduce this S-curve. Vehicle Ownership grows exponentially with income.

**Therefore, in order to mimic this real world behaviour, Would it be feasible to do 2 things:

  1. Reduce vehicle speed (in the future years) to mimic congestion and therefore less service demand.
  2. Increase VOT (value of travel time)**

Do you have any comments on my suggestion or would you like to recommend some other levers to mimic this in GCAM?

from gcam-core.

pkyle avatar pkyle commented on May 28, 2024

It sounds like you've identified some levers to adjust, and it's the sort of thing where the model's output just needs to be checked, and adjustments made, as necessary, in order to construct a coherent and defensible future transportation scenario. Note that in many regions, the assumed speed for LDVs is pretty low, so there isn't that strong of an incentive towards vehicle ownership as incomes increase. To some extent these low vehicle speeds reflect existing congestion and infrastructure quality, which might be expected to increase in the near/medium term due to investment, but then might subsequently decrease, as future growth in service demands leads to congestion.
Another thing worth keeping in mind is that the assumption of vkm/veh/yr (vehicle kilometers travelled per vehicle per year) is a static assumption, by region and size class, in the input dataset UCD_trn_data_CORE.csv, but in the real world it could be expected to change, as a function of technology, infrastructure, policy, behavior, income, and probably other factors. That assumption is used for levelizing capital costs in the model input files, which is not a big deal here, but it's also used for estimating vehicle stocks in the post-processing, and changes in this assumption will translate linearly to changes in the estimated stocks. It might be helpful, or not, in generating trajectories of vehicle ownership.

from gcam-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.