T-1A1b-A-1 - Petrol motorcycles
Definition¶
This emission source is defined by the IPCC in E-1A3b - Road Transportation.
Sustainability Category: Red¶
This activity significantly contributes to greenhouse gas emissions and undermines climate mitigation efforts. The activity should be phased out or fundamentally transformed, with financing directed toward decommissioning, replacement with sustainable alternatives, or radical decarbonization where elimination is not immediately feasible.
Transition Elements¶
This activity has the following mitigation options modelled as transition elements:
Activity Model¶
This emission source is modelled with Combustion as:
Parameters¶
Parameter | Unit | Description |
---|---|---|
emission_factor_ethanol_kwh_to_co2e | g_co2e_kwh | Emission factor ethanol |
emission_factor_petrol_kwh_to_co2e | g_co2e_kwh | Emission factor petrol WTW |
energy_intensity_motorcycles_petrol | kwh_vehicle_km | Energy intensity petrol motorcycles |
resource_proportion_ethanol_motorcycles | percent | Fuel proportion ethanol for motorcycles |
resource_proportion_petrol_motorcycles | percent | Fuel proportion petrol for motorcycles |
stock_growth_motorcycles_petrol | vehicle_km_percapita | Growth of petrol motorcycles operations |
stock_motorcycles_petrol | vehicle_km | Stock petrol motorcycles |
YAML Specification¶
sustainability: red
version: 2.1.0
ipccEmissionSource: 1a3b-road-transportation
operation:
growthType: true
variable: stock_motorcycles_petrol
growthFactor:
unitOfMeasure: per_capita
expression: '%[0]'
variables:
- stock_growth_motorcycles_petrol
work:
- name: combustion
unitOfMeasure: kwh
operationToWork:
unitOfMeasure: kwh/vehicle_km
expression: '%[0]'
variables:
- energy_intensity_motorcycles_petrol
input:
- resource: ethanol
unitOfMeasure: kwh
resourceProportion: resource_proportion_ethanol_motorcycles
resourceToWork:
unitOfMeasure: kwh/kwh
expression: '1'
emissionFactor:
unitOfMeasure: g_co2e/kwh
expression: '%[0]'
variables:
- emission_factor_ethanol_kwh_to_co2e
- resource: petrol
unitOfMeasure: kwh
resourceProportion: resource_proportion_petrol_motorcycles
resourceToWork:
unitOfMeasure: kwh/kwh
expression: '1'
emissionFactor:
unitOfMeasure: g_co2e/kwh
expression: '%[0]'
variables:
- emission_factor_petrol_kwh_to_co2e
This page is nearing completion, with final adjustments in progress.