T-5A3-A-9 - Alter CHP biofuel production
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-5A3-A-9 - Alter CHP biofuel production
- T-5A3-TE-5 - Alter CHP biofuel production
- T-5A3-TE-7 - Shift to biofuel in district heating
Activity Model¶
This emission source is modelled with Combustion as:
Parameters¶
Parameter | Unit | Description |
---|---|---|
emission_factor_biofuel_kwh_to_co2e | g_co2e_kwh | Emission factor solid biofuel |
energy_efficiency_chp_biofuels_to_district_heat | percent | Energy efficiency of CHP biofuels to district heat |
energy_efficiency_chp_biofuels_to_electricity | percent | Energy efficiency of CHP biofuels to electricity |
stock_district_heating_solid_biofuel | kwh | Combined heat and power (CHP) - solid biofuels / biomass |
YAML Specification¶
version: 2.0.1
operation:
growthType: false
variable: stock_district_heating_solid_biofuel
work:
- name: combustion
unitOfMeasure: kwh
operationToWork:
unitOfMeasure: kwh/kwh
expression: 1 / ( %[0] + %[1] )
variables:
- energy_efficiency_chp_biofuels_to_district_heat
- energy_efficiency_chp_biofuels_to_electricity
input:
- resource: biofuel_solid
unitOfMeasure: kwh
resourceToWork:
unitOfMeasure: kwh/kwh
expression: '1'
emissionFactor:
unitOfMeasure: g_co2e/kwh
expression: '%[0]'
variables:
- emission_factor_biofuel_kwh_to_co2e
output:
- resource: district_heat
primary: true
unitOfMeasure: kwh
workToResource:
unitOfMeasure: kwh/kwh
expression: '%[0]'
variables:
- energy_efficiency_chp_biofuels_to_district_heat
- resource: electricity
unitOfMeasure: kwh
workToResource:
unitOfMeasure: kwh/kwh
expression: '%[0]'
variables:
- energy_efficiency_chp_biofuels_to_electricity
This page is roughly halfway complete and is actively being developed.