From 30cb861ca2644e4c1acc3e1a7425c9e746bcb46b Mon Sep 17 00:00:00 2001 From: euronion <42553970+euronion@users.noreply.github.com> Date: Mon, 21 Mar 2022 09:37:50 +0100 Subject: [PATCH] Update Snakefile --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 5286aa06..dc8277ea 100644 --- a/Snakefile +++ b/Snakefile @@ -201,7 +201,7 @@ rule build_renewable_profiles: benchmark: "benchmarks/build_renewable_profiles_{technology}" threads: ATLITE_NPROCESSES resources: mem_mb=ATLITE_NPROCESSES * 5000 - wildcard_constraints: technology="solar|onwind|offwind-ac|offwind-dc" + wildcard_constraints: technology="^(?!hydro).*$" # Any technology other than hydro script: "scripts/build_renewable_profiles.py"