Skip to content

Commit

Permalink
changed max number threads of solve_network
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFrankenQ committed Aug 7, 2023
1 parent 686dda9 commit 0479875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ scenario:
- 'eso' # regions can be 'eso' zones (emphasizing grid conjestion), or 'dno'
fes: # Future energy scenario considered, can be
# - 'CT' # Consumer Transformation
# - 'FS' # Falling Short
- 'FS' # Falling Short
- 'LW' # Leading the Way
# - 'ST' # System Transformation
year: # investment years for myopic and perfect; for overnight, year of cost assumptions can be different and is defined under 'costs'
Expand All @@ -40,8 +40,8 @@ scenario:
- 2050
flexopts:
- reg-ss-bev-heat
- ''
# - heat
# - ''
# reg # regular weekly demand flexibility (2 days max), one hour
# ss # one hour events, any weekday in winter, Saving Sessions style
# v2g # included by default, numbers are share of intelligent tariff and V2G
Expand Down
2 changes: 1 addition & 1 deletion rules/solve_electricity.smk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rule solve_network:
+ "solve_network/elec_s{simpl}_{gb_regions}_ec_l{ll}_{opts}_{flexopts}_{fes}_{year}_python.log",
benchmark:
BENCHMARKS + "solve_network/elec_s{simpl}_{gb_regions}_ec_l{ll}_{opts}_{flexopts}_{fes}_{year}"
threads: 4
threads: 1
resources:
mem_mb=memory,
shadow:
Expand Down

0 comments on commit 0479875

Please sign in to comment.