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_water_heater_hybrid_heatpump_air_water_electricity, input_of_network_gas),0.9),PRODUCT(V(households_water_heater_hybrid_hydrogen_heatpump_air_water_electricity, input_of_hydrogen),0.951659795)),
SUM(V(households_water_heater_hybrid_heatpump_air_water_electricity, demand), V(households_water_heater_hybrid_hydrogen_heatpump_air_water_electricity, demand))
),
0.0
) * 100.0
Result
2019
1.62
ms
|
24.54756444435789
|
factor |
2050
0.22
ms
|
100.00000000000003
|
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_water_heater_hybrid_heatpump_heat_output_share_network_gas.gql
|
References