Merge branch 'master' into exclude_carrier_clustering

This commit is contained in:
Fabian Neumann 2022-09-20 17:09:10 +02:00 committed by GitHub
commit 73032241ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 6 deletions

7
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1,7 @@
# SPDX-FileCopyrightText: : 2022 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0
# Exclude pre-commit applications
5d1ef8a64055a039aa4a0834d2d26fe7752fe9a0
92080b1cd2ca5f123158571481722767b99c2b27

View File

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: : 2022 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0
exclude: "^LICENSES" exclude: "^LICENSES"
repos: repos:
@ -35,14 +38,14 @@ repos:
files: ^(scripts|doc)/ files: ^(scripts|doc)/
# Make docstrings PEP 257 compliant # Make docstrings PEP 257 compliant
- repo: https://github.com/myint/docformatter - repo: https://github.com/PyCQA/docformatter
rev: v1.5.0 rev: v1.5.0
hooks: hooks:
- id: docformatter - id: docformatter
args: ["--in-place", "--make-summary-multi-line", "--pre-summary-newline"] args: ["--in-place", "--make-summary-multi-line", "--pre-summary-newline"]
- repo: https://github.com/keewis/blackdoc - repo: https://github.com/keewis/blackdoc
rev: v0.3.5 rev: v0.3.7
hooks: hooks:
- id: blackdoc - id: blackdoc
@ -71,7 +74,7 @@ repos:
# Format Snakemake rule / workflow files # Format Snakemake rule / workflow files
- repo: https://github.com/snakemake/snakefmt - repo: https://github.com/snakemake/snakefmt
rev: 0.4.4 rev: v0.6.1
hooks: hooks:
- id: snakefmt - id: snakefmt
@ -81,3 +84,9 @@ repos:
hooks: hooks:
- id: jupyter-notebook-cleanup - id: jupyter-notebook-cleanup
exclude: examples/solve-on-remote.ipynb exclude: examples/solve-on-remote.ipynb
# Check for FSFE REUSE compliance (licensing)
- repo: https://github.com/fsfe/reuse-tool
rev: v0.14.0
hooks:
- id: reuse

View File

@ -37,9 +37,7 @@ curtailment. We recommend to cluster the network to a couple of
hundred nodes to remove these local inconsistencies. See the hundred nodes to remove these local inconsistencies. See the
discussion in Section 3.4 "Model validation" of the paper. discussion in Section 3.4 "Model validation" of the paper.
![PyPSA-Eur Grid Model](doc/img/base.png) ![PyPSA-Eur Grid Model](doc/img/elec.png)
![PyPSA-Eur Grid Model Simplified](doc/img/elec_s_X.png)
The model building routines are defined through a snakemake workflow. The model is designed to be imported into the open toolbox The model building routines are defined through a snakemake workflow. The model is designed to be imported into the open toolbox
[PyPSA](https://github.com/PyPSA/PyPSA) for operational studies as [PyPSA](https://github.com/PyPSA/PyPSA) for operational studies as

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB