T-1B1a-A-2 - Diesel LGV
Definition¶
This emission source is defined by the IPCC in TBD.
Transition Elements¶
This activity has the following mitigation methods modelled as transition elements:
- T-1B1a-A-2 - Diesel LGV
- T-1B1a-TE-1 - Shift to gas light trucks
- T-1B1a-TE-2 - Biofuel for diesel light trucks
- T-1B1a-TE-4 - Shift to hydrogen for light trucks
- T-1B1a-TE-5 - Ecodriving of light trucks
- T-1B1a-TE-6 - Shift to electric light trucks
- T-1B1a-TE-7 - Route optimisation for light trucks
- T-1B1a-TE-8 - Improved light truck engine technology
- T-1B1a-TE-9 - Improved load factor for light trucks
- T-1B1a-TE-10 - Shift to electric cargo bikes
Activity Model¶
This emission source is modelled with Combustion as:
Parameters¶
Parameter | Unit | Description |
---|---|---|
emission_factor_biodiesel_kwh_to_co2e | g_co2e_kwh | Emission factor biodiesel WTW |
emission_factor_diesel_kwh_to_co2e | g_co2e_kwh | Emission factor fossil diesel WTW |
energy_intensity_freight_light_trucks_diesel | kwh_vehicle_km | Average energy intensity light trucks (diesel) |
resource_proportion_biodiesel_light_trucks | percent | Fuel proportion of biodiesel for light trucks |
resource_proportion_diesel_light_trucks | percent | Fuel proportion of diesel for light trucks |
stock_freight_light_trucks_diesel | vehicle_km | Stock of light truck operation (LGV) |
stock_growth_freight_light_trucks_diesel | vehicle_km_percapita | Growth of light trucks diesel operation |
YAML Specification¶
version: 2.0.0
operation:
growthType: true
variable: stock_freight_light_trucks_diesel
growthFactor:
unitOfMeasure: per_capita
expression: '%[0]'
variables:
- stock_growth_freight_light_trucks_diesel
work:
- name: combustion
unitOfMeasure: kwh
operationToWork:
unitOfMeasure: kwh/vehicle_km
expression: '%[0]'
variables:
- energy_intensity_freight_light_trucks_diesel
input:
- resource: hvo_biodiesel
unitOfMeasure: kwh
resourceProportion: resource_proportion_biodiesel_light_trucks
resourceToWork:
unitOfMeasure: kwh/kwh
expression: '1'
emissionFactor:
unitOfMeasure: g_co2e/kwh
expression: '%[0]'
variables:
- emission_factor_biodiesel_kwh_to_co2e
- resource: diesel
unitOfMeasure: kwh
resourceProportion: resource_proportion_diesel_light_trucks
resourceToWork:
unitOfMeasure: kwh/kwh
expression: '1'
emissionFactor:
unitOfMeasure: g_co2e/kwh
expression: '%[0]'
variables:
- emission_factor_diesel_kwh_to_co2e
This page is roughly halfway complete and is actively being developed.