COSTS are data not resources
This commit is contained in:
parent
f83fd9cf1e
commit
2254297d88
@ -19,7 +19,7 @@ run = config.get("run", {})
|
|||||||
RDIR = run["name"] + "/" if run.get("name") else ""
|
RDIR = run["name"] + "/" if run.get("name") else ""
|
||||||
CDIR = RDIR if not run.get("shared_cutouts") else ""
|
CDIR = RDIR if not run.get("shared_cutouts") else ""
|
||||||
|
|
||||||
COSTS = "resources/" + RDIR + f"costs_{config['costs']['year']}.csv"
|
COSTS = "data/" + RDIR + f"costs_{config['costs']['year']}.csv"
|
||||||
ATLITE_NPROCESSES = config["atlite"].get("nprocesses", 4)
|
ATLITE_NPROCESSES = config["atlite"].get("nprocesses", 4)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user