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:
|
||||
params:
|
||||
run=config["run"],
|
||||
renewable=config["renewable"],
|
||||
input:
|
||||
base_network=RESOURCES + "networks/base.nc",
|
||||
|
@ -20,6 +20,7 @@ if config["enable"].get("retrieve_databundle", True):
|
||||
|
||||
rule retrieve_databundle:
|
||||
params:
|
||||
run=config["run"],
|
||||
tutorial=config["tutorial"],
|
||||
output:
|
||||
expand("data/bundle/{file}", file=datafiles),
|
||||
|
Loading…
Reference in New Issue
Block a user