From 4890277ea36dac6d03d27d6a97661439fb012f20 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 25 Jul 2022 17:47:22 +0200 Subject: [PATCH] hydro: add {weather_year} wildcard to all outputs --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 9e964115..4674de2a 100644 --- a/Snakefile +++ b/Snakefile @@ -236,7 +236,7 @@ rule build_hydro_profile: cutout=f"cutouts/{config['renewable']['hydro']['cutout']}.nc" if "hydro" in config["renewable"] else "config['renewable']['hydro']['cutout'] not configured", output: profile='resources/profile{weather_year}_hydro.nc', - eia_hydro='resources/eia_hydro_annual_generation.csv', + eia_hydro='resources/eia_hydro_annual_generation{weather_year}.csv', log: "logs/build_hydro_profile{weather_year}.log" resources: mem_mb=5000 script: 'scripts/build_hydro_profile.py'