fix uc input file name

This commit is contained in:
Fabian 2023-04-26 15:42:21 +02:00
parent e2119d6229
commit c2095ec897

View File

@ -5,7 +5,7 @@
rule solve_network:
input:
unit_commitment_file="data/unit_commitment.csv",
unit_commitment_params="data/unit_commitment.csv",
network=RESOURCES + "networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc",
output:
network=RESULTS + "networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc",