electricity_production_flexible_wood_pellets_to_power_capacity debug
GQL Statement
SUM(
  V(
    EXCLUDE(
      Q(
        electricity_producing_wood_pellets_converters
      ),
      V(
        Q(electricity_producing_torrefied_biomass_pellets_converters),
        Q(electricity_producing_coal_incl_coal_gas_converters),
        Q(electricity_producing_lignite_converters)
      )
    ),
    "input_capacity * electricity_output_conversion * number_of_units"
  )
)Result
| 2019 | 50.656913283447196 | MW | 
| 2050 | 50.656913283447196 | MW | 
Description
Selects the electricity output capacity of dispatchable wood pellets power plants using the electricity producing wood pellets converters query. Co-firing of wood pellets is allocated to the capacity (bio)coal power plants.
Characteristics
| Groups | |
| Unit | MW | 
| File path | /app/tmp/etsource/gqueries/general/flexibility/electricity/electricity_production_flexible_wood_pellets_to_power_capacity.gql |