Skip to content

Commit

Permalink
Use wildcard in rule electricity_load
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnr committed Apr 12, 2024
1 parent fda57a5 commit 89d2619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/demand.smk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rule electricity_load_national:
rule electricity_load:
message: "Generate electricity load time series for every location on {wildcards.resolution} resolution."
input:
units = rules.units.output[0],
units = "build/data/{resolution}/units.geojson",
demand_per_unit = rules.potentials.output.demand,
national_load = rules.electricity_load_national.output[0]
params:
Expand Down

0 comments on commit 89d2619

Please sign in to comment.