Skip to content

T-4B1a-A-5 - Commercial buildings heated with gas

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_biogas_kwh_to_co2e g_co2e_kwh Emission factor biogas
emission_factor_climate_neutral_hydrogen_kwh_to_co2e g_co2e_kwh Emission factor hydrogen (climate neutral)
emission_factor_natural_gas_kwh_to_co2e g_co2e_kwh Emission factor natural gas
energy_intensity_heating_non_residential_commercial_natural_gas kwh_m2 Energy intensity natural gas commercial
resource_proportion_non_residential_commercial_heating_bio_gas percent Proportion of biogas in mix for commercial heating
resource_proportion_non_residential_commercial_heating_hydrogen percent Proportion of hydrogen gas in mix for commercial heating
resource_proportion_non_residential_commercial_heating_natural_gas percent Proportion of natural gas in mix for commercial heating
stock_growth_heating_commercial_gas m2_percapita Growth heating by gas (commercial), per capita
stock_heating_commercial_natural_gas m2 Stock gas heating (non-residential, commercial)

YAML Specification

version: 2.0.1
operation:
  growthType: true
  variable: stock_heating_commercial_natural_gas
  growthFactor:
    unitOfMeasure: per_capita
    expression: '%[0]'
    variables:
    - stock_growth_heating_commercial_gas
work:
- name: combustion
  unitOfMeasure: kwh
  operationToWork:
    unitOfMeasure: kwh/m2
    expression: '%[0]'
    variables:
    - energy_intensity_heating_non_residential_commercial_natural_gas
  input:
  - resource: hydrogen
    unitOfMeasure: kwh
    resourceProportion: resource_proportion_non_residential_commercial_heating_hydrogen
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_climate_neutral_hydrogen_kwh_to_co2e
  - resource: natural_gas
    unitOfMeasure: kwh
    resourceProportion: resource_proportion_non_residential_commercial_heating_natural_gas
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_natural_gas_kwh_to_co2e
  - resource: biogas
    unitOfMeasure: kwh
    resourceProportion: resource_proportion_non_residential_commercial_heating_bio_gas
    resourceToWork:
      unitOfMeasure: kwh/kwh
      expression: '1'
    emissionFactor:
      unitOfMeasure: g_co2e/kwh
      expression: '%[0]'
      variables:
      - emission_factor_biogas_kwh_to_co2e
50% This page is roughly halfway complete and is actively being developed.