Skip to content

T-5A3-A-2 - CHP oil production

Definition

This emission source is defined by the IPCC in TBD.

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)
1 / ( energy_efficiency_chp_oil_to_district_heat + energy_efficiency_chp_oil_to_electricity )
(kwh/kwh)
stock_chp_oil
energy_efficiency_chp_oil_to_district_heat
(kwh/kwh)
energy_efficiency_chp_oil_to_electricity
(kwh/kwh)
RESOURCE:
district_heat
(kwh)
RESOURCE:
electricity
(kwh)
EMISSIONS
STOCK
RESOURCE:
oil
(kwh)
1
(kwh/kwh)
emission_factor_oil_burning_resources (g_co2e/kwh)

Parameters

Parameter Unit Description
emission_factor_oil_burning_resources g_co2e_kwh Emission factor burning of oil
energy_efficiency_chp_oil_to_district_heat percent Energy efficiency of CHP oil to district heat
energy_efficiency_chp_oil_to_electricity percent Energy efficiency of CHP oil to electricity
stock_chp_oil kwh Combined heat and power (CHP) - oil

YAML Specification

version: 2.0.1
operation:
  growthType: false
  variable: stock_chp_oil
work:
- name: combustion
  unitOfMeasure: kwh
  operationToWork:
    unitOfMeasure: kwh/kwh
    expression: 1 / ( %[0] + %[1] )
    variables:
    - energy_efficiency_chp_oil_to_district_heat
    - energy_efficiency_chp_oil_to_electricity
  input:
  - resource: oil
    unitOfMeasure: kwh
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_oil_burning_resources
  output:
  - resource: district_heat
    primary: true
    unitOfMeasure: kwh
    workToResource:
      unitOfMeasure: kwh/kwh
      expression: '%[0]'
      variables:
      - energy_efficiency_chp_oil_to_district_heat
  - resource: electricity
    unitOfMeasure: kwh
    workToResource:
      unitOfMeasure: kwh/kwh
      expression: '%[0]'
      variables:
      - energy_efficiency_chp_oil_to_electricity
50% This page is roughly halfway complete and is actively being developed.