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

2015 3.93 ms
15.497215653091105
MW
2050 3.33 ms
15.497215653091105
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

References