add params

This commit is contained in:
lisazeyen 2023-08-23 13:23:27 +02:00
parent c629476721
commit a21b1f2d10

View File

@ -110,6 +110,13 @@ rule prepare_perfect_foresight:
rule solve_sector_network_perfect: rule solve_sector_network_perfect:
params:
solving=config["solving"],
foresight=config["foresight"],
planning_horizons=config["scenario"]["planning_horizons"],
co2_sequestration_potential=config["sector"].get(
"co2_sequestration_potential", 200
),
input: input:
network=RESULTS network=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",