GQL Statement

DIVIDE(
  IF(
    Q(dbdm_progress_share_of_transport) > 1.0,
    SUM(
      Q(dbdm_electricity_supply_for_households),
      PRODUCT(
        Q(dbdm_progress_share_of_transport) - 1,
        V(transport_final_demand_electricity, demand)
      )
    ),
    Q(dbdm_electricity_supply_for_households)
  ),
  V(households_final_demand_electricity, demand)
)

Result

2019 0.36 ms
0.18046854071583224
factor
2050 0.23 ms
0.17958769191660037
factor

Description

Progress share of households; when the progress share of transport is greater
than 1 (meaning that the progress bar of this sector is filled), the
electricity "excess" is used to fill the households progress bar.

Characteristics

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

References

Gquery dbdm_progress_share_of_industry
Gquery dbdm_progress_shares