Skip to content

A-1A1a-3 - Gas cars

Definition

This emission source is defined by the IPCC in E-1A3b - Road Transportation.

Transition Elements

This activity has the following mitigation methods modelled as transition elements:

Activity Model

This emission source is modelled with Combustion as:

Parameters

Parameter Unit Description
resource_proportion_biogas percent Fuel proportion biogas for vehicles
emission_factor_natural_gas_kwh_to_co2e g_co2e_kwh Emission factor natural gas
resource_proportion_natural_gas percent Fuel proportion natural gas for vehicles
emission_factor_biogas_kwh_to_co2e g_co2e_kwh Emission factor biogas
energy_intensity_personal_vehicles_natural_gas kwh_vehicle_km Energy intensity personal vehicles (natural gas)
stock_personal_vehicles_natural_gas vehicle_km Stock of personal vehicles (natural gas) operation
stock_growth_personal_vehicles_natural_gas vehicle_km_percapita Growth of personal vehicles (CNG) operation

YAML Specification

title: A-1A1a-3 - Gas cars
id: gas_vehicles
sector: transport
version: 2.0.1
progress: 80
ipccEmissionSource: 1a3b-road-transportation
name: gas_vehicles
operation:
  growthType: true
  variable: stock_personal_vehicles_natural_gas
  growthFactor:
    unitOfMeasure: per_capita
    expression: '%[0]'
    variables:
    - stock_growth_personal_vehicles_natural_gas
work:
- name: combustion
  unitOfMeasure: kwh
  operationToWork:
    unitOfMeasure: kwh/vehicle_km
    expression: '%[0]'
    variables:
    - energy_intensity_personal_vehicles_natural_gas
  input:
  - resource: biogas
    unitOfMeasure: kwh
    resourceProportion: resource_proportion_biogas
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_biogas_kwh_to_co2e
  - resource: natural_gas
    unitOfMeasure: kwh
    resourceProportion: resource_proportion_natural_gas
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_natural_gas_kwh_to_co2e
80% This page is nearing completion, with final adjustments in progress.