Skip to content

Commit

Permalink
set SECDIR for build_clustered_population_layouts (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
yerbol-akhmetov authored Nov 12, 2024
1 parent d9a364c commit 9a50694
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,9 @@ rule build_clustered_population_layouts:
pop_layout_rural="resources/"
+ SECDIR
+ "population_shares/pop_layout_rural_{planning_horizons}.nc",
gdp_layout="resources/" + RDIR + "gdp_shares/gdp_layout_{planning_horizons}.nc",
gdp_layout="resources/"
+ SECDIR
+ "gdp_shares/gdp_layout_{planning_horizons}.nc",
regions_onshore="resources/"
+ RDIR
+ "bus_regions/regions_onshore_elec_s{simpl}_{clusters}.geojson",
Expand Down

0 comments on commit 9a50694

Please sign in to comment.