T-1B4b-A-1 - Sea freight
Definition¶
This emission source is defined by the IPCC in TBD.
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:
- T-1B1b-TE-9 - Shift from heavy truck to sea
- T-1B4b-TE-1 - Shift to LNG fuel for marine freight transport
- T-1B4b-TE-2 - More efficient marine freight transport
- T-1B4b-TE-4 - Biofuel for marine freight transport
- T-1B4b-TE-5 - Shift to electric marine freight transportion
Activity Model¶
This emission source is modelled with Combustion as:
Parameters¶
Parameter | Unit | Description |
---|---|---|
emission_factor_marine_biodiesel_kwh_to_co2e | g_co2e_kwh | Emission factor marine biodiesel |
emission_factor_marine_diesel_kwh_to_co2e | g_co2e_kwh | Emission factor marine diesel |
energy_intensity_freight_sea_transport | kwh_tonne_km | Energy intensity sea freight transport |
resource_proportion_marine_biodiesel | percent | Fuel proportion marine biodiesel |
resource_proportion_marine_diesel | percent | Fuel proportion marine diesel |
stock_freight_ships | tonne_km | Stock of freight ship operation |
stock_growth_freight_ships | tonne_km_percapita | Growth of freight ship operation |
YAML Specification¶
sustainability: red
version: 2.1.0
operation:
growthType: true
variable: stock_freight_ships
growthFactor:
unitOfMeasure: per_capita
expression: '%[0]'
variables:
- stock_growth_freight_ships
work:
- name: combustion
unitOfMeasure: kwh
operationToWork:
unitOfMeasure: kwh/tonne_km
expression: '%[0]'
variables:
- energy_intensity_freight_sea_transport
input:
- resource: marine_diesel
unitOfMeasure: kwh
resourceProportion: resource_proportion_marine_diesel
resourceToWork:
unitOfMeasure: kwh/kwh
expression: '1'
emissionFactor:
unitOfMeasure: g_co2e/kwh
expression: '%[0]'
variables:
- emission_factor_marine_diesel_kwh_to_co2e
- resource: marine_biodiesel
unitOfMeasure: kwh
resourceProportion: resource_proportion_marine_biodiesel
resourceToWork:
unitOfMeasure: kwh/kwh
expression: '1'
emissionFactor:
unitOfMeasure: g_co2e/kwh
expression: '%[0]'
variables:
- emission_factor_marine_biodiesel_kwh_to_co2e
This page is roughly halfway complete and is actively being developed.