Skip to content

T-1A4-A-5 - Diesel boats

Definition

This emission source is defined by the IPCC in TBD.

Sustainability Category: Red

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:

WORK:
combustion
(kwh)
OPERATIONS:
(kwh)
energy_intensity_boats_diesel
(kwh/vehicle_km)
stock_boats_diesel
emission_factor_biodiesel_kwh_to_co2e (g_co2e/kwh)
1
(kwh/kwh)
resource_proportion_biodiesel_boats
RESOURCE:
hvo_biodiesel
(kwh)
EMISSIONS
STOCK
RESOURCE:
diesel
(kwh)
1
(kwh/kwh)
emission_factor_diesel_kwh_to_co2e (g_co2e/kwh)
resource_proportion_diesel_boats

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_boats_diesel kwh_vehicle_km Energy intensity diesel boats
resource_proportion_biodiesel_boats percent Fuel proportion biodiesel for boats
resource_proportion_diesel_boats percent Fuel proportion diesel for boats
stock_boats_diesel vehicle_km Stock of diesel boats
stock_growth_boats_diesel vehicle_km_percapita Growth of diesel boats operations

YAML Specification

sustainability: red
version: 2.0.0
operation:
  growthType: true
  variable: stock_boats_diesel
  growthFactor:
    unitOfMeasure: per_capita
    expression: '%[0]'
    variables:
    - stock_growth_boats_diesel
work:
- name: combustion
  unitOfMeasure: kwh
  operationToWork:
    unitOfMeasure: kwh/vehicle_km
    expression: '%[0]'
    variables:
    - energy_intensity_boats_diesel
  input:
  - resource: diesel
    unitOfMeasure: kwh
    resourceProportion: resource_proportion_diesel_boats
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_diesel_kwh_to_co2e
  - resource: hvo_biodiesel
    unitOfMeasure: kwh
    resourceProportion: resource_proportion_biodiesel_boats
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_biodiesel_kwh_to_co2e