Skip to content

T-5A3-A-6 - Alter CHP waste incineration

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_solid_waste_incineration_tonne_to_co2e g_co2e_tonne Emission factor incineration of solid waste
energy_efficiency_chp_waste_incineration_to_district_heat percent Energy efficiency of CHP waste incineration to district heat
energy_efficiency_chp_waste_incineration_to_electricity percent Energy efficiency of CHP waste incineration to electricity
stock_chp_waste kwh Combined heat and power (CHP) - waste
tonne_solid_waste_per_kWh_incineration unknown unknown

YAML Specification

version: 2.0.0
operation:
  growthType: false
  variable: stock_chp_waste
work:
- name: combustion
  unitOfMeasure: kwh
  operationToWork:
    unitOfMeasure: kwh/kwh
    expression: 1 / ( %[0] + %[1] )
    variables:
    - energy_efficiency_chp_waste_incineration_to_district_heat
    - energy_efficiency_chp_waste_incineration_to_electricity
  input:
  - resource: solid_waste
    unitOfMeasure: tonne
    resourceToWork:
      unitOfMeasure: tonne/kwh
      expression: '%[0]'
      variables:
      - tonne_solid_waste_per_kWh_incineration
    emissionFactor:
      unitOfMeasure: g_co2e/tonne
      expression: '%[0]'
      variables:
      - emission_factor_solid_waste_incineration_tonne_to_co2e
  output:
  - resource: district_heat
    primary: true
    unitOfMeasure: kwh
    workToResource:
      unitOfMeasure: kwh/kwh
      expression: '%[0]'
      variables:
      - energy_efficiency_chp_waste_incineration_to_district_heat
  - resource: electricity
    unitOfMeasure: kwh
    workToResource:
      unitOfMeasure: kwh/kwh
      expression: '%[0]'
      variables:
      - energy_efficiency_chp_waste_incineration_to_electricity
50% This page is roughly halfway complete and is actively being developed.