GQL Statement
IF(
    SUM(V(INTERSECTION(G(p2h),G(food_industry)), output_of_useable_heat)) == 0,
    0.0,
    -> {
        DIVIDE(
            Q(total_electricity_input_cost_power_to_heat_industry_food),
            DIVIDE(
                SUM(V(INTERSECTION(G(p2h),G(food_industry)), output_of_useable_heat)),
                3600
            )
        )
    }
)
Result
| 
2019
 | 
0.0 
 | 
euro/MWh | 
| 
2050
 | 
0.0 
 | 
euro/MWh | 
Description
Calculates the electricity input costs per MWh produced heat for power-to-heat
 
Characteristics
| Groups | 
 | 
| Unit | 
euro/MWh | 
| File path | 
/app/tmp/etsource/gqueries/modules/external_coupling/integral_electricity_cost_power_to_heat_industry_food.gql
 | 
References