remove more /

This commit is contained in:
lisazeyen 2023-04-05 15:44:01 +02:00
parent b50954aee4
commit 87135fd950
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ rule solve_sector_networks_perfect:
input: input:
expand( expand(
RESULTS RESULTS
+ "/postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_brownfield_all_years.nc", + "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_brownfield_all_years.nc",
**config["scenario"] **config["scenario"]
), ),

View File

@ -85,7 +85,7 @@ rule prepare_perfect_foresight:
overrides="data/override_component_attrs", overrides="data/override_component_attrs",
output: output:
RESULTS RESULTS
+ "/prenetworks-brownfield/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_brownfield_all_years.nc", + "prenetworks-brownfield/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_brownfield_all_years.nc",
threads: 2 threads: 2
resources: resources:
mem_mb=10000, mem_mb=10000,
@ -140,7 +140,7 @@ rule make_summary_perfect:
input: input:
**{ **{
f"networks_{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}": RESULTS f"networks_{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}": RESULTS
+ f"/postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_brownfield_all_years.nc" + f"postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_brownfield_all_years.nc"
for simpl in config["scenario"]["simpl"] for simpl in config["scenario"]["simpl"]
for clusters in config["scenario"]["clusters"] for clusters in config["scenario"]["clusters"]
for opts in config["scenario"]["opts"] for opts in config["scenario"]["opts"]