Skip to content
Merged
Show file tree
Hide file tree
Changes from 99 commits
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
bfa9248
feat: add clean rule for pemmdb capacity and must-run data
daniel-rdt Aug 22, 2025
02e055f
feat: add placeholder for tyndp trajectories
daniel-rdt Aug 22, 2025
965eceb
Merge branch 'master' into feat/64-pemmdb-data
daniel-rdt Sep 2, 2025
f2bce70
feat: add retrieve rule for tyndp pemmdb data
daniel-rdt Sep 2, 2025
9f13bba
fix: add safe pyear to clean_tyndp_hydro_inflows.py
daniel-rdt Sep 2, 2025
9bffdb4
fix: improve input_pemmdb_data handling for disabled feature
daniel-rdt Sep 2, 2025
c191357
fix: typo in clean hydro inflows param
daniel-rdt Sep 3, 2025
32a4f33
feat: add handling of must-runs for DE and GA after 2030 and small fixes
daniel-rdt Sep 4, 2025
5a1fca4
feat: add capacities for other non-RES
daniel-rdt Sep 5, 2025
6a40401
feat: refactor workflow to split into clean rules for each technology…
daniel-rdt Sep 5, 2025
8b91f85
feat: add pemmdb profiles that combine p_min_pu and p_max_pu profiles
daniel-rdt Sep 5, 2025
2e1c332
feat: refactor clean_pemmdb scripts into modular functions for improv…
daniel-rdt Sep 8, 2025
96c6fd3
feat: generalise tyndp data retrieval
tgilon Sep 4, 2025
48a5cfc
doc: add release note
tgilon Sep 8, 2025
129bd3b
fix: resolve to support relative path
tgilon Sep 8, 2025
81d0f40
fix: resolve to support relative path
tgilon Sep 8, 2025
0cd9505
fix: keep rootpath
tgilon Sep 8, 2025
f3fa8d9
Revert "fix: keep rootpath"
tgilon Sep 8, 2025
f9b48e4
refactor: remove unused rootpath
tgilon Sep 8, 2025
2ceac5d
Merge branch 'feat/refactor-retrieve' into feat/64-pemmdb-data
daniel-rdt Sep 8, 2025
acb1984
feat: add processing of renewable capacities
daniel-rdt Sep 9, 2025
55a80bf
feat: minor improvements to processing of renewable capacities
daniel-rdt Sep 9, 2025
b787fd7
feat: include RES PEMMDB capacities and profiles in workflow
daniel-rdt Sep 9, 2025
b41ae71
feat: add Other RES PEMMDB capacities and profiles
daniel-rdt Sep 10, 2025
eb09db0
feat: add pemmdb subfolder in resources
daniel-rdt Sep 10, 2025
af668dd
feat: add collect rule for pemmdb_datas
daniel-rdt Sep 10, 2025
27afa9c
feat: include processing of electrolyser data
daniel-rdt Sep 10, 2025
cdd2b52
fix: increase latency wait to 10s to avoid missing directory in CI
daniel-rdt Sep 10, 2025
fa604fb
feat: include processing of battery capacities, update configs and fi…
daniel-rdt Sep 11, 2025
281f351
feat: include processing of DSR capacities and profiles
daniel-rdt Sep 11, 2025
f62a57a
feat: process and clean tyndp trajectories
daniel-rdt Sep 12, 2025
7194065
feat: add tyndp trajectories into workflow
daniel-rdt Sep 15, 2025
c688a1b
feat: separate e_nom information to separate column
daniel-rdt Sep 18, 2025
d6d8b2e
fix: add missing trajectories file to retrieve bundle rule output
daniel-rdt Sep 18, 2025
e6a0ed1
Merge branch 'master' into feat/64-pemmdb-data
tgilon Sep 19, 2025
c243b1d
feat: add mapping from PEMMDB carriers to a tyndp carrier name and in…
daniel-rdt Sep 22, 2025
0ab2b0c
feat: ignore index when saving csv files
daniel-rdt Sep 22, 2025
e33c52a
Merge branch 'master' into feat/64-pemmdb-data
daniel-rdt Sep 22, 2025
9a7a095
feat: ignore index when saving csv files
daniel-rdt Sep 22, 2025
c5af338
fix: bunch of minor fixes
daniel-rdt Sep 22, 2025
5085cfe
feat: use tyndp_technology_map.csv for PECD carrier mapping
daniel-rdt Sep 22, 2025
9be0da3
feat: remove spaces from pemmdb technology wildcards
daniel-rdt Sep 22, 2025
59b1c1f
fix: add fix for no h2 interzonal connections in NT+ scenario
daniel-rdt Sep 22, 2025
0656d28
feat: map carrier names for investment dataset trajectory file
daniel-rdt Sep 22, 2025
194e115
ci: introduce multiple retries to hydro and pemmdb clean rules after …
daniel-rdt Sep 22, 2025
68eca4f
feat: process trajectories to only include values for DE and GA for a…
daniel-rdt Sep 23, 2025
fed368a
fix for removed spaces in technology wildcards
daniel-rdt Sep 24, 2025
25c0a3e
fix PV carrier mapping
daniel-rdt Sep 25, 2025
c2f18d7
feat: refactor for consolidated reading and processing of pemmdb data…
daniel-rdt Sep 26, 2025
90627ec
doc: add release note
daniel-rdt Sep 29, 2025
eab1250
doc: update feature's development status in documentation and readme
daniel-rdt Sep 29, 2025
95b5973
feat: remove outdated clean pemmdb capacities and profiles scripts
daniel-rdt Sep 29, 2025
dabd766
feat: addition to use tyndp_technology_map.csv for PECD carrier mapping
daniel-rdt Sep 30, 2025
0644611
doc: update electricity.csv
daniel-rdt Oct 2, 2025
0371c12
fix: minor fixes from code review
daniel-rdt Oct 2, 2025
de2f4ff
fix: remove unnecessary lambda
daniel-rdt Oct 2, 2025
1dd1e0f
apply code suggestion
daniel-rdt Oct 2, 2025
12f43e5
Merge branch 'master' into feat/64-pemmdb-data
daniel-rdt Oct 2, 2025
d6defd0
Merge branch 'master' into feat/64-pemmdb-data
daniel-rdt Oct 3, 2025
6caa2a5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 3, 2025
d832674
feat: adjust use of convert_units to new function parameters
daniel-rdt Oct 3, 2025
437e4e2
feat: reduce pemmdb inputs in prepare_sector_network to available pem…
daniel-rdt Oct 6, 2025
fd8a6b3
sort index in thermal profiles for more efficient indexing
daniel-rdt Oct 6, 2025
aa1eb02
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 6, 2025
f279ff8
Apply suggestions from code review
daniel-rdt Oct 6, 2025
01b9277
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 6, 2025
b9eff89
doc: change description of pemmdb feature to clarify processing
daniel-rdt Oct 6, 2025
5f7f09f
feat: specify 16 GB resources for build_pemmdb_data rule
daniel-rdt Oct 6, 2025
854999c
fix: fix missing wildcard argument to input_pemmdb_data
daniel-rdt Oct 6, 2025
f572dbd
doc: add missing config options to electricity.csv
daniel-rdt Oct 6, 2025
dc95dd3
feat: include trajectories for DE and GA for 2030
daniel-rdt Oct 6, 2025
07f4eaa
reuse: add tyndp_technology_map.csv to REUSE.toml
daniel-rdt Oct 6, 2025
98f6454
doc: update retrieve rule documentation
daniel-rdt Oct 6, 2025
7a1b99d
feat: include hydrogen in tyndp pemmdb mapping
daniel-rdt Oct 6, 2025
2f113e3
feat: update typehints for safe pyear
daniel-rdt Oct 6, 2025
799e04b
doc: update docstring of build_tyndp_trajectories.py
daniel-rdt Oct 6, 2025
2ef6028
feat: improve map_tyndp_carrier_names and introduce drop_merge_column…
daniel-rdt Oct 6, 2025
c655b2d
feat: improve robustness of snapshot filtering
daniel-rdt Oct 6, 2025
92cce0f
feat: update pemmdb sheet mapping
daniel-rdt Oct 6, 2025
0045b2d
doc: add missing rules to preparation.rst
daniel-rdt Oct 6, 2025
52ea80b
fix: rename UK to GB in build_tyndp_trajectories.py
daniel-rdt Oct 6, 2025
85ec6db
feat: consolidate pemmdb datas and trajectories in one collect rule
daniel-rdt Oct 6, 2025
5485fdb
doc: include todo into PR template to document new rules
daniel-rdt Oct 6, 2025
c7e91bd
feat: minor improvement in parameter naming
daniel-rdt Oct 6, 2025
c9f947c
doc: use consistent imperative style in docstrings as per PEP 257
daniel-rdt Oct 6, 2025
48dbe53
feat: use pattern matching to extract type and unit information from …
daniel-rdt Oct 6, 2025
108dd73
feat: various minor improvements and bug fixes to build_pemmdb_data.py
daniel-rdt Oct 6, 2025
4a59410
feat: add validate profile to filter out profiles with default PyPSA …
daniel-rdt Oct 7, 2025
6d42d9f
feat: rename index_year variable
daniel-rdt Oct 7, 2025
a81bf55
feat: bundle processing of thermal technologies
daniel-rdt Oct 7, 2025
5edf8f3
doc: update output format description for pemmdb profiles
daniel-rdt Oct 7, 2025
bb5d35a
feat: improve on reduce pemmdb inputs in prepare_sector_network to av…
daniel-rdt Oct 7, 2025
246d73b
Apply suggestions from code review
daniel-rdt Oct 7, 2025
2acbedd
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 7, 2025
28f3d93
feat: move and rename helper functions in build_pemmdb_data
daniel-rdt Oct 7, 2025
e34b966
ci: set tyndp tests as firsts
tgilon Oct 7, 2025
5081ccb
fix: correct use of drop_on_columns
daniel-rdt Oct 7, 2025
e7ccc80
log: improve verbosity of logger by setting logger levels appropriately
daniel-rdt Oct 7, 2025
f93ce49
feat: minor improvements from code suggestion
daniel-rdt Oct 7, 2025
c958117
apply code suggestion
daniel-rdt Oct 8, 2025
861db93
feat: improve pemmdb collect rule
daniel-rdt Oct 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ Closes # (if applicable).
- [ ] Changes in configuration options are added in `config/test/*.yaml`.
- [ ] OET license identifier is added to all edited or newly created code files.
- [ ] Sources of newly added data are documented in `doc/data_sources.rst`.
- [ ] New rules are documented in the appropriate `doc/*.rst` files.
- [ ] A release note `doc/release_notes.rst` is added.
- [ ] Major features are documented with up-to-date information in `README` and `doc/index.rst`.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,29 +79,29 @@ install-pinned-macos: _conda_check
# Run default tests
test:
set -e
snakemake -call --configfile config/test/config.tyndp.yaml
snakemake -call --configfile config/config.tyndp.yaml -n
snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml
snakemake -call --configfile config/test/config.overnight.yaml
snakemake -call --configfile config/test/config.myopic.yaml
snakemake -call make_summary_perfect --configfile config/test/config.perfect.yaml
snakemake -call resources/test-elec-clusters/networks/base_s_adm.nc --configfile config/test/config.clusters.yaml
snakemake -call --configfile config/test/config.scenarios.yaml -n
snakemake -call --configfile config/test/config.tyndp.yaml
snakemake -call --configfile config/config.tyndp.yaml -n
echo "All tests completed successfully."

