Update Snakefile

This commit is contained in:
euronion 2022-03-21 10:01:34 +01:00
parent 30cb861ca2
commit e2e98120b1

View File

@ -201,7 +201,7 @@ rule build_renewable_profiles:
benchmark: "benchmarks/build_renewable_profiles_{technology}" benchmark: "benchmarks/build_renewable_profiles_{technology}"
threads: ATLITE_NPROCESSES threads: ATLITE_NPROCESSES
resources: mem_mb=ATLITE_NPROCESSES * 5000 resources: mem_mb=ATLITE_NPROCESSES * 5000
wildcard_constraints: technology="^(?!hydro).*$" # Any technology other than hydro wildcard_constraints: technology="(?!hydro).*" # Any technology other than hydro
script: "scripts/build_renewable_profiles.py" script: "scripts/build_renewable_profiles.py"