T-4A1b-A-4 - Domestic houses 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:
- T-4A1b-A-4 - Domestic houses heated with gas
- T-4A1b-TE-1 - Shift to heat pumps in single-family buildings
- T-4A1b-TE-2 - Shift to district heating in single-family buildings
- T-4A1b-TE-4 - Shift to solar thermal in single-family buildings
- T-4A1b-TE-5 - Shift to biofuel heating in single-family buildings
- T-4A1b-TE-6 - Retrofitting single-family buildings for efficient heating
- T-4A1b-TE-10 - Shift to biogas heating in single-family buildings
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_residential_single_family_buildings_natural_gas | kwh_m2 | Energy intensity natural gas heated single-family buildings |
resource_proportion_single_family_heating_bio_gas | percent | Proportion of biogas in mix for single-family heating |
resource_proportion_single_family_heating_hydrogen | percent | Proportion of hydrogen gas in mix for single-family heating |
resource_proportion_single_family_heating_natural_gas | percent | Proportion of natural gas in mix for single-family heating |
stock_growth_heating_residential_single_family_gas | m2_percapita | Growth heating by gas (single-family), per capita |
stock_heating_residential_single_family_natural_gas | m2 | Stock gas heating of single-family houses |
YAML Specification¶
version: 2.0.1
operation:
growthType: true
variable: stock_heating_residential_single_family_natural_gas
growthFactor:
unitOfMeasure: per_capita
expression: '%[0]'
variables:
- stock_growth_heating_residential_single_family_gas
work:
- name: combustion
unitOfMeasure: kwh
operationToWork:
unitOfMeasure: kwh/m2
expression: '%[0]'
variables:
- energy_intensity_heating_residential_single_family_buildings_natural_gas
input:
- resource: biogas
unitOfMeasure: kwh
resourceProportion: resource_proportion_single_family_heating_bio_gas
resourceToWork:
unitOfMeasure: kwh/kwh
expression: '1'
emissionFactor:
unitOfMeasure: g_co2e/kwh
expression: '%[0]'
variables:
- emission_factor_biogas_kwh_to_co2e
- resource: natural_gas
unitOfMeasure: kwh
resourceProportion: resource_proportion_single_family_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: hydrogen
unitOfMeasure: kwh
resourceProportion: resource_proportion_single_family_heating_hydrogen
resourceToWork:
unitOfMeasure: kwh/kwh
expression: '1'
emissionFactor:
unitOfMeasure: g_co2e/kwh
expression: '%[0]'
variables:
- emission_factor_climate_neutral_hydrogen_kwh_to_co2e
This page is roughly halfway complete and is actively being developed.