openstudio-standards 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards.xlsx +0 -0
  3. data/data/standards/OpenStudio_Standards_chillers.json +5 -5
  4. data/data/standards/OpenStudio_Standards_construction_sets.json +2 -2
  5. data/data/standards/OpenStudio_Standards_curve_cubics.json +12 -0
  6. data/data/standards/OpenStudio_Standards_heat_pumps.json +2126 -72
  7. data/data/standards/OpenStudio_Standards_heat_pumps_heating.json +766 -14
  8. data/data/standards/OpenStudio_Standards_heat_rejection.json +172 -0
  9. data/data/standards/OpenStudio_Standards_prototype_inputs.json +355 -267
  10. data/data/standards/OpenStudio_Standards_schedules.json +262 -10
  11. data/data/standards/OpenStudio_Standards_space_types.json +1466 -794
  12. data/data/standards/manage_OpenStudio_Standards.rb +19 -21
  13. data/data/weather/weather_info.csv +96 -0
  14. data/lib/openstudio-standards/btap/btap.rb +1 -1
  15. data/lib/openstudio-standards/btap/compliance.rb +135 -40
  16. data/lib/openstudio-standards/btap/envelope.rb +26 -5
  17. data/lib/openstudio-standards/btap/geometry.rb +11 -1
  18. data/lib/openstudio-standards/btap/hvac.rb +489 -56
  19. data/lib/openstudio-standards/btap/simmanager.rb +1 -1
  20. data/lib/openstudio-standards/hvac_sizing/HVACSizing.CoilHeatingDXMultiSpeed.rb +120 -0
  21. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXMultiSpeed.rb +151 -7
  22. data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingGasMultiStage.rb +48 -7
  23. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +14 -12
  24. data/lib/openstudio-standards/prototypes/Prototype.AirTerminalSingleDuctVAVReheat.rb +33 -7
  25. data/lib/openstudio-standards/prototypes/Prototype.Model.hvac.rb +123 -91
  26. data/lib/openstudio-standards/prototypes/Prototype.Model.rb +130 -45
  27. data/lib/openstudio-standards/prototypes/Prototype.Model.swh.rb +13 -7
  28. data/lib/openstudio-standards/prototypes/Prototype.full_service_restaurant.rb +332 -324
  29. data/lib/openstudio-standards/prototypes/Prototype.hospital.rb +401 -99
  30. data/lib/openstudio-standards/prototypes/Prototype.hvac_systems.rb +309 -222
  31. data/lib/openstudio-standards/prototypes/Prototype.large_hotel.rb +100 -80
  32. data/lib/openstudio-standards/prototypes/Prototype.large_office.rb +37 -22
  33. data/lib/openstudio-standards/prototypes/Prototype.medium_office.rb +68 -53
  34. data/lib/openstudio-standards/prototypes/Prototype.mid_rise_apartment.rb +109 -88
  35. data/lib/openstudio-standards/prototypes/Prototype.outpatient.rb +52 -4
  36. data/lib/openstudio-standards/prototypes/Prototype.primary_school.rb +230 -213
  37. data/lib/openstudio-standards/prototypes/Prototype.quick_service_restaurant.rb +225 -218
  38. data/lib/openstudio-standards/prototypes/Prototype.retail_standalone.rb +29 -17
  39. data/lib/openstudio-standards/prototypes/Prototype.retail_stripmall.rb +42 -32
  40. data/lib/openstudio-standards/prototypes/Prototype.secondary_school.rb +331 -314
  41. data/lib/openstudio-standards/prototypes/Prototype.small_hotel.rb +233 -219
  42. data/lib/openstudio-standards/prototypes/Prototype.small_office.rb +40 -32
  43. data/lib/openstudio-standards/prototypes/Prototype.warehouse.rb +19 -6
  44. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +576 -555
  45. data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctVAVReheat.rb +3 -1
  46. data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +35 -17
  47. data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +51 -23
  48. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +255 -0
  49. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +192 -0
  50. data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +65 -0
  51. data/lib/openstudio-standards/standards/Standards.Fan.rb +37 -6
  52. data/lib/openstudio-standards/standards/Standards.Model.rb +28 -3
  53. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +3 -1
  54. data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +41 -15
  55. data/lib/openstudio-standards/version.rb +1 -1
  56. data/lib/openstudio-standards/weather/Weather.Model.rb +509 -5
  57. data/lib/openstudio-standards/weather/Weather.stat_file.rb +145 -5
  58. metadata +8 -3
  59. data/lib/openstudio-standards/btap/environment.rb +0 -718
@@ -10,7 +10,7 @@
10
10
  "type": "Constant",
11
11
  "notes": "From DOE Prototype Buildings",
12
12
  "values": [
13
- 29.4
13
+ 23.9
14
14
  ]
15
15
  },
16
16
  {
@@ -49,7 +49,7 @@
49
49
  "type": "Constant",
50
50
  "notes": "From DOE Prototype Buildings",
51
51
  "values": [
52
- 23.9
52
+ 29.4
53
53
  ]
54
54
  },
55
55
  {
@@ -178,15 +178,15 @@
178
178
  },
179
179
  {
180
180
  "name": "Always Off",
181
- "category": "Activity",
182
- "units": "W",
181
+ "category": "Unknown",
182
+ "units": null,
183
183
  "day_types": "Default|WntrDsn|SmrDsn",
184
184
  "start_date": "2014-01-01T00:00:00+00:00",
185
185
  "end_date": "2014-12-31T00:00:00+00:00",
186
186
  "type": "Constant",
187
187
  "notes": "From DOE Prototype Buildings",
188
188
  "values": [
189
- 95.0
189
+ 1.0
190
190
  ]
191
191
  },
192
192
  {
@@ -225,20 +225,20 @@
225
225
  "type": "Constant",
226
226
  "notes": "From DOE Prototype Buildings",
227
227
  "values": [
228
- 1.0
228
+ 0.0
229
229
  ]
230
230
  },
231
231
  {
232
232
  "name": "Always Off",
233
- "category": "Unknown",
234
- "units": null,
233
+ "category": "Activity",
234
+ "units": "W",
235
235
  "day_types": "Default|WntrDsn|SmrDsn",
236
236
  "start_date": "2014-01-01T00:00:00+00:00",
237
237
  "end_date": "2014-12-31T00:00:00+00:00",
238
238
  "type": "Constant",
239
239
  "notes": "From DOE Prototype Buildings",
240
240
  "values": [
241
- 1.0
241
+ 95.0
242
242
  ]
243
243
  },
244
244
  {
@@ -251,7 +251,7 @@
251
251
  "type": "Constant",
252
252
  "notes": "From DOE Prototype Buildings",
253
253
  "values": [
254
- 0.0
254
+ 1.0
255
255
  ]
256
256
  },
257
257
  {
@@ -4104,6 +4104,222 @@
4104
4104
  120.0
4105
4105
  ]
4106
4106
  },
4107
+ {
4108
+ "name": "Hospital Admin Equipment",
4109
+ "category": "Equipment",
4110
+ "units": null,
4111
+ "day_types": "Default|WntrDsn|SmrDsn|Sun|Sat",
4112
+ "start_date": "2014-01-01T00:00:00+00:00",
4113
+ "end_date": "2014-12-31T00:00:00+00:00",
4114
+ "type": "Hourly",
4115
+ "notes": "From DOE Reference Buildings ",
4116
+ "values": [
4117
+ 0.3,
4118
+ 0.3,
4119
+ 0.3,
4120
+ 0.3,
4121
+ 0.5,
4122
+ 0.5,
4123
+ 1.0,
4124
+ 1.0,
4125
+ 1.0,
4126
+ 1.0,
4127
+ 1.0,
4128
+ 1.0,
4129
+ 1.0,
4130
+ 1.0,
4131
+ 1.0,
4132
+ 1.0,
4133
+ 1.0,
4134
+ 1.0,
4135
+ 0.5,
4136
+ 0.5,
4137
+ 0.3,
4138
+ 0.3,
4139
+ 0.3,
4140
+ 0.3
4141
+ ]
4142
+ },
4143
+ {
4144
+ "name": "Hospital Admin Equipment",
4145
+ "category": "Equipment",
4146
+ "units": null,
4147
+ "day_types": "Sat",
4148
+ "start_date": "2014-01-01T00:00:00+00:00",
4149
+ "end_date": "2014-12-31T00:00:00+00:00",
4150
+ "type": "Hourly",
4151
+ "notes": null,
4152
+ "values": [
4153
+ 0.3,
4154
+ 0.3,
4155
+ 0.3,
4156
+ 0.3,
4157
+ 0.3,
4158
+ 0.3,
4159
+ 0.3,
4160
+ 0.5,
4161
+ 0.5,
4162
+ 0.8,
4163
+ 0.8,
4164
+ 0.8,
4165
+ 0.8,
4166
+ 0.8,
4167
+ 0.8,
4168
+ 0.5,
4169
+ 0.5,
4170
+ 0.5,
4171
+ 0.5,
4172
+ 0.5,
4173
+ 0.3,
4174
+ 0.3,
4175
+ 0.3,
4176
+ 0.3
4177
+ ]
4178
+ },
4179
+ {
4180
+ "name": "Hospital Admin Equipment",
4181
+ "category": "Equipment",
4182
+ "units": null,
4183
+ "day_types": "Sun",
4184
+ "start_date": "2014-01-01T00:00:00+00:00",
4185
+ "end_date": "2014-12-31T00:00:00+00:00",
4186
+ "type": "Hourly",
4187
+ "notes": null,
4188
+ "values": [
4189
+ 0.3,
4190
+ 0.3,
4191
+ 0.3,
4192
+ 0.3,
4193
+ 0.3,
4194
+ 0.3,
4195
+ 0.3,
4196
+ 0.3,
4197
+ 0.5,
4198
+ 0.5,
4199
+ 0.5,
4200
+ 0.5,
4201
+ 0.5,
4202
+ 0.5,
4203
+ 0.5,
4204
+ 0.5,
4205
+ 0.5,
4206
+ 0.3,
4207
+ 0.3,
4208
+ 0.3,
4209
+ 0.3,
4210
+ 0.3,
4211
+ 0.3,
4212
+ 0.3
4213
+ ]
4214
+ },
4215
+ {
4216
+ "name": "Hospital Admin Light",
4217
+ "category": "Lighting",
4218
+ "units": null,
4219
+ "day_types": "Default|WntrDsn|SmrDsn|Sun|Sat",
4220
+ "start_date": "2014-01-01T00:00:00+00:00",
4221
+ "end_date": "2014-12-31T00:00:00+00:00",
4222
+ "type": "Hourly",
4223
+ "notes": "From DOE Reference Buildings ",
4224
+ "values": [
4225
+ 0.1,
4226
+ 0.1,
4227
+ 0.1,
4228
+ 0.1,
4229
+ 0.3,
4230
+ 0.3,
4231
+ 0.6,
4232
+ 0.9,
4233
+ 0.9,
4234
+ 0.9,
4235
+ 0.9,
4236
+ 0.9,
4237
+ 0.9,
4238
+ 0.9,
4239
+ 0.9,
4240
+ 0.9,
4241
+ 0.9,
4242
+ 0.9,
4243
+ 0.6,
4244
+ 0.6,
4245
+ 0.6,
4246
+ 0.3,
4247
+ 0.3,
4248
+ 0.1
4249
+ ]
4250
+ },
4251
+ {
4252
+ "name": "Hospital Admin Light",
4253
+ "category": "Lighting",
4254
+ "units": null,
4255
+ "day_types": "Sat",
4256
+ "start_date": "2014-01-01T00:00:00+00:00",
4257
+ "end_date": "2014-12-31T00:00:00+00:00",
4258
+ "type": "Hourly",
4259
+ "notes": null,
4260
+ "values": [
4261
+ 0.1,
4262
+ 0.1,
4263
+ 0.1,
4264
+ 0.1,
4265
+ 0.1,
4266
+ 0.1,
4267
+ 0.1,
4268
+ 0.3,
4269
+ 0.3,
4270
+ 0.3,
4271
+ 0.4,
4272
+ 0.4,
4273
+ 0.4,
4274
+ 0.4,
4275
+ 0.4,
4276
+ 0.3,
4277
+ 0.3,
4278
+ 0.3,
4279
+ 0.3,
4280
+ 0.3,
4281
+ 0.1,
4282
+ 0.1,
4283
+ 0.1,
4284
+ 0.1
4285
+ ]
4286
+ },
4287
+ {
4288
+ "name": "Hospital Admin Light",
4289
+ "category": "Lighting",
4290
+ "units": null,
4291
+ "day_types": "Sun",
4292
+ "start_date": "2014-01-01T00:00:00+00:00",
4293
+ "end_date": "2014-12-31T00:00:00+00:00",
4294
+ "type": "Hourly",
4295
+ "notes": null,
4296
+ "values": [
4297
+ 0.05,
4298
+ 0.05,
4299
+ 0.05,
4300
+ 0.05,
4301
+ 0.05,
4302
+ 0.05,
4303
+ 0.05,
4304
+ 0.05,
4305
+ 0.1,
4306
+ 0.1,
4307
+ 0.1,
4308
+ 0.1,
4309
+ 0.1,
4310
+ 0.1,
4311
+ 0.1,
4312
+ 0.1,
4313
+ 0.1,
4314
+ 0.05,
4315
+ 0.05,
4316
+ 0.05,
4317
+ 0.05,
4318
+ 0.05,
4319
+ 0.05,
4320
+ 0.05
4321
+ ]
4322
+ },
4107
4323
  {
4108
4324
  "name": "Hospital BLDG ELEVATORS",
4109
4325
  "category": "Elevator",
@@ -8402,6 +8618,42 @@
8402
8618
  15.6
8403
8619
  ]
8404
8620
  },
8621
+ {
8622
+ "name": "Hospital Kitchen_Elec_Equip_SCH",
8623
+ "category": "Equipment",
8624
+ "units": null,
8625
+ "day_types": "Default|WntrDsn|SmrDsn|Sun|Sat",
8626
+ "start_date": "2014-01-01T00:00:00+00:00",
8627
+ "end_date": "2014-12-31T00:00:00+00:00",
8628
+ "type": "Hourly",
8629
+ "notes": "From DOE Reference Buildings ",
8630
+ "values": [
8631
+ 0.1,
8632
+ 0.1,
8633
+ 0.1,
8634
+ 0.1,
8635
+ 0.1,
8636
+ 0.1,
8637
+ 0.25,
8638
+ 0.35,
8639
+ 0.35,
8640
+ 0.25,
8641
+ 0.35,
8642
+ 0.35,
8643
+ 0.35,
8644
+ 0.25,
8645
+ 0.25,
8646
+ 0.25,
8647
+ 0.35,
8648
+ 0.35,
8649
+ 0.35,
8650
+ 0.25,
8651
+ 0.25,
8652
+ 0.25,
8653
+ 0.25,
8654
+ 0.25
8655
+ ]
8656
+ },
8405
8657
  {
8406
8658
  "name": "Hospital Kitchen_Exhaust_SCH",
8407
8659
  "category": "Equipment",
@@ -74,8 +74,8 @@
74
74
  "ventilation_standard": "ASHRAE 62.1-1999",
75
75
  "ventilation_primary_space_type": "Food and Beverage Service",
76
76
  "ventilation_secondary_space_type": "Kitchens (cooking)",
77
- "ventilation_per_area": 0,
78
- "ventilation_per_person": 15,
77
+ "ventilation_per_area": 0.47,
78
+ "ventilation_per_person": 0,
79
79
  "ventilation_air_changes": "",
80
80
  "minimum_total_air_changes": null,
81
81
  "occupancy_per_area": 5.0,
@@ -634,8 +634,8 @@
634
634
  "ventilation_standard": "ASHRAE 62.1-1999",
635
635
  "ventilation_primary_space_type": "Food and Beverage Service",
636
636
  "ventilation_secondary_space_type": "Kitchens (cooking)",
637
- "ventilation_per_area": 0,
638
- "ventilation_per_person": 15,
637
+ "ventilation_per_area": 0.47,
638
+ "ventilation_per_person": 0,
639
639
  "ventilation_air_changes": "",
640
640
  "minimum_total_air_changes": null,
641
641
  "occupancy_per_area": 5.0,
@@ -1062,7 +1062,7 @@
1062
1062
  "exhaust_fan_maximum_flow_rate": null,
1063
1063
  "exhaust_schedule": null,
1064
1064
  "balanced_exhaust_fraction_schedule": null,
1065
- "is_residential": null
1065
+ "is_residential": "Yes"
1066
1066
  },
1067
1067
  {
1068
1068
  "template": "189.1-2009",
@@ -1082,8 +1082,8 @@
1082
1082
  "ventilation_standard": "ASHRAE 62.1-1999",
1083
1083
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
1084
1084
  "ventilation_secondary_space_type": "Physical therapy",
1085
- "ventilation_per_area": 0,
1086
- "ventilation_per_person": 15,
1085
+ "ventilation_per_area": 0.47,
1086
+ "ventilation_per_person": 0,
1087
1087
  "ventilation_air_changes": "",
1088
1088
  "minimum_total_air_changes": null,
1089
1089
  "occupancy_per_area": 5.0,
@@ -1138,8 +1138,8 @@
1138
1138
  "ventilation_standard": "ASHRAE 62.1-1999",
1139
1139
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
1140
1140
  "ventilation_secondary_space_type": "Medical procedure",
1141
- "ventilation_per_area": 0,
1142
- "ventilation_per_person": 15,
1141
+ "ventilation_per_area": 0.47,
1142
+ "ventilation_per_person": "",
1143
1143
  "ventilation_air_changes": "",
1144
1144
  "minimum_total_air_changes": null,
1145
1145
  "occupancy_per_area": 5.0,
@@ -1398,7 +1398,7 @@
1398
1398
  "exhaust_fan_maximum_flow_rate": null,
1399
1399
  "exhaust_schedule": null,
1400
1400
  "balanced_exhaust_fraction_schedule": null,
1401
- "is_residential": null
1401
+ "is_residential": "Yes"
1402
1402
  },
1403
1403
  {
1404
1404
  "template": "189.1-2009",
@@ -1418,8 +1418,8 @@
1418
1418
  "ventilation_standard": "ASHRAE 62.1-1999",
1419
1419
  "ventilation_primary_space_type": "Food and Beverage Service",
1420
1420
  "ventilation_secondary_space_type": "Kitchens (cooking)",
1421
- "ventilation_per_area": 0,
1422
- "ventilation_per_person": 15,
1421
+ "ventilation_per_area": 0.47,
1422
+ "ventilation_per_person": 0,
1423
1423
  "ventilation_air_changes": "",
1424
1424
  "minimum_total_air_changes": null,
1425
1425
  "occupancy_per_area": 5.0,
@@ -1790,7 +1790,7 @@
1790
1790
  "exhaust_fan_maximum_flow_rate": null,
1791
1791
  "exhaust_schedule": null,
1792
1792
  "balanced_exhaust_fraction_schedule": null,
1793
- "is_residential": null
1793
+ "is_residential": "Yes"
1794
1794
  },
1795
1795
  {
1796
1796
  "template": "189.1-2009",
@@ -4050,8 +4050,8 @@
4050
4050
  "ventilation_standard": "ASHRAE 62.1-1999",
4051
4051
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
4052
4052
  "ventilation_secondary_space_type": "Physical therapy",
4053
- "ventilation_per_area": 0,
4054
- "ventilation_per_person": 15,
4053
+ "ventilation_per_area": 0.47,
4054
+ "ventilation_per_person": 0,
4055
4055
  "ventilation_air_changes": "",
4056
4056
  "minimum_total_air_changes": null,
4057
4057
  "occupancy_per_area": 18.58,
@@ -4666,8 +4666,8 @@
4666
4666
  "ventilation_standard": "ASHRAE 62.1-1999",
4667
4667
  "ventilation_primary_space_type": "Food and Beverage Service",
4668
4668
  "ventilation_secondary_space_type": "Kitchens (cooking)",
4669
- "ventilation_per_area": 0,
4670
- "ventilation_per_person": 15,
4669
+ "ventilation_per_area": 0.47,
4670
+ "ventilation_per_person": 0,
4671
4671
  "ventilation_air_changes": "",
4672
4672
  "minimum_total_air_changes": null,
4673
4673
  "occupancy_per_area": 13.93,
@@ -5058,8 +5058,8 @@
5058
5058
  "ventilation_standard": "ASHRAE 62.1-1999",
5059
5059
  "ventilation_primary_space_type": "Food and Beverage Service",
5060
5060
  "ventilation_secondary_space_type": "Kitchens (cooking)",
5061
- "ventilation_per_area": 0,
5062
- "ventilation_per_person": 15,
5061
+ "ventilation_per_area": 0.47,
5062
+ "ventilation_per_person": 0,
5063
5063
  "ventilation_air_changes": "",
5064
5064
  "minimum_total_air_changes": null,
5065
5065
  "occupancy_per_area": 5.0,
@@ -5618,8 +5618,8 @@
5618
5618
  "ventilation_standard": "ASHRAE 62.1-1999",
5619
5619
  "ventilation_primary_space_type": "Food and Beverage Service",
5620
5620
  "ventilation_secondary_space_type": "Kitchens (cooking)",
5621
- "ventilation_per_area": 0,
5622
- "ventilation_per_person": 15,
5621
+ "ventilation_per_area": 0.47,
5622
+ "ventilation_per_person": 0,
5623
5623
  "ventilation_air_changes": "",
5624
5624
  "minimum_total_air_changes": null,
5625
5625
  "occupancy_per_area": 15.48,
@@ -6270,7 +6270,7 @@
6270
6270
  "exhaust_fan_maximum_flow_rate": null,
6271
6271
  "exhaust_schedule": null,
6272
6272
  "balanced_exhaust_fraction_schedule": null,
6273
- "is_residential": null
6273
+ "is_residential": "Yes"
6274
6274
  },
6275
6275
  {
6276
6276
  "template": "189.1-2009",
@@ -7298,8 +7298,8 @@
7298
7298
  "ventilation_standard": "ASHRAE 62.1-1999",
7299
7299
  "ventilation_primary_space_type": "Food and Beverage Service",
7300
7300
  "ventilation_secondary_space_type": "Kitchens (cooking)",
7301
- "ventilation_per_area": 0,
7302
- "ventilation_per_person": 15,
7301
+ "ventilation_per_area": 0.47,
7302
+ "ventilation_per_person": 0,
7303
7303
  "ventilation_air_changes": "",
7304
7304
  "minimum_total_air_changes": null,
7305
7305
  "occupancy_per_area": 5.0,
@@ -7390,7 +7390,7 @@
7390
7390
  "exhaust_fan_maximum_flow_rate": null,
7391
7391
  "exhaust_schedule": null,
7392
7392
  "balanced_exhaust_fraction_schedule": null,
7393
- "is_residential": null
7393
+ "is_residential": "Yes"
7394
7394
  },
7395
7395
  {
7396
7396
  "template": "90.1-2004",
@@ -7446,7 +7446,7 @@
7446
7446
  "exhaust_fan_maximum_flow_rate": null,
7447
7447
  "exhaust_schedule": null,
7448
7448
  "balanced_exhaust_fraction_schedule": null,
7449
- "is_residential": null
7449
+ "is_residential": "Yes"
7450
7450
  },
7451
7451
  {
7452
7452
  "template": "90.1-2004",
@@ -7502,7 +7502,7 @@
7502
7502
  "exhaust_fan_maximum_flow_rate": null,
7503
7503
  "exhaust_schedule": null,
7504
7504
  "balanced_exhaust_fraction_schedule": null,
7505
- "is_residential": null
7505
+ "is_residential": "Yes"
7506
7506
  },
7507
7507
  {
7508
7508
  "template": "90.1-2004",
@@ -7672,6 +7672,62 @@
7672
7672
  "balanced_exhaust_fraction_schedule": null,
7673
7673
  "is_residential": null
7674
7674
  },
7675
+ {
7676
+ "template": "90.1-2004",
7677
+ "building_type": "Hospital",
7678
+ "space_type": "Basement",
7679
+ "rgb": "120_230_199",
7680
+ "lighting_standard": "ASHRAE 90.1-2004",
7681
+ "lighting_primary_space_type": "Basement",
7682
+ "lighting_secondary_space_type": "For Hospital",
7683
+ "lighting_per_area": 1,
7684
+ "lighting_per_person": null,
7685
+ "additional_lighting_per_area": null,
7686
+ "lighting_fraction_to_return_air": 0.0,
7687
+ "lighting_fraction_radiant": 0.7,
7688
+ "lighting_fraction_visible": 0.2,
7689
+ "lighting_schedule": "Hospital BLDG_LIGHT_OFFICE_BSMT_SCH",
7690
+ "ventilation_standard": "ASHRAE 62.1-2004",
7691
+ "ventilation_primary_space_type": "Basement",
7692
+ "ventilation_secondary_space_type": "For Hospital",
7693
+ "ventilation_per_area": 0.049,
7694
+ "ventilation_per_person": "",
7695
+ "ventilation_air_changes": "",
7696
+ "minimum_total_air_changes": null,
7697
+ "occupancy_per_area": 2.5,
7698
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
7699
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
7700
+ "infiltration_per_exterior_area": 0.0446,
7701
+ "infiltration_per_exterior_wall_area": null,
7702
+ "infiltration_air_changes": null,
7703
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
7704
+ "gas_equipment_per_area": null,
7705
+ "gas_equipment_fraction_latent": null,
7706
+ "gas_equipment_fraction_radiant": null,
7707
+ "gas_equipment_fraction_lost": null,
7708
+ "gas_equipment_schedule": null,
7709
+ "electric_equipment_per_area": 0.75,
7710
+ "electric_equipment_fraction_latent": 0.0,
7711
+ "electric_equipment_fraction_radiant": 0.5,
7712
+ "electric_equipment_fraction_lost": 0.0,
7713
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
7714
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
7715
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
7716
+ "service_water_heating_peak_flow_rate": null,
7717
+ "service_water_heating_area": null,
7718
+ "service_water_heating_peak_flow_per_area": null,
7719
+ "service_water_heating_target_temperature": null,
7720
+ "service_water_heating_fraction_sensible": null,
7721
+ "service_water_heating_fraction_latent": null,
7722
+ "service_water_heating_schedule": null,
7723
+ "exhaust_fan_efficiency": null,
7724
+ "exhaust_fan_power": null,
7725
+ "exhaust_fan_pressure_rise": null,
7726
+ "exhaust_fan_maximum_flow_rate": null,
7727
+ "exhaust_schedule": null,
7728
+ "balanced_exhaust_fraction_schedule": null,
7729
+ "is_residential": null
7730
+ },
7675
7731
  {
7676
7732
  "template": "90.1-2004",
7677
7733
  "building_type": "Hospital",
@@ -7855,12 +7911,12 @@
7855
7911
  "lighting_fraction_radiant": 0.7,
7856
7912
  "lighting_fraction_visible": 0.2,
7857
7913
  "lighting_schedule": "Hospital BLDG_LIGHT_NURSEFLR1_SCH",
7858
- "ventilation_standard": "AIA 2001",
7859
- "ventilation_primary_space_type": "Surgery and Critical Care",
7860
- "ventilation_secondary_space_type": "ER Waiting Room",
7861
- "ventilation_per_area": "",
7862
- "ventilation_per_person": "",
7863
- "ventilation_air_changes": 2,
7914
+ "ventilation_standard": "ASHRAE 62.1-1999",
7915
+ "ventilation_primary_space_type": "Offices",
7916
+ "ventilation_secondary_space_type": "Reception Areas",
7917
+ "ventilation_per_area": 0,
7918
+ "ventilation_per_person": 15,
7919
+ "ventilation_air_changes": "",
7864
7920
  "minimum_total_air_changes": null,
7865
7921
  "occupancy_per_area": 1.333,
7866
7922
  "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
@@ -8023,12 +8079,12 @@
8023
8079
  "lighting_fraction_radiant": 0.7,
8024
8080
  "lighting_fraction_visible": 0.2,
8025
8081
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
8026
- "ventilation_standard": "AIA 2001",
8027
- "ventilation_primary_space_type": "Surgery and Critical Care",
8028
- "ventilation_secondary_space_type": "Critical and Intensive Care",
8029
- "ventilation_per_area": "",
8030
- "ventilation_per_person": "",
8031
- "ventilation_air_changes": 2,
8082
+ "ventilation_standard": "ASHRAE 62.1-1999",
8083
+ "ventilation_primary_space_type": "Offices",
8084
+ "ventilation_secondary_space_type": "Reception Areas",
8085
+ "ventilation_per_area": 0,
8086
+ "ventilation_per_person": 15,
8087
+ "ventilation_air_changes": "",
8032
8088
  "minimum_total_air_changes": null,
8033
8089
  "occupancy_per_area": 1.333,
8034
8090
  "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
@@ -8081,7 +8137,7 @@
8081
8137
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
8082
8138
  "ventilation_standard": "AIA 2001",
8083
8139
  "ventilation_primary_space_type": "Surgery and Critical Care",
8084
- "ventilation_secondary_space_type": "Critical and Intensive Care",
8140
+ "ventilation_secondary_space_type": "Newborn Intensive Care",
8085
8141
  "ventilation_per_area": "",
8086
8142
  "ventilation_per_person": "",
8087
8143
  "ventilation_air_changes": 2,
@@ -8137,7 +8193,7 @@
8137
8193
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
8138
8194
  "ventilation_standard": "AIA 2001",
8139
8195
  "ventilation_primary_space_type": "Surgery and Critical Care",
8140
- "ventilation_secondary_space_type": "Critical and Intensive Care",
8196
+ "ventilation_secondary_space_type": "Newborn Intensive Care",
8141
8197
  "ventilation_per_area": "",
8142
8198
  "ventilation_per_person": "",
8143
8199
  "ventilation_air_changes": 2,
@@ -8194,8 +8250,8 @@
8194
8250
  "ventilation_standard": "ASHRAE 62.1-1999",
8195
8251
  "ventilation_primary_space_type": "Food and Beverage Service",
8196
8252
  "ventilation_secondary_space_type": "Kitchens (cooking)",
8197
- "ventilation_per_area": 0,
8198
- "ventilation_per_person": 15,
8253
+ "ventilation_per_area": 0.47,
8254
+ "ventilation_per_person": 0,
8199
8255
  "ventilation_air_changes": "",
8200
8256
  "minimum_total_air_changes": null,
8201
8257
  "occupancy_per_area": 5.0,
@@ -8225,9 +8281,9 @@
8225
8281
  "service_water_heating_fraction_latent": 0.05,
8226
8282
  "service_water_heating_schedule": "Hospital BLDG_SWH_EXTD_SCH",
8227
8283
  "exhaust_fan_efficiency": 0.338,
8228
- "exhaust_fan_power": 924.6539123,
8229
- "exhaust_fan_pressure_rise": 0.5024115756,
8230
- "exhaust_fan_maximum_flow_rate": null,
8284
+ "exhaust_fan_power": 229133.6778,
8285
+ "exhaust_fan_pressure_rise": 124.5,
8286
+ "exhaust_fan_maximum_flow_rate": 7200.0,
8231
8287
  "exhaust_schedule": "Hospital Kitchen_Exhaust_SCH",
8232
8288
  "balanced_exhaust_fraction_schedule": null,
8233
8289
  "is_residential": null
@@ -8606,7 +8662,7 @@
8606
8662
  "electric_equipment_fraction_latent": 0.0,
8607
8663
  "electric_equipment_fraction_radiant": 0.5,
8608
8664
  "electric_equipment_fraction_lost": 0.0,
8609
- "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
8665
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
8610
8666
  "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
8611
8667
  "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
8612
8668
  "service_water_heating_peak_flow_rate": 1.0,
@@ -8622,7 +8678,7 @@
8622
8678
  "exhaust_fan_maximum_flow_rate": null,
8623
8679
  "exhaust_schedule": null,
8624
8680
  "balanced_exhaust_fraction_schedule": null,
8625
- "is_residential": null
8681
+ "is_residential": "Yes"
8626
8682
  },
