GQL Statement
IF(
SUM(V(G(p2p), output_of_electricity)) == 0,
0.0,
-> {
DIVIDE(
SUM(V(
EXCLUDE(
G(p2p),
SECTOR(transport)
), fixed_costs_per(:node))
),
DIVIDE(
SUM(V(G(p2p), output_of_electricity)),
3600
)
)
}
)
Result
2019
0.94
ms
|
0.0
|
euro/MWh |
2050
0.83
ms
|
0.0
|
euro/MWh |
Description
Calculates the fixed costs per MWh produced electricity for power-to-power.
Excludes batteries in electric vehicles (transport sector) because these costs are already incurred by vehicle 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_fixed_cost_power_to_power.gql
|
References