Update Snakefile
Co-authored-by: Philipp Glaum <95913147+p-glaum@users.noreply.github.com>
This commit is contained in:
parent
71ba743e46
commit
1185983f8f
@ -15,7 +15,7 @@ configfile: "config.yaml"
|
||||
|
||||
run = config.get("run", {})
|
||||
RDIR = run.get("name", "") + "/" if run.get("name", "") else ""
|
||||
CDIR = "" if run.get("dedicated_cutouts", True) else RDIR
|
||||
CDIR = RDIR if run.get("dedicated_cutouts", True) else ""
|
||||
|
||||
COSTS = "resources/" + RDIR + "costs.csv"
|
||||
ATLITE_NPROCESSES = config['atlite'].get('nprocesses', 4)
|
||||
|
Loading…
Reference in New Issue
Block a user