GQL Statement

PRODUCT(
  -1,
  SUM(
    V(households_flexibility_p2p_electricity, "number_of_units * input_capacity"
    ),
    PRODUCT(
      V(transport_car_using_electricity, "number_of_units * input_capacity"),
      V(transport_car_flexibility_p2p_electricity, availability)
    ),
    V(energy_flexibility_pumped_storage_electricity, "number_of_units * input_capacity"
    ),
    V(energy_flexibility_hv_opac_electricity, "number_of_units * input_capacity"
    ),
    V(energy_flexibility_mv_batteries_electricity, "number_of_units * input_capacity"
    ),
    V(energy_flexibility_flow_batteries_electricity, "number_of_units * input_capacity"
    )
  )
)

Result

2019 0.43 ms
-0.0
MW
2050 0.13 ms
-0.0
MW

Description

Selects the electricity input capacity of power-to-power storage technologies using individual nodes due to dual node structure of batteries in electric vehicles, which differs from the other power-to-power nodes.

Characteristics

Groups
Unit MW
File path /app/tmp/etsource/gqueries/general/flexibility/electricity/electricity_demand_flexible_storage_capacity.gql

References