openstudio-standards 0.8.2 → 0.8.3

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 (71) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
  3. data/data/standards/openstudio_standards_duplicates_log.csv +7962 -0
  4. data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
  5. data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
  6. data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
  7. data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
  8. data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
  9. data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
  10. data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
  11. data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
  12. data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
  13. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
  14. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
  15. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
  16. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
  17. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
  18. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
  19. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
  21. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
  22. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
  23. data/lib/openstudio-standards/standards/Standards.Model.rb +9 -4
  24. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
  27. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
  29. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
  31. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
  32. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
  33. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
  34. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
  37. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
  39. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
  41. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
  43. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
  45. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
  48. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
  49. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
  50. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
  51. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
  52. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
  53. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
  54. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
  55. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +154 -69
  56. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps_heating.json +72 -72
  57. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +382 -295
  58. data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
  59. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
  60. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
  61. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
  62. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
  63. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +1 -1
  64. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +2 -2
  65. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
  66. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
  67. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
  68. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
  69. data/lib/openstudio-standards/utilities/simulation.rb +3 -2
  70. data/lib/openstudio-standards/version.rb +1 -1
  71. metadata +5 -3
@@ -62,10 +62,10 @@ module OpenstudioStandards
62
62
  water_use_equipment.each do |w|
63
63
  # get water use equipment properties
64
64
  water_use_name = w[:equipment_name]
65
- peak_flow_rate_gal_per_hr = w[:peak_flow_rate].to_f
66
- peak_flow_rate_gal_per_hr_per_ft2 = w[:peak_flow_rate_per_area].to_f
65
+ peak_flow_rate_gal_per_hr = w[:peak_flow_rate_gph].to_f
66
+ peak_flow_rate_gal_per_hr_per_ft2 = w[:peak_flow_rate_gph_per_floor_area_ft2].to_f
67
67
  loop_type = w[:loop_type]
68
- temperature = w[:temperature]
68
+ temperature = w[:mixed_water_temperature_f]
69
69
  flow_rate_schedule = w[:flow_rate_schedule]
70
70
  sensible_fraction = w[:sensible_fraction]
71
71
  latent_fraction = w[:latent_fraction]
@@ -73,7 +73,7 @@ module OpenstudioStandards
73
73
  # derived from equipment properties
74
74
  is_booster = water_use_name && water_use_name.downcase.include?('booster')
75
75
  water_use_name = water_use_name ? "#{space.name} #{water_use_name}" : "#{space.name} Water Use"
76
- service_water_temperature_c = OpenStudio.convert(temperature, 'F', 'C').get
76
+ mixed_water_temperature_c = OpenStudio.convert(temperature, 'F', 'C').get
77
77
 
78
78
  # @todo replace this line once model_add_schedule is refactored to not require a standard
79
79
  flow_rate_schedule = std.model_add_schedule(model, flow_rate_schedule)
@@ -114,7 +114,7 @@ module OpenstudioStandards
114
114
  name: water_use_name,
115
115
  flow_rate: peak_flow_rate_m3_per_s,
116
116
  flow_rate_fraction_schedule: flow_rate_schedule,
117
- water_use_temperature: service_water_temperature_c,
117
+ water_use_temperature: mixed_water_temperature_c,
118
118
  sensible_fraction: sensible_fraction,
119
119
  latent_fraction: latent_fraction,
120
120
  space: space)
@@ -145,13 +145,13 @@ module OpenstudioStandards
145
145
  # default to electricity for single units
146
146
  dedicated_water_heating_fuel = water_heating_fuel || 'Electricity'
147
147
 
148
- # @todo add method to get service water temperature as max of space_water_use_equipment
149
- service_water_temperature_c = OpenStudio.convert(140.0, 'F', 'C').get
148
+ # default to 140F
149
+ service_water_loop_temperature_c = OpenStudio.convert(140.0, 'F', 'C').get
150
150
 
151
151
  # add service water loop with water heater