8627
8683
  {
8628
8684
  "template": "90.1-2004",
@@ -8642,8 +8698,8 @@
8642
8698
  "ventilation_standard": "ASHRAE 62.1-1999",
8643
8699
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
8644
8700
  "ventilation_secondary_space_type": "Physical therapy",
8645
- "ventilation_per_area": 0,
8646
- "ventilation_per_person": 15,
8701
+ "ventilation_per_area": 0.47,
8702
+ "ventilation_per_person": 0,
8647
8703
  "ventilation_air_changes": "",
8648
8704
  "minimum_total_air_changes": null,
8649
8705
  "occupancy_per_area": 5.0,
@@ -8698,8 +8754,8 @@
8698
8754
  "ventilation_standard": "ASHRAE 62.1-1999",
8699
8755
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
8700
8756
  "ventilation_secondary_space_type": "Medical procedure",
8701
- "ventilation_per_area": 0,
8702
- "ventilation_per_person": 15,
8757
+ "ventilation_per_area": 0.47,
8758
+ "ventilation_per_person": "",
8703
8759
  "ventilation_air_changes": "",
8704
8760
  "minimum_total_air_changes": null,
8705
8761
  "occupancy_per_area": 5.0,
@@ -9070,7 +9126,7 @@
9070
9126
  "exhaust_fan_maximum_flow_rate": null,
9071
9127
  "exhaust_schedule": null,
9072
9128
  "balanced_exhaust_fraction_schedule": null,
9073
- "is_residential": null
9129
+ "is_residential": "Yes"
9074
9130
  },
9075
9131
  {
9076
9132
  "template": "90.1-2004",
@@ -9126,7 +9182,7 @@
9126
9182
  "exhaust_fan_maximum_flow_rate": null,
9127
9183
  "exhaust_schedule": null,
9128
9184
  "balanced_exhaust_fraction_schedule": null,
9129
- "is_residential": null
9185
+ "is_residential": "Yes"
9130
9186
  },
9131
9187
  {
9132
9188
  "template": "90.1-2004",
@@ -9182,7 +9238,7 @@
9182
9238
  "exhaust_fan_maximum_flow_rate": null,
9183
9239
  "exhaust_schedule": null,
9184
9240
  "balanced_exhaust_fraction_schedule": null,
9185
- "is_residential": null
9241
+ "is_residential": "Yes"
9186
9242
  },
9187
9243
  {
9188
9244
  "template": "90.1-2004",
@@ -9238,7 +9294,7 @@
9238
9294
  "exhaust_fan_maximum_flow_rate": null,
9239
9295
  "exhaust_schedule": null,
9240
9296
  "balanced_exhaust_fraction_schedule": null,
9241
- "is_residential": null
9297
+ "is_residential": "Yes"
9242
9298
  },
9243
9299
  {
9244
9300
  "template": "90.1-2004",
@@ -9258,8 +9314,8 @@
9258
9314
  "ventilation_standard": "ASHRAE 62.1-1999",
9259
9315
  "ventilation_primary_space_type": "Food and Beverage Service",
9260
9316
  "ventilation_secondary_space_type": "Kitchens (cooking)",
9261
- "ventilation_per_area": 0,
9262
- "ventilation_per_person": 15,
9317
+ "ventilation_per_area": 0.47,
9318
+ "ventilation_per_person": 0,
9263
9319
  "ventilation_air_changes": "",
9264
9320
  "minimum_total_air_changes": null,
9265
9321
  "occupancy_per_area": 5.0,
@@ -9686,119 +9742,119 @@
9686
9742
  "exhaust_fan_maximum_flow_rate": null,
9687
9743
  "exhaust_schedule": null,
9688
9744
  "balanced_exhaust_fraction_schedule": null,
9689
- "is_residential": null
9690
- },
9691
- {
9692
- "template": "90.1-2004",
9693
- "building_type": "MidriseApartment",
9694
- "space_type": "Apartment_topfloor_NS",
9695
- "rgb": "78_167_222",
9696
- "lighting_standard": "ASHRAE 90.1-2004",
9697
- "lighting_primary_space_type": "MidriseApartment",
9698
- "lighting_secondary_space_type": "Apartment",
9699
- "lighting_per_area": 0.36,
9700
- "lighting_per_person": null,
9701
- "additional_lighting_per_area": 0.09,
9702
- "lighting_fraction_to_return_air": 0.0,
9703
- "lighting_fraction_radiant": 0.0,
9704
- "lighting_fraction_visible": 0.0,
9705
- "lighting_schedule": "ApartmentMidRise LTG_APT_SCH",
9706
- "ventilation_standard": "ASHRAE 62.1-2004",
9707
- "ventilation_primary_space_type": "Hotels, Motels, Resorts, Dormitories",
9708
- "ventilation_secondary_space_type": "Apartment",
9709
- "ventilation_per_area": 0,
9710
- "ventilation_per_person": 0,
9711
- "ventilation_air_changes": 0.35,
9712
- "minimum_total_air_changes": null,
9713
- "occupancy_per_area": 2.63,
9714
- "occupancy_schedule": "ApartmentMidRise OCC_APT_SCH",
9715
- "occupancy_activity_schedule": "ApartmentMidRise Activity Schedule",
9716
- "infiltration_per_exterior_area": 0.0575970048,
9717
- "infiltration_per_exterior_wall_area": null,
9718
- "infiltration_air_changes": null,
9719
- "infiltration_schedule": "ApartmentMidRise INF_APT_SCH",
9720
- "gas_equipment_per_area": null,
9721
- "gas_equipment_fraction_latent": null,
9722
- "gas_equipment_fraction_radiant": null,
9723
- "gas_equipment_fraction_lost": null,
9724
- "gas_equipment_schedule": null,
9725
- "electric_equipment_per_area": 0.6196632768,
9726
- "electric_equipment_fraction_latent": 0.0,
9727
- "electric_equipment_fraction_radiant": 0.5,
9728
- "electric_equipment_fraction_lost": 0.0,
9729
- "electric_equipment_schedule": "ApartmentMidRise EQP_APT_SCH",
9730
- "heating_setpoint_schedule": "ApartmentMidRise HTGSETP_APT_SCH",
9731
- "cooling_setpoint_schedule": "ApartmentMidRise CLGSETP_APT_SCH",
9732
- "service_water_heating_peak_flow_rate": 3.48,
9733
- "service_water_heating_area": 950.0,
9734
- "service_water_heating_peak_flow_per_area": 0.003663157895,
9735
- "service_water_heating_target_temperature": 60.0,
9736
- "service_water_heating_fraction_sensible": 0.2,
9737
- "service_water_heating_fraction_latent": 0.05,
9738
- "service_water_heating_schedule": "ApartmentMidRise APT_DHW_SCH",
9739
- "exhaust_fan_efficiency": null,
9740
- "exhaust_fan_power": null,
9741
- "exhaust_fan_pressure_rise": null,
9742
- "exhaust_fan_maximum_flow_rate": null,
9743
- "exhaust_schedule": null,
9744
- "balanced_exhaust_fraction_schedule": null,
9745
- "is_residential": null
9746
- },
9747
- {
9748
- "template": "90.1-2004",
9749
- "building_type": "MidriseApartment",
9750
- "space_type": "Apartment_topfloor_WE",
9751
- "rgb": "78_167_222",
9752
- "lighting_standard": "ASHRAE 90.1-2004",
9753
- "lighting_primary_space_type": "MidriseApartment",
9754
- "lighting_secondary_space_type": "Apartment",
9755
- "lighting_per_area": 0.36,
9756
- "lighting_per_person": null,
9757
- "additional_lighting_per_area": 0.09,
9758
- "lighting_fraction_to_return_air": 0.0,
9759
- "lighting_fraction_radiant": 0.0,
9760
- "lighting_fraction_visible": 0.0,
9761
- "lighting_schedule": "ApartmentMidRise LTG_APT_SCH",
9762
- "ventilation_standard": "ASHRAE 62.1-2004",
9763
- "ventilation_primary_space_type": "Hotels, Motels, Resorts, Dormitories",
9764
- "ventilation_secondary_space_type": "Apartment",
9765
- "ventilation_per_area": 0,
9766
- "ventilation_per_person": 0,
9767
- "ventilation_air_changes": 0.35,
9768
- "minimum_total_air_changes": null,
9769
- "occupancy_per_area": 2.63,
9770
- "occupancy_schedule": "ApartmentMidRise OCC_APT_SCH",
9771
- "occupancy_activity_schedule": "ApartmentMidRise Activity Schedule",
9772
- "infiltration_per_exterior_area": 0.0803777592,
9773
- "infiltration_per_exterior_wall_area": null,
9774
- "infiltration_air_changes": null,
9775
- "infiltration_schedule": "ApartmentMidRise INF_APT_SCH",
9776
- "gas_equipment_per_area": null,
9777
- "gas_equipment_fraction_latent": null,
9778
- "gas_equipment_fraction_radiant": null,
9779
- "gas_equipment_fraction_lost": null,
9780
- "gas_equipment_schedule": null,
9781
- "electric_equipment_per_area": 0.6196632768,
9782
- "electric_equipment_fraction_latent": 0.0,
9783
- "electric_equipment_fraction_radiant": 0.5,
9784
- "electric_equipment_fraction_lost": 0.0,
9785
- "electric_equipment_schedule": "ApartmentMidRise EQP_APT_SCH",
9786
- "heating_setpoint_schedule": "ApartmentMidRise HTGSETP_APT_SCH",
9787
- "cooling_setpoint_schedule": "ApartmentMidRise CLGSETP_APT_SCH",
9788
- "service_water_heating_peak_flow_rate": 3.48,
9789
- "service_water_heating_area": 950.0,
9790
- "service_water_heating_peak_flow_per_area": 0.003663157895,
9791
- "service_water_heating_target_temperature": 60.0,
9792
- "service_water_heating_fraction_sensible": 0.2,
9793
- "service_water_heating_fraction_latent": 0.05,
9794
- "service_water_heating_schedule": "ApartmentMidRise APT_DHW_SCH",
9795
- "exhaust_fan_efficiency": null,
9796
- "exhaust_fan_power": null,
9797
- "exhaust_fan_pressure_rise": null,
9798
- "exhaust_fan_maximum_flow_rate": null,
9799
- "exhaust_schedule": null,
9800
- "balanced_exhaust_fraction_schedule": null,
9801
- "is_residential": null
9745
+ "is_residential": "Yes"
9746
+ },
9747
+ {
9748
+ "template": "90.1-2004",
9749
+ "building_type": "MidriseApartment",
9750
+ "space_type": "Apartment_topfloor_NS",
9751
+ "rgb": "78_167_222",
9752
+ "lighting_standard": "ASHRAE 90.1-2004",
9753
+ "lighting_primary_space_type": "MidriseApartment",
9754
+ "lighting_secondary_space_type": "Apartment",
9755
+ "lighting_per_area": 0.36,
9756
+ "lighting_per_person": null,
9757
+ "additional_lighting_per_area": 0.09,
9758
+ "lighting_fraction_to_return_air": 0.0,
9759
+ "lighting_fraction_radiant": 0.0,
9760
+ "lighting_fraction_visible": 0.0,
9761
+ "lighting_schedule": "ApartmentMidRise LTG_APT_SCH",
9762
+ "ventilation_standard": "ASHRAE 62.1-2004",
9763
+ "ventilation_primary_space_type": "Hotels, Motels, Resorts, Dormitories",
9764
+ "ventilation_secondary_space_type": "Apartment",
9765
+ "ventilation_per_area": 0,
9766
+ "ventilation_per_person": 0,
9767
+ "ventilation_air_changes": 0.35,
9768
+ "minimum_total_air_changes": null,
9769
+ "occupancy_per_area": 2.63,
9770
+ "occupancy_schedule": "ApartmentMidRise OCC_APT_SCH",
9771
+ "occupancy_activity_schedule": "ApartmentMidRise Activity Schedule",
9772
+ "infiltration_per_exterior_area": 0.0575970048,
9773
+ "infiltration_per_exterior_wall_area": null,
9774
+ "infiltration_air_changes": null,
9775
+ "infiltration_schedule": "ApartmentMidRise INF_APT_SCH",
9776
+ "gas_equipment_per_area": null,
9777
+ "gas_equipment_fraction_latent": null,
9778
+ "gas_equipment_fraction_radiant": null,
9779
+ "gas_equipment_fraction_lost": null,
9780
+ "gas_equipment_schedule": null,
9781
+ "electric_equipment_per_area": 0.6196632768,
9782
+ "electric_equipment_fraction_latent": 0.0,
9783
+ "electric_equipment_fraction_radiant": 0.5,
9784
+ "electric_equipment_fraction_lost": 0.0,
9785
+ "electric_equipment_schedule": "ApartmentMidRise EQP_APT_SCH",
9786
+ "heating_setpoint_schedule": "ApartmentMidRise HTGSETP_APT_SCH",
9787
+ "cooling_setpoint_schedule": "ApartmentMidRise CLGSETP_APT_SCH",
9788
+ "service_water_heating_peak_flow_rate": 3.48,
9789
+ "service_water_heating_area": 950.0,
9790
+ "service_water_heating_peak_flow_per_area": 0.003663157895,
9791
+ "service_water_heating_target_temperature": 60.0,
9792
+ "service_water_heating_fraction_sensible": 0.2,
9793
+ "service_water_heating_fraction_latent": 0.05,
9794
+ "service_water_heating_schedule": "ApartmentMidRise APT_DHW_SCH",
9795
+ "exhaust_fan_efficiency": null,
9796
+ "exhaust_fan_power": null,
9797
+ "exhaust_fan_pressure_rise": null,
9798
+ "exhaust_fan_maximum_flow_rate": null,
9799
+ "exhaust_schedule": null,
9800
+ "balanced_exhaust_fraction_schedule": null,
9801
+ "is_residential": "Yes"
9802
+ },
9803
+ {
9804
+ "template": "90.1-2004",
9805
+ "building_type": "MidriseApartment",
9806
+ "space_type": "Apartment_topfloor_WE",
9807
+ "rgb": "78_167_222",
9808
+ "lighting_standard": "ASHRAE 90.1-2004",
9809
+ "lighting_primary_space_type": "MidriseApartment",
9810
+ "lighting_secondary_space_type": "Apartment",
9811
+ "lighting_per_area": 0.36,
9812
+ "lighting_per_person": null,
9813
+ "additional_lighting_per_area": 0.09,
9814
+ "lighting_fraction_to_return_air": 0.0,
9815
+ "lighting_fraction_radiant": 0.0,
9816
+ "lighting_fraction_visible": 0.0,
9817
+ "lighting_schedule": "ApartmentMidRise LTG_APT_SCH",
9818
+ "ventilation_standard": "ASHRAE 62.1-2004",
9819
+ "ventilation_primary_space_type": "Hotels, Motels, Resorts, Dormitories",
9820
+ "ventilation_secondary_space_type": "Apartment",
9821
+ "ventilation_per_area": 0,
9822
+ "ventilation_per_person": 0,
9823
+ "ventilation_air_changes": 0.35,
9824
+ "minimum_total_air_changes": null,
9825
+ "occupancy_per_area": 2.63,
9826
+ "occupancy_schedule": "ApartmentMidRise OCC_APT_SCH",
9827
+ "occupancy_activity_schedule": "ApartmentMidRise Activity Schedule",
9828
+ "infiltration_per_exterior_area": 0.0803777592,
9829
+ "infiltration_per_exterior_wall_area": null,
9830
+ "infiltration_air_changes": null,
9831
+ "infiltration_schedule": "ApartmentMidRise INF_APT_SCH",
9832
+ "gas_equipment_per_area": null,
9833
+ "gas_equipment_fraction_latent": null,
9834
+ "gas_equipment_fraction_radiant": null,
9835
+ "gas_equipment_fraction_lost": null,
9836
+ "gas_equipment_schedule": null,
9837
+ "electric_equipment_per_area": 0.6196632768,
9838
+ "electric_equipment_fraction_latent": 0.0,
9839
+ "electric_equipment_fraction_radiant": 0.5,
9840
+ "electric_equipment_fraction_lost": 0.0,
9841
+ "electric_equipment_schedule": "ApartmentMidRise EQP_APT_SCH",
9842
+ "heating_setpoint_schedule": "ApartmentMidRise HTGSETP_APT_SCH",
9843
+ "cooling_setpoint_schedule": "ApartmentMidRise CLGSETP_APT_SCH",
9844
+ "service_water_heating_peak_flow_rate": 3.48,
9845
+ "service_water_heating_area": 950.0,
9846
+ "service_water_heating_peak_flow_per_area": 0.003663157895,
9847
+ "service_water_heating_target_temperature": 60.0,
9848
+ "service_water_heating_fraction_sensible": 0.2,
9849
+ "service_water_heating_fraction_latent": 0.05,
9850
+ "service_water_heating_schedule": "ApartmentMidRise APT_DHW_SCH",
9851
+ "exhaust_fan_efficiency": null,
9852
+ "exhaust_fan_power": null,
9853
+ "exhaust_fan_pressure_rise": null,
9854
+ "exhaust_fan_maximum_flow_rate": null,
9855
+ "exhaust_schedule": null,
9856
+ "balanced_exhaust_fraction_schedule": null,
9857
+ "is_residential": "Yes"
9802
9858
  },
9803
9859
  {
9804
9860
  "template": "90.1-2004",
@@ -12114,8 +12170,8 @@
12114
12170
  "ventilation_standard": "ASHRAE 62.1-1999",
12115
12171
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
12116
12172
  "ventilation_secondary_space_type": "Physical therapy",
12117
- "ventilation_per_area": 0,
12118
- "ventilation_per_person": 15,
12173
+ "ventilation_per_area": 0.47,
12174
+ "ventilation_per_person": 0,
12119
12175
  "ventilation_air_changes": "",
12120
12176
  "minimum_total_air_changes": null,
12121
12177
  "occupancy_per_area": 20.02,
@@ -12338,8 +12394,8 @@
12338
12394
  "ventilation_standard": "ASHRAE 62.1-1999",
12339
12395
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
12340
12396
  "ventilation_secondary_space_type": "Physical therapy",
12341
- "ventilation_per_area": 0,
12342
- "ventilation_per_person": 15,
12397
+ "ventilation_per_area": 0.47,
12398
+ "ventilation_per_person": 0,
12343
12399
  "ventilation_air_changes": "",
12344
12400
  "minimum_total_air_changes": 6.0,
12345
12401
  "occupancy_per_area": 20.02,
@@ -13066,8 +13122,8 @@
13066
13122
  "ventilation_standard": "ASHRAE 62.1-1999",
13067
13123
  "ventilation_primary_space_type": "Food and Beverage Service",
13068
13124
  "ventilation_secondary_space_type": "Kitchens (cooking)",
13069
- "ventilation_per_area": 0,
13070
- "ventilation_per_person": 15,
13125
+ "ventilation_per_area": 0.47,
13126
+ "ventilation_per_person": 0,
13071
13127
  "ventilation_air_changes": "",
13072
13128
  "minimum_total_air_changes": null,
13073
13129
  "occupancy_per_area": 13.93,
@@ -13514,8 +13570,8 @@
13514
13570
  "ventilation_standard": "ASHRAE 62.1-1999",
13515
13571
  "ventilation_primary_space_type": "Food and Beverage Service",
13516
13572
  "ventilation_secondary_space_type": "Kitchens (cooking)",
13517
- "ventilation_per_area": 0,
13518
- "ventilation_per_person": 15,
13573
+ "ventilation_per_area": 0.47,
13574
+ "ventilation_per_person": 0,
13519
13575
  "ventilation_air_changes": "",
13520
13576
  "minimum_total_air_changes": null,
13521
13577
  "occupancy_per_area": 5.0,
@@ -14074,8 +14130,8 @@
14074
14130
  "ventilation_standard": "ASHRAE 62.1-1999",
14075
14131
  "ventilation_primary_space_type": "Food and Beverage Service",
14076
14132
  "ventilation_secondary_space_type": "Kitchens (cooking)",
14077
- "ventilation_per_area": 0,
14078
- "ventilation_per_person": 15,
14133
+ "ventilation_per_area": 0.47,
14134
+ "ventilation_per_person": 0,
14079
14135
  "ventilation_air_changes": "",
14080
14136
  "minimum_total_air_changes": null,
14081
14137
  "occupancy_per_area": 15.23,
@@ -16406,7 +16462,7 @@
16406
16462
  "exhaust_fan_maximum_flow_rate": null,
16407
16463
  "exhaust_schedule": null,
16408
16464
  "balanced_exhaust_fraction_schedule": null,
16409
- "is_residential": null
16465
+ "is_residential": "Yes"
16410
16466
  },
16411
16467
  {
16412
16468
  "template": "90.1-2007",
@@ -16462,7 +16518,7 @@
16462
16518
  "exhaust_fan_maximum_flow_rate": null,
16463
16519
  "exhaust_schedule": null,
16464
16520
  "balanced_exhaust_fraction_schedule": null,
16465
- "is_residential": null
16521
+ "is_residential": "Yes"
16466
16522
  },
16467
16523
  {
16468
16524
  "template": "90.1-2007",
@@ -16518,7 +16574,7 @@
16518
16574
  "exhaust_fan_maximum_flow_rate": null,
16519
16575
  "exhaust_schedule": null,
16520
16576
  "balanced_exhaust_fraction_schedule": null,
16521
- "is_residential": null
16577
+ "is_residential": "Yes"
16522
16578
  },
16523
16579
  {
16524
16580
  "template": "90.1-2007",
@@ -16688,6 +16744,62 @@
16688
16744
  "balanced_exhaust_fraction_schedule": null,
16689
16745
  "is_residential": null
16690
16746
  },
