GQL Statement
IF(
    SUM(V(INTERSECTION(G(p2h),SECTOR(industry)), output_of_useable_heat)) == 0,
    0.0,
    -> {
        DIVIDE(
            SUM(V(INTERSECTION(G(p2h),SECTOR(industry)), variable_costs_per(:node))),
            DIVIDE(
                SUM(V(INTERSECTION(G(p2h),SECTOR(industry)), output_of_useable_heat)),
                3600
            )
        )
    }
)
Result
| 
2019
 | 
0.0 
 | 
euro/MWh | 
| 
2050
 | 
0.0 
 | 
euro/MWh | 
Description
Calculates the variable costs per MWh produced heat for power-to-heat for the industry.
 
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_heat_industry.gql
 | 
References