152
152
  swh_loop = OpenstudioStandards::ServiceWaterHeating.create_service_water_heating_loop(model,
153
153
  system_name: "#{space.name} Service Water Loop",
154
- service_water_temperature: service_water_temperature_c,
154
+ service_water_temperature: service_water_loop_temperature_c,
155
155
  service_water_pump_head: 0.01,
156
156
  service_water_pump_motor_efficiency: 1.0,
157
157
  water_heater_capacity: water_heater_capacity_w,
@@ -238,11 +238,11 @@ module OpenstudioStandards
238
238
  supply_temperature: 180.0)
239
239
 
240
240
  # Note that booster water heaters are always assumed to be electric resistance
241
- booster_water_temperature_c = OpenStudio.convert(180.0, 'F', 'C').get
241
+ booster_water_loop_temperature_c = OpenStudio.convert(180.0, 'F', 'C').get
242
242
  swh_booster_loop = OpenstudioStandards::ServiceWaterHeating.create_booster_water_heating_loop(model,
243
243
  system_name: 'Booster Water Loop',
244
244
  water_heater_capacity: booster_water_heater_sizing[:water_heater_capacity],
245
- service_water_temperature: booster_water_temperature_c,
245
+ service_water_temperature: booster_water_loop_temperature_c,
246
246
  service_water_loop: shared_swh_loop)
247
247
 
248
248
  # Add loop to array
@@ -56,6 +56,7 @@ module OpenstudioStandards
56
56
  end
57
57
  water_heater_volume_gal = OpenStudio.convert(water_heater_volume, 'm^3', 'gal').get
58
58
  water_heater.setTankVolume(water_heater_volume)
59
+ water_heating_sizing = water_heater.waterHeaterSizing
59
60
 
60
61
  # set the water heater fuel
61
62
  case water_heater_fuel
@@ -68,6 +69,9 @@ module OpenstudioStandards
68
69
  water_heater.setOffCycleParasiticFuelType('Gas')
69
70
  water_heater.setOffCycleLossCoefficienttoAmbientTemperature(6.0)
70
71
  water_heater.setOnCycleLossCoefficienttoAmbientTemperature(6.0)
72
+ # assume 0.5 hour recovery temperature for natural gas water heaters
73
+ water_heating_sizing.setDesignMode('PeakDraw')
74
+ water_heating_sizing.setTimeforTankRecovery(0.5)
71
75
  when 'Electricity', 'Electric', 'Elec'
72
76
  water_heater.setHeaterFuelType('Electricity')
73
77
  water_heater.setHeaterThermalEfficiency(1.0)
@@ -77,6 +81,9 @@ module OpenstudioStandards
77
81
  water_heater.setOffCycleParasiticFuelType('Electricity')
78
82
  water_heater.setOffCycleLossCoefficienttoAmbientTemperature(1.053)
79
83
  water_heater.setOnCycleLossCoefficienttoAmbientTemperature(1.053)
84
+ # assume 1.0 hour recovery temperature for electric water heaters
85
+ water_heating_sizing.setDesignMode('PeakDraw')
86
+ water_heating_sizing.setTimeforTankRecovery(1.0)
80
87
  when 'FuelOilNo2'
81
88
  water_heater.setHeaterFuelType('FuelOilNo2')
82
89
  water_heater.setHeaterThermalEfficiency(0.78)
@@ -86,6 +93,9 @@ module OpenstudioStandards
86
93
  water_heater.setOffCycleParasiticFuelType('FuelOilNo2')
87
94
  water_heater.setOffCycleLossCoefficienttoAmbientTemperature(6.0)
88
95
  water_heater.setOnCycleLossCoefficienttoAmbientTemperature(6.0)
96
+ # assume 0.5 hour recovery temperature for fuel oil water heaters
97
+ water_heating_sizing.setDesignMode('PeakDraw')
98
+ water_heating_sizing.setTimeforTankRecovery(0.5)
89
99
  when 'HeatPump', 'SimpleHeatPump'
