GQL Statement

DIVIDE(
SUM(
  V(INTERSECTION(V(SECTOR(agriculture),SECTOR(other)),G(final_demand_group)), primary_demand_of_crude_oil),
  V(INTERSECTION(V(SECTOR(agriculture),SECTOR(other)),G(final_demand_group)), primary_demand_of_gasoline),
  V(INTERSECTION(V(SECTOR(agriculture),SECTOR(other)),G(final_demand_group)), primary_demand_of_diesel),
  V(INTERSECTION(V(SECTOR(agriculture),SECTOR(other)),G(final_demand_group)), primary_demand_of_lpg),
  V(INTERSECTION(V(SECTOR(agriculture),SECTOR(other)),G(final_demand_group)), primary_demand_of_kerosene)
   )
,
SUM(
  V(G(final_demand_group), primary_demand),
  NEG(SUM(
      V(G(final_demand_group), primary_demand_of_imported_electricity)
      ))
   )
)

Result

2019 29.11 ms
0.001008676058846737
factor
2050 24.32 ms
0.0010482534215041864
factor

Description

The share of oil_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_oil_in_agriculture.gql

References