Skip to content

Commit

Permalink
Focus of primary and secondary areas + adding energy community
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenmansouri committed May 27, 2024
1 parent 37f1f1c commit 536d895
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 19,803 deletions.
8 changes: 4 additions & 4 deletions etrago/appl.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

args = {
# Setup and Configuration:
"db": "etrago-data", # database session
"db": "eGon2035", # database session
"gridversion": None, # None for model_draft or Version number
"method": { # Choose method and settings for optimization
"type": "lopf", # type of optimization, 'lopf', 'sclopf' or 'market_grid'
Expand All @@ -70,7 +70,7 @@
"q_allocation": "p_nom", # allocate reactive power via 'p_nom' or 'p'
},
"start_snapshot": 1,
"end_snapshot": 8760,
"end_snapshot": 30,
"solver": "gurobi", # glpk, cplex or gurobi
"solver_options": {
"BarConvTol": 1.0e-5,
Expand Down Expand Up @@ -167,7 +167,7 @@
"n_clusters": 5, # number of periods - only relevant for 'typical_periods'
"n_segments": 5, # number of segments - only relevant for segmentation
},
"skip_snapshots": 10, # False or number of snapshots to skip
"skip_snapshots": 5, # False or number of snapshots to skip
"temporal_disaggregation": {
"active": False, # choose if temporally full complex dispatch optimization should be conducted
"no_slices": 8, # number of subproblems optimization is divided into
Expand Down Expand Up @@ -1228,4 +1228,4 @@ def get_line_width(voltage):
# Save to HTML
m.save('network_map_LinksEC2levels21.html')
'''
'''
Loading

0 comments on commit 536d895

Please sign in to comment.