Skip to content
Merged
Show file tree
Hide file tree
Changes from 144 commits
Commits
Show all changes
147 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
71b34d5
feat: attach onwind trajectories and profiles
tgilon Sep 22, 2025
929ede5
feat: attach solar capacities to network
tgilon Sep 24, 2025
5e62f6a
feat: set renewables as non extendable for NT
tgilon Sep 25, 2025
a9f37c1
feat: adjust for existing capacities in add_brownfield
tgilon Sep 25, 2025
357cb98
feat: clean test configuration file
tgilon Sep 25, 2025
687984f
fix: add pylint disable comment
tgilon Sep 25, 2025
cb462e9
feat: refactor to read full set of pemmdb data and consolidate proces…
daniel-rdt Sep 25, 2025
8f1dc1f
Merge branch 'feat/64-pemmdb-data' into feat/64-pemmdb-data-consolida…
daniel-rdt Sep 25, 2025
ead6115
doc: add new nprocesses parameter for pemmdb data reading to document…
daniel-rdt Sep 25, 2025
37a3f37
Merge branch 'feat/64-pemmdb-data-consolidated-rules' into feat/attac…
tgilon Sep 26, 2025
c2f18d7
feat: refactor for consolidated reading and processing of pemmdb data…
daniel-rdt Sep 26, 2025
60a1190
feat: define plotting colors for new techs
tgilon Sep 26, 2025
feb6e7b
Merge branch 'feat/64-pemmdb-data' into feat/attach-onwind-solar
tgilon 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
ee16a0e
Merge branch 'feat/64-pemmdb-data' into feat/attach-onwind-solar
tgilon Sep 29, 2025
dabd766
feat: addition to use tyndp_technology_map.csv for PECD carrier mapping
daniel-rdt Sep 30, 2025
8bc0a1e
revert: use configuration as defined by pemmdb feature
tgilon Sep 30, 2025
506e81a
feat: remove useless configuration
tgilon Sep 30, 2025
0d03ffc
feat: use carrier mapping file
tgilon Sep 30, 2025
e3522fc
Merge branch 'feat/64-pemmdb-data' into feat/attach-onwind-solar
tgilon Sep 30, 2025
061584b
refactor: simplify parameters passing for profiles
tgilon Sep 30, 2025
de7e2f2
feat: take h2 offwind capacities into account for benchmarking
tgilon Sep 30, 2025
101c0dd
doc: add release note
tgilon Oct 1, 2025
683d7de
refactor: improve code and docstrings quality
tgilon Oct 1, 2025
7733267
refactor: simplify p_nom_min formulation in attach_wind_and_solar
tgilon Oct 1, 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
05abf97
Merge branch 'feat/64-pemmdb-data' into feat/attach-onwind-solar
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
e569d49
Merge branch 'feat/64-pemmdb-data' into feat/attach-onwind-solar
daniel-rdt Oct 3, 2025
1b82e75
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 3, 2025
41a56df
Apply code suggestion
tgilon Oct 6, 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
ffe66f8
feat: narrow down the list of carriers for h2 offwind statistics
tgilon Oct 6, 2025
1315ee9
feat: cache pecd profiles after reading them
tgilon Oct 6, 2025
2bcffb7
refactor: improve readability of condition for profiles
tgilon Oct 6, 2025
9678a00
feat: make filter more specific in add_brownfield to capture solar an…
tgilon Oct 6, 2025
2c07236
refactor: simplify formulation for computing remaining values
tgilon Oct 6, 2025
671f9b8
refactor: avoid misuse of profiles_pecd
tgilon Oct 6, 2025
0e42d87
refactor: improve add_brownfield approach for onwind and solar (incl.…
tgilon Oct 6, 2025
df5ff47
Merge branch 'feat/64-pemmdb-data' into feat/attach-onwind-solar-merge
tgilon 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
90bab60
Merge branch 'feat/64-pemmdb-data' into feat/attach-onwind-solar
tgilon Oct 7, 2025
eb14846
doc: prepare release v0.3
tgilon Oct 7, 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
15bae3a
Merge branch 'feat/64-pemmdb-data' into feat/attach-onwind-solar
tgilon Oct 7, 2025
0ca7250
Merge branch 'feat/attach-onwind-solar' into feat/prepare-v0.3
tgilon Oct 7, 2025
9da27da
doc: adjust the log in add_brownfield
tgilon Oct 7, 2025
ed5c82c
ci: set tyndp tests as firsts
tgilon Oct 7, 2025
1b15102
feat: improve filter in add_brownfield to strictely filter tyndp techs
tgilon Oct 7, 2025
78e5443
Merge branch 'master' into feat/attach-onwind-solar
tgilon Oct 9, 2025
20910de
refactor: remove intermediate variable
tgilon Oct 9, 2025
99c16d0
Merge branch 'feat/attach-onwind-solar' into feat/prepare-v0.3
tgilon Oct 9, 2025
b9516f6
Merge branch 'master' into feat/prepare-v0.3
tgilon Oct 10, 2025
e0667fd
fix: use absolute imports
tgilon Oct 13, 2025
3b86210
fix: test for configured carriers before adding land_use_constraint
tgilon Oct 14, 2025
210a851
Merge branch 'master' into feat/prepare-v0.3
tgilon Oct 15, 2025
e930e8e
doc: complement release note
tgilon Oct 22, 2025
f4f1234
Merge branch 'merge-upstream-251022' into feat/prepare-v0.3
tgilon Oct 23, 2025
aafa43f
fix: collect outputs for pypsa v1
tgilon Oct 23, 2025
4a61b64
Merge remote-tracking branch 'origin/merge-upstream-251022' into feat…
tgilon Oct 23, 2025
121c518
Revert "fix: collect outputs for pypsa v1"
tgilon Oct 23, 2025
ffbf933
Merge branch 'merge-upstream-251022' into feat/prepare-v0.3
tgilon Oct 23, 2025
64aa589
doc: improve release note
tgilon Oct 23, 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
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ authors:
orcid: https://orcid.org/0000-0002-4390-0063
repository-code: 'https://github.com/open-energy-transition/open-tyndp'
license: MIT
version: v0.2
version: v0.3

# Reference the original work
references:
Expand Down
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The back-casting of the 2024 TYNDP cycle involves developing new features based
- 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)).
- Attached both solar and onwind technologies using PEMMDB and PECD data (see PR [#115](https://github.com/open-energy-transition/open-tyndp/pull/115)).
- Attached both solar and onwind technologies using PEMMDB and PECD data (see PR [#115](https://github.com/open-energy-transition/open-tyndp/pull/115) and PR [#139](https://github.com/open-energy-transition/open-tyndp/pull/139)).

| Feature | TYNDP 2024 topology | Open-TYNDP topology |
|:--------------------:|:-------------------:|:-------------------:|
Expand All @@ -58,33 +58,33 @@ The back-casting of the 2024 TYNDP cycle involves developing new features based

While multiple TYNDP features are already introduced to the Open-TYNDP model, there are several other features and assumptions that are still in development and currently rely on default implementations and assumptions from PyPSA-Eur.

| Milestone | Feature | PR | Status |
|:------------------------------------------------------:|:---------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------:|:------:|
| **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) | ✅ |
| **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 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 | | ⌛ |
| | Synthetic fuels | | ⌛ |
| | District heating | | ⌛ |
| | Energy imports | | ⌛ |
| **TYNDP technologies and carriers** | TYNDP generation technologies (incl. SRES and DRES) | [# 115](https://github.com/open-energy-transition/open-tyndp/pull/115) | 🔨 |
| | Prosumer modelling | | ⌛ |
| | EV modelling | | ⌛ |
| | Synthetic fuel carriers | | ⌛ |
| | Hybrid heat pumps | | ⌛ |
| | Industrial electricity and hydrogen demands | | ⌛ |
| | Hydrogen zones | [#17](https://github.com/open-energy-transition/open-tyndp/pull/17) | ✅ |
| Milestone | Feature | PR | Status |
|:------------------------------------------------------:|:---------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------:|:------:|
| **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) | ✅ |
| **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 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 | | ⌛ |
| | Synthetic fuels | | ⌛ |
| | District heating | | ⌛ |
| | Energy imports | | ⌛ |
| **TYNDP technologies and carriers** | TYNDP generation technologies (incl. SRES and DRES) | [# 115](https://github.com/open-energy-transition/open-tyndp/pull/115), [# 139](https://github.com/open-energy-transition/open-tyndp/pull/139) | 🔨 |
| | Prosumer modelling | | ⌛ |
| | EV modelling | | ⌛ |
| | Synthetic fuel carriers | | ⌛ |
| | Hybrid heat pumps | | ⌛ |
| | Industrial electricity and hydrogen demands | | ⌛ |
| | Hydrogen zones | [#17](https://github.com/open-energy-transition/open-tyndp/pull/17) | ✅ |

**See also**: See also the [GitHub repository issues](https://github.com/open-energy-transition/open-tyndp/issues) for a comprehensive list of currently open issues.

Expand Down
2 changes: 1 addition & 1 deletion config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#top-level-configuration
version: v0.2
version: v0.3
tutorial: false

logging:
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = "v0.2"
version = "v0.3"
# The full version, including alpha/beta/rc tags.
release = version + ""

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The back-casting of the 2024 TYNDP cycle involves developing new features based
- 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>`__).
- Attached both solar and onwind technologies using PEMMDB and PECD data (see PR `#115 <https://github.com/open-energy-transition/open-tyndp/pull/115>`__).
- Attached both solar and onwind technologies using PEMMDB and PECD data (see PR `#115 <https://github.com/open-energy-transition/open-tyndp/pull/115>`__ and PR `#139 <https://github.com/open-energy-transition/open-tyndp/pull/139>`__).

.. list-table::
:align: center
Expand Down Expand Up @@ -218,7 +218,7 @@ While multiple TYNDP features are already introduced to the Open-TYNDP model, th
- ⌛
* - **TYNDP technologies and carriers**
- TYNDP generation technologies (incl. SRES and DRES)
- `# 115 <https://github.com/open-energy-transition/open-tyndp/pull/115>`__
- `# 115 <https://github.com/open-energy-transition/open-tyndp/pull/115>`__, `# 139 <https://github.com/open-energy-transition/open-tyndp/pull/139>`__
- 🔨
* -
- Prosumer modelling
Expand Down
Loading
Loading