90
100
  OpenStudio.logFree(OpenStudio::Warn, 'openstudio.standards.ServiceWaterHeating', 'Simple workaround to represent heat pump water heaters without incurring significant runtime penalty associated with using correct objects.')
91
101
  # Make a part-load efficiency modifier curve with a value above 1, which is multiplied by the nominal efficiency of 100% to represent the COP of a HPWH.
@@ -47,13 +47,16 @@ module OpenstudioStandards
47
47
 
48
48
  # create service water heating loop
49
49
  service_water_loop = OpenStudio::Model::PlantLoop.new(model)
50
- service_water_loop.setMinimumLoopTemperature(10.0)
51
50
  if service_water_temperature > 60.0
52
51
  service_water_loop.setMaximumLoopTemperature(service_water_temperature)
53
52
  else
54
53
  service_water_loop.setMaximumLoopTemperature(60.0)
55
54
  end
56
55
 
56
+ # set minimum temperature of 125F for legionella growth risk
57
+ swh_loop_min_c = OpenStudio.convert(125.0, 'F', 'C').get
58
+ service_water_loop.setMinimumLoopTemperature(swh_loop_min_c)
59
+
57
60
  if system_name.nil?
58
61
  system_name = 'Service Water Loop'
59
62
  end
@@ -61,7 +64,7 @@ module OpenstudioStandards
61
64
 
62
65
  # service water heating loop controls
63
66
  swh_temp_f = OpenStudio.convert(service_water_temperature, 'C', 'F').get
64
- swh_delta_t_r = 9.0 # 9F delta-T
67
+ swh_delta_t_r = 9.0 # default to 9 R temperature difference
65
68
  swh_delta_t_k = OpenStudio.convert(swh_delta_t_r, 'R', 'K').get
