mabuseif commited on
Commit
3c52154
·
verified ·
1 Parent(s): 0fec34e

Update app/i_l_data.py

Browse files
Files changed (1) hide show
  1. app/i_l_data.py +4 -3
app/i_l_data.py CHANGED
@@ -92,7 +92,7 @@ DEFAULT_BUILDING_INTERNALS = {
92
  ("Transportation - Airport Terminal", [14.0, 0.95, 10.0, 3.0, 6.0, 4.0, 15.0, 1.5, "transport"]),
93
  ("Transportation - Train/Bus Station", [14.0, 0.9, 9.0, 2.0, 5.0, 4.0, 12.0, 1.2, "transport"]),
94
  ("Transportation - Car Park (Enclosed)", [8.0, 0.7, 2.0, 0.0, 2.0, 0.0, 5.0, 0.5, "transport"]),
95
- ("Custom", [0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, "custom"])
96
  ]
97
  }
98
 
@@ -113,7 +113,8 @@ DEFAULT_EQUIPMENT_LOADS = {
113
  ("industrial", [25.0, 85, 15, 70, 15]),
114
  ("public_institutional", [10.0, 90, 10, 70, 20]),
115
  ("lodging", [8.0, 85, 15, 65, 20]),
116
- ("transport", [10.0, 80, 20, 60, 20])
 
117
  ]
118
  }
119
 
@@ -186,7 +187,7 @@ DEFAULT_SCHEDULE_TEMPLATES = {
186
  "weekday": [1.0] * 24,
187
  "weekend": [1.0] * 24
188
  },
189
- "custom": {
190
  "description": "Custom schedule – user-defined",
191
  "weekday": [0.0] * 24,
192
  "weekend": [0.0] * 24
 
92
  ("Transportation - Airport Terminal", [14.0, 0.95, 10.0, 3.0, 6.0, 4.0, 15.0, 1.5, "transport"]),
93
  ("Transportation - Train/Bus Station", [14.0, 0.9, 9.0, 2.0, 5.0, 4.0, 12.0, 1.2, "transport"]),
94
  ("Transportation - Car Park (Enclosed)", [8.0, 0.7, 2.0, 0.0, 2.0, 0.0, 5.0, 0.5, "transport"]),
95
+ ("Other", [12.0, 0.85, 10.0, 2.0, 5.0, 5.0, 10.0, 1.0, "default"])
96
  ]
97
  }
98
 
 
113
  ("industrial", [25.0, 85, 15, 70, 15]),
114
  ("public_institutional", [10.0, 90, 10, 70, 20]),
115
  ("lodging", [8.0, 85, 15, 65, 20]),
116
+ ("transport", [10.0, 80, 20, 60, 20]),
117
+ ("default", [10.0, 80, 20, 50, 20])
118
  ]
119
  }
120
 
 
187
  "weekday": [1.0] * 24,
188
  "weekend": [1.0] * 24
189
  },
190
+ "default": {
191
  "description": "Custom schedule – user-defined",
192
  "weekday": [0.0] * 24,
193
  "weekend": [0.0] * 24