16747
+ {
16748
+ "template": "90.1-2007",
16749
+ "building_type": "Hospital",
16750
+ "space_type": "Basement",
16751
+ "rgb": "120_230_199",
16752
+ "lighting_standard": "ASHRAE 90.1-2007",
16753
+ "lighting_primary_space_type": "Basement",
16754
+ "lighting_secondary_space_type": "For Hospital",
16755
+ "lighting_per_area": 1,
16756
+ "lighting_per_person": null,
16757
+ "additional_lighting_per_area": null,
16758
+ "lighting_fraction_to_return_air": 0.0,
16759
+ "lighting_fraction_radiant": 0.7,
16760
+ "lighting_fraction_visible": 0.2,
16761
+ "lighting_schedule": "Hospital BLDG_LIGHT_OFFICE_BSMT_SCH",
16762
+ "ventilation_standard": "ASHRAE 62.1-2007",
16763
+ "ventilation_primary_space_type": "Basement",
16764
+ "ventilation_secondary_space_type": "For Hospital",
16765
+ "ventilation_per_area": 0.072495,
16766
+ "ventilation_per_person": "",
16767
+ "ventilation_air_changes": "",
16768
+ "minimum_total_air_changes": null,
16769
+ "occupancy_per_area": 2.5,
16770
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
16771
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
16772
+ "infiltration_per_exterior_area": 0.0446,
16773
+ "infiltration_per_exterior_wall_area": null,
16774
+ "infiltration_air_changes": null,
16775
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
16776
+ "gas_equipment_per_area": null,
16777
+ "gas_equipment_fraction_latent": null,
16778
+ "gas_equipment_fraction_radiant": null,
16779
+ "gas_equipment_fraction_lost": null,
16780
+ "gas_equipment_schedule": null,
16781
+ "electric_equipment_per_area": 0.75,
16782
+ "electric_equipment_fraction_latent": 0.0,
16783
+ "electric_equipment_fraction_radiant": 0.5,
16784
+ "electric_equipment_fraction_lost": 0.0,
16785
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
16786
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
16787
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
16788
+ "service_water_heating_peak_flow_rate": null,
16789
+ "service_water_heating_area": null,
16790
+ "service_water_heating_peak_flow_per_area": null,
16791
+ "service_water_heating_target_temperature": null,
16792
+ "service_water_heating_fraction_sensible": null,
16793
+ "service_water_heating_fraction_latent": null,
16794
+ "service_water_heating_schedule": null,
16795
+ "exhaust_fan_efficiency": null,
16796
+ "exhaust_fan_power": null,
16797
+ "exhaust_fan_pressure_rise": null,
16798
+ "exhaust_fan_maximum_flow_rate": null,
16799
+ "exhaust_schedule": null,
16800
+ "balanced_exhaust_fraction_schedule": null,
16801
+ "is_residential": null
16802
+ },
16691
16803
  {
16692
16804
  "template": "90.1-2007",
16693
16805
  "building_type": "Hospital",
@@ -16871,12 +16983,12 @@
16871
16983
  "lighting_fraction_radiant": 0.7,
16872
16984
  "lighting_fraction_visible": 0.2,
16873
16985
  "lighting_schedule": "Hospital BLDG_LIGHT_NURSEFLR1_SCH",
16874
- "ventilation_standard": "AIA 2001",
16875
- "ventilation_primary_space_type": "Surgery and Critical Care",
16876
- "ventilation_secondary_space_type": "ER Waiting Room",
16877
- "ventilation_per_area": "",
16878
- "ventilation_per_person": "",
16879
- "ventilation_air_changes": 2,
16986
+ "ventilation_standard": "ASHRAE 62.1-2004",
16987
+ "ventilation_primary_space_type": "Office Buildings",
16988
+ "ventilation_secondary_space_type": "Office space",
16989
+ "ventilation_per_area": 0.06,
16990
+ "ventilation_per_person": 5,
16991
+ "ventilation_air_changes": "",
16880
16992
  "minimum_total_air_changes": null,
16881
16993
  "occupancy_per_area": 1.333,
16882
16994
  "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
@@ -17039,14 +17151,70 @@
17039
17151
  "lighting_fraction_radiant": 0.7,
17040
17152
  "lighting_fraction_visible": 0.2,
17041
17153
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
17154
+ "ventilation_standard": "ASHRAE 62.1-2004",
17155
+ "ventilation_primary_space_type": "Office Buildings",
17156
+ "ventilation_secondary_space_type": "Office space",
17157
+ "ventilation_per_area": 0.06,
17158
+ "ventilation_per_person": 5,
17159
+ "ventilation_air_changes": "",
17160
+ "minimum_total_air_changes": null,
17161
+ "occupancy_per_area": 1.333,
17162
+ "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
17163
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17164
+ "infiltration_per_exterior_area": 0.0446,
17165
+ "infiltration_per_exterior_wall_area": null,
17166
+ "infiltration_air_changes": null,
17167
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
17168
+ "gas_equipment_per_area": null,
17169
+ "gas_equipment_fraction_latent": null,
17170
+ "gas_equipment_fraction_radiant": null,
17171
+ "gas_equipment_fraction_lost": null,
17172
+ "gas_equipment_schedule": null,
17173
+ "electric_equipment_per_area": 2.0,
17174
+ "electric_equipment_fraction_latent": 0.0,
17175
+ "electric_equipment_fraction_radiant": 0.5,
17176
+ "electric_equipment_fraction_lost": 0.0,
17177
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
17178
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
17179
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
17180
+ "service_water_heating_peak_flow_rate": null,
17181
+ "service_water_heating_area": null,
17182
+ "service_water_heating_peak_flow_per_area": "",
17183
+ "service_water_heating_target_temperature": null,
17184
+ "service_water_heating_fraction_sensible": null,
17185
+ "service_water_heating_fraction_latent": null,
17186
+ "service_water_heating_schedule": null,
17187
+ "exhaust_fan_efficiency": null,
17188
+ "exhaust_fan_power": null,
17189
+ "exhaust_fan_pressure_rise": null,
17190
+ "exhaust_fan_maximum_flow_rate": null,
17191
+ "exhaust_schedule": null,
17192
+ "balanced_exhaust_fraction_schedule": null,
17193
+ "is_residential": null
17194
+ },
17195
+ {
17196
+ "template": "90.1-2007",
17197
+ "building_type": "Hospital",
17198
+ "space_type": "ICU_Open",
17199
+ "rgb": "78_167_222",
17200
+ "lighting_standard": "ASHRAE 90.1-2007",
17201
+ "lighting_primary_space_type": "Hospital",
17202
+ "lighting_secondary_space_type": "Recovery",
17203
+ "lighting_per_area": 0.8,
17204
+ "lighting_per_person": null,
17205
+ "additional_lighting_per_area": null,
17206
+ "lighting_fraction_to_return_air": 0.0,
17207
+ "lighting_fraction_radiant": 0.7,
17208
+ "lighting_fraction_visible": 0.2,
17209
+ "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
17042
17210
  "ventilation_standard": "AIA 2001",
17043
17211
  "ventilation_primary_space_type": "Surgery and Critical Care",
17044
- "ventilation_secondary_space_type": "Critical and Intensive Care",
17212
+ "ventilation_secondary_space_type": "Newborn Intensive Care",
17045
17213
  "ventilation_per_area": "",
17046
17214
  "ventilation_per_person": "",
17047
17215
  "ventilation_air_changes": 2,
17048
17216
  "minimum_total_air_changes": null,
17049
- "occupancy_per_area": 1.333,
17217
+ "occupancy_per_area": 5.0,
17050
17218
  "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
17051
17219
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17052
17220
  "infiltration_per_exterior_area": 0.0446,
@@ -17058,7 +17226,7 @@
17058
17226
  "gas_equipment_fraction_radiant": null,
17059
17227
  "gas_equipment_fraction_lost": null,
17060
17228
  "gas_equipment_schedule": null,
17061
- "electric_equipment_per_area": 2.0,
17229
+ "electric_equipment_per_area": 3.0,
17062
17230
  "electric_equipment_fraction_latent": 0.0,
17063
17231
  "electric_equipment_fraction_radiant": 0.5,
17064
17232
  "electric_equipment_fraction_lost": 0.0,
@@ -17083,12 +17251,12 @@
17083
17251
  {
17084
17252
  "template": "90.1-2007",
17085
17253
  "building_type": "Hospital",
17086
- "space_type": "ICU_Open",
17254
+ "space_type": "ICU_PatRm",
17087
17255
  "rgb": "78_167_222",
17088
17256
  "lighting_standard": "ASHRAE 90.1-2007",
17089
17257
  "lighting_primary_space_type": "Hospital",
17090
- "lighting_secondary_space_type": "Recovery",
17091
- "lighting_per_area": 0.8,
17258
+ "lighting_secondary_space_type": "Patient Room",
17259
+ "lighting_per_area": 0.7,
17092
17260
  "lighting_per_person": null,
17093
17261
  "additional_lighting_per_area": null,
17094
17262
  "lighting_fraction_to_return_air": 0.0,
@@ -17097,7 +17265,7 @@
17097
17265
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
17098
17266
  "ventilation_standard": "AIA 2001",
17099
17267
  "ventilation_primary_space_type": "Surgery and Critical Care",
17100
- "ventilation_secondary_space_type": "Critical and Intensive Care",
17268
+ "ventilation_secondary_space_type": "Newborn Intensive Care",
17101
17269
  "ventilation_per_area": "",
17102
17270
  "ventilation_per_person": "",
17103
17271
  "ventilation_air_changes": 2,
@@ -17139,27 +17307,83 @@
17139
17307
  {
17140
17308
  "template": "90.1-2007",
17141
17309
  "building_type": "Hospital",
17142
- "space_type": "ICU_PatRm",
17143
- "rgb": "78_167_222",
17310
+ "space_type": "Kitchen",
17311
+ "rgb": "78_222_133",
17312
+ "lighting_standard": "ASHRAE 90.1-2007",
17313
+ "lighting_primary_space_type": "Food Preparation",
17314
+ "lighting_secondary_space_type": "General",
17315
+ "lighting_per_area": 1.2,
17316
+ "lighting_per_person": null,
17317
+ "additional_lighting_per_area": null,
17318
+ "lighting_fraction_to_return_air": 0.0,
17319
+ "lighting_fraction_radiant": 0.7,
17320
+ "lighting_fraction_visible": 0.2,
17321
+ "lighting_schedule": "Hospital BLDG_LIGHT_SCH",
17322
+ "ventilation_standard": "ASHRAE 62.1-2004",
17323
+ "ventilation_primary_space_type": "Food and Beverage Service",
17324
+ "ventilation_secondary_space_type": "Cafeteria/fast food dining",
17325
+ "ventilation_per_area": 0.18,
17326
+ "ventilation_per_person": 7.5,
17327
+ "ventilation_air_changes": "",
17328
+ "minimum_total_air_changes": null,
17329
+ "occupancy_per_area": 5.0,
17330
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
17331
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17332
+ "infiltration_per_exterior_area": 0.0446,
17333
+ "infiltration_per_exterior_wall_area": null,
17334
+ "infiltration_air_changes": null,
17335
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
17336
+ "gas_equipment_per_area": 51.16,
17337
+ "gas_equipment_fraction_latent": 0.0,
17338
+ "gas_equipment_fraction_radiant": 0.5,
17339
+ "gas_equipment_fraction_lost": 0.0,
17340
+ "gas_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
17341
+ "electric_equipment_per_area": 7.5,
17342
+ "electric_equipment_fraction_latent": 0.0,
17343
+ "electric_equipment_fraction_radiant": 0.5,
17344
+ "electric_equipment_fraction_lost": 0.0,
17345
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
17346
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
17347
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
17348
+ "service_water_heating_peak_flow_rate": 150.0,
17349
+ "service_water_heating_area": 10000.0,
17350
+ "service_water_heating_peak_flow_per_area": 0.015,
17351
+ "service_water_heating_target_temperature": 49.0,
17352
+ "service_water_heating_fraction_sensible": 0.2,
17353
+ "service_water_heating_fraction_latent": 0.05,
17354
+ "service_water_heating_schedule": "Hospital BLDG_SWH_EXTD_SCH",
17355
+ "exhaust_fan_efficiency": 0.338,
17356
+ "exhaust_fan_power": 229133.6778,
17357
+ "exhaust_fan_pressure_rise": 124.5,
17358
+ "exhaust_fan_maximum_flow_rate": 7200.0,
17359
+ "exhaust_schedule": "Hospital Kitchen_Exhaust_SCH",
17360
+ "balanced_exhaust_fraction_schedule": null,
17361
+ "is_residential": null
17362
+ },
17363
+ {
17364
+ "template": "90.1-2007",
17365
+ "building_type": "Hospital",
17366
+ "space_type": "Lab",
17367
+ "rgb": "204_120_230",
17144
17368
  "lighting_standard": "ASHRAE 90.1-2007",
17145
17369
  "lighting_primary_space_type": "Hospital",
17146
- "lighting_secondary_space_type": "Patient Room",
17147
- "lighting_per_area": 0.7,
17370
+ "lighting_secondary_space_type": "Medical Supply",
17371
+ "lighting_per_area": 1.4,
17148
17372
  "lighting_per_person": null,
17149
17373
  "additional_lighting_per_area": null,
17150
17374
  "lighting_fraction_to_return_air": 0.0,
17151
17375
  "lighting_fraction_radiant": 0.7,
17152
17376
  "lighting_fraction_visible": 0.2,
17153
- "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
17154
- "ventilation_standard": "AIA 2001",
17155
- "ventilation_primary_space_type": "Surgery and Critical Care",
17156
- "ventilation_secondary_space_type": "Critical and Intensive Care",
17157
- "ventilation_per_area": "",
17158
- "ventilation_per_person": "",
17159
- "ventilation_air_changes": 2,
17377
+ "lighting_schedule": "Hospital BLDG_LIGHT_SCH",
17378
+ "ventilation_standard": "ASHRAE 62.1-2004",
17379
+ "ventilation_primary_space_type": "Educational Facilities",
17380
+ "ventilation_secondary_space_type": "Science laboratories",
17381
+ "ventilation_per_area": 0.18,
17382
+ "ventilation_per_person": 10,
17383
+ "ventilation_air_changes": "",
17160
17384
  "minimum_total_air_changes": null,
17161
17385
  "occupancy_per_area": 5.0,
17162
- "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
17386
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
17163
17387
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17164
17388
  "infiltration_per_exterior_area": 0.0446,
17165
17389
  "infiltration_per_exterior_wall_area": null,
@@ -17170,11 +17394,67 @@
17170
17394
  "gas_equipment_fraction_radiant": null,
17171
17395
  "gas_equipment_fraction_lost": null,
17172
17396
  "gas_equipment_schedule": null,
17173
- "electric_equipment_per_area": 3.0,
17397
+ "electric_equipment_per_area": 4.0,
17174
17398
  "electric_equipment_fraction_latent": 0.0,
17175
17399
  "electric_equipment_fraction_radiant": 0.5,
17176
17400
  "electric_equipment_fraction_lost": 0.0,
17177
- "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
17401
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
17402
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
17403
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
17404
+ "service_water_heating_peak_flow_rate": 2.0,
17405
+ "service_water_heating_area": 2850.0,
17406
+ "service_water_heating_peak_flow_per_area": 0.000701754386,
17407
+ "service_water_heating_target_temperature": 49.0,
17408
+ "service_water_heating_fraction_sensible": 0.2,
17409
+ "service_water_heating_fraction_latent": 0.05,
17410
+ "service_water_heating_schedule": "Hospital BLDG_SWH_SCH",
17411
+ "exhaust_fan_efficiency": null,
17412
+ "exhaust_fan_power": null,
17413
+ "exhaust_fan_pressure_rise": null,
17414
+ "exhaust_fan_maximum_flow_rate": null,
17415
+ "exhaust_schedule": null,
17416
+ "balanced_exhaust_fraction_schedule": null,
17417
+ "is_residential": null
17418
+ },
17419
+ {
17420
+ "template": "90.1-2007",
17421
+ "building_type": "Hospital",
17422
+ "space_type": "Lobby",
17423
+ "rgb": "31_162_169",
17424
+ "lighting_standard": "ASHRAE 90.1-2007",
17425
+ "lighting_primary_space_type": "Lobby",
17426
+ "lighting_secondary_space_type": "General",
17427
+ "lighting_per_area": 1.3,
17428
+ "lighting_per_person": null,
17429
+ "additional_lighting_per_area": null,
17430
+ "lighting_fraction_to_return_air": 0.0,
17431
+ "lighting_fraction_radiant": 0.7,
17432
+ "lighting_fraction_visible": 0.2,
17433
+ "lighting_schedule": "Hospital BLDG_LIGHT_LOBBYFLR1_SCH",
17434
+ "ventilation_standard": "ASHRAE 62.1-2004",
17435
+ "ventilation_primary_space_type": "Office Buildings",
17436
+ "ventilation_secondary_space_type": "Main entry lobbies",
17437
+ "ventilation_per_area": 0.06,
17438
+ "ventilation_per_person": 5,
17439
+ "ventilation_air_changes": "",
17440
+ "minimum_total_air_changes": null,
17441
+ "occupancy_per_area": 7.14,
17442
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
17443
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17444
+ "infiltration_per_exterior_area": 0.0446,
17445
+ "infiltration_per_exterior_wall_area": null,
17446
+ "infiltration_air_changes": null,
17447
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
17448
+ "gas_equipment_per_area": null,
17449
+ "gas_equipment_fraction_latent": null,
17450
+ "gas_equipment_fraction_radiant": null,
17451
+ "gas_equipment_fraction_lost": null,
17452
+ "gas_equipment_schedule": null,
17453
+ "electric_equipment_per_area": 0.07000000000000005,
17454
+ "electric_equipment_fraction_latent": 0.0,
17455
+ "electric_equipment_fraction_radiant": 0.5,
17456
+ "electric_equipment_fraction_lost": 0.0,
17457
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
17178
17458
  "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
17179
17459
  "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
17180
17460
  "service_water_heating_peak_flow_rate": null,
@@ -17195,25 +17475,137 @@
17195
17475
  {
17196
17476
  "template": "90.1-2007",
17197
17477
  "building_type": "Hospital",
17198
- "space_type": "Kitchen",
17199
- "rgb": "78_222_133",
17478
+ "space_type": "Lobby",
17479
+ "rgb": "31_162_169",
17200
17480
  "lighting_standard": "ASHRAE 90.1-2007",
17201
- "lighting_primary_space_type": "Food Preparation",
17481
+ "lighting_primary_space_type": "Lobby",
17202
17482
  "lighting_secondary_space_type": "General",
17203
- "lighting_per_area": 1.2,
17483
+ "lighting_per_area": 1.3,
17204
17484
  "lighting_per_person": null,
17205
17485
  "additional_lighting_per_area": null,
17206
17486
  "lighting_fraction_to_return_air": 0.0,
17207
17487
  "lighting_fraction_radiant": 0.7,
17208
17488
  "lighting_fraction_visible": 0.2,
17209
- "lighting_schedule": "Hospital BLDG_LIGHT_SCH",
17489
+ "lighting_schedule": "Hospital BLDG_LIGHT_LOBBYFLR1_SCH",
17210
17490
  "ventilation_standard": "ASHRAE 62.1-2004",
17211
- "ventilation_primary_space_type": "Food and Beverage Service",
17212
- "ventilation_secondary_space_type": "Cafeteria/fast food dining",
17213
- "ventilation_per_area": 0.18,
17214
- "ventilation_per_person": 7.5,
17491
+ "ventilation_primary_space_type": "Office Buildings",
17492
+ "ventilation_secondary_space_type": "Main entry lobbies",
17493
+ "ventilation_per_area": 0.06,
17494
+ "ventilation_per_person": 5,
17495
+ "ventilation_air_changes": "",
17496
+ "minimum_total_air_changes": null,
17497
+ "occupancy_per_area": 1.33,
17498
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
17499
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17500
+ "infiltration_per_exterior_area": 0.0446,
17501
+ "infiltration_per_exterior_wall_area": null,
17502
+ "infiltration_air_changes": null,
17503
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
17504
+ "gas_equipment_per_area": null,
17505
+ "gas_equipment_fraction_latent": null,
17506
+ "gas_equipment_fraction_radiant": null,
17507
+ "gas_equipment_fraction_lost": null,
17508
+ "gas_equipment_schedule": null,
17509
+ "electric_equipment_per_area": 0.07000000000000005,
17510
+ "electric_equipment_fraction_latent": 0.0,
17511
+ "electric_equipment_fraction_radiant": 0.5,
17512
+ "electric_equipment_fraction_lost": 0.0,
17513
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
17514
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
17515
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
17516
+ "service_water_heating_peak_flow_rate": null,
17517
+ "service_water_heating_area": null,
17518
+ "service_water_heating_peak_flow_per_area": "",
17519
+ "service_water_heating_target_temperature": null,
17520
+ "service_water_heating_fraction_sensible": null,
17521
+ "service_water_heating_fraction_latent": null,
17522
+ "service_water_heating_schedule": null,
17523
+ "exhaust_fan_efficiency": null,
17524
+ "exhaust_fan_power": null,
17525
+ "exhaust_fan_pressure_rise": null,
17526
+ "exhaust_fan_maximum_flow_rate": null,
17527
+ "exhaust_schedule": null,
17528
+ "balanced_exhaust_fraction_schedule": null,
17529
+ "is_residential": null
17530
+ },
17531
+ {
17532
+ "template": "90.1-2007",
17533
+ "building_type": "Hospital",
17534
+ "space_type": "NurseStn",
17535
+ "rgb": "31_162_169",
17536
+ "lighting_standard": "ASHRAE 90.1-2007",
17537
+ "lighting_primary_space_type": "Hospital",
17538
+ "lighting_secondary_space_type": "Nurse Station",
17539
+ "lighting_per_area": 1,
17540
+ "lighting_per_person": null,
17541
+ "additional_lighting_per_area": null,
17542
+ "lighting_fraction_to_return_air": 0.0,
17543
+ "lighting_fraction_radiant": 0.7,
17544
+ "lighting_fraction_visible": 0.2,
17545
+ "lighting_schedule": "Hospital BLDG_LIGHT_NURSEFLR234_SCH",
17546
+ "ventilation_standard": "ASHRAE 62.1-2004",
17547
+ "ventilation_primary_space_type": "Office Buildings",
17548
+ "ventilation_secondary_space_type": "Office space",
17549
+ "ventilation_per_area": 0.06,
17550
+ "ventilation_per_person": 5,
17215
17551
  "ventilation_air_changes": "",
17216
17552
  "minimum_total_air_changes": null,
17553
+ "occupancy_per_area": 1.33,
17554
+ "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
17555
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17556
+ "infiltration_per_exterior_area": 0.0446,
17557
+ "infiltration_per_exterior_wall_area": null,
17558
+ "infiltration_air_changes": null,
17559
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
17560
+ "gas_equipment_per_area": null,
17561
+ "gas_equipment_fraction_latent": null,
17562
+ "gas_equipment_fraction_radiant": null,
17563
+ "gas_equipment_fraction_lost": null,
17564
+ "gas_equipment_schedule": null,
17565
+ "electric_equipment_per_area": 1.04,
17566
+ "electric_equipment_fraction_latent": 0.0,
17567
+ "electric_equipment_fraction_radiant": 0.5,
17568
+ "electric_equipment_fraction_lost": 0.0,
17569
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
17570
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
17571
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
17572
+ "service_water_heating_peak_flow_rate": null,
17573
+ "service_water_heating_area": null,
17574
+ "service_water_heating_peak_flow_per_area": "",
17575
+ "service_water_heating_target_temperature": null,
17576
+ "service_water_heating_fraction_sensible": null,
17577
+ "service_water_heating_fraction_latent": null,
17578
+ "service_water_heating_schedule": null,
17579
+ "exhaust_fan_efficiency": null,
17580
+ "exhaust_fan_power": null,
17581
+ "exhaust_fan_pressure_rise": null,
17582
+ "exhaust_fan_maximum_flow_rate": null,
17583
+ "exhaust_schedule": null,
17584
+ "balanced_exhaust_fraction_schedule": null,
17585
+ "is_residential": null
17586
+ },
17587
+ {
17588
+ "template": "90.1-2007",
17589
+ "building_type": "Hospital",
17590
+ "space_type": "OR",
17591
+ "rgb": "169_31_159",
17592
+ "lighting_standard": "ASHRAE 90.1-2007",
17593
+ "lighting_primary_space_type": "Hospital",
17594
+ "lighting_secondary_space_type": "Operating Room",
17595
+ "lighting_per_area": 2.2,
17596
+ "lighting_per_person": null,
17597
+ "additional_lighting_per_area": null,
17598
+ "lighting_fraction_to_return_air": 0.0,
17599
+ "lighting_fraction_radiant": 0.7,
17600
+ "lighting_fraction_visible": 0.2,
17601
+ "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
17602
+ "ventilation_standard": "AIA 2001",
17603
+ "ventilation_primary_space_type": "Surgery and Critical Care",
17604
+ "ventilation_secondary_space_type": "Operating/Surgical Cystoscopic Rooms",
17605
+ "ventilation_per_area": "",
17606
+ "ventilation_per_person": "",
17607
+ "ventilation_air_changes": 3,
17608
+ "minimum_total_air_changes": null,
17217
17609
  "occupancy_per_area": 5.0,
17218
17610
  "occupancy_schedule": "Hospital BLDG_OCC_SCH",
17219
17611
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
@@ -17221,56 +17613,112 @@
17221
17613
  "infiltration_per_exterior_wall_area": null,
17222
17614
  "infiltration_air_changes": null,
17223
17615
  "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
17224
- "gas_equipment_per_area": 51.16,
17225
- "gas_equipment_fraction_latent": 0.0,
17226
- "gas_equipment_fraction_radiant": 0.5,
17227
- "gas_equipment_fraction_lost": 0.0,
17228
- "gas_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
17229
- "electric_equipment_per_area": 7.5,
17616
+ "gas_equipment_per_area": null,
17617
+ "gas_equipment_fraction_latent": null,
17618
+ "gas_equipment_fraction_radiant": null,
17619
+ "gas_equipment_fraction_lost": null,
17620
+ "gas_equipment_schedule": null,
17621
+ "electric_equipment_per_area": 4.0,
17230
17622
  "electric_equipment_fraction_latent": 0.0,
17231
17623
  "electric_equipment_fraction_radiant": 0.5,
17232
17624
  "electric_equipment_fraction_lost": 0.0,
17233
17625
  "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
17234
17626
  "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
17235
17627
  "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
17236
- "service_water_heating_peak_flow_rate": 150.0,
17237
- "service_water_heating_area": 10000.0,
17238
- "service_water_heating_peak_flow_per_area": 0.015,
17628
+ "service_water_heating_peak_flow_rate": 2.0,
17629
+ "service_water_heating_area": 600.0,
17630
+ "service_water_heating_peak_flow_per_area": 0.003333333333,
17239
17631
  "service_water_heating_target_temperature": 49.0,
17240
17632
  "service_water_heating_fraction_sensible": 0.2,
17241
17633
  "service_water_heating_fraction_latent": 0.05,
17242
- "service_water_heating_schedule": "Hospital BLDG_SWH_EXTD_SCH",
17243
- "exhaust_fan_efficiency": 0.338,
17244
- "exhaust_fan_power": 924.6539123,
17245
- "exhaust_fan_pressure_rise": 0.5024115756,
17634
+ "service_water_heating_schedule": "Hospital BLDG_SWH_SCH",
17635
+ "exhaust_fan_efficiency": null,
17636
+ "exhaust_fan_power": null,
17637
+ "exhaust_fan_pressure_rise": null,
17246
17638
  "exhaust_fan_maximum_flow_rate": null,
17247
- "exhaust_schedule": "Hospital Kitchen_Exhaust_SCH",
17639
+ "exhaust_schedule": null,
17248
17640
  "balanced_exhaust_fraction_schedule": null,
17249
17641
  "is_residential": null
17250
17642
  },
17251
17643
  {
17252
17644
  "template": "90.1-2007",
17253
17645
  "building_type": "Hospital",
17254
- "space_type": "Lobby",
17255
- "rgb": "31_162_169",
17646
+ "space_type": "OR",
17647
+ "rgb": "169_31_159",
17256
17648
  "lighting_standard": "ASHRAE 90.1-2007",
17257
- "lighting_primary_space_type": "Lobby",
17649
+ "lighting_primary_space_type": "Hospital",
17650
+ "lighting_secondary_space_type": "Operating Room",
17651
+ "lighting_per_area": 2.2,
17652
+ "lighting_per_person": null,
17653
+ "additional_lighting_per_area": null,
17654
+ "lighting_fraction_to_return_air": 0.0,
17655
+ "lighting_fraction_radiant": 0.7,
17656
+ "lighting_fraction_visible": 0.2,
17657
+ "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
17658
+ "ventilation_standard": "AIA 2001",
17659
+ "ventilation_primary_space_type": "Surgery and Critical Care",
17660
+ "ventilation_secondary_space_type": "Operating/Surgical Cystoscopic Rooms",
17661
+ "ventilation_per_area": "",
17662
+ "ventilation_per_person": "",
17663
+ "ventilation_air_changes": 3,
17664
+ "minimum_total_air_changes": null,
17665
+ "occupancy_per_area": 5.0,
17666
+ "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
17667
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17668
+ "infiltration_per_exterior_area": 0.0446,
17669
+ "infiltration_per_exterior_wall_area": null,
17670
+ "infiltration_air_changes": null,
17671
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
17672
+ "gas_equipment_per_area": null,
17673
+ "gas_equipment_fraction_latent": null,
17674
+ "gas_equipment_fraction_radiant": null,
17675
+ "gas_equipment_fraction_lost": null,
17676
+ "gas_equipment_schedule": null,
17677
+ "electric_equipment_per_area": 2.92,
17678
+ "electric_equipment_fraction_latent": 0.0,
17679
+ "electric_equipment_fraction_radiant": 0.5,
17680
+ "electric_equipment_fraction_lost": 0.0,
17681
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
17682
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
17683
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
17684
+ "service_water_heating_peak_flow_rate": 2.0,
17685
+ "service_water_heating_area": 600.0,
17686
+ "service_water_heating_peak_flow_per_area": 0.003333333333,
17687
+ "service_water_heating_target_temperature": 49.0,
17688
+ "service_water_heating_fraction_sensible": 0.2,
17689
+ "service_water_heating_fraction_latent": 0.05,
17690
+ "service_water_heating_schedule": "Hospital BLDG_SWH_SCH",
17691
+ "exhaust_fan_efficiency": null,
17692
+ "exhaust_fan_power": null,
17693
+ "exhaust_fan_pressure_rise": null,
17694
+ "exhaust_fan_maximum_flow_rate": null,
17695
+ "exhaust_schedule": null,
17696
+ "balanced_exhaust_fraction_schedule": null,
17697
+ "is_residential": null
17698
+ },
17699
+ {
17700
+ "template": "90.1-2007",
17701
+ "building_type": "Hospital",
17702
+ "space_type": "Office",
17703
+ "rgb": "120_230_199",
17704
+ "lighting_standard": "ASHRAE 90.1-2007",
17705
+ "lighting_primary_space_type": "Office-Enclosed",
17258
17706
  "lighting_secondary_space_type": "General",
17259
- "lighting_per_area": 1.3,
17707
+ "lighting_per_area": 1.1,
17260
17708
  "lighting_per_person": null,
17261
17709
  "additional_lighting_per_area": null,
17262
17710
  "lighting_fraction_to_return_air": 0.0,
17263
17711
  "lighting_fraction_radiant": 0.7,
17264
17712
  "lighting_fraction_visible": 0.2,
17265
- "lighting_schedule": "Hospital BLDG_LIGHT_LOBBYFLR1_SCH",
17713
+ "lighting_schedule": "Hospital BLDG_LIGHT_OFFICE_SCH",
17266
17714
  "ventilation_standard": "ASHRAE 62.1-2004",
17267
17715
  "ventilation_primary_space_type": "Office Buildings",
17268
- "ventilation_secondary_space_type": "Main entry lobbies",
17716
+ "ventilation_secondary_space_type": "Office space",
17269
17717
  "ventilation_per_area": 0.06,
17270
17718
  "ventilation_per_person": 5,
17271
17719
  "ventilation_air_changes": "",
17272
17720
  "minimum_total_air_changes": null,
17273
- "occupancy_per_area": 7.14,
17721
+ "occupancy_per_area": 6.99,
17274
17722
  "occupancy_schedule": "Hospital BLDG_OCC_SCH",
17275
17723
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17276
17724
  "infiltration_per_exterior_area": 0.0446,
@@ -17282,7 +17730,7 @@
17282
17730
  "gas_equipment_fraction_radiant": null,
17283
17731
  "gas_equipment_fraction_lost": null,
17284
17732
  "gas_equipment_schedule": null,
17285
- "electric_equipment_per_area": 0.07000000000000005,
17733
+ "electric_equipment_per_area": 0.73,
17286
17734
  "electric_equipment_fraction_latent": 0.0,
17287
17735
  "electric_equipment_fraction_radiant": 0.5,
17288
17736
  "electric_equipment_fraction_lost": 0.0,
@@ -17307,27 +17755,27 @@
17307
17755
  {
17308
17756
  "template": "90.1-2007",
17309
17757
  "building_type": "Hospital",
17310
- "space_type": "OR",
17311
- "rgb": "169_31_159",
17758
+ "space_type": "Office",
17759
+ "rgb": "120_230_199",
17312
17760
  "lighting_standard": "ASHRAE 90.1-2007",
17313
- "lighting_primary_space_type": "Hospital",
17314
- "lighting_secondary_space_type": "Operating Room",
17315
- "lighting_per_area": 2.2,
17761
+ "lighting_primary_space_type": "Office-Enclosed",
17762
+ "lighting_secondary_space_type": "General",
17763
+ "lighting_per_area": 1.0,
17316
17764
  "lighting_per_person": null,
17317
17765
  "additional_lighting_per_area": null,
17318
17766
  "lighting_fraction_to_return_air": 0.0,
17319
17767
  "lighting_fraction_radiant": 0.7,
17320
17768
  "lighting_fraction_visible": 0.2,
17321
- "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
17322
- "ventilation_standard": "AIA 2001",
17323
- "ventilation_primary_space_type": "Surgery and Critical Care",
17324
- "ventilation_secondary_space_type": "Operating/Surgical Cystoscopic Rooms",
17325
- "ventilation_per_area": "",
17326
- "ventilation_per_person": "",
17327
- "ventilation_air_changes": 3,
17769
+ "lighting_schedule": "Hospital BLDG_LIGHT_OFFICE_SCH",
17770
+ "ventilation_standard": "ASHRAE 62.1-2004",
17771
+ "ventilation_primary_space_type": "Office Buildings",
17772
+ "ventilation_secondary_space_type": "Office space",
17773
+ "ventilation_per_area": 0.06,
17774
+ "ventilation_per_person": 5,
17775
+ "ventilation_air_changes": "",
17328
17776
  "minimum_total_air_changes": null,
17329
- "occupancy_per_area": 5.0,
17330
- "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
17777
+ "occupancy_per_area": 7.0,
17778
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
17331
17779
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17332
17780
  "infiltration_per_exterior_area": 0.0446,
17333
17781
  "infiltration_per_exterior_wall_area": null,
@@ -17338,20 +17786,20 @@
17338
17786
  "gas_equipment_fraction_radiant": null,
17339
17787
  "gas_equipment_fraction_lost": null,
17340
17788
  "gas_equipment_schedule": null,
17341
- "electric_equipment_per_area": 2.92,
17789
+ "electric_equipment_per_area": 1.0,
17342
17790
  "electric_equipment_fraction_latent": 0.0,
17343
17791
  "electric_equipment_fraction_radiant": 0.5,
17344
17792
  "electric_equipment_fraction_lost": 0.0,
17345
- "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
17793
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
17346
17794
  "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
17347
17795
  "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
17348
- "service_water_heating_peak_flow_rate": 2.0,
17349
- "service_water_heating_area": 600.0,
17350
- "service_water_heating_peak_flow_per_area": 0.003333333333,
17351
- "service_water_heating_target_temperature": 49.0,
17352
- "service_water_heating_fraction_sensible": 0.2,
17353
- "service_water_heating_fraction_latent": 0.05,
17354
- "service_water_heating_schedule": "Hospital BLDG_SWH_SCH",
17796
+ "service_water_heating_peak_flow_rate": null,
17797
+ "service_water_heating_area": null,
17798
+ "service_water_heating_peak_flow_per_area": "",
17799
+ "service_water_heating_target_temperature": null,
17800
+ "service_water_heating_fraction_sensible": null,
17801
+ "service_water_heating_fraction_latent": null,
17802
+ "service_water_heating_schedule": null,
17355
17803
  "exhaust_fan_efficiency": null,
17356
17804
  "exhaust_fan_power": null,
17357
17805
  "exhaust_fan_pressure_rise": null,
@@ -17363,27 +17811,27 @@
17363
17811
  {
17364
17812
  "template": "90.1-2007",
17365
17813
  "building_type": "Hospital",
17366
- "space_type": "Office",
17367
- "rgb": "120_230_199",
17814
+ "space_type": "PatCorridor",
17815
+ "rgb": "169_31_31",
17368
17816
  "lighting_standard": "ASHRAE 90.1-2007",
17369
- "lighting_primary_space_type": "Office-Enclosed",
17370
- "lighting_secondary_space_type": "General",
17371
- "lighting_per_area": 1.1,
17817
+ "lighting_primary_space_type": "Corridor/Transition",
17818
+ "lighting_secondary_space_type": "For Hospital",
17819
+ "lighting_per_area": 1,
17372
17820
  "lighting_per_person": null,
17373
17821
  "additional_lighting_per_area": null,
17374
17822
  "lighting_fraction_to_return_air": 0.0,
17375
17823
  "lighting_fraction_radiant": 0.7,
17376
17824
  "lighting_fraction_visible": 0.2,
17377
- "lighting_schedule": "Hospital BLDG_LIGHT_OFFICE_SCH",
17825
+ "lighting_schedule": "Hospital BLDG_LIGHT_CORRIDOR_SCH",
17378
17826
  "ventilation_standard": "ASHRAE 62.1-2004",
17379
- "ventilation_primary_space_type": "Office Buildings",
17380
- "ventilation_secondary_space_type": "Office space",
17827
+ "ventilation_primary_space_type": "General",
17828
+ "ventilation_secondary_space_type": "Corridors",
17381
17829
  "ventilation_per_area": 0.06,
17382
- "ventilation_per_person": 5,
17830
+ "ventilation_per_person": "",
17383
17831
  "ventilation_air_changes": "",
17384
17832
  "minimum_total_air_changes": null,
17385
- "occupancy_per_area": 6.99,
17386
- "occupancy_schedule": "Hospital BLDG_OCC_SCH",
17833
+ "occupancy_per_area": 1.0,
17834
+ "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
17387
17835
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
17388
17836
  "infiltration_per_exterior_area": 0.0446,
17389
17837
  "infiltration_per_exterior_wall_area": null,
@@ -17394,7 +17842,7 @@
17394
17842
  "gas_equipment_fraction_radiant": null,
17395
17843
  "gas_equipment_fraction_lost": null,
17396
17844
  "gas_equipment_schedule": null,
17397
- "electric_equipment_per_area": 0.73,
17845
+ "electric_equipment_per_area": 0.0,
17398
17846
  "electric_equipment_fraction_latent": 0.0,
17399
17847
  "electric_equipment_fraction_radiant": 0.5,
17400
17848
  "electric_equipment_fraction_lost": 0.0,
@@ -17526,7 +17974,7 @@
17526
17974
  "exhaust_fan_maximum_flow_rate": null,
17527
17975
  "exhaust_schedule": null,
17528
17976
  "balanced_exhaust_fraction_schedule": null,
17529
- "is_residential": null
17977
+ "is_residential": "Yes"
17530
17978
  },
17531
17979
  {
17532
17980
  "template": "90.1-2007",
@@ -17974,7 +18422,7 @@
17974
18422
  "exhaust_fan_maximum_flow_rate": null,
17975
18423
  "exhaust_schedule": null,
17976
18424
  "balanced_exhaust_fraction_schedule": null,
17977
- "is_residential": null
18425
+ "is_residential": "Yes"
17978
18426
  },
17979
18427
  {
17980
18428
  "template": "90.1-2007",
@@ -18030,7 +18478,7 @@
18030
18478
  "exhaust_fan_maximum_flow_rate": null,
18031
18479
  "exhaust_schedule": null,
18032
18480
  "balanced_exhaust_fraction_schedule": null,
18033
- "is_residential": null
18481
+ "is_residential": "Yes"
18034
18482
  },
18035
18483
  {
18036
18484
  "template": "90.1-2007",
@@ -18086,7 +18534,7 @@
18086
18534
  "exhaust_fan_maximum_flow_rate": null,
18087
18535
  "exhaust_schedule": null,
18088
18536
  "balanced_exhaust_fraction_schedule": null,
18089
- "is_residential": null
18537
+ "is_residential": "Yes"
18090
18538
  },
18091
18539
  {
18092
18540
  "template": "90.1-2007",
@@ -18142,7 +18590,7 @@
18142
18590
  "exhaust_fan_maximum_flow_rate": null,
18143
18591
  "exhaust_schedule": null,
18144
18592
  "balanced_exhaust_fraction_schedule": null,
18145
- "is_residential": null
18593
+ "is_residential": "Yes"
18146
18594
  },
18147
18595
  {
18148
18596
  "template": "90.1-2007",
@@ -18590,7 +19038,7 @@
18590
19038
  "exhaust_fan_maximum_flow_rate": null,
18591
19039
  "exhaust_schedule": null,
18592
19040
  "balanced_exhaust_fraction_schedule": null,
18593
- "is_residential": null
19041
+ "is_residential": "Yes"
18594
19042
  },
18595
19043
  {
18596
19044
  "template": "90.1-2007",
@@ -18646,7 +19094,7 @@
18646
19094
  "exhaust_fan_maximum_flow_rate": null,
18647
19095
  "exhaust_schedule": null,
18648
19096
  "balanced_exhaust_fraction_schedule": null,
18649
- "is_residential": null
19097
+ "is_residential": "Yes"
18650
19098
  },
18651
19099
  {
18652
19100
  "template": "90.1-2007",
@@ -18702,7 +19150,7 @@
18702
19150
  "exhaust_fan_maximum_flow_rate": null,
18703
19151
  "exhaust_schedule": null,
18704
19152
  "balanced_exhaust_fraction_schedule": null,
18705
- "is_residential": null
19153
+ "is_residential": "Yes"
18706
19154
  },
18707
19155
  {
18708
19156
  "template": "90.1-2007",
@@ -25310,7 +25758,7 @@
25310
25758
  "exhaust_fan_maximum_flow_rate": null,
25311
25759
  "exhaust_schedule": null,
25312
25760
  "balanced_exhaust_fraction_schedule": null,
25313
- "is_residential": null
25761
+ "is_residential": "Yes"
25314
25762
  },
25315
25763
  {
25316
25764
  "template": "90.1-2010",
@@ -25366,7 +25814,7 @@
25366
25814
  "exhaust_fan_maximum_flow_rate": null,
25367
25815
  "exhaust_schedule": null,
25368
25816
  "balanced_exhaust_fraction_schedule": null,
25369
- "is_residential": null
25817
+ "is_residential": "Yes"
25370
25818
  },
25371
25819
  {
25372
25820
  "template": "90.1-2010",
@@ -25422,7 +25870,7 @@
25422
25870
  "exhaust_fan_maximum_flow_rate": null,
25423
25871
  "exhaust_schedule": null,
25424
25872
  "balanced_exhaust_fraction_schedule": null,
25425
- "is_residential": null
25873
+ "is_residential": "Yes"
25426
25874
  },
25427
25875
  {
25428
25876
  "template": "90.1-2010",
@@ -25595,10 +26043,10 @@
25595
26043
  {
25596
26044
  "template": "90.1-2010",
25597
26045
  "building_type": "Hospital",
25598
- "space_type": "Corridor",
25599
- "rgb": "169_31_31",
26046
+ "space_type": "Basement",
26047
+ "rgb": "120_230_199",
25600
26048
  "lighting_standard": "ASHRAE 90.1-2010",
25601
- "lighting_primary_space_type": "Corridor/Transition",
26049
+ "lighting_primary_space_type": "Basement",
25602
26050
  "lighting_secondary_space_type": "For Hospital",
25603
26051
  "lighting_per_area": 0.89,
25604
26052
  "lighting_per_person": null,
@@ -25606,15 +26054,15 @@
25606
26054
  "lighting_fraction_to_return_air": 0.0,
25607
26055
  "lighting_fraction_radiant": 0.7,
25608
26056
  "lighting_fraction_visible": 0.2,
25609
- "lighting_schedule": "Hospital BLDG_LIGHT_CORRIDOR_SCH",
26057
+ "lighting_schedule": "Hospital BLDG_LIGHT_OFFICE_BSMT_SCH",
25610
26058
  "ventilation_standard": "ASHRAE 62.1-2007",
25611
- "ventilation_primary_space_type": "General",
25612
- "ventilation_secondary_space_type": "Corridors",
25613
- "ventilation_per_area": 0.06,
26059
+ "ventilation_primary_space_type": "Basement",
26060
+ "ventilation_secondary_space_type": "For Hospital",
26061
+ "ventilation_per_area": 0.072495,
25614
26062
  "ventilation_per_person": "",
25615
26063
  "ventilation_air_changes": "",
25616
26064
  "minimum_total_air_changes": null,
25617
- "occupancy_per_area": 1.0,
26065
+ "occupancy_per_area": 2.5,
25618
26066
  "occupancy_schedule": "Hospital BLDG_OCC_SCH",
25619
26067
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
25620
26068
  "infiltration_per_exterior_area": 0.0446,
@@ -25626,7 +26074,7 @@
25626
26074
  "gas_equipment_fraction_radiant": null,
25627
26075
  "gas_equipment_fraction_lost": null,
25628
26076
  "gas_equipment_schedule": null,
25629
- "electric_equipment_per_area": 0.0,
26077
+ "electric_equipment_per_area": 0.75,
25630
26078
  "electric_equipment_fraction_latent": 0.0,
25631
26079
  "electric_equipment_fraction_radiant": 0.5,
25632
26080
  "electric_equipment_fraction_lost": 0.0,
@@ -25635,7 +26083,7 @@
25635
26083
  "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
25636
26084
  "service_water_heating_peak_flow_rate": null,
25637
26085
  "service_water_heating_area": null,
25638
- "service_water_heating_peak_flow_per_area": "",
26086
+ "service_water_heating_peak_flow_per_area": null,
25639
26087
  "service_water_heating_target_temperature": null,
25640
26088
  "service_water_heating_fraction_sensible": null,
25641
26089
  "service_water_heating_fraction_latent": null,
@@ -25651,27 +26099,27 @@
25651
26099
  {
25652
26100
  "template": "90.1-2010",
25653
26101
  "building_type": "Hospital",
25654
- "space_type": "Dining",
25655
- "rgb": "31_169_34",
26102
+ "space_type": "Corridor",
26103
+ "rgb": "169_31_31",
25656
26104
  "lighting_standard": "ASHRAE 90.1-2010",
25657
- "lighting_primary_space_type": "Dining Area",
25658
- "lighting_secondary_space_type": "General",
25659
- "lighting_per_area": 0.65,
26105
+ "lighting_primary_space_type": "Corridor/Transition",
26106
+ "lighting_secondary_space_type": "For Hospital",
26107
+ "lighting_per_area": 0.89,
25660
26108
  "lighting_per_person": null,
25661
26109
  "additional_lighting_per_area": null,
25662
26110
  "lighting_fraction_to_return_air": 0.0,
25663
26111
  "lighting_fraction_radiant": 0.7,
25664
26112
  "lighting_fraction_visible": 0.2,
25665
- "lighting_schedule": "Hospital BLDG_LIGHT_SCH",
26113
+ "lighting_schedule": "Hospital BLDG_LIGHT_CORRIDOR_SCH",
25666
26114
  "ventilation_standard": "ASHRAE 62.1-2007",
25667
- "ventilation_primary_space_type": "Food and Beverage Service",
25668
- "ventilation_secondary_space_type": "Cafeteria/fast food dining",
25669
- "ventilation_per_area": 0.18,
25670
- "ventilation_per_person": 7.5,
26115
+ "ventilation_primary_space_type": "General",
26116
+ "ventilation_secondary_space_type": "Corridors",
26117
+ "ventilation_per_area": 0.06,
26118
+ "ventilation_per_person": "",
25671
26119
  "ventilation_air_changes": "",
25672
26120
  "minimum_total_air_changes": null,
25673
- "occupancy_per_area": 10.0,
25674
- "occupancy_schedule": "Hospital BLDG_OCC_SCH",
26121
+ "occupancy_per_area": 1.0,
26122
+ "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
25675
26123
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
25676
26124
  "infiltration_per_exterior_area": 0.0446,
25677
26125
  "infiltration_per_exterior_wall_area": null,
@@ -25682,11 +26130,11 @@
25682
26130
  "gas_equipment_fraction_radiant": null,
25683
26131
  "gas_equipment_fraction_lost": null,
25684
26132
  "gas_equipment_schedule": null,
25685
- "electric_equipment_per_area": 1.0,
26133
+ "electric_equipment_per_area": 0.0,
25686
26134
  "electric_equipment_fraction_latent": 0.0,
25687
26135
  "electric_equipment_fraction_radiant": 0.5,
25688
26136
  "electric_equipment_fraction_lost": 0.0,
25689
- "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
26137
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
25690
26138
  "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
25691
26139
  "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
25692
26140
  "service_water_heating_peak_flow_rate": null,
@@ -25707,82 +26155,26 @@
25707
26155
  {
25708
26156
  "template": "90.1-2010",
25709
26157
  "building_type": "Hospital",
25710
- "space_type": "ER_Exam",
25711
- "rgb": "169_31_159",
25712
- "lighting_standard": "ASHRAE 90.1-2010",
25713
- "lighting_primary_space_type": "Hospital",
25714
- "lighting_secondary_space_type": "Emergency",
25715
- "lighting_per_area": 2.26,
25716
- "lighting_per_person": null,
25717
- "additional_lighting_per_area": null,
25718
- "lighting_fraction_to_return_air": 0.0,
25719
- "lighting_fraction_radiant": 0.7,
25720
- "lighting_fraction_visible": 0.2,
25721
- "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
25722
- "ventilation_standard": "AIA 2001",
25723
- "ventilation_primary_space_type": "Surgery and Critical Care",
25724
- "ventilation_secondary_space_type": "ER Waiting Room",
25725
- "ventilation_per_area": "",
25726
- "ventilation_per_person": "",
25727
- "ventilation_air_changes": 2,
25728
- "minimum_total_air_changes": null,
25729
- "occupancy_per_area": 20.0,
25730
- "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
25731
- "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
25732
- "infiltration_per_exterior_area": 0.0446,
25733
- "infiltration_per_exterior_wall_area": null,
25734
- "infiltration_air_changes": null,
25735
- "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
25736
- "gas_equipment_per_area": null,
25737
- "gas_equipment_fraction_latent": null,
25738
- "gas_equipment_fraction_radiant": null,
25739
- "gas_equipment_fraction_lost": null,
25740
- "gas_equipment_schedule": null,
25741
- "electric_equipment_per_area": 1.5,
25742
- "electric_equipment_fraction_latent": 0.0,
25743
- "electric_equipment_fraction_radiant": 0.5,
25744
- "electric_equipment_fraction_lost": 0.0,
25745
- "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
25746
- "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
25747
- "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
25748
- "service_water_heating_peak_flow_rate": 1.0,
25749
- "service_water_heating_area": 300.0,
25750
- "service_water_heating_peak_flow_per_area": 0.003333333333,
25751
- "service_water_heating_target_temperature": 49.0,
25752
- "service_water_heating_fraction_sensible": 0.2,
25753
- "service_water_heating_fraction_latent": 0.05,
25754
- "service_water_heating_schedule": "Hospital BLDG_SWH_EXTD_SCH",
25755
- "exhaust_fan_efficiency": null,
25756
- "exhaust_fan_power": null,
25757
- "exhaust_fan_pressure_rise": null,
25758
- "exhaust_fan_maximum_flow_rate": null,
25759
- "exhaust_schedule": null,
25760
- "balanced_exhaust_fraction_schedule": null,
25761
- "is_residential": null
25762
- },
25763
- {
25764
- "template": "90.1-2010",
25765
- "building_type": "Hospital",
25766
- "space_type": "ER_NurseStn",
25767
- "rgb": "31_162_169",
26158
+ "space_type": "Dining",
26159
+ "rgb": "31_169_34",
25768
26160
  "lighting_standard": "ASHRAE 90.1-2010",
25769
- "lighting_primary_space_type": "Hospital",
25770
- "lighting_secondary_space_type": "Nurse Station",
25771
- "lighting_per_area": 0.87,
26161
+ "lighting_primary_space_type": "Dining Area",
26162
+ "lighting_secondary_space_type": "General",
26163
+ "lighting_per_area": 0.65,
25772
26164
  "lighting_per_person": null,
25773
26165
  "additional_lighting_per_area": null,
25774
26166
  "lighting_fraction_to_return_air": 0.0,
25775
26167
  "lighting_fraction_radiant": 0.7,
25776
26168
  "lighting_fraction_visible": 0.2,
25777
- "lighting_schedule": "Hospital BLDG_LIGHT_NURSEFLR1_SCH",
25778
- "ventilation_standard": "AIA 2001",
25779
- "ventilation_primary_space_type": "Surgery and Critical Care",
25780
- "ventilation_secondary_space_type": "ER Waiting Room",
25781
- "ventilation_per_area": "",
25782
- "ventilation_per_person": "",
25783
- "ventilation_air_changes": 2,
26169
+ "lighting_schedule": "Hospital BLDG_LIGHT_SCH",
26170
+ "ventilation_standard": "ASHRAE 62.1-2007",
26171
+ "ventilation_primary_space_type": "Food and Beverage Service",
26172
+ "ventilation_secondary_space_type": "Cafeteria/fast food dining",
26173
+ "ventilation_per_area": 0.18,
26174
+ "ventilation_per_person": 7.5,
26175
+ "ventilation_air_changes": "",
25784
26176
  "minimum_total_air_changes": null,
25785
- "occupancy_per_area": 1.333,
26177
+ "occupancy_per_area": 10.0,
25786
26178
  "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
25787
26179
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
25788
26180
  "infiltration_per_exterior_area": 0.0446,
@@ -25794,7 +26186,7 @@
25794
26186
  "gas_equipment_fraction_radiant": null,
25795
26187
  "gas_equipment_fraction_lost": null,
25796
26188
  "gas_equipment_schedule": null,
25797
- "electric_equipment_per_area": 1.36,
26189
+ "electric_equipment_per_area": 1.0,
25798
26190
  "electric_equipment_fraction_latent": 0.0,
25799
26191
  "electric_equipment_fraction_radiant": 0.5,
25800
26192
  "electric_equipment_fraction_lost": 0.0,
@@ -25819,63 +26211,7 @@
25819
26211
  {
25820
26212
  "template": "90.1-2010",
25821
26213
  "building_type": "Hospital",
25822
- "space_type": "ER_Trauma",
25823
- "rgb": "169_31_159",
25824
- "lighting_standard": "ASHRAE 90.1-2010",
25825
- "lighting_primary_space_type": "Hospital",
25826
- "lighting_secondary_space_type": "Emergency",
25827
- "lighting_per_area": 2.26,
25828
- "lighting_per_person": null,
25829
- "additional_lighting_per_area": null,
25830
- "lighting_fraction_to_return_air": 0.0,
25831
- "lighting_fraction_radiant": 0.7,
25832
- "lighting_fraction_visible": 0.2,
25833
- "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
25834
- "ventilation_standard": "AIA 2001",
25835
- "ventilation_primary_space_type": "Surgery and Critical Care",
25836
- "ventilation_secondary_space_type": "ER Waiting Room",
25837
- "ventilation_per_area": "",
25838
- "ventilation_per_person": "",
25839
- "ventilation_air_changes": 2,
25840
- "minimum_total_air_changes": null,
25841
- "occupancy_per_area": 20.0,
25842
- "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
25843
- "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
25844
- "infiltration_per_exterior_area": 0.0446,
25845
- "infiltration_per_exterior_wall_area": null,
25846
- "infiltration_air_changes": null,
25847
- "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
25848
- "gas_equipment_per_area": null,
25849
- "gas_equipment_fraction_latent": null,
25850
- "gas_equipment_fraction_radiant": null,
25851
- "gas_equipment_fraction_lost": null,
25852
- "gas_equipment_schedule": null,
25853
- "electric_equipment_per_area": 4.0,
25854
- "electric_equipment_fraction_latent": 0.0,
25855
- "electric_equipment_fraction_radiant": 0.5,
25856
- "electric_equipment_fraction_lost": 0.0,
25857
- "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
25858
- "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
25859
- "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
25860
- "service_water_heating_peak_flow_rate": 1.0,
25861
- "service_water_heating_area": 300.0,
25862
- "service_water_heating_peak_flow_per_area": 0.003333333333,
25863
- "service_water_heating_target_temperature": 49.0,
25864
- "service_water_heating_fraction_sensible": 0.2,
25865
- "service_water_heating_fraction_latent": 0.05,
25866
- "service_water_heating_schedule": "Hospital BLDG_SWH_EXTD_SCH",
25867
- "exhaust_fan_efficiency": null,
25868
- "exhaust_fan_power": null,
25869
- "exhaust_fan_pressure_rise": null,
25870
- "exhaust_fan_maximum_flow_rate": null,
25871
- "exhaust_schedule": null,
25872
- "balanced_exhaust_fraction_schedule": null,
25873
- "is_residential": null
25874
- },
25875
- {
25876
- "template": "90.1-2010",
25877
- "building_type": "Hospital",
25878
- "space_type": "ER_Triage",
26214
+ "space_type": "ER_Exam",
25879
26215
  "rgb": "169_31_159",
25880
26216
  "lighting_standard": "ASHRAE 90.1-2010",
25881
26217
  "lighting_primary_space_type": "Hospital",
@@ -25906,7 +26242,7 @@
25906
26242
  "gas_equipment_fraction_radiant": null,
25907
26243
  "gas_equipment_fraction_lost": null,
25908
26244
  "gas_equipment_schedule": null,
25909
- "electric_equipment_per_area": 2.0,
26245
+ "electric_equipment_per_area": 1.5,
25910
26246
  "electric_equipment_fraction_latent": 0.0,
25911
26247
  "electric_equipment_fraction_radiant": 0.5,
25912
26248
  "electric_equipment_fraction_lost": 0.0,
@@ -25931,7 +26267,7 @@
25931
26267
  {
25932
26268
  "template": "90.1-2010",
25933
26269
  "building_type": "Hospital",
25934
- "space_type": "ICU_NurseStn",
26270
+ "space_type": "ER_NurseStn",
25935
26271
  "rgb": "31_162_169",
25936
26272
  "lighting_standard": "ASHRAE 90.1-2010",
25937
26273
  "lighting_primary_space_type": "Hospital",
@@ -25942,15 +26278,183 @@
25942
26278
  "lighting_fraction_to_return_air": 0.0,
25943
26279
  "lighting_fraction_radiant": 0.7,
25944
26280
  "lighting_fraction_visible": 0.2,
26281
+ "lighting_schedule": "Hospital BLDG_LIGHT_NURSEFLR1_SCH",
26282
+ "ventilation_standard": "ASHRAE 62.1-2007",
26283
+ "ventilation_primary_space_type": "Office Buildings",
26284
+ "ventilation_secondary_space_type": "Office space",
26285
+ "ventilation_per_area": 0.06,
26286
+ "ventilation_per_person": 5,
26287
+ "ventilation_air_changes": "",
26288
+ "minimum_total_air_changes": null,
26289
+ "occupancy_per_area": 1.33,
26290
+ "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
26291
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
26292
+ "infiltration_per_exterior_area": 0.0446,
26293
+ "infiltration_per_exterior_wall_area": null,
26294
+ "infiltration_air_changes": null,
26295
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
26296
+ "gas_equipment_per_area": null,
26297
+ "gas_equipment_fraction_latent": null,
26298
+ "gas_equipment_fraction_radiant": null,
26299
+ "gas_equipment_fraction_lost": null,
26300
+ "gas_equipment_schedule": null,
26301
+ "electric_equipment_per_area": 1.36,
26302
+ "electric_equipment_fraction_latent": 0.0,
26303
+ "electric_equipment_fraction_radiant": 0.5,
26304
+ "electric_equipment_fraction_lost": 0.0,
26305
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
26306
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
26307
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
26308
+ "service_water_heating_peak_flow_rate": null,
26309
+ "service_water_heating_area": null,
26310
+ "service_water_heating_peak_flow_per_area": "",
26311
+ "service_water_heating_target_temperature": null,
26312
+ "service_water_heating_fraction_sensible": null,
26313
+ "service_water_heating_fraction_latent": null,
26314
+ "service_water_heating_schedule": null,
26315
+ "exhaust_fan_efficiency": null,
26316
+ "exhaust_fan_power": null,
26317
+ "exhaust_fan_pressure_rise": null,
26318
+ "exhaust_fan_maximum_flow_rate": null,
26319
+ "exhaust_schedule": null,
26320
+ "balanced_exhaust_fraction_schedule": null,
26321
+ "is_residential": null
26322
+ },
26323
+ {
26324
+ "template": "90.1-2010",
26325
+ "building_type": "Hospital",
26326
+ "space_type": "ER_Trauma",
26327
+ "rgb": "169_31_159",
26328
+ "lighting_standard": "ASHRAE 90.1-2010",
26329
+ "lighting_primary_space_type": "Hospital",
26330
+ "lighting_secondary_space_type": "Emergency",
26331
+ "lighting_per_area": 2.26,
26332
+ "lighting_per_person": null,
26333
+ "additional_lighting_per_area": null,
26334
+ "lighting_fraction_to_return_air": 0.0,
26335
+ "lighting_fraction_radiant": 0.7,
26336
+ "lighting_fraction_visible": 0.2,
25945
26337
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
25946
26338
  "ventilation_standard": "AIA 2001",
25947
26339
  "ventilation_primary_space_type": "Surgery and Critical Care",
25948
- "ventilation_secondary_space_type": "Critical and Intensive Care",
26340
+ "ventilation_secondary_space_type": "ER Waiting Room",
25949
26341
  "ventilation_per_area": "",
25950
26342
  "ventilation_per_person": "",
25951
26343
  "ventilation_air_changes": 2,
25952
26344
  "minimum_total_air_changes": null,
25953
- "occupancy_per_area": 1.333,
26345
+ "occupancy_per_area": 20.0,
26346
+ "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
26347
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
26348
+ "infiltration_per_exterior_area": 0.0446,
26349
+ "infiltration_per_exterior_wall_area": null,
26350
+ "infiltration_air_changes": null,
26351
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
26352
+ "gas_equipment_per_area": null,
26353
+ "gas_equipment_fraction_latent": null,
26354
+ "gas_equipment_fraction_radiant": null,
26355
+ "gas_equipment_fraction_lost": null,
26356
+ "gas_equipment_schedule": null,
26357
+ "electric_equipment_per_area": 4.0,
26358
+ "electric_equipment_fraction_latent": 0.0,
26359
+ "electric_equipment_fraction_radiant": 0.5,
26360
+ "electric_equipment_fraction_lost": 0.0,
26361
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
26362
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
26363
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
26364
+ "service_water_heating_peak_flow_rate": 1.0,
26365
+ "service_water_heating_area": 300.0,
26366
+ "service_water_heating_peak_flow_per_area": 0.003333333333,
26367
+ "service_water_heating_target_temperature": 49.0,
26368
+ "service_water_heating_fraction_sensible": 0.2,
26369
+ "service_water_heating_fraction_latent": 0.05,
26370
+ "service_water_heating_schedule": "Hospital BLDG_SWH_EXTD_SCH",
26371
+ "exhaust_fan_efficiency": null,
26372
+ "exhaust_fan_power": null,
26373
+ "exhaust_fan_pressure_rise": null,
26374
+ "exhaust_fan_maximum_flow_rate": null,
26375
+ "exhaust_schedule": null,
26376
+ "balanced_exhaust_fraction_schedule": null,
26377
+ "is_residential": null
26378
+ },
26379
+ {
26380
+ "template": "90.1-2010",
26381
+ "building_type": "Hospital",
26382
+ "space_type": "ER_Triage",
26383
+ "rgb": "169_31_159",
26384
+ "lighting_standard": "ASHRAE 90.1-2010",
26385
+ "lighting_primary_space_type": "Hospital",
26386
+ "lighting_secondary_space_type": "Emergency",
26387
+ "lighting_per_area": 2.26,
26388
+ "lighting_per_person": null,
26389
+ "additional_lighting_per_area": null,
26390
+ "lighting_fraction_to_return_air": 0.0,
26391
+ "lighting_fraction_radiant": 0.7,
26392
+ "lighting_fraction_visible": 0.2,
26393
+ "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
26394
+ "ventilation_standard": "AIA 2001",
26395
+ "ventilation_primary_space_type": "Surgery and Critical Care",
26396
+ "ventilation_secondary_space_type": "ER Waiting Room",
26397
+ "ventilation_per_area": "",
26398
+ "ventilation_per_person": "",
26399
+ "ventilation_air_changes": 2,
26400
+ "minimum_total_air_changes": null,
26401
+ "occupancy_per_area": 20.0,
26402
+ "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
26403
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
26404
+ "infiltration_per_exterior_area": 0.0446,
26405
+ "infiltration_per_exterior_wall_area": null,
26406
+ "infiltration_air_changes": null,
26407
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
26408
+ "gas_equipment_per_area": null,
26409
+ "gas_equipment_fraction_latent": null,
26410
+ "gas_equipment_fraction_radiant": null,
26411
+ "gas_equipment_fraction_lost": null,
26412
+ "gas_equipment_schedule": null,
26413
+ "electric_equipment_per_area": 2.0,
26414
+ "electric_equipment_fraction_latent": 0.0,
26415
+ "electric_equipment_fraction_radiant": 0.5,
26416
+ "electric_equipment_fraction_lost": 0.0,
26417
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
26418
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
26419
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
26420
+ "service_water_heating_peak_flow_rate": 1.0,
26421
+ "service_water_heating_area": 300.0,
26422
+ "service_water_heating_peak_flow_per_area": 0.003333333333,
26423
+ "service_water_heating_target_temperature": 49.0,
26424
+ "service_water_heating_fraction_sensible": 0.2,
26425
+ "service_water_heating_fraction_latent": 0.05,
26426
+ "service_water_heating_schedule": "Hospital BLDG_SWH_EXTD_SCH",
26427
+ "exhaust_fan_efficiency": null,
26428
+ "exhaust_fan_power": null,
26429
+ "exhaust_fan_pressure_rise": null,
26430
+ "exhaust_fan_maximum_flow_rate": null,
26431
+ "exhaust_schedule": null,
26432
+ "balanced_exhaust_fraction_schedule": null,
26433
+ "is_residential": null
26434
+ },
26435
+ {
26436
+ "template": "90.1-2010",
26437
+ "building_type": "Hospital",
26438
+ "space_type": "ICU_NurseStn",
26439
+ "rgb": "31_162_169",
26440
+ "lighting_standard": "ASHRAE 90.1-2010",
26441
+ "lighting_primary_space_type": "Hospital",
26442
+ "lighting_secondary_space_type": "Nurse Station",
26443
+ "lighting_per_area": 0.87,
26444
+ "lighting_per_person": null,
26445
+ "additional_lighting_per_area": null,
26446
+ "lighting_fraction_to_return_air": 0.0,
26447
+ "lighting_fraction_radiant": 0.7,
26448
+ "lighting_fraction_visible": 0.2,
26449
+ "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
26450
+ "ventilation_standard": "ASHRAE 62.1-2007",
26451
+ "ventilation_primary_space_type": "Office Buildings",
26452
+ "ventilation_secondary_space_type": "Office space",
26453
+ "ventilation_per_area": 0.06,
26454
+ "ventilation_per_person": 5,
26455
+ "ventilation_air_changes": "",
26456
+ "minimum_total_air_changes": null,
26457
+ "occupancy_per_area": 1.33,
25954
26458
  "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
25955
26459
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
25956
26460
  "infiltration_per_exterior_area": 0.0446,
@@ -26001,7 +26505,7 @@
26001
26505
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
26002
26506
  "ventilation_standard": "AIA 2001",
26003
26507
  "ventilation_primary_space_type": "Surgery and Critical Care",
26004
- "ventilation_secondary_space_type": "Critical and Intensive Care",
26508
+ "ventilation_secondary_space_type": "Newborn Intensive Care",
26005
26509
  "ventilation_per_area": "",
26006
26510
  "ventilation_per_person": "",
26007
26511
  "ventilation_air_changes": 2,
@@ -26057,7 +26561,7 @@
26057
26561
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
26058
26562
  "ventilation_standard": "AIA 2001",
26059
26563
  "ventilation_primary_space_type": "Surgery and Critical Care",
26060
- "ventilation_secondary_space_type": "Critical and Intensive Care",
26564
+ "ventilation_secondary_space_type": "Newborn Intensive Care",
26061
26565
  "ventilation_per_area": "",
26062
26566
  "ventilation_per_person": "",
26063
26567
  "ventilation_air_changes": 2,
@@ -26119,7 +26623,7 @@
26119
26623
  "ventilation_air_changes": "",
26120
26624
  "minimum_total_air_changes": null,
26121
26625
  "occupancy_per_area": 5.0,
26122
- "occupancy_schedule": "Hospital BLDG_OCC_SCH",
26626
+ "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
26123
26627
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
26124
26628
  "infiltration_per_exterior_area": 0.0446,
26125
26629
  "infiltration_per_exterior_wall_area": null,
@@ -26230,7 +26734,7 @@
26230
26734
  "ventilation_per_person": 5,
26231
26735
  "ventilation_air_changes": "",
26232
26736
  "minimum_total_air_changes": null,
26233
- "occupancy_per_area": 7.14,
26737
+ "occupancy_per_area": 1.33,
26234
26738
  "occupancy_schedule": "Hospital BLDG_OCC_SCH",
26235
26739
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
26236
26740
  "infiltration_per_exterior_area": 0.0446,
@@ -26286,8 +26790,8 @@
26286
26790
  "ventilation_per_person": 5,
26287
26791
  "ventilation_air_changes": "",
26288
26792
  "minimum_total_air_changes": null,
26289
- "occupancy_per_area": 1.333,
26290
- "occupancy_schedule": "Hospital BLDG_OCC_SCH",
26793
+ "occupancy_per_area": 1.33,
26794
+ "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
26291
26795
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
26292
26796
  "infiltration_per_exterior_area": 0.0446,
26293
26797
  "infiltration_per_exterior_wall_area": null,
@@ -26343,7 +26847,7 @@
26343
26847
  "ventilation_air_changes": 3,
26344
26848
  "minimum_total_air_changes": null,
26345
26849
  "occupancy_per_area": 5.0,
26346
- "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
26850
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
26347
26851
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
26348
26852
  "infiltration_per_exterior_area": 0.0446,
26349
26853
  "infiltration_per_exterior_wall_area": null,
@@ -26398,7 +26902,7 @@
26398
26902
  "ventilation_per_person": 5,
26399
26903
  "ventilation_air_changes": "",
26400
26904
  "minimum_total_air_changes": null,
26401
- "occupancy_per_area": 6.99,
26905
+ "occupancy_per_area": 7.0,
26402
26906
  "occupancy_schedule": "Hospital BLDG_OCC_SCH",
26403
26907
  "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
26404
26908
  "infiltration_per_exterior_area": 0.0446,
@@ -26542,7 +27046,7 @@
26542
27046
  "exhaust_fan_maximum_flow_rate": null,
26543
27047
  "exhaust_schedule": null,
26544
27048
  "balanced_exhaust_fraction_schedule": null,
26545
- "is_residential": null
27049
+ "is_residential": "Yes"
26546
27050
  },
26547
27051
  {
26548
27052
  "template": "90.1-2010",
@@ -26990,7 +27494,7 @@
26990
27494
  "exhaust_fan_maximum_flow_rate": null,
26991
27495
  "exhaust_schedule": null,
26992
27496
  "balanced_exhaust_fraction_schedule": null,
26993
- "is_residential": null
27497
+ "is_residential": "Yes"
26994
27498
  },
26995
27499
  {
26996
27500
  "template": "90.1-2010",
@@ -27046,7 +27550,7 @@
27046
27550
  "exhaust_fan_maximum_flow_rate": null,
27047
27551
  "exhaust_schedule": null,
27048
27552
  "balanced_exhaust_fraction_schedule": null,
27049
- "is_residential": null
27553
+ "is_residential": "Yes"
27050
27554
  },
27051
27555
  {
27052
27556
  "template": "90.1-2010",
@@ -27102,7 +27606,7 @@
27102
27606
  "exhaust_fan_maximum_flow_rate": null,
27103
27607
  "exhaust_schedule": null,
27104
27608
  "balanced_exhaust_fraction_schedule": null,
27105
- "is_residential": null
27609
+ "is_residential": "Yes"
27106
27610
  },
27107
27611
  {
27108
27612
  "template": "90.1-2010",
@@ -27158,7 +27662,7 @@
27158
27662
  "exhaust_fan_maximum_flow_rate": null,
27159
27663
  "exhaust_schedule": null,
27160
27664
  "balanced_exhaust_fraction_schedule": null,
27161
- "is_residential": null
27665
+ "is_residential": "Yes"
27162
27666
  },
27163
27667
  {
27164
27668
  "template": "90.1-2010",
@@ -27606,7 +28110,7 @@
27606
28110
  "exhaust_fan_maximum_flow_rate": null,
27607
28111
  "exhaust_schedule": null,
27608
28112
  "balanced_exhaust_fraction_schedule": null,
27609
- "is_residential": null
28113
+ "is_residential": "Yes"
27610
28114
  },
27611
28115
  {
27612
28116
  "template": "90.1-2010",
@@ -27662,7 +28166,7 @@
27662
28166
  "exhaust_fan_maximum_flow_rate": null,
27663
28167
  "exhaust_schedule": null,
27664
28168
  "balanced_exhaust_fraction_schedule": null,
27665
- "is_residential": null
28169
+ "is_residential": "Yes"
27666
28170
  },
27667
28171
  {
27668
28172
  "template": "90.1-2010",
@@ -27718,7 +28222,7 @@
27718
28222
  "exhaust_fan_maximum_flow_rate": null,
27719
28223
  "exhaust_schedule": null,
27720
28224
  "balanced_exhaust_fraction_schedule": null,
27721
- "is_residential": null
28225
+ "is_residential": "Yes"
27722
28226
  },
27723
28227
  {
27724
28228
  "template": "90.1-2010",
@@ -34326,7 +34830,7 @@
34326
34830
  "exhaust_fan_maximum_flow_rate": null,
34327
34831
  "exhaust_schedule": null,
34328
34832
  "balanced_exhaust_fraction_schedule": null,
34329
- "is_residential": null
34833
+ "is_residential": "Yes"
34330
34834
  },
34331
34835
  {
34332
34836
  "template": "90.1-2013",
@@ -34382,7 +34886,7 @@
34382
34886
  "exhaust_fan_maximum_flow_rate": null,
34383
34887
  "exhaust_schedule": null,
34384
34888
  "balanced_exhaust_fraction_schedule": null,
34385
- "is_residential": null
34889
+ "is_residential": "Yes"
34386
34890
  },
34387
34891
  {
34388
34892
  "template": "90.1-2013",
@@ -34438,7 +34942,7 @@
34438
34942
  "exhaust_fan_maximum_flow_rate": null,
34439
34943
  "exhaust_schedule": null,
34440
34944
  "balanced_exhaust_fraction_schedule": null,
34441
- "is_residential": null
34945
+ "is_residential": "Yes"
34442
34946
  },
34443
34947
  {
34444
34948
  "template": "90.1-2013",
@@ -34608,6 +35112,62 @@
34608
35112
  "balanced_exhaust_fraction_schedule": null,
34609
35113
  "is_residential": null
34610
35114
  },
35115
+ {
35116
+ "template": "90.1-2013",
35117
+ "building_type": "Hospital",
35118
+ "space_type": "Basement",
35119
+ "rgb": "120_230_199",
35120
+ "lighting_standard": "ASHRAE 90.1-2013",
35121
+ "lighting_primary_space_type": "Basement",
35122
+ "lighting_secondary_space_type": "For Hospital",
35123
+ "lighting_per_area": 0.82,
35124
+ "lighting_per_person": null,
35125
+ "additional_lighting_per_area": null,
35126
+ "lighting_fraction_to_return_air": 0.0,
35127
+ "lighting_fraction_radiant": 0.7,
35128
+ "lighting_fraction_visible": 0.2,
35129
+ "lighting_schedule": "Hospital BLDG_LIGHT_OFFICE_BSMT_SCH",
35130
+ "ventilation_standard": "ASHRAE 62.1-2007",
35131
+ "ventilation_primary_space_type": "Basement",
35132
+ "ventilation_secondary_space_type": "For Hospital",
35133
+ "ventilation_per_area": 0.072495,
35134
+ "ventilation_per_person": "",
35135
+ "ventilation_air_changes": "",
35136
+ "minimum_total_air_changes": null,
35137
+ "occupancy_per_area": 2.5,
35138
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
35139
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
35140
+ "infiltration_per_exterior_area": 0.0446,
35141
+ "infiltration_per_exterior_wall_area": null,
35142
+ "infiltration_air_changes": null,
35143
+ "infiltration_schedule": "Hospital INFIL_SCH_PNNL",
35144
+ "gas_equipment_per_area": null,
35145
+ "gas_equipment_fraction_latent": null,
35146
+ "gas_equipment_fraction_radiant": null,
35147
+ "gas_equipment_fraction_lost": null,
35148
+ "gas_equipment_schedule": null,
35149
+ "electric_equipment_per_area": 0.75,
35150
+ "electric_equipment_fraction_latent": 0.0,
35151
+ "electric_equipment_fraction_radiant": 0.5,
35152
+ "electric_equipment_fraction_lost": 0.0,
35153
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
35154
+ "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
35155
+ "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
35156
+ "service_water_heating_peak_flow_rate": null,
35157
+ "service_water_heating_area": null,
35158
+ "service_water_heating_peak_flow_per_area": null,
35159
+ "service_water_heating_target_temperature": null,
35160
+ "service_water_heating_fraction_sensible": null,
35161
+ "service_water_heating_fraction_latent": null,
35162
+ "service_water_heating_schedule": null,
35163
+ "exhaust_fan_efficiency": null,
35164
+ "exhaust_fan_power": null,
35165
+ "exhaust_fan_pressure_rise": null,
35166
+ "exhaust_fan_maximum_flow_rate": null,
35167
+ "exhaust_schedule": null,
35168
+ "balanced_exhaust_fraction_schedule": null,
35169
+ "is_residential": null
35170
+ },
34611
35171
  {
34612
35172
  "template": "90.1-2013",
34613
35173
  "building_type": "Hospital",
@@ -34702,7 +35262,7 @@
34702
35262
  "electric_equipment_fraction_latent": 0.0,
34703
35263
  "electric_equipment_fraction_radiant": 0.5,
34704
35264
  "electric_equipment_fraction_lost": 0.0,
34705
- "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
35265
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
34706
35266
  "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
34707
35267
  "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
34708
35268
  "service_water_heating_peak_flow_rate": null,
@@ -34791,12 +35351,12 @@
34791
35351
  "lighting_fraction_radiant": 0.7,
34792
35352
  "lighting_fraction_visible": 0.2,
34793
35353
  "lighting_schedule": "Hospital BLDG_LIGHT_NURSEFLR1_SCH",
34794
- "ventilation_standard": "AIA 2001",
34795
- "ventilation_primary_space_type": "Surgery and Critical Care",
34796
- "ventilation_secondary_space_type": "ER Waiting Room",
34797
- "ventilation_per_area": "",
34798
- "ventilation_per_person": "",
34799
- "ventilation_air_changes": 2,
35354
+ "ventilation_standard": "ASHRAE 62.1-2007",
35355
+ "ventilation_primary_space_type": "Office Buildings",
35356
+ "ventilation_secondary_space_type": "Office space",
35357
+ "ventilation_per_area": 0.06,
35358
+ "ventilation_per_person": 5,
35359
+ "ventilation_air_changes": "",
34800
35360
  "minimum_total_air_changes": null,
34801
35361
  "occupancy_per_area": 1.333,
34802
35362
  "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
@@ -34810,7 +35370,7 @@
34810
35370
  "gas_equipment_fraction_radiant": null,
34811
35371
  "gas_equipment_fraction_lost": null,
34812
35372
  "gas_equipment_schedule": null,
34813
- "electric_equipment_per_area": 2.0,
35373
+ "electric_equipment_per_area": 1.36,
34814
35374
  "electric_equipment_fraction_latent": 0.0,
34815
35375
  "electric_equipment_fraction_radiant": 0.5,
34816
35376
  "electric_equipment_fraction_lost": 0.0,
@@ -34959,12 +35519,12 @@
34959
35519
  "lighting_fraction_radiant": 0.7,
34960
35520
  "lighting_fraction_visible": 0.2,
34961
35521
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
34962
- "ventilation_standard": "AIA 2001",
34963
- "ventilation_primary_space_type": "Surgery and Critical Care",
34964
- "ventilation_secondary_space_type": "Critical and Intensive Care",
34965
- "ventilation_per_area": "",
34966
- "ventilation_per_person": "",
34967
- "ventilation_air_changes": 2,
35522
+ "ventilation_standard": "ASHRAE 62.1-2007",
35523
+ "ventilation_primary_space_type": "Office Buildings",
35524
+ "ventilation_secondary_space_type": "Office space",
35525
+ "ventilation_per_area": 0.06,
35526
+ "ventilation_per_person": 5,
35527
+ "ventilation_air_changes": "",
34968
35528
  "minimum_total_air_changes": null,
34969
35529
  "occupancy_per_area": 1.333,
34970
35530
  "occupancy_schedule": "Hospital BLDG_OCC_EXTD_SCH",
@@ -35017,7 +35577,7 @@
35017
35577
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
35018
35578
  "ventilation_standard": "AIA 2001",
35019
35579
  "ventilation_primary_space_type": "Surgery and Critical Care",
35020
- "ventilation_secondary_space_type": "Critical and Intensive Care",
35580
+ "ventilation_secondary_space_type": "Newborn Intensive Care",
35021
35581
  "ventilation_per_area": "",
35022
35582
  "ventilation_per_person": "",
35023
35583
  "ventilation_air_changes": 2,
@@ -35073,7 +35633,7 @@
35073
35633
  "lighting_schedule": "Hospital BLDG_LIGHT_EXTD_SCH",
35074
35634
  "ventilation_standard": "AIA 2001",
35075
35635
  "ventilation_primary_space_type": "Surgery and Critical Care",
35076
- "ventilation_secondary_space_type": "Critical and Intensive Care",
35636
+ "ventilation_secondary_space_type": "Newborn Intensive Care",
35077
35637
  "ventilation_per_area": "",
35078
35638
  "ventilation_per_person": "",
35079
35639
  "ventilation_air_changes": 2,
@@ -35162,8 +35722,8 @@
35162
35722
  "service_water_heating_schedule": "Hospital BLDG_SWH_EXTD_SCH",
35163
35723
  "exhaust_fan_efficiency": 0.338,
35164
35724
  "exhaust_fan_power": 924.6539122990511,
35165
- "exhaust_fan_pressure_rise": 0.502411575562701,
35166
- "exhaust_fan_maximum_flow_rate": null,
35725
+ "exhaust_fan_pressure_rise": 124.5,
35726
+ "exhaust_fan_maximum_flow_rate": 7200.0,
35167
35727
  "exhaust_schedule": "Hospital Kitchen_Exhaust_SCH",
35168
35728
  "balanced_exhaust_fraction_schedule": null,
35169
35729
  "is_residential": null
@@ -35314,7 +35874,7 @@
35314
35874
  "gas_equipment_fraction_radiant": null,
35315
35875
  "gas_equipment_fraction_lost": null,
35316
35876
  "gas_equipment_schedule": null,
35317
- "electric_equipment_per_area": 2.0,
35877
+ "electric_equipment_per_area": 1.04,
35318
35878
  "electric_equipment_fraction_latent": 0.0,
35319
35879
  "electric_equipment_fraction_radiant": 0.5,
35320
35880
  "electric_equipment_fraction_lost": 0.0,
@@ -35370,7 +35930,7 @@
35370
35930
  "gas_equipment_fraction_radiant": null,
35371
35931
  "gas_equipment_fraction_lost": null,
35372
35932
  "gas_equipment_schedule": null,
35373
- "electric_equipment_per_area": 2.92,
35933
+ "electric_equipment_per_area": 4.0,
35374
35934
  "electric_equipment_fraction_latent": 0.0,
35375
35935
  "electric_equipment_fraction_radiant": 0.5,
35376
35936
  "electric_equipment_fraction_lost": 0.0,
@@ -35426,7 +35986,7 @@
35426
35986
  "gas_equipment_fraction_radiant": null,
35427
35987
  "gas_equipment_fraction_lost": null,
35428
35988
  "gas_equipment_schedule": null,
35429
- "electric_equipment_per_area": 0.73,
35989
+ "electric_equipment_per_area": 1.0,
35430
35990
  "electric_equipment_fraction_latent": 0.0,
35431
35991
  "electric_equipment_fraction_radiant": 0.5,
35432
35992
  "electric_equipment_fraction_lost": 0.0,
@@ -35542,7 +36102,7 @@
35542
36102
  "electric_equipment_fraction_latent": 0.0,
35543
36103
  "electric_equipment_fraction_radiant": 0.5,
35544
36104
  "electric_equipment_fraction_lost": 0.0,
35545
- "electric_equipment_schedule": "Hospital BLDG_EQUIP_SCH",
36105
+ "electric_equipment_schedule": "Hospital BLDG_EQUIP_EXTD_SCH",
35546
36106
  "heating_setpoint_schedule": "Hospital HTGSETP_SCH",
35547
36107
  "cooling_setpoint_schedule": "Hospital CLGSETP_SCH",
35548
36108
  "service_water_heating_peak_flow_rate": 1.0,
@@ -35558,7 +36118,7 @@
35558
36118
  "exhaust_fan_maximum_flow_rate": null,
35559
36119
  "exhaust_schedule": null,
35560
36120
  "balanced_exhaust_fraction_schedule": null,
35561
- "is_residential": null
36121
+ "is_residential": "Yes"
35562
36122
  },
35563
36123
  {
35564
36124
  "template": "90.1-2013",
@@ -36006,7 +36566,7 @@
36006
36566
  "exhaust_fan_maximum_flow_rate": null,
36007
36567
  "exhaust_schedule": null,
36008
36568
  "balanced_exhaust_fraction_schedule": null,
36009
- "is_residential": null
36569
+ "is_residential": "Yes"
36010
36570
  },
36011
36571
  {
36012
36572
  "template": "90.1-2013",
@@ -36062,7 +36622,7 @@
36062
36622
  "exhaust_fan_maximum_flow_rate": null,
36063
36623
  "exhaust_schedule": null,
36064
36624
  "balanced_exhaust_fraction_schedule": null,
36065
- "is_residential": null
36625
+ "is_residential": "Yes"
36066
36626
  },
36067
36627
  {
36068
36628
  "template": "90.1-2013",
@@ -36118,7 +36678,7 @@
36118
36678
  "exhaust_fan_maximum_flow_rate": null,
36119
36679
  "exhaust_schedule": null,
36120
36680
  "balanced_exhaust_fraction_schedule": null,
36121
- "is_residential": null
36681
+ "is_residential": "Yes"
36122
36682
  },
36123
36683
  {
36124
36684
  "template": "90.1-2013",
@@ -36174,7 +36734,7 @@
36174
36734
  "exhaust_fan_maximum_flow_rate": null,
36175
36735
  "exhaust_schedule": null,
36176
36736
  "balanced_exhaust_fraction_schedule": null,
36177
- "is_residential": null
36737
+ "is_residential": "Yes"
36178
36738
  },
36179
36739
  {
36180
36740
  "template": "90.1-2013",
@@ -36622,7 +37182,7 @@
36622
37182
  "exhaust_fan_maximum_flow_rate": null,
36623
37183
  "exhaust_schedule": null,
36624
37184
  "balanced_exhaust_fraction_schedule": null,
36625
- "is_residential": null
37185
+ "is_residential": "Yes"
36626
37186
  },
36627
37187
  {
36628
37188
  "template": "90.1-2013",
@@ -36678,7 +37238,7 @@
36678
37238
  "exhaust_fan_maximum_flow_rate": null,
36679
37239
  "exhaust_schedule": null,
36680
37240
  "balanced_exhaust_fraction_schedule": null,
36681
- "is_residential": null
37241
+ "is_residential": "Yes"
36682
37242
  },
36683
37243
  {
36684
37244
  "template": "90.1-2013",
@@ -36734,7 +37294,7 @@
36734
37294
  "exhaust_fan_maximum_flow_rate": null,
36735
37295
  "exhaust_schedule": null,
36736
37296
  "balanced_exhaust_fraction_schedule": null,
36737
- "is_residential": null
37297
+ "is_residential": "Yes"
36738
37298
  },
36739
37299
  {
36740
37300
  "template": "90.1-2013",
@@ -43250,8 +43810,8 @@
43250
43810
  "ventilation_standard": "ASHRAE 62.1-1999",
43251
43811
  "ventilation_primary_space_type": "Food and Beverage Service",
43252
43812
  "ventilation_secondary_space_type": "Kitchens (cooking)",
43253
- "ventilation_per_area": 0,
43254
- "ventilation_per_person": 15,
43813
+ "ventilation_per_area": 0.47,
43814
+ "ventilation_per_person": 0,
43255
43815
  "ventilation_air_changes": "",
43256
43816
  "minimum_total_air_changes": null,
43257
43817
  "occupancy_per_area": 5.0,
@@ -43288,6 +43848,62 @@
43288
43848
  "balanced_exhaust_fraction_schedule": null,
43289
43849
  "is_residential": null
43290
43850
  },
43851
+ {
43852
+ "template": "DOE Ref 1980-2004",
43853
+ "building_type": "Hospital",
43854
+ "space_type": "Basement",
43855
+ "rgb": "120_230_199",
43856
+ "lighting_standard": "DOE Ref 1980-2004",
43857
+ "lighting_primary_space_type": "Basement",
43858
+ "lighting_secondary_space_type": "For Hospital",
43859
+ "lighting_per_area": 1.8,
43860
+ "lighting_per_person": null,
43861
+ "additional_lighting_per_area": null,
43862
+ "lighting_fraction_to_return_air": 0.0,
43863
+ "lighting_fraction_radiant": 0.7,
43864
+ "lighting_fraction_visible": 0.2,
43865
+ "lighting_schedule": "Hospital Admin Light",
43866
+ "ventilation_standard": "ASHRAE 62.1-1999",
43867
+ "ventilation_primary_space_type": "Basement",
43868
+ "ventilation_secondary_space_type": "For Hospital",
43869
+ "ventilation_per_area": "",
43870
+ "ventilation_per_person": 21.186,
43871
+ "ventilation_air_changes": "",
43872
+ "minimum_total_air_changes": null,
43873
+ "occupancy_per_area": 2.5,
43874
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
43875
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
43876
+ "infiltration_per_exterior_area": null,
43877
+ "infiltration_per_exterior_wall_area": 0.2232,
43878
+ "infiltration_air_changes": null,
43879
+ "infiltration_schedule": "Hospital Infil Quarter On",
43880
+ "gas_equipment_per_area": null,
43881
+ "gas_equipment_fraction_latent": null,
43882
+ "gas_equipment_fraction_radiant": null,
43883
+ "gas_equipment_fraction_lost": null,
43884
+ "gas_equipment_schedule": null,
43885
+ "electric_equipment_per_area": 0.749,
43886
+ "electric_equipment_fraction_latent": 0.0,
43887
+ "electric_equipment_fraction_radiant": 0.5,
43888
+ "electric_equipment_fraction_lost": 0.0,
43889
+ "electric_equipment_schedule": "Hospital Admin Equipment",
43890
+ "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
43891
+ "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
43892
+ "service_water_heating_peak_flow_rate": null,
43893
+ "service_water_heating_area": null,
43894
+ "service_water_heating_peak_flow_per_area": null,
43895
+ "service_water_heating_target_temperature": null,
43896
+ "service_water_heating_fraction_sensible": null,
43897
+ "service_water_heating_fraction_latent": null,
43898
+ "service_water_heating_schedule": null,
43899
+ "exhaust_fan_efficiency": null,
43900
+ "exhaust_fan_power": null,
43901
+ "exhaust_fan_pressure_rise": null,
43902
+ "exhaust_fan_maximum_flow_rate": null,
43903
+ "exhaust_schedule": null,
43904
+ "balanced_exhaust_fraction_schedule": null,
43905
+ "is_residential": null
43906
+ },
43291
43907
  {
43292
43908
  "template": "DOE Ref 1980-2004",
43293
43909
  "building_type": "Hospital",
@@ -43296,13 +43912,13 @@
43296
43912
  "lighting_standard": "DOE Ref 1980-2004",
43297
43913
  "lighting_primary_space_type": "Hospital",
43298
43914
  "lighting_secondary_space_type": "Corridor",
43299
- "lighting_per_area": 1.36,
43915
+ "lighting_per_area": 1.355,
43300
43916
  "lighting_per_person": null,
43301
43917
  "additional_lighting_per_area": null,
43302
43918
  "lighting_fraction_to_return_air": 0.0,
43303
43919
  "lighting_fraction_radiant": 0.7,
43304
43920
  "lighting_fraction_visible": 0.2,
43305
- "lighting_schedule": "Hospital Bldg Light",
43921
+ "lighting_schedule": "Hospital Admin Light",
43306
43922
  "ventilation_standard": "ASHRAE 62.1-1999",
43307
43923
  "ventilation_primary_space_type": "Public Spaces",
43308
43924
  "ventilation_secondary_space_type": "Corridors and utilities",
@@ -43326,7 +43942,7 @@
43326
43942
  "electric_equipment_fraction_latent": 0.0,
43327
43943
  "electric_equipment_fraction_radiant": 0.5,
43328
43944
  "electric_equipment_fraction_lost": 0.0,
43329
- "electric_equipment_schedule": "Hospital Bldg Equip",
43945
+ "electric_equipment_schedule": "Hospital Admin Equipment",
43330
43946
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
43331
43947
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
43332
43948
  "service_water_heating_peak_flow_rate": null,
@@ -43352,13 +43968,13 @@
43352
43968
  "lighting_standard": "DOE Ref 1980-2004",
43353
43969
  "lighting_primary_space_type": "Hospital",
43354
43970
  "lighting_secondary_space_type": "Dining",
43355
- "lighting_per_area": 2.58,
43971
+ "lighting_per_area": 2.575,
43356
43972
  "lighting_per_person": null,
43357
43973
  "additional_lighting_per_area": null,
43358
43974
  "lighting_fraction_to_return_air": 0.0,
43359
43975
  "lighting_fraction_radiant": 0.7,
43360
43976
  "lighting_fraction_visible": 0.2,
43361
- "lighting_schedule": "Hospital Bldg Light",
43977
+ "lighting_schedule": "Hospital Admin Light",
43362
43978
  "ventilation_standard": "ASHRAE 62.1-1999",
43363
43979
  "ventilation_primary_space_type": "Food and Beverage Service",
43364
43980
  "ventilation_secondary_space_type": "Dining Rooms",
@@ -43382,7 +43998,7 @@
43382
43998
  "electric_equipment_fraction_latent": 0.0,
43383
43999
  "electric_equipment_fraction_radiant": 0.5,
43384
44000
  "electric_equipment_fraction_lost": 0.0,
43385
- "electric_equipment_schedule": "Hospital Bldg Equip",
44001
+ "electric_equipment_schedule": "Hospital Admin Equipment",
43386
44002
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
43387
44003
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
43388
44004
  "service_water_heating_peak_flow_rate": null,
@@ -43408,19 +44024,19 @@
43408
44024
  "lighting_standard": "DOE Ref 1980-2004",
43409
44025
  "lighting_primary_space_type": "Hospital",
43410
44026
  "lighting_secondary_space_type": "ER_Exam",
43411
- "lighting_per_area": 3.84,
44027
+ "lighting_per_area": 3.841,
43412
44028
  "lighting_per_person": null,
43413
44029
  "additional_lighting_per_area": null,
43414
44030
  "lighting_fraction_to_return_air": 0.0,
43415
44031
  "lighting_fraction_radiant": 0.7,
43416
44032
  "lighting_fraction_visible": 0.2,
43417
- "lighting_schedule": "Hospital Bldg Light",
43418
- "ventilation_standard": "AIA 2001",
43419
- "ventilation_primary_space_type": "Surgery and Critical Care",
43420
- "ventilation_secondary_space_type": "ER Waiting Room",
43421
- "ventilation_per_area": "",
44033
+ "lighting_schedule": "Hospital Critical Light",
44034
+ "ventilation_standard": "ASHRAE 62.1-1999",
44035
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
44036
+ "ventilation_secondary_space_type": "Recovery and ICU",
44037
+ "ventilation_per_area": 0.47,
43422
44038
  "ventilation_per_person": "",
43423
- "ventilation_air_changes": 2,
44039
+ "ventilation_air_changes": "",
43424
44040
  "minimum_total_air_changes": null,
43425
44041
  "occupancy_per_area": 20.0,
43426
44042
  "occupancy_schedule": "Hospital Critical Occ",
@@ -43438,7 +44054,7 @@
43438
44054
  "electric_equipment_fraction_latent": 0.0,
43439
44055
  "electric_equipment_fraction_radiant": 0.5,
43440
44056
  "electric_equipment_fraction_lost": 0.0,
43441
- "electric_equipment_schedule": "Hospital Bldg Equip",
44057
+ "electric_equipment_schedule": "Hospital Admin Equipment",
43442
44058
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
43443
44059
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
43444
44060
  "service_water_heating_peak_flow_rate": 1.0,
@@ -43464,19 +44080,19 @@
43464
44080
  "lighting_standard": "DOE Ref 1980-2004",
43465
44081
  "lighting_primary_space_type": "Hospital",
43466
44082
  "lighting_secondary_space_type": "ER_NurseStn",
43467
- "lighting_per_area": 1.6600000000000001,
44083
+ "lighting_per_area": 1.66,
43468
44084
  "lighting_per_person": null,
43469
44085
  "additional_lighting_per_area": null,
43470
44086
  "lighting_fraction_to_return_air": 0.0,
43471
44087
  "lighting_fraction_radiant": 0.7,
43472
44088
  "lighting_fraction_visible": 0.2,
43473
- "lighting_schedule": "Hospital Bldg Light",
43474
- "ventilation_standard": "AIA 2001",
43475
- "ventilation_primary_space_type": "Surgery and Critical Care",
43476
- "ventilation_secondary_space_type": "ER Waiting Room",
43477
- "ventilation_per_area": "",
43478
- "ventilation_per_person": "",
43479
- "ventilation_air_changes": 2,
44089
+ "lighting_schedule": "Hospital Admin Light",
44090
+ "ventilation_standard": "ASHRAE 62.1-1999",
44091
+ "ventilation_primary_space_type": "Offices",
44092
+ "ventilation_secondary_space_type": "Office Space",
44093
+ "ventilation_per_area": 0,
44094
+ "ventilation_per_person": 20,
44095
+ "ventilation_air_changes": "",
43480
44096
  "minimum_total_air_changes": null,
43481
44097
  "occupancy_per_area": 6.25,
43482
44098
  "occupancy_schedule": "Hospital Critical Occ",
@@ -43494,7 +44110,7 @@
43494
44110
  "electric_equipment_fraction_latent": 0.0,
43495
44111
  "electric_equipment_fraction_radiant": 0.5,
43496
44112
  "electric_equipment_fraction_lost": 0.0,
43497
- "electric_equipment_schedule": "Hospital Bldg Equip",
44113
+ "electric_equipment_schedule": "Hospital Critical Equip",
43498
44114
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
43499
44115
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
43500
44116
  "service_water_heating_peak_flow_rate": null,
@@ -43520,19 +44136,19 @@
43520
44136
  "lighting_standard": "DOE Ref 1980-2004",
43521
44137
  "lighting_primary_space_type": "Hospital",
43522
44138
  "lighting_secondary_space_type": "ER_Trauma",
43523
- "lighting_per_area": 3.84,
44139
+ "lighting_per_area": 3.841,
43524
44140
  "lighting_per_person": null,
43525
44141
  "additional_lighting_per_area": null,
43526
44142
  "lighting_fraction_to_return_air": 0.0,
43527
44143
  "lighting_fraction_radiant": 0.7,
43528
44144
  "lighting_fraction_visible": 0.2,
43529
- "lighting_schedule": "Hospital Bldg Light",
43530
- "ventilation_standard": "AIA 2001",
43531
- "ventilation_primary_space_type": "Surgery and Critical Care",
43532
- "ventilation_secondary_space_type": "ER Waiting Room",
43533
- "ventilation_per_area": "",
44145
+ "lighting_schedule": "Hospital Critical Light",
44146
+ "ventilation_standard": "ASHRAE 62.1-1999",
44147
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
44148
+ "ventilation_secondary_space_type": "Recovery and ICU",
44149
+ "ventilation_per_area": 0.47,
43534
44150
  "ventilation_per_person": "",
43535
- "ventilation_air_changes": 2,
44151
+ "ventilation_air_changes": "",
43536
44152
  "minimum_total_air_changes": null,
43537
44153
  "occupancy_per_area": 20.0,
43538
44154
  "occupancy_schedule": "Hospital Critical Occ",
@@ -43550,7 +44166,7 @@
43550
44166
  "electric_equipment_fraction_latent": 0.0,
43551
44167
  "electric_equipment_fraction_radiant": 0.5,
43552
44168
  "electric_equipment_fraction_lost": 0.0,
43553
- "electric_equipment_schedule": "Hospital Bldg Equip",
44169
+ "electric_equipment_schedule": "Hospital Critical Equip",
43554
44170
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
43555
44171
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
43556
44172
  "service_water_heating_peak_flow_rate": 1.0,
@@ -43576,19 +44192,19 @@
43576
44192
  "lighting_standard": "DOE Ref 1980-2004",
43577
44193
  "lighting_primary_space_type": "Hospital",
43578
44194
  "lighting_secondary_space_type": "ER_Triage",
43579
- "lighting_per_area": 3.84,
44195
+ "lighting_per_area": 3.841,
43580
44196
  "lighting_per_person": null,
43581
44197
  "additional_lighting_per_area": null,
43582
44198
  "lighting_fraction_to_return_air": 0.0,
43583
44199
  "lighting_fraction_radiant": 0.7,
43584
44200
  "lighting_fraction_visible": 0.2,
43585
- "lighting_schedule": "Hospital Bldg Light",
43586
- "ventilation_standard": "AIA 2001",
43587
- "ventilation_primary_space_type": "Surgery and Critical Care",
43588
- "ventilation_secondary_space_type": "ER Waiting Room",
43589
- "ventilation_per_area": "",
44201
+ "lighting_schedule": "Hospital Critical Light",
44202
+ "ventilation_standard": "ASHRAE 62.1-1999",
44203
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
44204
+ "ventilation_secondary_space_type": "Recovery and ICU",
44205
+ "ventilation_per_area": 0.47,
43590
44206
  "ventilation_per_person": "",
43591
- "ventilation_air_changes": 2,
44207
+ "ventilation_air_changes": "",
43592
44208
  "minimum_total_air_changes": null,
43593
44209
  "occupancy_per_area": 20.0,
43594
44210
  "occupancy_schedule": "Hospital Critical Occ",
@@ -43602,11 +44218,11 @@
43602
44218
  "gas_equipment_fraction_radiant": null,
43603
44219
  "gas_equipment_fraction_lost": null,
43604
44220
  "gas_equipment_schedule": null,
43605
- "electric_equipment_per_area": 2.0,
44221
+ "electric_equipment_per_area": null,
43606
44222
  "electric_equipment_fraction_latent": 0.0,
43607
44223
  "electric_equipment_fraction_radiant": 0.5,
43608
44224
  "electric_equipment_fraction_lost": 0.0,
43609
- "electric_equipment_schedule": "Hospital Bldg Equip",
44225
+ "electric_equipment_schedule": "Hospital Critical Equip",
43610
44226
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
43611
44227
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
43612
44228
  "service_water_heating_peak_flow_rate": 1.0,
@@ -43632,19 +44248,19 @@
43632
44248
  "lighting_standard": "DOE Ref 1980-2004",
43633
44249
  "lighting_primary_space_type": "Hospital",
43634
44250
  "lighting_secondary_space_type": "ICU_NurseStn",
43635
- "lighting_per_area": 1.7100000000000002,
44251
+ "lighting_per_area": 1.71,
43636
44252
  "lighting_per_person": null,
43637
44253
  "additional_lighting_per_area": null,
43638
44254
  "lighting_fraction_to_return_air": 0.0,
43639
44255
  "lighting_fraction_radiant": 0.7,
43640
44256
  "lighting_fraction_visible": 0.2,
43641
- "lighting_schedule": "Hospital Bldg Light",
43642
- "ventilation_standard": "AIA 2001",
43643
- "ventilation_primary_space_type": "Surgery and Critical Care",
43644
- "ventilation_secondary_space_type": "Critical and Intensive Care",
43645
- "ventilation_per_area": "",
43646
- "ventilation_per_person": "",
43647
- "ventilation_air_changes": 2,
44257
+ "lighting_schedule": "Hospital Admin Light",
44258
+ "ventilation_standard": "ASHRAE 62.1-1999",
44259
+ "ventilation_primary_space_type": "Offices",
44260
+ "ventilation_secondary_space_type": "Office space",
44261
+ "ventilation_per_area": 0,
44262
+ "ventilation_per_person": 20,
44263
+ "ventilation_air_changes": "",
43648
44264
  "minimum_total_air_changes": null,
43649
44265
  "occupancy_per_area": 5.0,
43650
44266
  "occupancy_schedule": "Hospital Critical Occ",
@@ -43662,7 +44278,7 @@
43662
44278
  "electric_equipment_fraction_latent": 0.0,
43663
44279
  "electric_equipment_fraction_radiant": 0.5,
43664
44280
  "electric_equipment_fraction_lost": 0.0,
43665
- "electric_equipment_schedule": "Hospital Bldg Equip",
44281
+ "electric_equipment_schedule": "Hospital Admin Equipment",
43666
44282
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
43667
44283
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
43668
44284
  "service_water_heating_peak_flow_rate": null,
@@ -43688,19 +44304,19 @@
43688
44304
  "lighting_standard": "DOE Ref 1980-2004",
43689
44305
  "lighting_primary_space_type": "Hospital",
43690
44306
  "lighting_secondary_space_type": "ICU_Open",
43691
- "lighting_per_area": 3.84,
44307
+ "lighting_per_area": 3.841,
43692
44308
  "lighting_per_person": null,
43693
44309
  "additional_lighting_per_area": null,
43694
44310
  "lighting_fraction_to_return_air": 0.0,
43695
44311
  "lighting_fraction_radiant": 0.7,
43696
44312
  "lighting_fraction_visible": 0.2,
43697
- "lighting_schedule": "Hospital Bldg Light",
43698
- "ventilation_standard": "AIA 2001",
43699
- "ventilation_primary_space_type": "Surgery and Critical Care",
43700
- "ventilation_secondary_space_type": "Critical and Intensive Care",
43701
- "ventilation_per_area": "",
43702
- "ventilation_per_person": "",
43703
- "ventilation_air_changes": 2,
44313
+ "lighting_schedule": "Hospital Critical Light",
44314
+ "ventilation_standard": "ASHRAE 62.1-1999",
44315
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
44316
+ "ventilation_secondary_space_type": "Recovery and ICU",
44317
+ "ventilation_per_area": "#N/A",
44318
+ "ventilation_per_person": "#N/A",
44319
+ "ventilation_air_changes": "#N/A",
43704
44320
  "minimum_total_air_changes": null,
43705
44321
  "occupancy_per_area": 20.0,
43706
44322
  "occupancy_schedule": "Hospital Critical Occ",
@@ -43718,7 +44334,7 @@
43718
44334
  "electric_equipment_fraction_latent": 0.0,
43719
44335
  "electric_equipment_fraction_radiant": 0.5,
43720
44336
  "electric_equipment_fraction_lost": 0.0,
43721
- "electric_equipment_schedule": "Hospital Bldg Equip",
44337
+ "electric_equipment_schedule": "Hospital Critical Equip",
43722
44338
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
43723
44339
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
43724
44340
  "service_water_heating_peak_flow_rate": null,
@@ -43744,19 +44360,19 @@
43744
44360
  "lighting_standard": "DOE Ref 1980-2004",
43745
44361
  "lighting_primary_space_type": "Hospital",
43746
44362
  "lighting_secondary_space_type": "ICU_PatRm",
43747
- "lighting_per_area": 3.84,
44363
+ "lighting_per_area": 3.841,
43748
44364
  "lighting_per_person": null,
43749
44365
  "additional_lighting_per_area": null,
43750
44366
  "lighting_fraction_to_return_air": 0.0,
43751
44367
  "lighting_fraction_radiant": 0.7,
43752
44368
  "lighting_fraction_visible": 0.2,
43753
- "lighting_schedule": "Hospital Bldg Light",
43754
- "ventilation_standard": "AIA 2001",
43755
- "ventilation_primary_space_type": "Surgery and Critical Care",
43756
- "ventilation_secondary_space_type": "Critical and Intensive Care",
43757
- "ventilation_per_area": "",
44369
+ "lighting_schedule": "Hospital Critical Light",
44370
+ "ventilation_standard": "ASHRAE 62.1-1999",
44371
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
44372
+ "ventilation_secondary_space_type": "Recovery and ICU",
44373
+ "ventilation_per_area": 0.47,
43758
44374
  "ventilation_per_person": "",
43759
- "ventilation_air_changes": 2,
44375
+ "ventilation_air_changes": "",
43760
44376
  "minimum_total_air_changes": null,
43761
44377
  "occupancy_per_area": 5.0,
43762
44378
  "occupancy_schedule": "Hospital Critical Occ",
@@ -43770,11 +44386,11 @@
43770
44386
  "gas_equipment_fraction_radiant": null,
43771
44387
  "gas_equipment_fraction_lost": null,
43772
44388
  "gas_equipment_schedule": null,
43773
- "electric_equipment_per_area": 3.0000000000000004,
44389
+ "electric_equipment_per_area": 2.69,
43774
44390
  "electric_equipment_fraction_latent": 0.0,
43775
44391
  "electric_equipment_fraction_radiant": 0.5,
43776
44392
  "electric_equipment_fraction_lost": 0.0,
43777
- "electric_equipment_schedule": "Hospital Bldg Equip",
44393
+ "electric_equipment_schedule": "Hospital Critical Equip",
43778
44394
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
43779
44395
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
43780
44396
  "service_water_heating_peak_flow_rate": null,
@@ -43806,12 +44422,12 @@
43806
44422
  "lighting_fraction_to_return_air": 0.0,
43807
44423
  "lighting_fraction_radiant": 0.7,
43808
44424
  "lighting_fraction_visible": 0.2,
43809
- "lighting_schedule": "Hospital Bldg Light",
44425
+ "lighting_schedule": "Hospital Admin Light",
43810
44426
  "ventilation_standard": "ASHRAE 62.1-1999",
43811
- "ventilation_primary_space_type": "Food and Beverage Service",
43812
- "ventilation_secondary_space_type": "Kitchens (cooking)",
43813
- "ventilation_per_area": 0,
43814
- "ventilation_per_person": 15,
44427
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
44428
+ "ventilation_secondary_space_type": "Kitchen",
44429
+ "ventilation_per_area": 0.371,
44430
+ "ventilation_per_person": "",
43815
44431
  "ventilation_air_changes": "",
43816
44432
  "minimum_total_air_changes": null,
43817
44433
  "occupancy_per_area": 5.0,
@@ -43830,7 +44446,7 @@
43830
44446
  "electric_equipment_fraction_latent": 0.2,
43831
44447
  "electric_equipment_fraction_radiant": 0.5,
43832
44448
  "electric_equipment_fraction_lost": 0.1,
43833
- "electric_equipment_schedule": "Hospital Bldg Equip",
44449
+ "electric_equipment_schedule": "Hospital Kitchen_Elec_Equip_SCH",
43834
44450
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
43835
44451
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
43836
44452
  "service_water_heating_peak_flow_rate": 150.0,
@@ -43862,12 +44478,12 @@
43862
44478
  "lighting_fraction_to_return_air": 0.0,
43863
44479
  "lighting_fraction_radiant": 0.7,
43864
44480
  "lighting_fraction_visible": 0.2,
43865
- "lighting_schedule": "Hospital Bldg Light",
44481
+ "lighting_schedule": "Hospital Admin Light",
43866
44482
  "ventilation_standard": "ASHRAE 62.1-1999",
43867
- "ventilation_primary_space_type": "Education",
44483
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
43868
44484
  "ventilation_secondary_space_type": "Laboratories",
43869
- "ventilation_per_area": 0,
43870
- "ventilation_per_person": 20,
44485
+ "ventilation_per_area": 1.4,
44486
+ "ventilation_per_person": "",
43871
44487
  "ventilation_air_changes": "",
43872
44488
  "minimum_total_air_changes": null,
43873
44489
  "occupancy_per_area": 5.0,
@@ -43886,7 +44502,7 @@
43886
44502
  "electric_equipment_fraction_latent": 0.0,
43887
44503
  "electric_equipment_fraction_radiant": 0.5,
43888
44504
  "electric_equipment_fraction_lost": 0.0,
43889
- "electric_equipment_schedule": "Hospital Bldg Equip",
44505
+ "electric_equipment_schedule": "Hospital Admin Equipment",
43890
44506
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
43891
44507
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
43892
44508
  "service_water_heating_peak_flow_rate": 2.0,
@@ -43912,18 +44528,18 @@
43912
44528
  "lighting_standard": "DOE Ref 1980-2004",
43913
44529
  "lighting_primary_space_type": "Hospital",
43914
44530
  "lighting_secondary_space_type": "Lobby",
43915
- "lighting_per_area": 1.46,
44531
+ "lighting_per_area": 1.03,
43916
44532
  "lighting_per_person": null,
43917
44533
  "additional_lighting_per_area": null,
43918
44534
  "lighting_fraction_to_return_air": 0.0,
43919
44535
  "lighting_fraction_radiant": 0.7,
43920
44536
  "lighting_fraction_visible": 0.2,
43921
- "lighting_schedule": "Hospital Bldg Light",
44537
+ "lighting_schedule": "Hospital Admin Light",
43922
44538
  "ventilation_standard": "ASHRAE 62.1-1999",
43923
- "ventilation_primary_space_type": "Hotels, Motels, Resorts, Dormitories",
43924
- "ventilation_secondary_space_type": "Lobbies",
44539
+ "ventilation_primary_space_type": "Offices",
44540
+ "ventilation_secondary_space_type": "Office Space",
43925
44541
  "ventilation_per_area": 0,
43926
- "ventilation_per_person": 15,
44542
+ "ventilation_per_person": 20,
43927
44543
  "ventilation_air_changes": "",
43928
44544
  "minimum_total_air_changes": null,
43929
44545
  "occupancy_per_area": 7.14,
@@ -43942,7 +44558,7 @@
43942
44558
  "electric_equipment_fraction_latent": 0.0,
43943
44559
  "electric_equipment_fraction_radiant": 0.5,
43944
44560
  "electric_equipment_fraction_lost": 0.0,
43945
- "electric_equipment_schedule": "Hospital Bldg Equip",
44561
+ "electric_equipment_schedule": "Hospital Admin Equipment",
43946
44562
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
43947
44563
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
43948
44564
  "service_water_heating_peak_flow_rate": null,
@@ -43968,18 +44584,18 @@
43968
44584
  "lighting_standard": "DOE Ref 1980-2004",
43969
44585
  "lighting_primary_space_type": "Hospital",
43970
44586
  "lighting_secondary_space_type": "NurseStn",
43971
- "lighting_per_area": 1.46,
44587
+ "lighting_per_area": 1.458,
43972
44588
  "lighting_per_person": null,
43973
44589
  "additional_lighting_per_area": null,
43974
44590
  "lighting_fraction_to_return_air": 0.0,
43975
44591
  "lighting_fraction_radiant": 0.7,
43976
44592
  "lighting_fraction_visible": 0.2,
43977
- "lighting_schedule": "Hospital Bldg Light",
44593
+ "lighting_schedule": "Hospital Admin Light",
43978
44594
  "ventilation_standard": "ASHRAE 62.1-1999",
43979
44595
  "ventilation_primary_space_type": "Offices",
43980
- "ventilation_secondary_space_type": "Reception Areas",
44596
+ "ventilation_secondary_space_type": "Office Space",
43981
44597
  "ventilation_per_area": 0,
43982
- "ventilation_per_person": 15,
44598
+ "ventilation_per_person": 20,
43983
44599
  "ventilation_air_changes": "",
43984
44600
  "minimum_total_air_changes": null,
43985
44601
  "occupancy_per_area": 7.14,
@@ -43998,7 +44614,7 @@
43998
44614
  "electric_equipment_fraction_latent": 0.0,
43999
44615
  "electric_equipment_fraction_radiant": 0.5,
44000
44616
  "electric_equipment_fraction_lost": 0.0,
44001
- "electric_equipment_schedule": "Hospital Bldg Equip",
44617
+ "electric_equipment_schedule": "Hospital Admin Equipment",
44002
44618
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
44003
44619
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
44004
44620
  "service_water_heating_peak_flow_rate": null,
@@ -44024,19 +44640,19 @@
44024
44640
  "lighting_standard": "DOE Ref 1980-2004",
44025
44641
  "lighting_primary_space_type": "Hospital",
44026
44642
  "lighting_secondary_space_type": "OR",
44027
- "lighting_per_area": 9.75,
44643
+ "lighting_per_area": 9.745,
44028
44644
  "lighting_per_person": null,
44029
44645
  "additional_lighting_per_area": null,
44030
44646
  "lighting_fraction_to_return_air": 0.0,
44031
44647
  "lighting_fraction_radiant": 0.7,
44032
44648
  "lighting_fraction_visible": 0.2,
44033
- "lighting_schedule": "Hospital Bldg Light",
44034
- "ventilation_standard": "AIA 2001",
44035
- "ventilation_primary_space_type": "Surgery and Critical Care",
44036
- "ventilation_secondary_space_type": "Operating/Surgical Cystoscopic Rooms",
44037
- "ventilation_per_area": "",
44649
+ "lighting_schedule": "Hospital Critical Light",
44650
+ "ventilation_standard": "ASHRAE 62.1-1999",
44651
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
44652
+ "ventilation_secondary_space_type": "Operating rooms",
44653
+ "ventilation_per_area": 0.7,
44038
44654
  "ventilation_per_person": "",
44039
- "ventilation_air_changes": 3,
44655
+ "ventilation_air_changes": "",
44040
44656
  "minimum_total_air_changes": null,
44041
44657
  "occupancy_per_area": 5.0,
44042
44658
  "occupancy_schedule": "Hospital Critical Occ",
@@ -44050,11 +44666,11 @@
44050
44666
  "gas_equipment_fraction_radiant": null,
44051
44667
  "gas_equipment_fraction_lost": null,
44052
44668
  "gas_equipment_schedule": null,
44053
- "electric_equipment_per_area": 5.0,
44669
+ "electric_equipment_per_area": 4.0,
44054
44670
  "electric_equipment_fraction_latent": 0.0,
44055
44671
  "electric_equipment_fraction_radiant": 0.5,
44056
44672
  "electric_equipment_fraction_lost": 0.0,
44057
- "electric_equipment_schedule": "Hospital Bldg Equip",
44673
+ "electric_equipment_schedule": "Hospital Critical Equip",
44058
44674
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
44059
44675
  "cooling_setpoint_schedule": "Hospital Critical ClgSetp",
44060
44676
  "service_water_heating_peak_flow_rate": 2.0,
@@ -44080,13 +44696,13 @@
44080
44696
  "lighting_standard": "DOE Ref 1980-2004",
44081
44697
  "lighting_primary_space_type": "Hospital",
44082
44698
  "lighting_secondary_space_type": "Office",
44083
- "lighting_per_area": 2.4,
44699
+ "lighting_per_area": 2.395,
44084
44700
  "lighting_per_person": null,
44085
44701
  "additional_lighting_per_area": null,
44086
44702
  "lighting_fraction_to_return_air": 0.0,
44087
44703
  "lighting_fraction_radiant": 0.7,
44088
44704
  "lighting_fraction_visible": 0.2,
44089
- "lighting_schedule": "Hospital Bldg Light",
44705
+ "lighting_schedule": "Hospital Admin Light",
44090
44706
  "ventilation_standard": "ASHRAE 62.1-1999",
44091
44707
  "ventilation_primary_space_type": "Offices",
44092
44708
  "ventilation_secondary_space_type": "Office Space",
@@ -44110,7 +44726,7 @@
44110
44726
  "electric_equipment_fraction_latent": 0.0,
44111
44727
  "electric_equipment_fraction_radiant": 0.5,
44112
44728
  "electric_equipment_fraction_lost": 0.0,
44113
- "electric_equipment_schedule": "Hospital Bldg Equip",
44729
+ "electric_equipment_schedule": "Hospital Admin Equipment",
44114
44730
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
44115
44731
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
44116
44732
  "service_water_heating_peak_flow_rate": null,
@@ -44136,13 +44752,13 @@
44136
44752
  "lighting_standard": "DOE Ref 1980-2004",
44137
44753
  "lighting_primary_space_type": "Hospital",
44138
44754
  "lighting_secondary_space_type": "PatCorridor",
44139
- "lighting_per_area": 1.36,
44755
+ "lighting_per_area": 1.32,
44140
44756
  "lighting_per_person": null,
44141
44757
  "additional_lighting_per_area": null,
44142
44758
  "lighting_fraction_to_return_air": 0.0,
44143
44759
  "lighting_fraction_radiant": 0.7,
44144
44760
  "lighting_fraction_visible": 0.2,
44145
- "lighting_schedule": "Hospital Bldg Light",
44761
+ "lighting_schedule": "Hospital Admin Light",
44146
44762
  "ventilation_standard": "ASHRAE 62.1-1999",
44147
44763
  "ventilation_primary_space_type": "Public Spaces",
44148
44764
  "ventilation_secondary_space_type": "Corridors and utilities",
@@ -44166,7 +44782,7 @@
44166
44782
  "electric_equipment_fraction_latent": 0.0,
44167
44783
  "electric_equipment_fraction_radiant": 0.5,
44168
44784
  "electric_equipment_fraction_lost": 0.0,
44169
- "electric_equipment_schedule": "Hospital Bldg Equip",
44785
+ "electric_equipment_schedule": "Hospital Admin Equipment",
44170
44786
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
44171
44787
  "cooling_setpoint_schedule": "Hospital Critical ClgSetp",
44172
44788
  "service_water_heating_peak_flow_rate": null,
@@ -44192,19 +44808,19 @@
44192
44808
  "lighting_standard": "DOE Ref 1980-2004",
44193
44809
  "lighting_primary_space_type": "Hospital",
44194
44810
  "lighting_secondary_space_type": "PatRoom",
44195
- "lighting_per_area": 2.19,
44811
+ "lighting_per_area": 2.188,
44196
44812
  "lighting_per_person": null,
44197
44813
  "additional_lighting_per_area": null,
44198
44814
  "lighting_fraction_to_return_air": 0.0,
44199
44815
  "lighting_fraction_radiant": 0.7,
44200
44816
  "lighting_fraction_visible": 0.2,
44201
- "lighting_schedule": "Hospital Bldg Light",
44202
- "ventilation_standard": "AIA 2001",
44203
- "ventilation_primary_space_type": "Nursing",
44204
- "ventilation_secondary_space_type": "Patient Room",
44205
- "ventilation_per_area": "",
44817
+ "lighting_schedule": "Hospital Critical Light",
44818
+ "ventilation_standard": "ASHRAE 62.1-1999",
44819
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
44820
+ "ventilation_secondary_space_type": "Patient rooms",
44821
+ "ventilation_per_area": 0.47,
44206
44822
  "ventilation_per_person": "",
44207
- "ventilation_air_changes": 2,
44823
+ "ventilation_air_changes": "",
44208
44824
  "minimum_total_air_changes": null,
44209
44825
  "occupancy_per_area": 5.0,
44210
44826
  "occupancy_schedule": "Hospital Critical Occ",
@@ -44222,7 +44838,7 @@
44222
44838
  "electric_equipment_fraction_latent": 0.0,
44223
44839
  "electric_equipment_fraction_radiant": 0.5,
44224
44840
  "electric_equipment_fraction_lost": 0.0,
44225
- "electric_equipment_schedule": "Hospital Bldg Equip",
44841
+ "electric_equipment_schedule": "Hospital Critical Equip",
44226
44842
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
44227
44843
  "cooling_setpoint_schedule": "Hospital Critical ClgSetp",
44228
44844
  "service_water_heating_peak_flow_rate": 1.0,
@@ -44238,7 +44854,7 @@
44238
44854
  "exhaust_fan_maximum_flow_rate": null,
44239
44855
  "exhaust_schedule": null,
44240
44856
  "balanced_exhaust_fraction_schedule": null,
44241
- "is_residential": null
44857
+ "is_residential": "Yes"
44242
44858
  },
44243
44859
  {
44244
44860
  "template": "DOE Ref 1980-2004",
@@ -44248,18 +44864,18 @@
44248
44864
  "lighting_standard": "DOE Ref 1980-2004",
44249
44865
  "lighting_primary_space_type": "Hospital",
44250
44866
  "lighting_secondary_space_type": "PhysTherapy",
44251
- "lighting_per_area": 2.5,
44867
+ "lighting_per_area": 2.51,
44252
44868
  "lighting_per_person": null,
44253
44869
  "additional_lighting_per_area": null,
44254
44870
  "lighting_fraction_to_return_air": 0.0,
44255
44871
  "lighting_fraction_radiant": 0.7,
44256
44872
  "lighting_fraction_visible": 0.2,
44257
- "lighting_schedule": "Hospital Bldg Light",
44873
+ "lighting_schedule": "Hospital Admin Light",
44258
44874
  "ventilation_standard": "ASHRAE 62.1-1999",
44259
44875
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
44260
44876
  "ventilation_secondary_space_type": "Physical therapy",
44261
- "ventilation_per_area": 0,
44262
- "ventilation_per_person": 15,
44877
+ "ventilation_per_area": 0.47,
44878
+ "ventilation_per_person": 0,
44263
44879
  "ventilation_air_changes": "",
44264
44880
  "minimum_total_air_changes": null,
44265
44881
  "occupancy_per_area": 5.0,
@@ -44278,7 +44894,7 @@
44278
44894
  "electric_equipment_fraction_latent": 0.0,
44279
44895
  "electric_equipment_fraction_radiant": 0.5,
44280
44896
  "electric_equipment_fraction_lost": 0.0,
44281
- "electric_equipment_schedule": "Hospital Bldg Equip",
44897
+ "electric_equipment_schedule": "Hospital Admin Equipment",
44282
44898
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
44283
44899
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
44284
44900
  "service_water_heating_peak_flow_rate": 1.0,
@@ -44310,12 +44926,12 @@
44310
44926
  "lighting_fraction_to_return_air": 0.0,
44311
44927
  "lighting_fraction_radiant": 0.7,
44312
44928
  "lighting_fraction_visible": 0.2,
44313
- "lighting_schedule": "Hospital Bldg Light",
44929
+ "lighting_schedule": "Hospital Admin Light",
44314
44930
  "ventilation_standard": "ASHRAE 62.1-1999",
44315
44931
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
44316
- "ventilation_secondary_space_type": "Medical procedure",
44317
- "ventilation_per_area": 0,
44318
- "ventilation_per_person": 15,
44932
+ "ventilation_secondary_space_type": "Radiology",
44933
+ "ventilation_per_area": 0.7,
44934
+ "ventilation_per_person": "",
44319
44935
  "ventilation_air_changes": "",
44320
44936
  "minimum_total_air_changes": null,
44321
44937
  "occupancy_per_area": 5.0,
@@ -44330,11 +44946,11 @@
44330
44946
  "gas_equipment_fraction_radiant": null,
44331
44947
  "gas_equipment_fraction_lost": null,
44332
44948
  "gas_equipment_schedule": null,
44333
- "electric_equipment_per_area": 10.0,
44949
+ "electric_equipment_per_area": 4.93,
44334
44950
  "electric_equipment_fraction_latent": 0.0,
44335
44951
  "electric_equipment_fraction_radiant": 0.5,
44336
44952
  "electric_equipment_fraction_lost": 0.0,
44337
- "electric_equipment_schedule": "Hospital Bldg Equip",
44953
+ "electric_equipment_schedule": "Hospital Admin Equipment",
44338
44954
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
44339
44955
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
44340
44956
  "service_water_heating_peak_flow_rate": 1.0,
@@ -44686,7 +45302,7 @@
44686
45302
  "exhaust_fan_maximum_flow_rate": null,
44687
45303
  "exhaust_schedule": null,
44688
45304
  "balanced_exhaust_fraction_schedule": null,
44689
- "is_residential": null
45305
+ "is_residential": "Yes"
44690
45306
  },
44691
45307
  {
44692
45308
  "template": "DOE Ref 1980-2004",
@@ -44742,7 +45358,7 @@
44742
45358
  "exhaust_fan_maximum_flow_rate": null,
44743
45359
  "exhaust_schedule": null,
44744
45360
  "balanced_exhaust_fraction_schedule": null,
44745
- "is_residential": null
45361
+ "is_residential": "Yes"
44746
45362
  },
44747
45363
  {
44748
45364
  "template": "DOE Ref 1980-2004",
@@ -44798,7 +45414,7 @@
44798
45414
  "exhaust_fan_maximum_flow_rate": null,
44799
45415
  "exhaust_schedule": null,
44800
45416
  "balanced_exhaust_fraction_schedule": null,
44801
- "is_residential": null
45417
+ "is_residential": "Yes"
44802
45418
  },
44803
45419
  {
44804
45420
  "template": "DOE Ref 1980-2004",
@@ -44854,7 +45470,7 @@
44854
45470
  "exhaust_fan_maximum_flow_rate": null,
44855
45471
  "exhaust_schedule": null,
44856
45472
  "balanced_exhaust_fraction_schedule": null,
44857
- "is_residential": null
45473
+ "is_residential": "Yes"
44858
45474
  },
44859
45475
  {
44860
45476
  "template": "DOE Ref 1980-2004",
@@ -44874,8 +45490,8 @@
44874
45490
  "ventilation_standard": "ASHRAE 62.1-1999",
44875
45491
  "ventilation_primary_space_type": "Food and Beverage Service",
44876
45492
  "ventilation_secondary_space_type": "Kitchens (cooking)",
44877
- "ventilation_per_area": 0,
44878
- "ventilation_per_person": 15,
45493
+ "ventilation_per_area": 0.47,
45494
+ "ventilation_per_person": 0,
44879
45495
  "ventilation_air_changes": "",
44880
45496
  "minimum_total_air_changes": null,
44881
45497
  "occupancy_per_area": 5.0,
@@ -45302,7 +45918,7 @@
45302
45918
  "exhaust_fan_maximum_flow_rate": null,
45303
45919
  "exhaust_schedule": null,
45304
45920
  "balanced_exhaust_fraction_schedule": null,
45305
- "is_residential": null
45921
+ "is_residential": "Yes"
45306
45922
  },
45307
45923
  {
45308
45924
  "template": "DOE Ref 1980-2004",
@@ -47506,8 +48122,8 @@
47506
48122
  "ventilation_standard": "ASHRAE 62.1-1999",
47507
48123
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
47508
48124
  "ventilation_secondary_space_type": "Patient rooms",
47509
- "ventilation_per_area": 0,
47510
- "ventilation_per_person": 25,
48125
+ "ventilation_per_area": 0.47,
48126
+ "ventilation_per_person": "",
47511
48127
  "ventilation_air_changes": "",
47512
48128
  "minimum_total_air_changes": 15.0,
47513
48129
  "occupancy_per_area": 18.58,
@@ -47674,8 +48290,8 @@
47674
48290
  "ventilation_standard": "ASHRAE 62.1-1999",
47675
48291
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
47676
48292
  "ventilation_secondary_space_type": "Physical therapy",
47677
- "ventilation_per_area": 0,
47678
- "ventilation_per_person": 15,
48293
+ "ventilation_per_area": 0.47,
48294
+ "ventilation_per_person": 0,
47679
48295
  "ventilation_air_changes": "",
47680
48296
  "minimum_total_air_changes": 6.0,
47681
48297
  "occupancy_per_area": 18.58,
@@ -47786,8 +48402,8 @@
47786
48402
  "ventilation_standard": "ASHRAE 62.1-1999",
47787
48403
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
47788
48404
  "ventilation_secondary_space_type": "Patient rooms",
47789
- "ventilation_per_area": 0,
47790
- "ventilation_per_person": 25,
48405
+ "ventilation_per_area": 0.47,
48406
+ "ventilation_per_person": "",
47791
48407
  "ventilation_air_changes": "",
47792
48408
  "minimum_total_air_changes": 15.0,
47793
48409
  "occupancy_per_area": 18.58,
@@ -48402,8 +49018,8 @@
48402
49018
  "ventilation_standard": "ASHRAE 62.1-1999",
48403
49019
  "ventilation_primary_space_type": "Food and Beverage Service",
48404
49020
  "ventilation_secondary_space_type": "Kitchens (cooking)",
48405
- "ventilation_per_area": 0,
48406
- "ventilation_per_person": 15,
49021
+ "ventilation_per_area": 0.47,
49022
+ "ventilation_per_person": 0,
48407
49023
  "ventilation_air_changes": "",
48408
49024
  "minimum_total_air_changes": null,
48409
49025
  "occupancy_per_area": 13.93,
@@ -48850,8 +49466,8 @@
48850
49466
  "ventilation_standard": "ASHRAE 62.1-1999",
48851
49467
  "ventilation_primary_space_type": "Food and Beverage Service",
48852
49468
  "ventilation_secondary_space_type": "Kitchens (cooking)",
48853
- "ventilation_per_area": 0,
48854
- "ventilation_per_person": 15,
49469
+ "ventilation_per_area": 0.47,
49470
+ "ventilation_per_person": 0,
48855
49471
  "ventilation_air_changes": "",
48856
49472
  "minimum_total_air_changes": null,
48857
49473
  "occupancy_per_area": 5.0,
@@ -49466,8 +50082,8 @@
49466
50082
  "ventilation_standard": "ASHRAE 62.1-1999",
49467
50083
  "ventilation_primary_space_type": "Food and Beverage Service",
49468
50084
  "ventilation_secondary_space_type": "Kitchens (cooking)",
49469
- "ventilation_per_area": 0,
49470
- "ventilation_per_person": 15,
50085
+ "ventilation_per_area": 0.47,
50086
+ "ventilation_per_person": 0,
49471
50087
  "ventilation_air_changes": "",
49472
50088
  "minimum_total_air_changes": null,
49473
50089
  "occupancy_per_area": 15.48,
@@ -50174,7 +50790,7 @@
50174
50790
  "exhaust_fan_maximum_flow_rate": null,
50175
50791
  "exhaust_schedule": null,
50176
50792
  "balanced_exhaust_fraction_schedule": null,
50177
- "is_residential": null
50793
+ "is_residential": "Yes"
50178
50794
  },
50179
50795
  {
50180
50796
  "template": "DOE Ref 1980-2004",
@@ -51258,8 +51874,8 @@
51258
51874
  "ventilation_standard": "ASHRAE 62.1-1999",
51259
51875
  "ventilation_primary_space_type": "Food and Beverage Service",
51260
51876
  "ventilation_secondary_space_type": "Kitchens (cooking)",
51261
- "ventilation_per_area": 0,
51262
- "ventilation_per_person": 15,
51877
+ "ventilation_per_area": 0.47,
51878
+ "ventilation_per_person": 0,
51263
51879
  "ventilation_air_changes": "",
51264
51880
  "minimum_total_air_changes": null,
51265
51881
  "occupancy_per_area": 5.0,
@@ -51296,6 +51912,62 @@
51296
51912
  "balanced_exhaust_fraction_schedule": null,
51297
51913
  "is_residential": null
51298
51914
  },
51915
+ {
51916
+ "template": "DOE Ref Pre-1980",
51917
+ "building_type": "Hospital",
51918
+ "space_type": "Basement",
51919
+ "rgb": "120_230_199",
51920
+ "lighting_standard": "DOE Ref Pre-1980",
51921
+ "lighting_primary_space_type": "Basement",
51922
+ "lighting_secondary_space_type": "For Hospital",
51923
+ "lighting_per_area": 1.8,
51924
+ "lighting_per_person": null,
51925
+ "additional_lighting_per_area": null,
51926
+ "lighting_fraction_to_return_air": 0.0,
51927
+ "lighting_fraction_radiant": 0.7,
51928
+ "lighting_fraction_visible": 0.2,
51929
+ "lighting_schedule": "Hospital Admin Light",
51930
+ "ventilation_standard": "ASHRAE 62.1-1999",
51931
+ "ventilation_primary_space_type": "Basement",
51932
+ "ventilation_secondary_space_type": "For Hospital",
51933
+ "ventilation_per_area": "",
51934
+ "ventilation_per_person": 21.186,
51935
+ "ventilation_air_changes": "",
51936
+ "minimum_total_air_changes": null,
51937
+ "occupancy_per_area": 2.5,
51938
+ "occupancy_schedule": "Hospital BLDG_OCC_SCH",
51939
+ "occupancy_activity_schedule": "Hospital ACTIVITY_SCH",
51940
+ "infiltration_per_exterior_area": null,
51941
+ "infiltration_per_exterior_wall_area": 0.2232,
51942
+ "infiltration_air_changes": null,
51943
+ "infiltration_schedule": "Hospital Infil Quarter On",
51944
+ "gas_equipment_per_area": null,
51945
+ "gas_equipment_fraction_latent": null,
51946
+ "gas_equipment_fraction_radiant": null,
51947
+ "gas_equipment_fraction_lost": null,
51948
+ "gas_equipment_schedule": null,
51949
+ "electric_equipment_per_area": 0.749,
51950
+ "electric_equipment_fraction_latent": 0.0,
51951
+ "electric_equipment_fraction_radiant": 0.5,
51952
+ "electric_equipment_fraction_lost": 0.0,
51953
+ "electric_equipment_schedule": "Hospital Admin Equipment",
51954
+ "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
51955
+ "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
51956
+ "service_water_heating_peak_flow_rate": null,
51957
+ "service_water_heating_area": null,
51958
+ "service_water_heating_peak_flow_per_area": null,
51959
+ "service_water_heating_target_temperature": null,
51960
+ "service_water_heating_fraction_sensible": null,
51961
+ "service_water_heating_fraction_latent": null,
51962
+ "service_water_heating_schedule": null,
51963
+ "exhaust_fan_efficiency": null,
51964
+ "exhaust_fan_power": null,
51965
+ "exhaust_fan_pressure_rise": null,
51966
+ "exhaust_fan_maximum_flow_rate": null,
51967
+ "exhaust_schedule": null,
51968
+ "balanced_exhaust_fraction_schedule": null,
51969
+ "is_residential": null
51970
+ },
51299
51971
  {
51300
51972
  "template": "DOE Ref Pre-1980",
51301
51973
  "building_type": "Hospital",
@@ -51304,13 +51976,13 @@
51304
51976
  "lighting_standard": "DOE Ref Pre-1980",
51305
51977
  "lighting_primary_space_type": "Hospital",
51306
51978
  "lighting_secondary_space_type": "Corridor",
51307
- "lighting_per_area": 1.3200000000000003,
51979
+ "lighting_per_area": 1.355,
51308
51980
  "lighting_per_person": null,
51309
51981
  "additional_lighting_per_area": null,
51310
51982
  "lighting_fraction_to_return_air": 0.0,
51311
51983
  "lighting_fraction_radiant": 0.7,
51312
51984
  "lighting_fraction_visible": 0.2,
51313
- "lighting_schedule": "Hospital Bldg Light",
51985
+ "lighting_schedule": "Hospital Admin Light",
51314
51986
  "ventilation_standard": "ASHRAE 62.1-1999",
51315
51987
  "ventilation_primary_space_type": "Public Spaces",
51316
51988
  "ventilation_secondary_space_type": "Corridors and utilities",
@@ -51334,7 +52006,7 @@
51334
52006
  "electric_equipment_fraction_latent": 0.0,
51335
52007
  "electric_equipment_fraction_radiant": 0.5,
51336
52008
  "electric_equipment_fraction_lost": 0.0,
51337
- "electric_equipment_schedule": "Hospital Bldg Equip",
52009
+ "electric_equipment_schedule": "Hospital Admin Equipment",
51338
52010
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
51339
52011
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
51340
52012
  "service_water_heating_peak_flow_rate": null,
@@ -51360,13 +52032,13 @@
51360
52032
  "lighting_standard": "DOE Ref Pre-1980",
51361
52033
  "lighting_primary_space_type": "Hospital",
51362
52034
  "lighting_secondary_space_type": "Dining",
51363
- "lighting_per_area": 2.7700000000000005,
52035
+ "lighting_per_area": 2.575,
51364
52036
  "lighting_per_person": null,
51365
52037
  "additional_lighting_per_area": null,
51366
52038
  "lighting_fraction_to_return_air": 0.0,
51367
52039
  "lighting_fraction_radiant": 0.7,
51368
52040
  "lighting_fraction_visible": 0.2,
51369
- "lighting_schedule": "Hospital Bldg Light",
52041
+ "lighting_schedule": "Hospital Admin Light",
51370
52042
  "ventilation_standard": "ASHRAE 62.1-1999",
51371
52043
  "ventilation_primary_space_type": "Food and Beverage Service",
51372
52044
  "ventilation_secondary_space_type": "Dining Rooms",
@@ -51390,7 +52062,7 @@
51390
52062
  "electric_equipment_fraction_latent": 0.0,
51391
52063
  "electric_equipment_fraction_radiant": 0.5,
51392
52064
  "electric_equipment_fraction_lost": 0.0,
51393
- "electric_equipment_schedule": "Hospital Bldg Equip",
52065
+ "electric_equipment_schedule": "Hospital Admin Equipment",
51394
52066
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
51395
52067
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
51396
52068
  "service_water_heating_peak_flow_rate": null,
@@ -51416,19 +52088,19 @@
51416
52088
  "lighting_standard": "DOE Ref Pre-1980",
51417
52089
  "lighting_primary_space_type": "Hospital",
51418
52090
  "lighting_secondary_space_type": "ER_Exam",
51419
- "lighting_per_area": 5.0,
52091
+ "lighting_per_area": 3.841,
51420
52092
  "lighting_per_person": null,
51421
52093
  "additional_lighting_per_area": null,
51422
52094
  "lighting_fraction_to_return_air": 0.0,
51423
52095
  "lighting_fraction_radiant": 0.7,
51424
52096
  "lighting_fraction_visible": 0.2,
51425
- "lighting_schedule": "Hospital Bldg Light",
51426
- "ventilation_standard": "AIA 2001",
51427
- "ventilation_primary_space_type": "Surgery and Critical Care",
51428
- "ventilation_secondary_space_type": "ER Waiting Room",
51429
- "ventilation_per_area": "",
52097
+ "lighting_schedule": "Hospital Critical Light",
52098
+ "ventilation_standard": "ASHRAE 62.1-1999",
52099
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
52100
+ "ventilation_secondary_space_type": "Recovery and ICU",
52101
+ "ventilation_per_area": 0.47,
51430
52102
  "ventilation_per_person": "",
51431
- "ventilation_air_changes": 2,
52103
+ "ventilation_air_changes": "",
51432
52104
  "minimum_total_air_changes": null,
51433
52105
  "occupancy_per_area": 20.0,
51434
52106
  "occupancy_schedule": "Hospital Critical Occ",
@@ -51446,7 +52118,7 @@
51446
52118
  "electric_equipment_fraction_latent": 0.0,
51447
52119
  "electric_equipment_fraction_radiant": 0.5,
51448
52120
  "electric_equipment_fraction_lost": 0.0,
51449
- "electric_equipment_schedule": "Hospital Bldg Equip",
52121
+ "electric_equipment_schedule": "Hospital Critical Equip",
51450
52122
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
51451
52123
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
51452
52124
  "service_water_heating_peak_flow_rate": 1.0,
@@ -51472,19 +52144,19 @@
51472
52144
  "lighting_standard": "DOE Ref Pre-1980",
51473
52145
  "lighting_primary_space_type": "Hospital",
51474
52146
  "lighting_secondary_space_type": "ER_NurseStn",
51475
- "lighting_per_area": 1.64,
52147
+ "lighting_per_area": 1.66,
51476
52148
  "lighting_per_person": null,
51477
52149
  "additional_lighting_per_area": null,
51478
52150
  "lighting_fraction_to_return_air": 0.0,
51479
52151
  "lighting_fraction_radiant": 0.7,
51480
52152
  "lighting_fraction_visible": 0.2,
51481
- "lighting_schedule": "Hospital Bldg Light",
51482
- "ventilation_standard": "AIA 2001",
51483
- "ventilation_primary_space_type": "Surgery and Critical Care",
51484
- "ventilation_secondary_space_type": "ER Waiting Room",
51485
- "ventilation_per_area": "",
51486
- "ventilation_per_person": "",
51487
- "ventilation_air_changes": 2,
52153
+ "lighting_schedule": "Hospital Admin Light",
52154
+ "ventilation_standard": "ASHRAE 62.1-1999",
52155
+ "ventilation_primary_space_type": "Offices",
52156
+ "ventilation_secondary_space_type": "Office Space",
52157
+ "ventilation_per_area": 0,
52158
+ "ventilation_per_person": 20,
52159
+ "ventilation_air_changes": "",
51488
52160
  "minimum_total_air_changes": null,
51489
52161
  "occupancy_per_area": 6.25,
51490
52162
  "occupancy_schedule": "Hospital Critical Occ",
@@ -51502,7 +52174,7 @@
51502
52174
  "electric_equipment_fraction_latent": 0.0,
51503
52175
  "electric_equipment_fraction_radiant": 0.5,
51504
52176
  "electric_equipment_fraction_lost": 0.0,
51505
- "electric_equipment_schedule": "Hospital Bldg Equip",
52177
+ "electric_equipment_schedule": "Hospital Admin Equipment",
51506
52178
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
51507
52179
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
51508
52180
  "service_water_heating_peak_flow_rate": null,
@@ -51528,19 +52200,19 @@
51528
52200
  "lighting_standard": "DOE Ref Pre-1980",
51529
52201
  "lighting_primary_space_type": "Hospital",
51530
52202
  "lighting_secondary_space_type": "ER_Trauma",
51531
- "lighting_per_area": 5.0,
52203
+ "lighting_per_area": 3.841,
51532
52204
  "lighting_per_person": null,
51533
52205
  "additional_lighting_per_area": null,
51534
52206
  "lighting_fraction_to_return_air": 0.0,
51535
52207
  "lighting_fraction_radiant": 0.7,
51536
52208
  "lighting_fraction_visible": 0.2,
51537
- "lighting_schedule": "Hospital Bldg Light",
51538
- "ventilation_standard": "AIA 2001",
51539
- "ventilation_primary_space_type": "Surgery and Critical Care",
51540
- "ventilation_secondary_space_type": "ER Waiting Room",
51541
- "ventilation_per_area": "",
52209
+ "lighting_schedule": "Hospital Critical Light",
52210
+ "ventilation_standard": "ASHRAE 62.1-1999",
52211
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
52212
+ "ventilation_secondary_space_type": "Recovery and ICU",
52213
+ "ventilation_per_area": 0.47,
51542
52214
  "ventilation_per_person": "",
51543
- "ventilation_air_changes": 2,
52215
+ "ventilation_air_changes": "",
51544
52216
  "minimum_total_air_changes": null,
51545
52217
  "occupancy_per_area": 20.0,
51546
52218
  "occupancy_schedule": "Hospital Critical Occ",
@@ -51558,7 +52230,7 @@
51558
52230
  "electric_equipment_fraction_latent": 0.0,
51559
52231
  "electric_equipment_fraction_radiant": 0.5,
51560
52232
  "electric_equipment_fraction_lost": 0.0,
51561
- "electric_equipment_schedule": "Hospital Bldg Equip",
52233
+ "electric_equipment_schedule": "Hospital Critical Equip",
51562
52234
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
51563
52235
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
51564
52236
  "service_water_heating_peak_flow_rate": 1.0,
@@ -51584,19 +52256,19 @@
51584
52256
  "lighting_standard": "DOE Ref Pre-1980",
51585
52257
  "lighting_primary_space_type": "Hospital",
51586
52258
  "lighting_secondary_space_type": "ER_Triage",
51587
- "lighting_per_area": 5.0,
52259
+ "lighting_per_area": 3.841,
51588
52260
  "lighting_per_person": null,
51589
52261
  "additional_lighting_per_area": null,
51590
52262
  "lighting_fraction_to_return_air": 0.0,
51591
52263
  "lighting_fraction_radiant": 0.7,
51592
52264
  "lighting_fraction_visible": 0.2,
51593
- "lighting_schedule": "Hospital Bldg Light",
51594
- "ventilation_standard": "AIA 2001",
51595
- "ventilation_primary_space_type": "Surgery and Critical Care",
51596
- "ventilation_secondary_space_type": "ER Waiting Room",
51597
- "ventilation_per_area": "",
52265
+ "lighting_schedule": "Hospital Critical Light",
52266
+ "ventilation_standard": "ASHRAE 62.1-1999",
52267
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
52268
+ "ventilation_secondary_space_type": "Recovery and ICU",
52269
+ "ventilation_per_area": 0.47,
51598
52270
  "ventilation_per_person": "",
51599
- "ventilation_air_changes": 2,
52271
+ "ventilation_air_changes": "",
51600
52272
  "minimum_total_air_changes": null,
51601
52273
  "occupancy_per_area": 20.0,
51602
52274
  "occupancy_schedule": "Hospital Critical Occ",
@@ -51610,11 +52282,11 @@
51610
52282
  "gas_equipment_fraction_radiant": null,
51611
52283
  "gas_equipment_fraction_lost": null,
51612
52284
  "gas_equipment_schedule": null,
51613
- "electric_equipment_per_area": 2.0,
52285
+ "electric_equipment_per_area": 2.67,
51614
52286
  "electric_equipment_fraction_latent": 0.0,
51615
52287
  "electric_equipment_fraction_radiant": 0.5,
51616
52288
  "electric_equipment_fraction_lost": 0.0,
51617
- "electric_equipment_schedule": "Hospital Bldg Equip",
52289
+ "electric_equipment_schedule": "Hospital Critical Equip",
51618
52290
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
51619
52291
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
51620
52292
  "service_water_heating_peak_flow_rate": 1.0,
@@ -51640,19 +52312,19 @@
51640
52312
  "lighting_standard": "DOE Ref Pre-1980",
51641
52313
  "lighting_primary_space_type": "Hospital",
51642
52314
  "lighting_secondary_space_type": "ICU_NurseStn",
51643
- "lighting_per_area": 1.64,
52315
+ "lighting_per_area": 1.71,
51644
52316
  "lighting_per_person": null,
51645
52317
  "additional_lighting_per_area": null,
51646
52318
  "lighting_fraction_to_return_air": 0.0,
51647
52319
  "lighting_fraction_radiant": 0.7,
51648
52320
  "lighting_fraction_visible": 0.2,
51649
- "lighting_schedule": "Hospital Bldg Light",
51650
- "ventilation_standard": "AIA 2001",
51651
- "ventilation_primary_space_type": "Surgery and Critical Care",
51652
- "ventilation_secondary_space_type": "Critical and Intensive Care",
51653
- "ventilation_per_area": "",
51654
- "ventilation_per_person": "",
51655
- "ventilation_air_changes": 2,
52321
+ "lighting_schedule": "Hospital Admin Light",
52322
+ "ventilation_standard": "ASHRAE 62.1-1999",
52323
+ "ventilation_primary_space_type": "Offices",
52324
+ "ventilation_secondary_space_type": "Office space",
52325
+ "ventilation_per_area": 0,
52326
+ "ventilation_per_person": 20,
52327
+ "ventilation_air_changes": "",
51656
52328
  "minimum_total_air_changes": null,
51657
52329
  "occupancy_per_area": 5.0,
51658
52330
  "occupancy_schedule": "Hospital Critical Occ",
@@ -51670,7 +52342,7 @@
51670
52342
  "electric_equipment_fraction_latent": 0.0,
51671
52343
  "electric_equipment_fraction_radiant": 0.5,
51672
52344
  "electric_equipment_fraction_lost": 0.0,
51673
- "electric_equipment_schedule": "Hospital Bldg Equip",
52345
+ "electric_equipment_schedule": "Hospital Critical Equip",
51674
52346
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
51675
52347
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
51676
52348
  "service_water_heating_peak_flow_rate": null,
@@ -51696,19 +52368,19 @@
51696
52368
  "lighting_standard": "DOE Ref Pre-1980",
51697
52369
  "lighting_primary_space_type": "Hospital",
51698
52370
  "lighting_secondary_space_type": "ICU_Open",
51699
- "lighting_per_area": 4.22,
52371
+ "lighting_per_area": 3.841,
51700
52372
  "lighting_per_person": null,
51701
52373
  "additional_lighting_per_area": null,
51702
52374
  "lighting_fraction_to_return_air": 0.0,
51703
52375
  "lighting_fraction_radiant": 0.7,
51704
52376
  "lighting_fraction_visible": 0.2,
51705
- "lighting_schedule": "Hospital Bldg Light",
51706
- "ventilation_standard": "AIA 2001",
51707
- "ventilation_primary_space_type": "Surgery and Critical Care",
51708
- "ventilation_secondary_space_type": "Critical and Intensive Care",
51709
- "ventilation_per_area": "",
52377
+ "lighting_schedule": "Hospital Critical Light",
52378
+ "ventilation_standard": "ASHRAE 62.1-1999",
52379
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
52380
+ "ventilation_secondary_space_type": "Recovery and ICU",
52381
+ "ventilation_per_area": 0.47,
51710
52382
  "ventilation_per_person": "",
51711
- "ventilation_air_changes": 2,
52383
+ "ventilation_air_changes": "",
51712
52384
  "minimum_total_air_changes": null,
51713
52385
  "occupancy_per_area": 20.0,
51714
52386
  "occupancy_schedule": "Hospital Critical Occ",
@@ -51726,7 +52398,7 @@
51726
52398
  "electric_equipment_fraction_latent": 0.0,
51727
52399
  "electric_equipment_fraction_radiant": 0.5,
51728
52400
  "electric_equipment_fraction_lost": 0.0,
51729
- "electric_equipment_schedule": "Hospital Bldg Equip",
52401
+ "electric_equipment_schedule": "Hospital Admin Equipment",
51730
52402
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
51731
52403
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
51732
52404
  "service_water_heating_peak_flow_rate": null,
@@ -51752,19 +52424,19 @@
51752
52424
  "lighting_standard": "DOE Ref Pre-1980",
51753
52425
  "lighting_primary_space_type": "Hospital",
51754
52426
  "lighting_secondary_space_type": "ICU_PatRm",
51755
- "lighting_per_area": 4.22,
52427
+ "lighting_per_area": 3.841,
51756
52428
  "lighting_per_person": null,
51757
52429
  "additional_lighting_per_area": null,
51758
52430
  "lighting_fraction_to_return_air": 0.0,
51759
52431
  "lighting_fraction_radiant": 0.7,
51760
52432
  "lighting_fraction_visible": 0.2,
51761
- "lighting_schedule": "Hospital Bldg Light",
51762
- "ventilation_standard": "AIA 2001",
51763
- "ventilation_primary_space_type": "Surgery and Critical Care",
51764
- "ventilation_secondary_space_type": "Critical and Intensive Care",
51765
- "ventilation_per_area": "",
52433
+ "lighting_schedule": "Hospital Critical Light",
52434
+ "ventilation_standard": "ASHRAE 62.1-1999",
52435
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
52436
+ "ventilation_secondary_space_type": "Recovery and ICU",
52437
+ "ventilation_per_area": 0.47,
51766
52438
  "ventilation_per_person": "",
51767
- "ventilation_air_changes": 2,
52439
+ "ventilation_air_changes": "",
51768
52440
  "minimum_total_air_changes": null,
51769
52441
  "occupancy_per_area": 5.0,
51770
52442
  "occupancy_schedule": "Hospital Critical Occ",
@@ -51782,7 +52454,7 @@
51782
52454
  "electric_equipment_fraction_latent": 0.0,
51783
52455
  "electric_equipment_fraction_radiant": 0.5,
51784
52456
  "electric_equipment_fraction_lost": 0.0,
51785
- "electric_equipment_schedule": "Hospital Bldg Equip",
52457
+ "electric_equipment_schedule": "Hospital Critical Equip",
51786
52458
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
51787
52459
  "cooling_setpoint_schedule": "Hospital Critical HtgSetp",
51788
52460
  "service_water_heating_peak_flow_rate": null,
@@ -51808,18 +52480,18 @@
51808
52480
  "lighting_standard": "DOE Ref Pre-1980",
51809
52481
  "lighting_primary_space_type": "Hospital",
51810
52482
  "lighting_secondary_space_type": "Kitchen",
51811
- "lighting_per_area": 2.24,
52483
+ "lighting_per_area": 1.42,
51812
52484
  "lighting_per_person": null,
51813
52485
  "additional_lighting_per_area": null,
51814
52486
  "lighting_fraction_to_return_air": 0.0,
51815
52487
  "lighting_fraction_radiant": 0.7,
51816
52488
  "lighting_fraction_visible": 0.2,
51817
- "lighting_schedule": "Hospital Bldg Light",
52489
+ "lighting_schedule": "Hospital Admin Light",
51818
52490
  "ventilation_standard": "ASHRAE 62.1-1999",
51819
- "ventilation_primary_space_type": "Food and Beverage Service",
51820
- "ventilation_secondary_space_type": "Kitchens (cooking)",
51821
- "ventilation_per_area": 0,
51822
- "ventilation_per_person": 15,
52491
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
52492
+ "ventilation_secondary_space_type": "Kitchen",
52493
+ "ventilation_per_area": 0.371,
52494
+ "ventilation_per_person": "",
51823
52495
  "ventilation_air_changes": "",
51824
52496
  "minimum_total_air_changes": null,
51825
52497
  "occupancy_per_area": 5.0,
@@ -51838,7 +52510,7 @@
51838
52510
  "electric_equipment_fraction_latent": 0.2,
51839
52511
  "electric_equipment_fraction_radiant": 0.5,
51840
52512
  "electric_equipment_fraction_lost": 0.1,
51841
- "electric_equipment_schedule": "Hospital Bldg Equip",
52513
+ "electric_equipment_schedule": "Hospital Kitchen_Elec_Equip_SCH",
51842
52514
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
51843
52515
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
51844
52516
  "service_water_heating_peak_flow_rate": 150.0,
@@ -51864,18 +52536,18 @@
51864
52536
  "lighting_standard": "DOE Ref Pre-1980",
51865
52537
  "lighting_primary_space_type": "Hospital",
51866
52538
  "lighting_secondary_space_type": "Lab",
51867
- "lighting_per_area": 1.9,
52539
+ "lighting_per_area": 2.1,
51868
52540
  "lighting_per_person": null,
51869
52541
  "additional_lighting_per_area": null,
51870
52542
  "lighting_fraction_to_return_air": 0.0,
51871
52543
  "lighting_fraction_radiant": 0.7,
51872
52544
  "lighting_fraction_visible": 0.2,
51873
- "lighting_schedule": "Hospital Bldg Light",
52545
+ "lighting_schedule": "Hospital Admin Light",
51874
52546
  "ventilation_standard": "ASHRAE 62.1-1999",
51875
- "ventilation_primary_space_type": "Education",
52547
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
51876
52548
  "ventilation_secondary_space_type": "Laboratories",
51877
- "ventilation_per_area": 0,
51878
- "ventilation_per_person": 20,
52549
+ "ventilation_per_area": 1.4,
52550
+ "ventilation_per_person": "",
51879
52551
  "ventilation_air_changes": "",
51880
52552
  "minimum_total_air_changes": null,
51881
52553
  "occupancy_per_area": 5.0,
@@ -51894,7 +52566,7 @@
51894
52566
  "electric_equipment_fraction_latent": 0.0,
51895
52567
  "electric_equipment_fraction_radiant": 0.5,
51896
52568
  "electric_equipment_fraction_lost": 0.0,
51897
- "electric_equipment_schedule": "Hospital Bldg Equip",
52569
+ "electric_equipment_schedule": "Hospital Admin Equipment",
51898
52570
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
51899
52571
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
51900
52572
  "service_water_heating_peak_flow_rate": 2.0,
@@ -51920,18 +52592,18 @@
51920
52592
  "lighting_standard": "DOE Ref Pre-1980",
51921
52593
  "lighting_primary_space_type": "Hospital",
51922
52594
  "lighting_secondary_space_type": "Lobby",
51923
- "lighting_per_area": 1.49,
52595
+ "lighting_per_area": 1.03,
51924
52596
  "lighting_per_person": null,
51925
52597
  "additional_lighting_per_area": null,
51926
52598
  "lighting_fraction_to_return_air": 0.0,
51927
52599
  "lighting_fraction_radiant": 0.7,
51928
52600
  "lighting_fraction_visible": 0.2,
51929
- "lighting_schedule": "Hospital Bldg Light",
52601
+ "lighting_schedule": "Hospital Admin Light",
51930
52602
  "ventilation_standard": "ASHRAE 62.1-1999",
51931
- "ventilation_primary_space_type": "Hotels, Motels, Resorts, Dormitories",
51932
- "ventilation_secondary_space_type": "Lobbies",
52603
+ "ventilation_primary_space_type": "Offices",
52604
+ "ventilation_secondary_space_type": "Office Space",
51933
52605
  "ventilation_per_area": 0,
51934
- "ventilation_per_person": 15,
52606
+ "ventilation_per_person": 20,
51935
52607
  "ventilation_air_changes": "",
51936
52608
  "minimum_total_air_changes": null,
51937
52609
  "occupancy_per_area": 7.14,
@@ -51950,7 +52622,7 @@
51950
52622
  "electric_equipment_fraction_latent": 0.0,
51951
52623
  "electric_equipment_fraction_radiant": 0.5,
51952
52624
  "electric_equipment_fraction_lost": 0.0,
51953
- "electric_equipment_schedule": "Hospital Bldg Equip",
52625
+ "electric_equipment_schedule": "Hospital Admin Equipment",
51954
52626
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
51955
52627
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
51956
52628
  "service_water_heating_peak_flow_rate": null,
@@ -51976,18 +52648,18 @@
51976
52648
  "lighting_standard": "DOE Ref Pre-1980",
51977
52649
  "lighting_primary_space_type": "Hospital",
51978
52650
  "lighting_secondary_space_type": "NurseStn",
51979
- "lighting_per_area": 1.5300000000000002,
52651
+ "lighting_per_area": 1.458,
51980
52652
  "lighting_per_person": null,
51981
52653
  "additional_lighting_per_area": null,
51982
52654
  "lighting_fraction_to_return_air": 0.0,
51983
52655
  "lighting_fraction_radiant": 0.7,
51984
52656
  "lighting_fraction_visible": 0.2,
51985
- "lighting_schedule": "Hospital Bldg Light",
52657
+ "lighting_schedule": "Hospital Admin Light",
51986
52658
  "ventilation_standard": "ASHRAE 62.1-1999",
51987
52659
  "ventilation_primary_space_type": "Offices",
51988
- "ventilation_secondary_space_type": "Reception Areas",
52660
+ "ventilation_secondary_space_type": "Office Space",
51989
52661
  "ventilation_per_area": 0,
51990
- "ventilation_per_person": 15,
52662
+ "ventilation_per_person": 20,
51991
52663
  "ventilation_air_changes": "",
51992
52664
  "minimum_total_air_changes": null,
51993
52665
  "occupancy_per_area": 7.14,
@@ -52006,7 +52678,7 @@
52006
52678
  "electric_equipment_fraction_latent": 0.0,
52007
52679
  "electric_equipment_fraction_radiant": 0.5,
52008
52680
  "electric_equipment_fraction_lost": 0.0,
52009
- "electric_equipment_schedule": "Hospital Bldg Equip",
52681
+ "electric_equipment_schedule": "Hospital Admin Equipment",
52010
52682
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
52011
52683
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
52012
52684
  "service_water_heating_peak_flow_rate": null,
@@ -52032,19 +52704,19 @@
52032
52704
  "lighting_standard": "DOE Ref Pre-1980",
52033
52705
  "lighting_primary_space_type": "Hospital",
52034
52706
  "lighting_secondary_space_type": "OR",
52035
- "lighting_per_area": 10.0,
52707
+ "lighting_per_area": 9.745,
52036
52708
  "lighting_per_person": null,
52037
52709
  "additional_lighting_per_area": null,
52038
52710
  "lighting_fraction_to_return_air": 0.0,
52039
52711
  "lighting_fraction_radiant": 0.7,
52040
52712
  "lighting_fraction_visible": 0.2,
52041
- "lighting_schedule": "Hospital Bldg Light",
52042
- "ventilation_standard": "AIA 2001",
52043
- "ventilation_primary_space_type": "Surgery and Critical Care",
52044
- "ventilation_secondary_space_type": "Operating/Surgical Cystoscopic Rooms",
52045
- "ventilation_per_area": "",
52713
+ "lighting_schedule": "Hospital Critical Light",
52714
+ "ventilation_standard": "ASHRAE 62.1-1999",
52715
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
52716
+ "ventilation_secondary_space_type": "Operating rooms",
52717
+ "ventilation_per_area": 0.7,
52046
52718
  "ventilation_per_person": "",
52047
- "ventilation_air_changes": 3,
52719
+ "ventilation_air_changes": "",
52048
52720
  "minimum_total_air_changes": null,
52049
52721
  "occupancy_per_area": 5.0,
52050
52722
  "occupancy_schedule": "Hospital Critical Occ",
@@ -52058,11 +52730,11 @@
52058
52730
  "gas_equipment_fraction_radiant": null,
52059
52731
  "gas_equipment_fraction_lost": null,
52060
52732
  "gas_equipment_schedule": null,
52061
- "electric_equipment_per_area": 5.0,
52733
+ "electric_equipment_per_area": 4.0,
52062
52734
  "electric_equipment_fraction_latent": 0.0,
52063
52735
  "electric_equipment_fraction_radiant": 0.5,
52064
52736
  "electric_equipment_fraction_lost": 0.0,
52065
- "electric_equipment_schedule": "Hospital Bldg Equip",
52737
+ "electric_equipment_schedule": "Hospital Critical Equip",
52066
52738
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
52067
52739
  "cooling_setpoint_schedule": "Hospital Critical ClgSetp",
52068
52740
  "service_water_heating_peak_flow_rate": 2.0,
@@ -52088,13 +52760,13 @@
52088
52760
  "lighting_standard": "DOE Ref Pre-1980",
52089
52761
  "lighting_primary_space_type": "Hospital",
52090
52762
  "lighting_secondary_space_type": "Office",
52091
- "lighting_per_area": 1.9,
52763
+ "lighting_per_area": 2.395,
52092
52764
  "lighting_per_person": null,
52093
52765
  "additional_lighting_per_area": null,
52094
52766
  "lighting_fraction_to_return_air": 0.0,
52095
52767
  "lighting_fraction_radiant": 0.7,
52096
52768
  "lighting_fraction_visible": 0.2,
52097
- "lighting_schedule": "Hospital Bldg Light",
52769
+ "lighting_schedule": "Hospital Admin Light",
52098
52770
  "ventilation_standard": "ASHRAE 62.1-1999",
52099
52771
  "ventilation_primary_space_type": "Offices",
52100
52772
  "ventilation_secondary_space_type": "Office Space",
@@ -52118,7 +52790,7 @@
52118
52790
  "electric_equipment_fraction_latent": 0.0,
52119
52791
  "electric_equipment_fraction_radiant": 0.5,
52120
52792
  "electric_equipment_fraction_lost": 0.0,
52121
- "electric_equipment_schedule": "Hospital Bldg Equip",
52793
+ "electric_equipment_schedule": "Hospital Admin Equipment",
52122
52794
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
52123
52795
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
52124
52796
  "service_water_heating_peak_flow_rate": null,
@@ -52144,13 +52816,13 @@
52144
52816
  "lighting_standard": "DOE Ref Pre-1980",
52145
52817
  "lighting_primary_space_type": "Hospital",
52146
52818
  "lighting_secondary_space_type": "PatCorridor",
52147
- "lighting_per_area": 1.3200000000000003,
52819
+ "lighting_per_area": 1.32,
52148
52820
  "lighting_per_person": null,
52149
52821
  "additional_lighting_per_area": null,
52150
52822
  "lighting_fraction_to_return_air": 0.0,
52151
52823
  "lighting_fraction_radiant": 0.7,
52152
52824
  "lighting_fraction_visible": 0.2,
52153
- "lighting_schedule": "Hospital Bldg Light",
52825
+ "lighting_schedule": "Hospital Admin Light",
52154
52826
  "ventilation_standard": "ASHRAE 62.1-1999",
52155
52827
  "ventilation_primary_space_type": "Public Spaces",
52156
52828
  "ventilation_secondary_space_type": "Corridors and utilities",
@@ -52174,7 +52846,7 @@
52174
52846
  "electric_equipment_fraction_latent": 0.0,
52175
52847
  "electric_equipment_fraction_radiant": 0.5,
52176
52848
  "electric_equipment_fraction_lost": 0.0,
52177
- "electric_equipment_schedule": "Hospital Bldg Equip",
52849
+ "electric_equipment_schedule": "Hospital Admin Equipment",
52178
52850
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
52179
52851
  "cooling_setpoint_schedule": "Hospital Critical ClgSetp",
52180
52852
  "service_water_heating_peak_flow_rate": null,
@@ -52200,19 +52872,19 @@
52200
52872
  "lighting_standard": "DOE Ref Pre-1980",
52201
52873
  "lighting_primary_space_type": "Hospital",
52202
52874
  "lighting_secondary_space_type": "PatRoom",
52203
- "lighting_per_area": 1.8500000000000003,
52875
+ "lighting_per_area": 2.188,
52204
52876
  "lighting_per_person": null,
52205
52877
  "additional_lighting_per_area": null,
52206
52878
  "lighting_fraction_to_return_air": 0.0,
52207
52879
  "lighting_fraction_radiant": 0.7,
52208
52880
  "lighting_fraction_visible": 0.2,
52209
- "lighting_schedule": "Hospital Bldg Light",
52210
- "ventilation_standard": "AIA 2001",
52211
- "ventilation_primary_space_type": "Nursing",
52212
- "ventilation_secondary_space_type": "Patient Room",
52213
- "ventilation_per_area": "",
52881
+ "lighting_schedule": "Hospital Critical Light",
52882
+ "ventilation_standard": "ASHRAE 62.1-1999",
52883
+ "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
52884
+ "ventilation_secondary_space_type": "Patient rooms",
52885
+ "ventilation_per_area": 0.47,
52214
52886
  "ventilation_per_person": "",
52215
- "ventilation_air_changes": 2,
52887
+ "ventilation_air_changes": "",
52216
52888
  "minimum_total_air_changes": null,
52217
52889
  "occupancy_per_area": 5.0,
52218
52890
  "occupancy_schedule": "Hospital Critical Occ",
@@ -52230,7 +52902,7 @@
52230
52902
  "electric_equipment_fraction_latent": 0.0,
52231
52903
  "electric_equipment_fraction_radiant": 0.5,
52232
52904
  "electric_equipment_fraction_lost": 0.0,
52233
- "electric_equipment_schedule": "Hospital Bldg Equip",
52905
+ "electric_equipment_schedule": "Hospital Critical Equip",
52234
52906
  "heating_setpoint_schedule": "Hospital Critical HtgSetp",
52235
52907
  "cooling_setpoint_schedule": "Hospital Critical ClgSetp",
52236
52908
  "service_water_heating_peak_flow_rate": 1.0,
@@ -52246,7 +52918,7 @@
52246
52918
  "exhaust_fan_maximum_flow_rate": null,
52247
52919
  "exhaust_schedule": null,
52248
52920
  "balanced_exhaust_fraction_schedule": null,
52249
- "is_residential": null
52921
+ "is_residential": "Yes"
52250
52922
  },
52251
52923
  {
52252
52924
  "template": "DOE Ref Pre-1980",
@@ -52262,12 +52934,12 @@
52262
52934
  "lighting_fraction_to_return_air": 0.0,
52263
52935
  "lighting_fraction_radiant": 0.7,
52264
52936
  "lighting_fraction_visible": 0.2,
52265
- "lighting_schedule": "Hospital Bldg Light",
52937
+ "lighting_schedule": "Hospital Admin Light",
52266
52938
  "ventilation_standard": "ASHRAE 62.1-1999",
52267
52939
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
52268
52940
  "ventilation_secondary_space_type": "Physical therapy",
52269
- "ventilation_per_area": 0,
52270
- "ventilation_per_person": 15,
52941
+ "ventilation_per_area": 0.47,
52942
+ "ventilation_per_person": 0,
52271
52943
  "ventilation_air_changes": "",
52272
52944
  "minimum_total_air_changes": null,
52273
52945
  "occupancy_per_area": 5.0,
@@ -52282,11 +52954,11 @@
52282
52954
  "gas_equipment_fraction_radiant": null,
52283
52955
  "gas_equipment_fraction_lost": null,
52284
52956
  "gas_equipment_schedule": null,
52285
- "electric_equipment_per_area": 1.5000000000000002,
52957
+ "electric_equipment_per_area": 1.5,
52286
52958
  "electric_equipment_fraction_latent": 0.0,
52287
52959
  "electric_equipment_fraction_radiant": 0.5,
52288
52960
  "electric_equipment_fraction_lost": 0.0,
52289
- "electric_equipment_schedule": "Hospital Bldg Equip",
52961
+ "electric_equipment_schedule": "Hospital Admin Equipment",
52290
52962
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
52291
52963
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
52292
52964
  "service_water_heating_peak_flow_rate": 1.0,
@@ -52312,18 +52984,18 @@
52312
52984
  "lighting_standard": "DOE Ref Pre-1980",
52313
52985
  "lighting_primary_space_type": "Hospital",
52314
52986
  "lighting_secondary_space_type": "Radiology",
52315
- "lighting_per_area": 3.3,
52987
+ "lighting_per_area": 2.21,
52316
52988
  "lighting_per_person": null,
52317
52989
  "additional_lighting_per_area": null,
52318
52990
  "lighting_fraction_to_return_air": 0.0,
52319
52991
  "lighting_fraction_radiant": 0.7,
52320
52992
  "lighting_fraction_visible": 0.2,
52321
- "lighting_schedule": "Hospital Bldg Light",
52993
+ "lighting_schedule": "Hospital Admin Light",
52322
52994
  "ventilation_standard": "ASHRAE 62.1-1999",
52323
52995
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
52324
- "ventilation_secondary_space_type": "Medical procedure",
52325
- "ventilation_per_area": 0,
52326
- "ventilation_per_person": 15,
52996
+ "ventilation_secondary_space_type": "Radiology",
52997
+ "ventilation_per_area": 0.7,
52998
+ "ventilation_per_person": "",
52327
52999
  "ventilation_air_changes": "",
52328
53000
  "minimum_total_air_changes": null,
52329
53001
  "occupancy_per_area": 5.0,
@@ -52338,11 +53010,11 @@
52338
53010
  "gas_equipment_fraction_radiant": null,
52339
53011
  "gas_equipment_fraction_lost": null,
52340
53012
  "gas_equipment_schedule": null,
52341
- "electric_equipment_per_area": 10.0,
53013
+ "electric_equipment_per_area": 4.93,
52342
53014
  "electric_equipment_fraction_latent": 0.0,
52343
53015
  "electric_equipment_fraction_radiant": 0.5,
52344
53016
  "electric_equipment_fraction_lost": 0.0,
52345
- "electric_equipment_schedule": "Hospital Bldg Equip",
53017
+ "electric_equipment_schedule": "Hospital Admin Equipment",
52346
53018
  "heating_setpoint_schedule": "Hospital Bldg HtgSetp",
52347
53019
  "cooling_setpoint_schedule": "Hospital Bldg ClgSetp",
52348
53020
  "service_water_heating_peak_flow_rate": 1.0,
@@ -52694,7 +53366,7 @@
52694
53366
  "exhaust_fan_maximum_flow_rate": null,
52695
53367
  "exhaust_schedule": null,
52696
53368
  "balanced_exhaust_fraction_schedule": null,
52697
- "is_residential": null
53369
+ "is_residential": "Yes"
52698
53370
  },
52699
53371
  {
52700
53372
  "template": "DOE Ref Pre-1980",
@@ -52750,7 +53422,7 @@
52750
53422
  "exhaust_fan_maximum_flow_rate": null,
52751
53423
  "exhaust_schedule": null,
52752
53424
  "balanced_exhaust_fraction_schedule": null,
52753
- "is_residential": null
53425
+ "is_residential": "Yes"
52754
53426
  },
52755
53427
  {
52756
53428
  "template": "DOE Ref Pre-1980",
@@ -52806,7 +53478,7 @@
52806
53478
  "exhaust_fan_maximum_flow_rate": null,
52807
53479
  "exhaust_schedule": null,
52808
53480
  "balanced_exhaust_fraction_schedule": null,
52809
- "is_residential": null
53481
+ "is_residential": "Yes"
52810
53482
  },
52811
53483
  {
52812
53484
  "template": "DOE Ref Pre-1980",
@@ -52862,7 +53534,7 @@
52862
53534
  "exhaust_fan_maximum_flow_rate": null,
52863
53535
  "exhaust_schedule": null,
52864
53536
  "balanced_exhaust_fraction_schedule": null,
52865
- "is_residential": null
53537
+ "is_residential": "Yes"
52866
53538
  },
52867
53539
  {
52868
53540
  "template": "DOE Ref Pre-1980",
@@ -52882,8 +53554,8 @@
52882
53554
  "ventilation_standard": "ASHRAE 62.1-1999",
52883
53555
  "ventilation_primary_space_type": "Food and Beverage Service",
52884
53556
  "ventilation_secondary_space_type": "Kitchens (cooking)",
52885
- "ventilation_per_area": 0,
52886
- "ventilation_per_person": 15,
53557
+ "ventilation_per_area": 0.47,
53558
+ "ventilation_per_person": 0,
52887
53559
  "ventilation_air_changes": "",
52888
53560
  "minimum_total_air_changes": null,
52889
53561
  "occupancy_per_area": 5.0,
@@ -53310,7 +53982,7 @@
53310
53982
  "exhaust_fan_maximum_flow_rate": null,
53311
53983
  "exhaust_schedule": null,
53312
53984
  "balanced_exhaust_fraction_schedule": null,
53313
- "is_residential": null
53985
+ "is_residential": "Yes"
53314
53986
  },
53315
53987
  {
53316
53988
  "template": "DOE Ref Pre-1980",
@@ -55514,8 +56186,8 @@
55514
56186
  "ventilation_standard": "ASHRAE 62.1-1999",
55515
56187
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
55516
56188
  "ventilation_secondary_space_type": "Patient rooms",
55517
- "ventilation_per_area": 0,
55518
- "ventilation_per_person": 25,
56189
+ "ventilation_per_area": 0.47,
56190
+ "ventilation_per_person": "",
55519
56191
  "ventilation_air_changes": "",
55520
56192
  "minimum_total_air_changes": 15.0,
55521
56193
  "occupancy_per_area": 18.58,
@@ -55682,8 +56354,8 @@
55682
56354
  "ventilation_standard": "ASHRAE 62.1-1999",
55683
56355
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
55684
56356
  "ventilation_secondary_space_type": "Physical therapy",
55685
- "ventilation_per_area": 0,
55686
- "ventilation_per_person": 15,
56357
+ "ventilation_per_area": 0.47,
56358
+ "ventilation_per_person": 0,
55687
56359
  "ventilation_air_changes": "",
55688
56360
  "minimum_total_air_changes": 6.0,
55689
56361
  "occupancy_per_area": 18.58,
@@ -55794,8 +56466,8 @@
55794
56466
  "ventilation_standard": "ASHRAE 62.1-1999",
55795
56467
  "ventilation_primary_space_type": "Hospitals, Nursing and Convalescent Homes",
55796
56468
  "ventilation_secondary_space_type": "Patient rooms",
55797
- "ventilation_per_area": 0,
55798
- "ventilation_per_person": 25,
56469
+ "ventilation_per_area": 0.47,
56470
+ "ventilation_per_person": "",
55799
56471
  "ventilation_air_changes": "",
55800
56472
  "minimum_total_air_changes": 15.0,
55801
56473
  "occupancy_per_area": 18.58,
@@ -56410,8 +57082,8 @@
56410
57082
  "ventilation_standard": "ASHRAE 62.1-1999",
56411
57083
  "ventilation_primary_space_type": "Food and Beverage Service",
56412
57084
  "ventilation_secondary_space_type": "Kitchens (cooking)",
56413
- "ventilation_per_area": 0,
56414
- "ventilation_per_person": 15,
57085
+ "ventilation_per_area": 0.47,
57086
+ "ventilation_per_person": 0,
56415
57087
  "ventilation_air_changes": "",
56416
57088
  "minimum_total_air_changes": null,
56417
57089
  "occupancy_per_area": 13.93,
@@ -56802,8 +57474,8 @@
56802
57474
  "ventilation_standard": "ASHRAE 62.1-1999",
56803
57475
  "ventilation_primary_space_type": "Food and Beverage Service",
56804
57476
  "ventilation_secondary_space_type": "Kitchens (cooking)",
56805
- "ventilation_per_area": 0,
56806
- "ventilation_per_person": 15,
57477
+ "ventilation_per_area": 0.47,
57478
+ "ventilation_per_person": 0,
56807
57479
  "ventilation_air_changes": "",
56808
57480
  "minimum_total_air_changes": null,
56809
57481
  "occupancy_per_area": 5.0,
@@ -57418,8 +58090,8 @@
57418
58090
  "ventilation_standard": "ASHRAE 62.1-1999",
57419
58091
  "ventilation_primary_space_type": "Food and Beverage Service",
57420
58092
  "ventilation_secondary_space_type": "Kitchens (cooking)",
57421
- "ventilation_per_area": 0,
57422
- "ventilation_per_person": 15,
58093
+ "ventilation_per_area": 0.47,
58094
+ "ventilation_per_person": 0,
57423
58095
  "ventilation_air_changes": "",
57424
58096
  "minimum_total_air_changes": null,
57425
58097
  "occupancy_per_area": 15.48,
@@ -58126,7 +58798,7 @@
58126
58798
  "exhaust_fan_maximum_flow_rate": null,
58127
58799
  "exhaust_schedule": null,
58128
58800
  "balanced_exhaust_fraction_schedule": null,
58129
- "is_residential": null
58801
+ "is_residential": "Yes"
58130
58802
  },
58131
58803
  {
58132
58804
  "template": "DOE Ref Pre-1980",
@@ -60411,7 +61083,7 @@
60411
61083
  "cooling_setpoint_schedule": "NECB-A-Thermostat Setpoint-Cooling",
60412
61084
  "service_water_heating_peak_flow_rate": null,
60413
61085
  "service_water_heating_area": null,
60414
- "service_water_heating_peak_flow_per_area": "",
61086
+ "service_water_heating_peak_flow_per_area": null,
60415
61087
  "service_water_heating_target_temperature": null,
60416
61088
  "service_water_heating_fraction_sensible": null,
60417
61089
  "service_water_heating_fraction_latent": null,
@@ -60467,7 +61139,7 @@
60467
61139
  "cooling_setpoint_schedule": "NECB-A-Thermostat Setpoint-Cooling",
60468
61140
  "service_water_heating_peak_flow_rate": null,
60469
61141
  "service_water_heating_area": null,
60470
- "service_water_heating_peak_flow_per_area": null,
61142
+ "service_water_heating_peak_flow_per_area": "",
60471
61143
  "service_water_heating_target_temperature": null,
60472
61144
  "service_water_heating_fraction_sensible": null,
60473
61145
  "service_water_heating_fraction_latent": null,
@@ -60859,7 +61531,7 @@
60859
61531
  "cooling_setpoint_schedule": "NECB-C-Thermostat Setpoint-Cooling",
60860
61532
  "service_water_heating_peak_flow_rate": null,
60861
61533
  "service_water_heating_area": null,
60862
- "service_water_heating_peak_flow_per_area": "",
61534
+ "service_water_heating_peak_flow_per_area": null,
60863
61535
  "service_water_heating_target_temperature": null,
60864
61536
  "service_water_heating_fraction_sensible": null,
60865
61537
  "service_water_heating_fraction_latent": null,
@@ -60915,7 +61587,7 @@
60915
61587
  "cooling_setpoint_schedule": "NECB-C-Thermostat Setpoint-Cooling",
60916
61588
  "service_water_heating_peak_flow_rate": null,
60917
61589
  "service_water_heating_area": null,
60918
- "service_water_heating_peak_flow_per_area": null,
61590
+ "service_water_heating_peak_flow_per_area": "",
60919
61591
  "service_water_heating_target_temperature": null,
60920
61592
  "service_water_heating_fraction_sensible": null,
60921
61593
  "service_water_heating_fraction_latent": null,
@@ -66851,7 +67523,7 @@
66851
67523
  "cooling_setpoint_schedule": "NECB-A-Thermostat Setpoint-Cooling",
66852
67524
  "service_water_heating_peak_flow_rate": null,
66853
67525
  "service_water_heating_area": null,
66854
- "service_water_heating_peak_flow_per_area": null,
67526
+ "service_water_heating_peak_flow_per_area": "",
66855
67527
  "service_water_heating_target_temperature": null,
66856
67528
  "service_water_heating_fraction_sensible": null,
66857
67529
  "service_water_heating_fraction_latent": null,
@@ -66907,7 +67579,7 @@
66907
67579
  "cooling_setpoint_schedule": "NECB-A-Thermostat Setpoint-Cooling",
66908
67580
  "service_water_heating_peak_flow_rate": null,
66909
67581
  "service_water_heating_area": null,
66910
- "service_water_heating_peak_flow_per_area": "",
67582
+ "service_water_heating_peak_flow_per_area": null,
66911
67583
  "service_water_heating_target_temperature": null,
66912
67584
  "service_water_heating_fraction_sensible": null,
66913
67585
  "service_water_heating_fraction_latent": null,
@@ -68094,7 +68766,7 @@
68094
68766
  "exhaust_fan_maximum_flow_rate": null,
68095
68767
  "exhaust_schedule": null,
68096
68768
  "balanced_exhaust_fraction_schedule": null,
68097
- "is_residential": null
68769
+ "is_residential": "Yes"
68098
68770
  },
68099
68771
  {
68100
68772
  "template": "OEESC 2014",
@@ -68486,7 +69158,7 @@
68486
69158
  "exhaust_fan_maximum_flow_rate": null,
68487
69159
  "exhaust_schedule": null,
68488
69160
  "balanced_exhaust_fraction_schedule": null,
68489
- "is_residential": null
69161
+ "is_residential": "Yes"
68490
69162
  },
68491
69163
  {
68492
69164
  "template": "OEESC 2014",
@@ -68878,7 +69550,7 @@
68878
69550
  "exhaust_fan_maximum_flow_rate": null,
68879
69551
  "exhaust_schedule": null,
68880
69552
  "balanced_exhaust_fraction_schedule": null,
68881
- "is_residential": null
69553
+ "is_residential": "Yes"
68882
69554
  },
68883
69555
  {
68884
69556
  "template": "OEESC 2014",