66
69
  swh_temp_sch = OpenstudioStandards::Schedules.create_constant_schedule_ruleset(model,
67
70
  service_water_temperature,
@@ -204,6 +207,16 @@ module OpenstudioStandards
204
207
  booster_service_water_loop = OpenStudio::Model::PlantLoop.new(model)
205
208
  booster_service_water_loop.setName('Booster Service Water Loop')
206
209
 
210
+ if service_water_temperature > 82.2
211
+ service_water_loop.setMaximumLoopTemperature(service_water_temperature)
212
+ else
213
+ service_water_loop.setMaximumLoopTemperature(82.2)
214
+ end
215
+
216
+ # set minimum temperature of 125F for legionella growth risk
217
+ swh_loop_min_c = OpenStudio.convert(125.0, 'F', 'C').get
218
+ service_water_loop.setMinimumLoopTemperature(swh_loop_min_c)
219
+
207
220
  # create and add booster water heater to loop
208
221
  booster_water_heater = OpenstudioStandards::ServiceWaterHeating.create_water_heater(model,
209
222
  water_heater_capacity: water_heater_capacity,
@@ -220,7 +233,7 @@ module OpenstudioStandards
220
233
 
221
234
  # Service water heating loop controls
222
235
  swh_temp_f = OpenStudio.convert(service_water_temperature, 'C', 'F').get
223
- swh_delta_t_r = 9.0 # 9F delta-T
236
+ swh_delta_t_r = 9.0 # default to 9 R temperature difference
224
237
  swh_delta_t_k = OpenStudio.convert(swh_delta_t_r, 'R', 'K').get
225
238
  swh_temp_sch = OpenstudioStandards::Schedules.create_constant_schedule_ruleset(model,
226
239
  service_water_temperature,
@@ -38,10 +38,10 @@ def csv_to_json(input_csv = 'typical_water_use_equipment.csv',
38
38
  # Add water_use_equipment entry
39
39
  water_use_entry = {
40
40
  equipment_name: row[:equipment_name],
41
- peak_flow_rate: row[:peak_flow_rate]&.to_f, # gallons / hour
42
- peak_flow_rate_per_area: row[:peak_flow_rate_per_area]&.to_f, # gallons / hour-ft^2
41
+ peak_flow_rate_gph: row[:peak_flow_rate_gph]&.to_f, # gallons / hour
42
+ peak_flow_rate_gph_per_floor_area_ft2: row[:peak_flow_rate_gph_per_floor_area_ft2]&.to_f, # gallons / hour-ft^2
43
43
  loop_type: row[:loop_type],
44
- temperature: row[:temperature]&.to_f, # deg F
44
+ mixed_water_temperature_f: row[:mixed_water_temperature_f]&.to_f, # deg F
45
45
  flow_rate_schedule: row[:flow_rate_schedule],
46
46
  sensible_fraction: row[:sensible_fraction]&.to_f,
47
47
  latent_fraction: row[:latent_fraction]&.to_f
@@ -83,10 +83,10 @@ def json_to_csv(input_json = 'typical_water_use_equipment.json',
83
83
  :space_type,
84
84
  :building_type,
85
85
  :equipment_name,
86
- :peak_flow_rate,
87
- :peak_flow_rate_per_area,
86
+ :peak_flow_rate_gph,
87
+ :peak_flow_rate_gph_per_floor_area_ft2,
88
88
  :loop_type,
89
- :temperature,
89
+ :mixed_water_temperature_f,
90
90
  :flow_rate_schedule,
91
91
  :sensible_fraction,
92
92
  :latent_fraction
@@ -103,10 +103,10 @@ def json_to_csv(input_json = 'typical_water_use_equipment.json',
103
103
  space_type,
104
104
  building_type,
105
105
  equipment[:equipment_name],
106
- equipment[:peak_flow_rate],
107
- equipment[:peak_flow_rate_per_area],
106
+ equipment[:peak_flow_rate_gph],
107
+ equipment[:peak_flow_rate_gph_per_floor_area_ft2],
108
108
  equipment[:loop_type],
109
- equipment[:temperature],
109
+ equipment[:mixed_water_temperature_f],
110
110
  equipment[:flow_rate_schedule],
111
111
  equipment[:sensible_fraction],
112
112
  equipment[:latent_fraction]
@@ -1,54 +1,54 @@
1
- space_type,building_type,equipment_name,peak_flow_rate,peak_flow_rate_per_area,loop_type,temperature,flow_rate_schedule,sensible_fraction,latent_fraction
2
- Break Room,Courthouse,,,0.02,Shared,140,Courthouse BLDG_SWH_SCH,0.2,0.05
3
- Restroom,Courthouse,,,0.02,Shared,140,Courthouse BLDG_SWH_SCH,0.2,0.05
1
+ space_type,building_type,equipment_name,peak_flow_rate_gph,peak_flow_rate_gph_per_floor_area_ft2,loop_type,mixed_water_temperature_f,flow_rate_schedule,sensible_fraction,latent_fraction
2
+ Break Room,Courthouse,,,0.02,Shared,110,Courthouse BLDG_SWH_SCH,0.2,0.05
3
+ Restroom,Courthouse,,,0.02,Shared,110,Courthouse BLDG_SWH_SCH,0.2,0.05
4
4
  Kitchen,FullServiceRestaurant,Dishwasher Booster,,0.054,Shared,180,RestaurantSitDown BLDG_SWH_SCH,0.2,0.05
5
- Kitchen,FullServiceRestaurant,,,0.036,Shared,140,RestaurantSitDown BLDG_SWH_SCH,0.2,0.05
6
- Apartment,HighriseApartment,,,0.003663158,Shared,140,ApartmentHighRise APT_DHW_SCH,0.2,0.05
7
- ER_Exam,Hospital,,,0.003333333,Shared,140,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
8
- ER_Trauma,Hospital,,,0.003333333,Shared,140,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
9
- ER_Triage,Hospital,,,0.003333333,Shared,140,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
5
+ Kitchen,FullServiceRestaurant,,,0.036,Shared,120,RestaurantSitDown BLDG_SWH_SCH,0.2,0.05
6
+ Apartment,HighriseApartment,,,0.003663158,Shared,110,ApartmentHighRise APT_DHW_SCH,0.2,0.05
7
+ ER_Exam,Hospital,,,0.003333333,Shared,110,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
8
+ ER_Trauma,Hospital,,,0.003333333,Shared,110,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
9
+ ER_Triage,Hospital,,,0.003333333,Shared,110,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
10
10
  Kitchen,Hospital,Dishwasher Booster,,0.009,Shared,180,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
11
- Kitchen,Hospital,,,0.006,Shared,140,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
12
- Lab,Hospital,,,0.000701754,Shared,140,Hospital BLDG_SWH_SCH,0.2,0.05
13
- OR,Hospital,,,0.003333333,Shared,140,Hospital BLDG_SWH_SCH,0.2,0.05
14
- PatRoom,Hospital,,,0.003571429,Shared,140,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
15
- PhysTherapy,Hospital,,,0.000189394,Shared,140,Hospital BLDG_SWH_SCH,0.2,0.05
16
- Radiology,Hospital,,,0.000190476,Shared,140,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
17
- GuestRoom,LargeHotel,,,0.00297619,Shared,140,HotelLarge GuestRoom_SWH_Sch,0.2,0.05
11
+ Kitchen,Hospital,,,0.006,Shared,120,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
12
+ Lab,Hospital,,,0.000701754,Shared,110,Hospital BLDG_SWH_SCH,0.2,0.05
13
+ OR,Hospital,,,0.003333333,Shared,110,Hospital BLDG_SWH_SCH,0.2,0.05
14
+ PatRoom,Hospital,,,0.003571429,Shared,110,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
15
+ PhysTherapy,Hospital,,,0.000189394,Shared,110,Hospital BLDG_SWH_SCH,0.2,0.05
16
+ Radiology,Hospital,,,0.000190476,Shared,110,Hospital BLDG_SWH_EXTD_SCH,0.2,0.05
17
+ GuestRoom,LargeHotel,,,0.00297619,Shared,110,HotelLarge GuestRoom_SWH_Sch,0.2,0.05
18
18
  Kitchen,LargeHotel,Dishwasher Booster,,0.072,Shared,180,HotelLarge BLDG_SWH_SCH,0.2,0.05
19
- Kitchen,LargeHotel,,,0.048,Shared,140,HotelLarge BLDG_SWH_SCH,0.2,0.05
20
- Laundry,LargeHotel,,,0.186428571,Shared,140,HotelLarge LaundryRoom_SWH_Sch_Post2004,0.2,0.05
21
- Apartment,MidriseApartment,,3.48,0.003663158,One Per Unit,140,ApartmentMidRise APT_DHW_SCH,0.2,0.05
22
- Restroom,Office,,,0.02,Shared,140,OfficeMedium BLDG_SWH_SCH,0.2,0.05
23
- Restroom,Office,,,0.02,Shared,140,OfficeMedium BLDG_SWH_SCH,0.2,0.05
24
- Restroom,Office,,,0.02,Shared,140,OfficeSmall BLDG_SWH_SCH,0.2,0.05
25
- WholeBuilding - Lg Office,Office,,,0.000516521,Shared,140,OfficeLarge BLDG_SWH_SCH,0.2,0.05
26
- WholeBuilding - Lg Office-basement,Office,,,0.000516521,Shared,140,OfficeLarge BLDG_SWH_SCH,0.2,0.05
27
- WholeBuilding - Lg Office-others,Office,,,0.000516521,Shared,140,OfficeLarge BLDG_SWH_SCH,0.2,0.05
28
- WholeBuilding - Md Office,Office,,,0.000950996,Shared,140,OfficeMedium BLDG_SWH_SCH,0.2,0.05
29
- WholeBuilding - Sm Office,Office,,,0.000545256,Shared,140,OfficeSmall BLDG_SWH_SCH,0.2,0.05
30
- Anesthesia,Outpatient,,,0.018518519,Shared,140,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
31
- MRI,Outpatient,,,0.004545455,Shared,140,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
32
- MRI_Control,Outpatient,,,0.011904762,Shared,140,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
33
- OR,Outpatient,,,0.025423729,Shared,140,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
34
- PACU,Outpatient,,,0.006329114,Shared,140,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
35
- PhysicalTherapy,Outpatient,,,0.002114165,Shared,140,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
36
- PreOp,Outpatient,,,0.007590133,Shared,140,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
37
- ProcedureRoom,Outpatient,,,0.007017544,Shared,140,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
38
- Xray,Outpatient,,,0.002222222,Shared,140,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
39
- Restroom,PrimarySchool,,,0.02,Shared,140,SchoolPrimary BLDG_SWH_SCH,0.2,0.05
19
+ Kitchen,LargeHotel,,,0.048,Shared,120,HotelLarge BLDG_SWH_SCH,0.2,0.05
20
+ Laundry,LargeHotel,,,0.186428571,Shared,110,HotelLarge LaundryRoom_SWH_Sch_Post2004,0.2,0.05
21
+ Apartment,MidriseApartment,,3.48,0.003663158,One Per Unit,110,ApartmentMidRise APT_DHW_SCH,0.2,0.05
22
+ Restroom,Office,,,0.02,Shared,110,OfficeMedium BLDG_SWH_SCH,0.2,0.05
23
+ Restroom,Office,,,0.02,Shared,110,OfficeMedium BLDG_SWH_SCH,0.2,0.05
24
+ Restroom,Office,,,0.02,Shared,110,OfficeSmall BLDG_SWH_SCH,0.2,0.05
25
+ WholeBuilding - Lg Office,Office,,,0.000516521,Shared,110,OfficeLarge BLDG_SWH_SCH,0.2,0.05
26
+ WholeBuilding - Lg Office-basement,Office,,,0.000516521,Shared,110,OfficeLarge BLDG_SWH_SCH,0.2,0.05
27
+ WholeBuilding - Lg Office-others,Office,,,0.000516521,Shared,110,OfficeLarge BLDG_SWH_SCH,0.2,0.05
28
+ WholeBuilding - Md Office,Office,,,0.000950996,Shared,110,OfficeMedium BLDG_SWH_SCH,0.2,0.05
29
+ WholeBuilding - Sm Office,Office,,,0.000545256,Shared,110,OfficeSmall BLDG_SWH_SCH,0.2,0.05
30
+ Anesthesia,Outpatient,,,0.018518519,Shared,110,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
31
+ MRI,Outpatient,,,0.004545455,Shared,110,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
32
+ MRI_Control,Outpatient,,,0.011904762,Shared,110,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
33
+ OR,Outpatient,,,0.025423729,Shared,110,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
34
+ PACU,Outpatient,,,0.006329114,Shared,110,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
35
+ PhysicalTherapy,Outpatient,,,0.002114165,Shared,110,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
36
+ PreOp,Outpatient,,,0.007590133,Shared,110,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
37
+ ProcedureRoom,Outpatient,,,0.007017544,Shared,110,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
38
+ Xray,Outpatient,,,0.002222222,Shared,110,OutPatientHealthCare BLDG_SWH_SCH,0.2,0.05
39
+ Restroom,PrimarySchool,,,0.02,Shared,110,SchoolPrimary BLDG_SWH_SCH,0.2,0.05
40
40
  Kitchen,SecondarySchool,Dishwasher Booster,,0.034,Shared,180,SchoolSecondary BLDG_SWH_SCH,0.2,0.05
41
- Kitchen,SecondarySchool,,,0.023,Shared,140,SchoolSecondary BLDG_SWH_SCH,0.2,0.05
41
+ Kitchen,SecondarySchool,,,0.023,Shared,120,SchoolSecondary BLDG_SWH_SCH,0.2,0.05
42
42
  Kitchen,PrimarySchool,Dishwasher Booster,,0.033,Shared,180,SchoolPrimary BLDG_SWH_SCH,0.2,0.05
43
- Kitchen,PrimarySchool,,,0.022,Shared,140,SchoolPrimary BLDG_SWH_SCH,0.2,0.05
44
- Kitchen,QuickServiceRestaurant,,,0.032,Shared,140,RestaurantFastFood BLDG_SWH_SCH,0.2,0.05
45
- Gym,SecondarySchool,,,0.007499177,Shared,140,SchoolSecondary BLDG_SWH_SCH,0.2,0.05
46
- Restroom,SecondarySchool,,,0.02,Shared,140,SchoolSecondary BLDG_SWH_SCH,0.2,0.05
47
- GuestRoom123Occ,SmallHotel,,,0.006324786,Shared,140,HotelSmall GuestRoom_SHW_Sch,0.2,0.05
48
- GuestRoom123Vac,SmallHotel,,,0.006324786,Shared,140,HotelSmall AlwaysOff,0.2,0.05
49
- Laundry,SmallHotel,,,0.064102564,One Per Space,140,HotelSmall LaundryRoom_SHW_Sch,0.2,0.05
50
- Strip mall - type 1,StripMall,,1.8,,One Per Space,140,RetailStripmall Type1_SWH_SCH,0.2,0.05
51
- Strip mall - type 2,StripMall,,1.8,,One Per Space,140,RetailStripmall Type2_SWH_SCH,0.2,0.05
52
- Strip mall - type 3,StripMall,,1.8,,One Per Space,140,RetailStripmall Type3_SWH_SCH,0.2,0.05
53
- Bakery,SuperMarket,,,0.002141786,Shared,140,SuperMarket Bldg Swh,0.2,0.05
54
- Deli,SuperMarket,,,0.002141786,Shared,140,SuperMarket Bldg Swh,0.2,0.05
43
+ Kitchen,PrimarySchool,,,0.022,Shared,120,SchoolPrimary BLDG_SWH_SCH,0.2,0.05
44
+ Kitchen,QuickServiceRestaurant,,,0.032,Shared,110,RestaurantFastFood BLDG_SWH_SCH,0.2,0.05
45
+ Gym,SecondarySchool,,,0.007499177,Shared,110,SchoolSecondary BLDG_SWH_SCH,0.2,0.05
46
+ Restroom,SecondarySchool,,,0.02,Shared,110,SchoolSecondary BLDG_SWH_SCH,0.2,0.05
47
+ GuestRoom123Occ,SmallHotel,,,0.006324786,Shared,110,HotelSmall GuestRoom_SHW_Sch,0.2,0.05
48
+ GuestRoom123Vac,SmallHotel,,,0.006324786,Shared,110,HotelSmall AlwaysOff,0.2,0.05
49
+ Laundry,SmallHotel,,,0.064102564,One Per Space,110,HotelSmall LaundryRoom_SHW_Sch,0.2,0.05
50
+ Strip mall - type 1,StripMall,,1.8,,One Per Space,110,RetailStripmall Type1_SWH_SCH,0.2,0.05
51
+ Strip mall - type 2,StripMall,,1.8,,One Per Space,110,RetailStripmall Type2_SWH_SCH,0.2,0.05
52
+ Strip mall - type 3,StripMall,,1.8,,One Per Space,110,RetailStripmall Type3_SWH_SCH,0.2,0.05
53
+ Bakery,SuperMarket,,,0.002141786,Shared,110,SuperMarket Bldg Swh,0.2,0.05
54
+ Deli,SuperMarket,,,0.002141786,Shared,110,SuperMarket Bldg Swh,0.2,0.05