Skip to content

Commit

Permalink
feat: include data in snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
energyLS committed Jul 21, 2023
1 parent e2dbce7 commit a1aa4ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ rule add_export:
overrides="data/override_component_attrs",
export_ports="data/export_ports.csv",
costs=CDIR + "costs_{planning_horizons}.csv",
ship_profile="data/ship_profile_9TWh.csv", # TODO create rule with {h2export} wildcard
network=RDIR
+ "/prenetworks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{sopts}_{planning_horizons}_{discountrate}_{demand}.nc",
shapes_path=pypsaearth(
Expand Down

0 comments on commit a1aa4ef

Please sign in to comment.