Spaces:
Sleeping
Sleeping
Commit
·
ee291d1
1
Parent(s):
302550c
added common area consump
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ def main():
|
|
250 |
scenarios = {}
|
251 |
|
252 |
# Common area consumption remains constant
|
253 |
-
common_area_consumption =
|
254 |
|
255 |
# Generate scenarios with different occupancy combinations
|
256 |
occupancy_levels = [0.0, 0.25, 0.50, 0.75, 1.0]
|
|
|
250 |
scenarios = {}
|
251 |
|
252 |
# Common area consumption remains constant
|
253 |
+
common_area_consumption = 23.544 # kWh per day
|
254 |
|
255 |
# Generate scenarios with different occupancy combinations
|
256 |
occupancy_levels = [0.0, 0.25, 0.50, 0.75, 1.0]
|