GQL Statement

DIVIDE(
    SUM(
        V(Q(hydrogen_producing_converters_sankey).select {|node| node.input_slots.detect { |slot| slot.carrier.geothermal? }}, "input_of_geothermal + input_of_ambient_heat + input_of_ambient_cold"),
        V(Q(hydrogen_producing_converters_sankey).select {|node| node.input_slots.detect { |slot| slot.carrier.ambient_heat? }}, "input_of_geothermal + input_of_ambient_heat + input_of_ambient_cold"),
        V(Q(hydrogen_producing_converters_sankey).select {|node| node.input_slots.detect { |slot| slot.carrier.ambient_cold? }}, "input_of_geothermal + input_of_ambient_heat + input_of_ambient_cold")
    ),
BILLIONS)

Result

2019 2.46 ms
0.0
PJ
2050 1.38 ms
0.0
PJ

Description

Query for Sankey diagram: connection between geo_ambient and hydrogen_production

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/output_elements/output_series/sankey/geo_ambient_to_hydrogen_prod_in_sankey.gql

References