Skip to content

A-1B1b-2 - Diesel HGV

Definition

This emission source is defined by the IPCC in TBD.

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
emission_factor_diesel_kwh_to_co2e g_co2e_kwh Emission factor fossil diesel WTW
stock_growth_freight_heavy_trucks_diesel tonne_km_percapita Growth of heavy trucks diesel operation
energy_intensity_freight_heavy_trucks_diesel kwh_tonne_km Average energy intensity heavy trucks (diesel)
resource_proportion_biodiesel_heavy_trucks percent Fuel proportion of biodiesel for heavy trucks
stock_freight_heavy_trucks_diesel tonne_km Stock of heavy truck operation (diesel)
emission_factor_biodiesel_kwh_to_co2e g_co2e_kwh Emission factor biodiesel WTW
resource_proportion_diesel_heavy_trucks percent Fuel proportion of diesel for heavy trucks

YAML Specification

title: A-1B1b-2 - Diesel HGV
id: diesel_heavy_trucks
sector: transport
version: 2.0.1
progress: 50
name: diesel_heavy_trucks
operation:
  growthType: true
  variable: stock_freight_heavy_trucks_diesel
  growthFactor:
    unitOfMeasure: per_capita
    expression: '%[0]'
    variables:
    - stock_growth_freight_heavy_trucks_diesel
work:
- name: combustion
  unitOfMeasure: kwh
  operationToWork:
    unitOfMeasure: kwh/tonne_km
    expression: '%[0]'
    variables:
    - energy_intensity_freight_heavy_trucks_diesel
  input:
  - resource: hvo_biodiesel
    unitOfMeasure: kwh
    resourceProportion: resource_proportion_biodiesel_heavy_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_heavy_trucks
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_diesel_kwh_to_co2e
50% This page is roughly halfway complete and is actively being developed.