Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FOCUS Framework
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FOCUS
FOCUS Framework
Commits
47089676
Commit
47089676
authored
Feb 1, 2024
by
Christoph von Oy
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev_cvo_results' into 'main'
Results and models See merge request focus/focus-framework!34
parents
780f5242
6ff43f6e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Model_Library
+1
-1
1 addition, 1 deletion
Model_Library
Tooling
+1
-1
1 addition, 1 deletion
Tooling
runme.py
+4
-4
4 additions, 4 deletions
runme.py
with
6 additions
and
6 deletions
Model_Library
@
39988265
Compare
02172ebb
to
39988265
Subproject commit
02172ebbda8402a975dba5dd3fafff0a6ceb4645
Subproject commit
399882656ca472a9e92ce999888d6bf7b7953b70
This diff is collapsed.
Click to expand it.
Tooling
@
229b05e3
Compare
0961692d
to
229b05e3
Subproject commit
0961692dd8a92856b5600013bd5ddbba5618b311
Subproject commit
229b05e31a54d74763fe8e4d347184c529848e49
This diff is collapsed.
Click to expand it.
runme.py
+
4
−
4
View file @
47089676
...
...
@@ -78,8 +78,8 @@ for prosumer_name, component_profiles in prosumer_profiles.items():
prosumer_main
=
main_prosumer
.
ProsumerMain
(
prosumer_dict
,
input_profiles
,
dynamic
)
prosumer_sizing_strategy
=
'
annuity
'
prosumer_main
.
optimize_sizing
(
prosumer_sizing_strategy
)
prosumer_sizing_strategy
=
[
'
annuity
'
]
prosumer_main
.
optimize_sizing
(
'
sized
'
,
prosumer_sizing_strategy
)
prosumer_main
.
save_results
()
...
...
@@ -114,9 +114,9 @@ for district_name, profiles in district_profiles.items():
district_main
=
main_district
.
DistrictMain
(
district_dict
,
prosumers
,
district_assets
,
input_profiles
,
dynamic
)
district_sizing_strategy
=
'
max_operational_profit
'
district_main
.
optimize_sizing
(
district_sizing_strategy
)
district_main
.
optimize_sizing
(
'
sized
'
,
district_sizing_strategy
)
district_operation_strategy
=
'
max_operational_profit
'
district_main
.
optimize_operation
(
district_operation_strategy
)
district_main
.
optimize_operation
(
'
validated
'
,
district_operation_strategy
)
district_main
.
save_results
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment