GQL Statement

IF(
    SUM(V(G(p2p), output_of_electricity)) == 0,
    0.0,
    -> {
        DIVIDE(
            SUM(V(EXCLUDE(G(p2p),V(transport_car_flexibility_p2p_electricity)), variable_costs_per(:node))),
            DIVIDE(
                SUM(V(G(p2p), output_of_electricity)),
                3600
            )
        )
    }
)

Result

2019 1.41 ms
0.0
euro/MWh
2050 0.87 ms
0.0
euro/MWh

Description

Calculates the variable costs per MWh produced electricity for power-to-power.
Excludes EV batteries because these costs are already incurred by EV owners and not explicitly calculated.

Characteristics

Groups
Unit euro/MWh
File path /app/tmp/etsource/gqueries/output_elements/output_series/category_bar_flexibility_integral_costs/integral_variable_cost_power_to_power.gql

References