plot_hydrogen_network: add foresight params back in
This commit is contained in:
parent
3db6a65c04
commit
e76749ab31
@ -54,6 +54,7 @@ if config["foresight"] != "perfect":
|
|||||||
rule plot_hydrogen_network:
|
rule plot_hydrogen_network:
|
||||||
params:
|
params:
|
||||||
plotting=config["plotting"],
|
plotting=config["plotting"],
|
||||||
|
foresight=config["foresight"],
|
||||||
input:
|
input:
|
||||||
network=RESULTS
|
network=RESULTS
|
||||||
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.nc",
|
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.nc",
|
||||||
|
Loading…
Reference in New Issue
Block a user