GQL Statement
IF(SUM(INPUT_VALUE(households_heater_hybrid_heatpump_air_water_electricity_share),INPUT_VALUE(households_heater_hybrid_hydrogen_heatpump_air_water_electricity_share)) > 0.0,
  DIVIDE(
    SUM(PRODUCT(V(households_space_heater_hybrid_heatpump_air_water_electricity, input_of_network_gas),1.07),PRODUCT(V(households_space_heater_hybrid_hydrogen_heatpump_air_water_electricity, input_of_hydrogen),1.1314177566107477)),
    SUM(V(households_space_heater_hybrid_heatpump_air_water_electricity, demand), V(households_space_heater_hybrid_hydrogen_heatpump_air_water_electricity, demand))
  ),
  0.0
) * 100.0
Result
| 
2019
 | 
16.990310488777112 
 | 
factor | 
| 
2050
 | 
44.95240467962091 
 | 
factor | 
Description
This query calculates the share of the produced heat that is heated
with gas or hydrogen (takes the weighted average of both). The gas
and hydrogen efficiency are hard-coded, because it's not possible
to query at the moment.
 
Characteristics
| Groups | 
 | 
| Unit | 
factor | 
| File path | 
/app/tmp/etsource/gqueries/output_elements/output_series/table_259_hybrid_heat_pump/households_space_heater_hybrid_heatpump_heat_output_share_network_gas.gql
 | 
References