Skip to content

Commit fd798ff

Browse files
committed
update readme with new config file name
1 parent 3013997 commit fd798ff

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PyPSA-DE - Hochaufgelöstes, sektorengekoppeltes Modell des deutschen Energiesystems
1+
# nPyPSA-DE - Hochaufgelöstes, sektorengekoppeltes Modell des deutschen Energiesystems
22

33
PyPSA-DE ist ein sektorengekoppeltes Energiesystem-Modell auf Basis der Toolbox [PyPSA](https://github.com/PyPSA/pypsa) und des europäischen Modells [PyPSA-Eur](https://github.com/PyPSA/pypsa-eur). Der PyPSA-DE Workflow modelliert das deutsche Energiesystem mit deutschlandspezifischen Datensätzen (MaStR, Netzentwicklungsplan,...) im Verbund mit den direkten Stromnachbarn sowie Spanien und Italien. Der Ausbau und der Betrieb von Kraftwerken, des Strom- und Wasserstoffübertragunsnetzes und die Energieversorgung aller Sektoren werden dann in einem linearen Optimierungsproblem gelöst, mit hoher zeitlicher und räumlicher Auflösung. PyPSA-DE wurde im Rahmen des Kopernikus-Projekts [Ariadne](https://ariadneprojekt.de/) entwickelt in dem Szenarien für ein klimaneutrales Deutschland untersucht werden, und spielt eine zentrale Rolle im [Ariadne Szenarienreport](https://ariadneprojekt.de/publikation/report-szenarien-zur-klimaneutralitat-2045/), als Leitmodell für den [Sektor Energiewirtschaft und Infrastruktur](https://ariadneprojekt.de/publikation/report-szenarien-zur-klimaneutralitat-2045/#6-sektorale-perspektive-energiewirtschaft) und als eines von drei Gesamtsystemmodellen. Die Ergebnisse aus der Modellierung mit PyPSA-DE werden auch im [Ariadne-Webinar zu den Kernaussagen des Berichts](https://youtu.be/UL3KAH7e0zs) ([Folien](https://ariadneprojekt.de/media/2025/03/Ariadne_Szen2025_Webinar_Folien_Kernaussagen.pdf)) und im [Ariadne-Webinar zur Energiewirtschaft](https://youtu.be/FcmHBL1MKQA) ([Folien](https://ariadneprojekt.de/media/2025/03/Ariadne_Szen2025_Webinar_Folien_Energiewirtschaft.pdf)) vorgestellt
44

@@ -8,7 +8,7 @@ PyPSA-DE is a sector-coupled energy system model based on the toolbox [PyPSA](ht
88

99
This repository contains the entire scientific project, including data sources and code. The philosophy behind this repository is that no intermediary results are included, but all results are computed from raw data and code.
1010

11-
[<img src="https://ariadneprojekt.de/media/2025/03/Abb-7.3.png" width="400"/>](https://ariadneprojekt.de/media/2025/03/Abb-7.3.png)
11+
[`<img src="https://ariadneprojekt.de/media/2025/03/Abb-7.3.png" width="400"/>`](https://ariadneprojekt.de/media/2025/03/Abb-7.3.png)
1212

1313
## Getting ready
1414

@@ -54,14 +54,14 @@ To switch between internal and public use, the command `ixmp4 logout` may be nec
5454

5555
## Run the analysis
5656

57-
Before running any analysis with scenarios, the rule `build_scenarios` must be executed. This will create the file `config/scenarios.automated.yaml` which includes input data and CO2 targets from the IIASA Ariadne database as well as the specifications from the manual scenario file. [This file is specified in the default config.yaml via they key `run:scenarios:manual_file` (by default located at `config/scenarios.manual.yaml`)].
57+
Before running any analysis with scenarios, the rule `build_scenarios` must be executed. This will create the file `config/scenarios.automated.yaml` which includes input data and CO2 targets from the IIASA Ariadne database as well as the specifications from the manual scenario file. [This file is specified in the config.de.yaml via they key `run:scenarios:manual_file` and located at `config/scenarios.manual.yaml` by default].
5858

5959
snakemake build_scenarios -f
6060
or in case of using the public database
6161

6262
snakemake build_scenarios --configfile=config/config.public.yaml -f
6363

64-
Note that the hierarchy of scenario files is the following: `scenarios.automated.yaml` > (any `explicitly specified --configfiles`) > `config.yaml `> `config.default.yaml `Changes in the file `scenarios.manual.yaml `are only taken into account if the rule `build_scenarios` is executed.
64+
Note that the hierarchy of scenario files is the following: `scenarios.automated.yaml` > (any `explicitly specified --configfiles`) > `config.de.yaml `> `config.default.yaml `Changes in the file `scenarios.manual.yaml `are only taken into account if the rule `build_scenarios` is executed.
6565

6666
To run the analysis use
6767

@@ -123,7 +123,7 @@ PyPSA-DE is a softfork of PyPSA-EUR. As such, large parts of the functionality a
123123

124124
The code in this repo is MIT licensed, see `./LICENSE.md`.
125125

126-
> [!NOTE]
126+
> [!NOTE]
127127
> Find below the original `README.md` from [PyPSA-Eur](https://github.com/PyPSA/PyPSA-Eur)
128128
129129
<!--
@@ -148,9 +148,6 @@ transmission network level that covers the full ENTSO-E area. The model is suita
148148
The continental scope and highly resolved spatial scale enables a proper description of the long-range
149149
smoothing effects for renewable power generation and their varying resource availability.
150150

151-
152-
153-
154151
The model is described in the [documentation](https://pypsa-eur.readthedocs.io)
155152
and in the paper
156153
[PyPSA-Eur: An Open Optimisation Model of the European Transmission
@@ -182,7 +179,6 @@ generator curtailment. We recommend to cluster the network to a couple of
182179
hundred nodes to remove these local inconsistencies. See the discussion in
183180
Section 3.4 "Model validation" of the paper.
184181

185-
186182
![PyPSA-Eur Grid Model](doc/img/elec.png)
187183

188184
The dataset consists of:
@@ -222,9 +218,11 @@ Already-built versions of the model can be found in the accompanying [Zenodo
222218
repository](https://doi.org/10.5281/zenodo.3601881).
223219

224220
# Contributing and Support
221+
225222
We strongly welcome anyone interested in contributing to this project. If you have any ideas, suggestions or encounter problems, feel invited to file issues or make pull requests on GitHub.
226-
- To **discuss** with other PyPSA users, organise projects, share news, and get in touch with the community you can use the [Discord server](https://discord.gg/AnuJBk23FU).
227-
- For **bugs and feature requests**, please use the [PyPSA-Eur Github Issues page](https://github.com/PyPSA/pypsa-eur/issues).
223+
224+
- To **discuss** with other PyPSA users, organise projects, share news, and get in touch with the community you can use the [Discord server](https://discord.gg/AnuJBk23FU).
225+
- For **bugs and feature requests**, please use the [PyPSA-Eur Github Issues page](https://github.com/PyPSA/pypsa-eur/issues).
228226

229227
# Licence
230228

0 commit comments

Comments
 (0)