T-5A1-A-6 - Biofuel fired power plants
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_biofuel_kwh_to_co2e | g_co2e_kwh | Emission factor solid biofuel |
energy_intensity_direct_resource_use_kwh | kwh_kwh | Energy intensity direct resource use kWh |
initial_operation_biofuel_fired_powerplants | kwh | Initial operations biofuel powered power plants |
work_intensity_electricity_generation_biofuel | kwh_kwh | Work intensity biofuel powered power plants |
YAML Specification¶
version: 1.0.0
operation:
growthType: false
variable: initial_operation_biofuel_fired_powerplants
work:
- name: combustion
unitOfMeasure: kwh
operationToWork:
unitOfMeasure: kwh/kwh
expression: '%[0]'
variables:
- energy_intensity_direct_resource_use_kwh
input:
- resource: biofuel_solid
unitOfMeasure: kwh
resourceToWork:
unitOfMeasure: kwh/kwh
expression: '%[0]'
variables:
- work_intensity_electricity_generation_biofuel
emissionFactor:
unitOfMeasure: g_co2e/kwh
expression: '%[0]'
variables:
- emission_factor_biofuel_kwh_to_co2e
output:
- resource: electricity
unitOfMeasure: kwh
workToResource:
unitOfMeasure: kwh/kwh
expression: '1'
This page is roughly halfway complete and is actively being developed.