Skip to content

T-2D1d-A-3 - Fugitive emissions from coal production (under-ground mines)

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 Unknown work type as:

Parameters

Parameter Unit Description
emission_factor_atmospheric_methane_kwh_to_co2e g_co2e_kwh Emission factor atmospheric methane in CO2e
energy_loss_kwh_gas_per_tonne_coal_produced_underground kwh_tonne Energy loss from gas per tonne coal produced from underground mines
stock_coal_produced_underground_mines tonne Stock coal produced from underground mines

YAML Specification

version: 2.0.0
operation:
  growthType: false
  variable: stock_coal_produced_underground_mines
work:
- name: fugitive
  unitOfMeasure: kwh
  operationToWork:
    unitOfMeasure: kwh/tonne
    expression: '%[0]'
    variables:
    - energy_loss_kwh_gas_per_tonne_coal_produced_underground
  input:
  - resource: methane
    unitOfMeasure: kwh
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_atmospheric_methane_kwh_to_co2e