Skip to content

T-1A4-A-1 - Passenger transport by LNG (gas) boat

Definition

This emission source is defined by the IPCC in E-1A3d - Water-borne Navigation.

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_liquefied_bio_gas_kwh_to_co2e g_co2e_kwh Emission factor liquefied biogas
emission_factor_liquefied_natural_gas_kwh_to_co2e g_co2e_kwh Emission factor liquefied natural gas (LNG)
energy_intensity_passenger_lng_sea_transport kwh_person_km Energy intensity LNG passenger sea transport
resource_proportion_liquefied_bio_gas_shipping_passenger percent Fuel proportion LBG for passenger shipping
resource_proportion_liquefied_natural_gas_shipping_passenger percent Fuel proportion LNG for passenger shipping
stock_growth_shipping_passenger_lng person_km_percapita Growth passenger shipping LNG
stock_shipping_passenger_lng person_km Stock of LNG passenger shipping operations

YAML Specification

version: 2.1.0
ipccEmissionSource: 1a3d-water-borne-navigation
operation:
  growthType: true
  variable: stock_shipping_passenger_lng
  growthFactor:
    unitOfMeasure: per_capita
    expression: '%[0]'
    variables:
    - stock_growth_shipping_passenger_lng
work:
- name: combustion
  unitOfMeasure: kwh
  operationToWork:
    unitOfMeasure: kwh/person_km
    expression: '%[0]'
    variables:
    - energy_intensity_passenger_lng_sea_transport
  input:
  - resource: liquefied_natural_gas
    unitOfMeasure: kwh
    resourceProportion: resource_proportion_liquefied_natural_gas_shipping_passenger
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_liquefied_natural_gas_kwh_to_co2e
  - resource: liquefied_bio_gas
    unitOfMeasure: kwh
    resourceProportion: resource_proportion_liquefied_bio_gas_shipping_passenger
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_liquefied_bio_gas_kwh_to_co2e
80% This page is nearing completion, with final adjustments in progress.