Skip to content

Commit

Permalink
Merge disaggregating links and stores into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed May 23, 2023
2 parents 012d51c + 71e2f8c commit 7132b01
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 101 deletions.
5 changes: 3 additions & 2 deletions etrago/appl.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
},
},
},
"disaggregation": None, # None, 'mini' or 'uniform'
"network_clustering_ehv": False, # clustering of HV buses to EHV buses.
"disaggregation": "uniform", # None, 'mini' or 'uniform'
# Temporal Complexity:
"snapshot_clustering": {
"active": False, # choose if clustering is activated
Expand Down Expand Up @@ -482,7 +483,7 @@ def run_etrago(args, json_path):

# spatial disaggregation
# needs to be adjusted for new sectors
# etrago.disaggregation()
etrago.disaggregation()

# calculate central etrago results
etrago.calc_results()
Expand Down
Loading

0 comments on commit 7132b01

Please sign in to comment.