Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
196fb489
Commit
196fb489
authored
Mar 26, 2026
by
Eric Duminil
Browse files
TODO
parent
f896c4d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/simstadt/results/heat_demand.py
View file @
196fb489
...
@@ -62,6 +62,7 @@ class HeatDemandResults(SimStadtResults):
...
@@ -62,6 +62,7 @@ class HeatDemandResults(SimStadtResults):
custom_kpis
.
append
(
KPI
(
"Specific Cooling Demand"
,
specific_cooling_demand
,
"kWh / (m² · a)"
,
precision
=
0
))
custom_kpis
.
append
(
KPI
(
"Specific Cooling Demand"
,
specific_cooling_demand
,
"kWh / (m² · a)"
,
precision
=
0
))
sums
.
append
((
"Yearly Cooling demand"
,
"kWh / a"
))
sums
.
append
((
"Yearly Cooling demand"
,
"kWh / a"
))
# TODO: rename to average year of construction?
averages
=
[(
"Mean Uvalue"
,
"W / (m² · K)"
,
1
),
(
"Year of construction"
,
None
),
(
"Storey number"
,
None
)]
averages
=
[(
"Mean Uvalue"
,
"W / (m² · K)"
,
1
),
(
"Year of construction"
,
None
),
(
"Storey number"
,
None
)]
return
custom_kpis
+
self
.
_prepare_kpis
(
sums
,
averages
)
return
custom_kpis
+
self
.
_prepare_kpis
(
sums
,
averages
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment