Skip to content
Snippets Groups Projects
Commit a48314d3 authored by Christoph von Oy's avatar Christoph von Oy
Browse files

Refactored coordinator

parent a8825b08
No related branches found
No related tags found
No related merge requests found
Subproject commit 8af05262b5464968dc477c7c40635c0e8b89860d Subproject commit b0646359e582001b6fb04808a53b5b809c911bed
...@@ -69,7 +69,7 @@ community_dict = {'community': {'config_path': 'input_files/models/district_mode ...@@ -69,7 +69,7 @@ community_dict = {'community': {'config_path': 'input_files/models/district_mode
community_main = main_district.MainDistrict(community_dict, prosumers, community_assets, input_profiles, t_horizon, t_step) community_main = main_district.MainDistrict(community_dict, prosumers, community_assets, input_profiles, t_horizon, t_step)
community_sizing_strategy = 'sizing_max_operational_profit' community_sizing_strategy = 'max_operational_profit'
community_main.optimize_sizing(community_sizing_strategy) community_main.optimize_sizing(community_sizing_strategy)
community_operation_strategy = 'max_operational_profit' community_operation_strategy = 'max_operational_profit'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment