Skip to content

Commit f63816e

Browse files
author
Micha
authored
Merge branch 'main' into data-maintenance
2 parents a352425 + 54043de commit f63816e

File tree

9 files changed

+585
-567
lines changed

9 files changed

+585
-567
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ SPDX-License-Identifier: CC-BY-4.0
105105
![Size](https://img.shields.io/github/repo-size/pypsa/pypsa-eur)
106106
[![Zenodo PyPSA-Eur](https://zenodo.org/badge/DOI/10.5281/zenodo.3520874.svg)](https://doi.org/10.5281/zenodo.3520874)
107107
[![Zenodo PyPSA-Eur-Sec](https://zenodo.org/badge/DOI/10.5281/zenodo.3938042.svg)](https://doi.org/10.5281/zenodo.3938042)
108-
[![Snakemake](https://img.shields.io/badge/snakemake-≥8.14.0-brightgreen.svg?style=flat)](https://snakemake.readthedocs.io)
108+
[![Snakemake](https://img.shields.io/badge/snakemake-≥9-brightgreen.svg?style=flat)](https://snakemake.readthedocs.io)
109109
[![Discord](https://img.shields.io/discord/911692131440148490?logo=discord)](https://discord.gg/AnuJBk23FU)
110110
[![REUSE status](https://api.reuse.software/badge/github.com/pypsa/pypsa-eur)](https://api.reuse.software/info/github.com/pypsa/pypsa-eur)
111111

Snakefile

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -131,21 +131,17 @@ rule all:
131131
run=config["run"]["name"],
132132
carrier=config_provider("plotting", "balance_map", "bus_carriers")(w),
133133
),
134-
directory(
135-
expand(
136-
RESULTS
137-
+ "graphics/balance_timeseries/s_{clusters}_{opts}_{sector_opts}_{planning_horizons}",
138-
run=config["run"]["name"],
139-
**config["scenario"],
140-
),
134+
expand(
135+
RESULTS
136+
+ "graphics/balance_timeseries/s_{clusters}_{opts}_{sector_opts}_{planning_horizons}",
137+
run=config["run"]["name"],
138+
**config["scenario"],
141139
),
142-
directory(
143-
expand(
144-
RESULTS
145-
+ "graphics/heatmap_timeseries/s_{clusters}_{opts}_{sector_opts}_{planning_horizons}",
146-
run=config["run"]["name"],
147-
**config["scenario"],
148-
),
140+
expand(
141+
RESULTS
142+
+ "graphics/heatmap_timeseries/s_{clusters}_{opts}_{sector_opts}_{planning_horizons}",
143+
run=config["run"]["name"],
144+
**config["scenario"],
149145
),
150146
default_target: True
151147

config/config.default.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ sector:
776776
biogas_upgrading_cc: false
777777
conventional_generation:
778778
OCGT: gas
779+
CCGT: gas
779780
biomass_to_liquid: true
780781
biomass_to_liquid_cc: false
781782
electrobiofuels: true

0 commit comments

Comments
 (0)