Monthly electricity supply
Primary key: model, scenario_group, scenario_name, scenario_variant, country, month, unit, technology
Data fields
| Name | Title | Type | Required | Constraints | Description |
|---|---|---|---|---|---|
model | Model | string | ✓ | Model that produced the data | |
scenario_group | Scenario Group | string | ✓ | Scenario group | |
scenario_name | Scenario Name | string | ✓ | Scenario name | |
scenario_variant | Scenario Variant | string | ✓ | Scenario variant | |
technology | Generation Technology | string | ✓ | Electricity generation technology | |
country | Country Code | string | ✓ | maxLength=8 | ISO 3166-1 alpha-2 country code |
month | Month | string | ✓ | enum=['01.2025', '02.2025', '03.2025', '04.2025', '05.2025', '06.2025', '07.2025', '08.2025', '09.2025', '10.2025', '11.2025', '12.2025', '01.2030', '02.2030', '03.2030', '04.2030', '05.2030', '06.2030', '07.2030', '08.2030', '09.2030', '10.2030', '11.2030', '12.2030', '01.2035', '02.2035', '03.2035', '04.2035', '05.2035', '06.2035', '07.2035', '08.2035', '09.2035', '10.2035', '11.2035', '12.2035', '01.2040', '02.2040', '03.2040', '04.2040', '05.2040', '06.2040', '07.2040', '08.2040', '09.2040', '10.2040', '11.2040', '12.2040', '01.2045', '02.2045', '03.2045', '04.2045', '05.2045', '06.2045', '07.2045', '08.2045', '09.2045', '10.2045', '11.2045', '12.2045', '01.2050', '02.2050', '03.2050', '04.2050', '05.2050', '06.2050', '07.2050', '08.2050', '09.2050', '10.2050', '11.2050', '12.2050'] | The month the data refers to example format "01.2050" for January 2025 |
unit | Unit | string | ✓ | maxLength=16 enum=['TWh'] | Measurement unit of the reported value |
value | Value | number | ✓ | minimum=0 maximum=1000 | Monthly electricity supply in the specified unit for the given country, month, technology, model, and scenario |