GQL Statement

[
  MIN(1, Q(dbdm_progress_share_of_households)),
  MIN(1, Q(dbdm_progress_share_of_transport)),
  MIN(1, Q(dbdm_progress_share_of_industry))
].map{ |x| x * 1 }

Result

2015 1.53 ms
[
  0.11911224189946812,0
  0.5955612094973407,1
  0.09781356334017813,2
]
factor
2050 0.25 ms
[
  0.11899561074569795,0
  0.5949780537284897,1
  0.09771778721704576,2
]
factor

Description

Progress shares for households, transport and industry:
To what extent does the electricity supply (by wind and solar) meet the
electricity demand of each of the sectors?

Characteristics

Groups
Unit factor
File path /app/tmp/etsource/gqueries/modules/dbdm/dbdm_progress_shares.gql

References