GQL Statement

DIVIDE(
SUM(
  V(INTERSECTION(V(SECTOR(agriculture),SECTOR(other)),G(final_demand_group)), primary_demand_of_natural_gas),
  V(INTERSECTION(V(SECTOR(agriculture),SECTOR(other)),G(final_demand_group)), primary_demand_of_lng),
  V(INTERSECTION(V(SECTOR(agriculture),SECTOR(other)),G(final_demand_group)), primary_demand_of_network_gas)
   )
,
SUM(
  V(G(final_demand_group), primary_demand),
  NEG(SUM(
      V(G(final_demand_group), primary_demand_of_imported_electricity)
      ))
   )
)

Result

2019 29.37 ms
0.044556769848112604
factor
2050 25.69 ms
0.04188857155018679
factor

Description

The share of gas_agriculture in the primary demand (excluding imported_electricity)

Characteristics

Groups
Unit factor
File path /app/tmp/etsource/gqueries/modules/energymixer/share_of_total_costs_assigned_to_gas_in_agriculture.gql

References