GQL Statement

DIVIDE(
    SUM(
        V(Q(electricity_producing_converters_sankey).select {|node| node.input_slots.detect { |slot| slot.carrier.geothermal? }}, primary_demand_of(electricity)),
        V(Q(electricity_producing_converters_sankey).select {|node| node.input_slots.detect { |slot| slot.carrier.ambient_heat? }}, primary_demand_of(electricity)),
        V(Q(electricity_producing_converters_sankey).select {|node| node.input_slots.detect { |slot| slot.carrier.ambient_cold? }}, primary_demand_of(electricity))
    ),
  BILLIONS)

Result

2019 2.97 ms
0.0
PJ
2050 2.64 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_electricity_prod_in_sankey.gql

References