Skip to content

Commit

Permalink
fix duplicated "/"
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Aug 9, 2024
1 parent 58a620d commit 9de87d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ if config["foresight"] == "overnight":
network=RESDIR
+ "prenetworks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{sopts}_{planning_horizons}_{discountrate}_{demand}_{h2export}export.nc",
costs=COSTDIR + "costs_{planning_horizons}.csv",
configs=SDIR + "/configs/config.yaml", # included to trigger copy_config rule
configs=SDIR + "configs/config.yaml", # included to trigger copy_config rule
output:
RESDIR
+ "postnetworks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{sopts}_{planning_horizons}_{discountrate}_{demand}_{h2export}export.nc",
Expand Down Expand Up @@ -603,7 +603,7 @@ rule make_sector_summary:
costs=COSTDIR + "costs_{planning_horizons}.csv",
plots=expand(
RESDIR
+ "/maps/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{sopts}-costs-all_{planning_horizons}_{discountrate}_{demand}_{h2export}export.pdf",
+ "maps/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{sopts}-costs-all_{planning_horizons}_{discountrate}_{demand}_{h2export}export.pdf",
**config["scenario"],
**config["costs"],
**config["export"],
Expand Down Expand Up @@ -640,7 +640,7 @@ rule plot_sector_network:
+ "postnetworks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{sopts}_{planning_horizons}_{discountrate}_{demand}_{h2export}export.nc",
output:
map=RESDIR
+ "/maps/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{sopts}-costs-all_{planning_horizons}_{discountrate}_{demand}_{h2export}export.pdf",
+ "maps/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{sopts}-costs-all_{planning_horizons}_{discountrate}_{demand}_{h2export}export.pdf",
threads: 2
resources:
mem_mb=10000,
Expand Down

0 comments on commit 9de87d6

Please sign in to comment.