fixing build_electricity.smk and retrieve.smk
This commit is contained in:
parent
1fc48d8753
commit
61893c3c9b
@ -201,6 +201,7 @@ rule build_ship_raster:
|
|||||||
|
|
||||||
rule build_renewable_profiles:
|
rule build_renewable_profiles:
|
||||||
params:
|
params:
|
||||||
|
run=config["run"],
|
||||||
renewable=config["renewable"],
|
renewable=config["renewable"],
|
||||||
input:
|
input:
|
||||||
base_network=RESOURCES + "networks/base.nc",
|
base_network=RESOURCES + "networks/base.nc",
|
||||||
|
@ -20,6 +20,7 @@ if config["enable"].get("retrieve_databundle", True):
|
|||||||
|
|
||||||
rule retrieve_databundle:
|
rule retrieve_databundle:
|
||||||
params:
|
params:
|
||||||
|
run=config["run"],
|
||||||
tutorial=config["tutorial"],
|
tutorial=config["tutorial"],
|
||||||
output:
|
output:
|
||||||
expand("data/bundle/{file}", file=datafiles),
|
expand("data/bundle/{file}", file=datafiles),
|
||||||
|
Loading…
Reference in New Issue
Block a user