Skip to content

Commit

Permalink
add missing _brownfield suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Jan 24, 2025
1 parent d25b778 commit 2fcccb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/solve_perfect.smk
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rule prepare_perfect_foresight:
unpack(input_network_year),
brownfield_network=lambda w: (
resources("networks/base_s_{clusters}_{opts}_{sector_opts}_")
+ "{}.nc".format(
+ "{}_brownfield.nc".format(
str(config_provider("scenario", "planning_horizons", 0)(w))
)
),
Expand Down

0 comments on commit 2fcccb6

Please sign in to comment.