GQL Statement

mo_converters = GROUP(dispatchable_production);
profitable = FILTER(mo_converters, "profitability == :profitable");

PRODUCT(
  DIVIDE(
    SUM(V(profitable, "installed_production_capacity_in_mw_electricity")),
    SUM(V(mo_converters, "installed_production_capacity_in_mw_electricity"))
  ),
  100
)

Result

2019 2.3 ms
0.0
2050 262.23 ms
2.092266274152813

Description

Characteristics

Groups
Unit
File path /app/tmp/etsource/gqueries/modules/scenario_report/main_report/profitability_percentage.gql

References