unit-test:
pytest test

# Cleans all output files from tests
clean-tests:
snakemake -call --configfile config/test/config.tyndp.yaml --delete-all-output
snakemake -call --configfile config/config.tyndp.yaml -n --delete-all-output
snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml --delete-all-output
snakemake -call --configfile config/test/config.overnight.yaml --delete-all-output
snakemake -call --configfile config/test/config.myopic.yaml --delete-all-output
snakemake -call make_summary_perfect --configfile config/test/config.perfect.yaml --delete-all-output
snakemake -call resources/test-elec-clusters/networks/base_s_adm.nc --configfile config/test/config.clusters.yaml --delete-all-output
snakemake -call --configfile config/test/config.scenarios.yaml -n --delete-all-output
snakemake -call --configfile config/test/config.tyndp.yaml --delete-all-output
snakemake -call --configfile config/config.tyndp.yaml -n --delete-all-output

# Removes all created files except for large cutout files (similar to fresh clone)
reset:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The back-casting of the 2024 TYNDP cycle involves developing new features based
- Added processing and preparation of TYNDP 2024 PECD v3.1 renewable profiles for offshore wind farms, replacing default ERA5-based profiles processed with Atlite (see PR [#53](https://github.com/open-energy-transition/open-tyndp/pull/53)).
- Introduced TYNDP offshore wind hubs topology with both electric and hydrogen infrastructure, offshore electrolysers, and detailed wind farm characteristics (see PR [#54](https://github.com/open-energy-transition/open-tyndp/pull/54)).
- Introduce a benchmarking framework that assesses Open-TYNDP quality against published TYNDP 2024 data (see PR [#73](https://github.com/open-energy-transition/open-tyndp/pull/73)) and Visualisation Platform data (see PR [#117](https://github.com/open-energy-transition/open-tyndp/pull/117)).
- Added processing and preparation of PEMMDB v2.4 capacity, must-run, and availability data, along with expansion trajectories for conventional and renewable power generation, electrolysers, batteries, and DSR (see PR [#97](https://github.com/open-energy-transition/open-tyndp/pull/97)).

| Feature | TYNDP 2024 topology | Open-TYNDP topology |
|:--------------------:|:-------------------:|:-------------------:|
Expand All @@ -60,16 +61,16 @@ While multiple TYNDP features are already introduced to the Open-TYNDP model, th
|:------------------------------------------------------:|:---------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------:|:------:|
| **Visualizations and workflow automation** | Automated workflow | | ✅ |
| | TYNDP plotting routines | | ⌛ |
| **Automated tests and benchmarks** | Automated benchmarking routine | [#73](https://github.com/open-energy-transition/open-tyndp/pull/73), [#117](https://github.com/open-energy-transition/open-tyndp/pull/117) | ✅ |
| **Automated tests and benchmarks** | Automated benchmarking routine | [#73](https://github.com/open-energy-transition/open-tyndp/pull/73), [#117](https://github.com/open-energy-transition/open-tyndp/pull/117) | ✅ |
| **TYNDP modelling features** | Perfect foresight optimization | | ⌛ |
| | Security of Supply (SoS) loop | | ⌛ |
| **Existing infrastructure and associated parameters** | Electricity reference grid | [#18](https://github.com/open-energy-transition/open-tyndp/pull/18) | ✅ |
| | Hydrogen reference grid | [#17](https://github.com/open-energy-transition/open-tyndp/pull/17), [#36](https://github.com/open-energy-transition/open-tyndp/pull/36) | ✅ |
| | Offshore grid | [#54](https://github.com/open-energy-transition/open-tyndp/pull/54) | ✅ |
| | PECD data | [#53](https://github.com/open-energy-transition/open-tyndp/pull/53), [#71](https://github.com/open-energy-transition/open-tyndp/pull/71) | ✅ |
| | Hydro inflows | [#77](https://github.com/open-energy-transition/open-tyndp/pull/77) | ✅ |
| | PEMMDB capacities & must-runs | [#97](https://github.com/open-energy-transition/open-tyndp/pull/97) | 🔨 |
| | Investment candidates trajectories | [#97](https://github.com/open-energy-transition/open-tyndp/pull/97) | 🔨 |
| | PEMMDB capacities & must-runs processing | [#97](https://github.com/open-energy-transition/open-tyndp/pull/97) | |
| | Investment candidates trajectories processing | [#97](https://github.com/open-energy-transition/open-tyndp/pull/97) | |
| **TYNDP demand** | Electricity | [#14](https://github.com/open-energy-transition/open-tyndp/pull/14) | ✅ |
| | Hydrogen | | ⌛ |
| | Methane | | ⌛ |
Expand Down
1 change: 1 addition & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = [
"data/tyndp_electricity_loss_factors.csv",
"data/tyndp_technology_map.csv",
"doc/configtables/benchmarking.csv",
"doc/img/tyndp/*",
]
Expand Down
39 changes: 30 additions & 9 deletions config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,10 @@ electricity:
everywhere_powerplants: []

conventional_carriers: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
tyndp_conventional_carriers: []
Comment thread
daniel-rdt marked this conversation as resolved.
renewable_carriers: [solar, solar-hsat, onwind, offwind-ac, offwind-dc, offwind-float, hydro]
tyndp_renewable_carriers: []
tyndp_stores: []
Comment thread
daniel-rdt marked this conversation as resolved.

pecd_renewable_profiles:
enable: false
Expand All @@ -159,15 +161,10 @@ electricity:
- 2040
- 2050
technologies:
Wind_Offshore:
- offwind-ac-fb-r
- offwind-ac-fl-r
- offwind-dc-fb-r
- offwind-dc-fl-r
- offwind-dc-fb-oh
- offwind-dc-fl-oh
- offwind-h2-fb-oh
- offwind-h2-fl-oh
- Wind_Offshore
Comment thread
daniel-rdt marked this conversation as resolved.
- LFSolarPVRooftop
- LFSolarPVUtility
- Wind_Onshore

pemmdb_hydro_profiles:
enable: false
Expand All @@ -182,6 +179,30 @@ electricity:
- PS Open
- PS Closed

pemmdb_capacities:
enable: false
nprocesses: 4
available_years:
- 2030
- 2040
- 2050
technologies:
- Solar
Comment thread
daniel-rdt marked this conversation as resolved.
- Wind
- Hydro
- Other_RES
- Gas
- Nuclear
- Hard_coal
- Lignite
- Light_oil
- Heavy_oil
- Oil_shale
- Other_Non-RES
- Hydrogen
- Electrolyser
- Battery

Comment thread
daniel-rdt marked this conversation as resolved.
estimate_renewable_capacities:
enable: true
from_gem: true
Expand Down
80 changes: 61 additions & 19 deletions config/config.tyndp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,37 @@ electricity:
base_network: tyndp

# TODO: remove redundant onwind and solar from renewable_carriers list once technologies are included as tyndp_renewable_carriers from PEMMDB data
tyndp_conventional_carriers:
- gas
- coal
- lignite
- nuclear
- oil-light
- oil-heavy
- oil-shale
renewable_carriers: [hydro, solar, solar-hsat, onwind]
tyndp_renewable_carriers: [hydro, onwind, solar-pv-utility, solar-pv-rooftop, offwind-ac-fb-r, offwind-ac-fl-r, offwind-dc-fb-r, offwind-dc-fl-r, offwind-dc-fb-oh, offwind-dc-fl-oh, offwind-h2-fb-oh, offwind-h2-fl-oh]
tyndp_renewable_carriers:
- other-res
- hydro-ror
- hydro-reservoir
- hydro-pondage
- hydro-phs
- hydro-phs-pure
- onwind
- solar-pv-utility
- solar-pv-rooftop
- offwind-ac-fb-r
- offwind-ac-fl-r
- offwind-dc-fb-r
- offwind-dc-fl-r
- offwind-dc-fb-oh
- offwind-dc-fl-oh
- offwind-h2-fb-oh
- offwind-h2-fl-oh
tyndp_stores:
- battery
- h2_cavern
- h2_tank

pecd_renewable_profiles:
enable: true
Expand All @@ -62,21 +91,10 @@ electricity:
- 2030
- 2040
technologies:
Wind_Offshore:
- offwind-ac-fb-r
- offwind-ac-fl-r
- offwind-dc-fb-r
- offwind-dc-fl-r
- offwind-dc-fb-oh
- offwind-dc-fl-oh
- offwind-h2-fb-oh
- offwind-h2-fl-oh
LFSolarPVRooftop:
- solar-pv-rooftop
LFSolarPVUtility:
- solar-pv-utility
Wind_Onshore:
- onwind
- Wind_Offshore
- LFSolarPVRooftop
- LFSolarPVUtility
- Wind_Onshore

pemmdb_hydro_profiles:
enable: true
Expand All @@ -85,11 +103,35 @@ electricity:
- 2040
- 2050
technologies:
- Run of River
- Run_of_River
- Pondage
- Reservoir
- PS Open
- PS Closed
- PS_Open
- PS_Closed

pemmdb_capacities:
enable: true
nprocesses: 4
available_years:
- 2030
- 2040
- 2050
technologies:
- Solar
- Wind
- Hydro
- Other_RES
- Gas
- Nuclear
- Hard_coal
- Lignite
- Light_oil
- Heavy_oil
- Oil_shale
- Other_Non-RES
- Hydrogen
- Electrolyser
- Battery

estimate_renewable_capacities:
# NOTE: technologies that are covered by TYNDP renewable carriers need to be removed from estimation
Expand Down
80 changes: 61 additions & 19 deletions config/test/config.tyndp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,37 @@ electricity:
Link: [H2 pipeline]

# TODO: remove redundant onwind and solar from renewable_carriers list once technologies are included as tyndp_renewable_carriers from PEMMDB data
tyndp_conventional_carriers:
- gas
- coal
- lignite
- nuclear
- oil-light
- oil-heavy
- oil-shale
renewable_carriers: [solar, solar-hsat, onwind]
tyndp_renewable_carriers: [hydro, onwind, solar-pv-utility, solar-pv-rooftop, offwind-ac-fb-r, offwind-ac-fl-r, offwind-dc-fb-r, offwind-dc-fl-r, offwind-dc-fb-oh, offwind-dc-fl-oh, offwind-h2-fb-oh, offwind-h2-fl-oh]
tyndp_renewable_carriers:
- other-res
- hydro-ror
- hydro-reservoir
- hydro-pondage
- hydro-phs
- hydro-phs-pure
- onwind
- solar-pv-utility
- solar-pv-rooftop
- offwind-ac-fb-r
- offwind-ac-fl-r
- offwind-dc-fb-r
- offwind-dc-fl-r
- offwind-dc-fb-oh
- offwind-dc-fl-oh
- offwind-h2-fb-oh
- offwind-h2-fl-oh
tyndp_stores:
- battery
- h2_cavern
- h2_tank

pecd_renewable_profiles:
enable: true
Expand All @@ -69,21 +98,10 @@ electricity:
- 2030
- 2040
technologies:
Wind_Offshore:
- offwind-ac-fb-r
- offwind-ac-fl-r
- offwind-dc-fb-r
- offwind-dc-fl-r
- offwind-dc-fb-oh
- offwind-dc-fl-oh
- offwind-h2-fb-oh
- offwind-h2-fl-oh
LFSolarPVRooftop:
- solar-pv-rooftop
LFSolarPVUtility:
- solar-pv-utility
Wind_Onshore:
- onwind
- Wind_Offshore
- LFSolarPVRooftop
- LFSolarPVUtility
- Wind_Onshore

pemmdb_hydro_profiles:
enable: true
Expand All @@ -92,11 +110,35 @@ electricity:
- 2040
- 2050
technologies:
- Run of River
- Run_of_River
- Pondage
- Reservoir
- PS Open
- PS Closed
- PS_Open
- PS_Closed

pemmdb_capacities:
enable: true
nprocesses: 4
available_years:
- 2030
- 2040
- 2050
technologies:
- Solar
- Wind
- Hydro
- Other_RES
- Gas
- Nuclear
- Hard_coal
- Lignite
- Light_oil
- Heavy_oil
- Oil_shale
- Other_Non-RES
- Hydrogen
- Electrolyser
- Battery

estimate_renewable_capacities:
# NOTE: technologies that are covered by TYNDP renewable carriers need to be removed from estimation
Expand Down
Loading
Loading