openstudio-standards 0.8.2 → 0.8.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.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/openstudio_standards_duplicates_log.csv +7962 -0
- data/lib/openstudio-standards/btap/costing/README.md +502 -0
- data/lib/openstudio-standards/btap/costing/btap_costing.rb +473 -0
- data/lib/openstudio-standards/btap/costing/btap_measure_helper.rb +359 -0
- data/lib/openstudio-standards/btap/costing/btap_workflow.rb +117 -0
- data/lib/openstudio-standards/btap/costing/common_paths.rb +78 -0
- data/lib/openstudio-standards/btap/costing/common_resources/ConstructionProperties.csv +52 -0
- data/lib/openstudio-standards/btap/costing/common_resources/Constructions.csv +37 -0
- data/lib/openstudio-standards/btap/costing/common_resources/construction_sets.csv +1270 -0
- data/lib/openstudio-standards/btap/costing/common_resources/constructions_glazing.csv +61 -0
- data/lib/openstudio-standards/btap/costing/common_resources/constructions_opaque.csv +2256 -0
- data/lib/openstudio-standards/btap/costing/common_resources/costs.csv +1904 -0
- data/lib/openstudio-standards/btap/costing/common_resources/costs_local_factors.csv +2315 -0
- data/lib/openstudio-standards/btap/costing/common_resources/hvac_vent_ahu.csv +925 -0
- data/lib/openstudio-standards/btap/costing/common_resources/lighting.csv +364 -0
- data/lib/openstudio-standards/btap/costing/common_resources/lighting_sets.csv +2667 -0
- data/lib/openstudio-standards/btap/costing/common_resources/locations.csv +75 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_glazing.csv +35 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_hvac.csv +1699 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_lighting.csv +267 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_opaque.csv +164 -0
- data/lib/openstudio-standards/btap/costing/copy_test_results_files_to_expected_results.rb +11 -0
- data/lib/openstudio-standards/btap/costing/cost_building_from_file.rb +136 -0
- data/lib/openstudio-standards/btap/costing/costing_database_wrapper.rb +177 -0
- data/lib/openstudio-standards/btap/costing/daylighting_sensor_control_costing.rb +353 -0
- data/lib/openstudio-standards/btap/costing/dcv_costing.rb +314 -0
- data/lib/openstudio-standards/btap/costing/dummy.epw +8768 -0
- data/lib/openstudio-standards/btap/costing/dummy.osm +5320 -0
- data/lib/openstudio-standards/btap/costing/envelope_costing.rb +284 -0
- data/lib/openstudio-standards/btap/costing/heating_cooling_costing.rb +2584 -0
- data/lib/openstudio-standards/btap/costing/led_lighting_costing.rb +155 -0
- data/lib/openstudio-standards/btap/costing/lighting_costing.rb +209 -0
- data/lib/openstudio-standards/btap/costing/mech_sizing.json +502 -0
- data/lib/openstudio-standards/btap/costing/neb_end_use_prices.csv +42 -0
- data/lib/openstudio-standards/btap/costing/necb_2011_spacetype_info.csv +225 -0
- data/lib/openstudio-standards/btap/costing/necb_reference_runs.csv +28705 -0
- data/lib/openstudio-standards/btap/costing/nv_costing.rb +547 -0
- data/lib/openstudio-standards/btap/costing/parallel_tests.rb +92 -0
- data/lib/openstudio-standards/btap/costing/pv_ground_costing.rb +687 -0
- data/lib/openstudio-standards/btap/costing/shw_costing.rb +705 -0
- data/lib/openstudio-standards/btap/costing/test_list.txt +17 -0
- data/lib/openstudio-standards/btap/costing/test_run_all_test_locally.rb +26 -0
- data/lib/openstudio-standards/btap/costing/test_run_costing_tests.rb +80 -0
- data/lib/openstudio-standards/btap/costing/ventilation_costing.rb +2616 -0
- data/lib/openstudio-standards/constructions/modify.rb +2 -1
- data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
- data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
- data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
- data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
- data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
- data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
- data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.Model.rb +48 -13
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +2 -2
- 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
- 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
- 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
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +6 -1
- data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +2 -27
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +68 -27
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +64 -25
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +9 -14
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +46 -20
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +635 -248
- data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +43 -7
- data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +7 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartmentMult.osm +14272 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/necb_2015_table_c1.json +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +437 -437
- data/lib/openstudio-standards/standards/necb/NECB2011/data/systems.json +516 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/systems_including_sys5.json +588 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_namer.rb +489 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +16 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +48 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +2 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +35 -27
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +34 -23
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +8 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +43 -14
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +214 -25
- data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +61 -1
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +636 -636
- data/lib/openstudio-standards/standards/necb/NECB2015/data/unitary_acs.json +38 -38
- data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +15 -6
- data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +636 -636
- data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +71 -71
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
- data/lib/openstudio-standards/standards/necb/README.md +343 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +190 -28
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +14 -5
- data/lib/openstudio-standards/standards/necb/common/eccc_electric_grid_intensity_20250311.csv +14 -0
- data/lib/openstudio-standards/standards/necb/common/nir_gas_grid_intensity_20250311.csv +14 -0
- data/lib/openstudio-standards/standards/necb/common/system_types.yaml +0 -0
- data/lib/openstudio-standards/utilities/logging.rb +18 -14
- data/lib/openstudio-standards/utilities/simulation.rb +3 -2
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/modify.rb +2 -2
- data/lib/openstudio-standards.rb +12 -0
- metadata +56 -3
@@ -34,7 +34,7 @@
|
|
34
34
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
35
35
|
"psa_nongeometry_fraction": null,
|
36
36
|
"ssa_nongeometry_fraction": null,
|
37
|
-
"ventilation_standard": "ASHRAE 62
|
37
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
38
38
|
"ventilation_primary_space_type": "Automotive facility",
|
39
39
|
"ventilation_secondary_space_type": "WholeBuilding",
|
40
40
|
"ventilation_per_area": 1.5,
|
@@ -82,7 +82,7 @@
|
|
82
82
|
"necb_schedule_type": "E",
|
83
83
|
"notes": null,
|
84
84
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
85
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
85
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
86
86
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
87
87
|
},
|
88
88
|
{
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
114
114
|
"psa_nongeometry_fraction": null,
|
115
115
|
"ssa_nongeometry_fraction": null,
|
116
|
-
"ventilation_standard": "ASHRAE 62
|
116
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
117
117
|
"ventilation_primary_space_type": "Convention centre",
|
118
118
|
"ventilation_secondary_space_type": "WholeBuilding",
|
119
119
|
"ventilation_per_area": 0,
|
@@ -161,7 +161,7 @@
|
|
161
161
|
"necb_schedule_type": "C",
|
162
162
|
"notes": null,
|
163
163
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
164
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
164
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
165
165
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Conference rooms"
|
166
166
|
},
|
167
167
|
{
|
@@ -192,7 +192,7 @@
|
|
192
192
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
193
193
|
"psa_nongeometry_fraction": null,
|
194
194
|
"ssa_nongeometry_fraction": null,
|
195
|
-
"ventilation_standard": "ASHRAE 62
|
195
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
196
196
|
"ventilation_primary_space_type": "Courthouse",
|
197
197
|
"ventilation_secondary_space_type": "WholeBuilding",
|
198
198
|
"ventilation_per_area": 0,
|
@@ -240,7 +240,7 @@
|
|
240
240
|
"necb_schedule_type": "A",
|
241
241
|
"notes": null,
|
242
242
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
243
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
243
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
244
244
|
"ventilation_standard_space_type": "Offices-Conference rooms"
|
245
245
|
},
|
246
246
|
{
|
@@ -271,7 +271,7 @@
|
|
271
271
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
272
272
|
"psa_nongeometry_fraction": null,
|
273
273
|
"ssa_nongeometry_fraction": null,
|
274
|
-
"ventilation_standard": "ASHRAE 62
|
274
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
275
275
|
"ventilation_primary_space_type": "Dining - bar/lounge",
|
276
276
|
"ventilation_secondary_space_type": "WholeBuilding",
|
277
277
|
"ventilation_per_area": 0,
|
@@ -319,7 +319,7 @@
|
|
319
319
|
"necb_schedule_type": "B",
|
320
320
|
"notes": null,
|
321
321
|
"ventilation_occupancy_rate_people_per_1000ft2": 100,
|
322
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
322
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
323
323
|
"ventilation_standard_space_type": "Food and Beverage Service-Bars, coctail lounges"
|
324
324
|
},
|
325
325
|
{
|
@@ -350,7 +350,7 @@
|
|
350
350
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
351
351
|
"psa_nongeometry_fraction": null,
|
352
352
|
"ssa_nongeometry_fraction": null,
|
353
|
-
"ventilation_standard": "ASHRAE 62
|
353
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
354
354
|
"ventilation_primary_space_type": "Dining - cafeteria",
|
355
355
|
"ventilation_secondary_space_type": "WholeBuilding",
|
356
356
|
"ventilation_per_area": 0,
|
@@ -398,7 +398,7 @@
|
|
398
398
|
"necb_schedule_type": "B",
|
399
399
|
"notes": null,
|
400
400
|
"ventilation_occupancy_rate_people_per_1000ft2": 100,
|
401
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
401
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
402
402
|
"ventilation_standard_space_type": "Food and Beverage Service-Cafeteria, fast food"
|
403
403
|
},
|
404
404
|
{
|
@@ -429,7 +429,7 @@
|
|
429
429
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
430
430
|
"psa_nongeometry_fraction": null,
|
431
431
|
"ssa_nongeometry_fraction": null,
|
432
|
-
"ventilation_standard": "ASHRAE 62
|
432
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
433
433
|
"ventilation_primary_space_type": "Dining - family",
|
434
434
|
"ventilation_secondary_space_type": "WholeBuilding",
|
435
435
|
"ventilation_per_area": 0,
|
@@ -477,7 +477,7 @@
|
|
477
477
|
"necb_schedule_type": "B",
|
478
478
|
"notes": null,
|
479
479
|
"ventilation_occupancy_rate_people_per_1000ft2": 70,
|
480
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
480
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
481
481
|
"ventilation_standard_space_type": "Food and Beverage Service-Dining rooms"
|
482
482
|
},
|
483
483
|
{
|
@@ -508,7 +508,7 @@
|
|
508
508
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
509
509
|
"psa_nongeometry_fraction": null,
|
510
510
|
"ssa_nongeometry_fraction": null,
|
511
|
-
"ventilation_standard": "ASHRAE 62
|
511
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
512
512
|
"ventilation_primary_space_type": "Dormitory",
|
513
513
|
"ventilation_secondary_space_type": "WholeBuilding",
|
514
514
|
"ventilation_per_area": 0,
|
@@ -556,7 +556,7 @@
|
|
556
556
|
"necb_schedule_type": "G",
|
557
557
|
"notes": null,
|
558
558
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
559
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
559
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
560
560
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Dormitory sleeping areas"
|
561
561
|
},
|
562
562
|
{
|
@@ -587,7 +587,7 @@
|
|
587
587
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
588
588
|
"psa_nongeometry_fraction": null,
|
589
589
|
"ssa_nongeometry_fraction": null,
|
590
|
-
"ventilation_standard": "ASHRAE 62
|
590
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
591
591
|
"ventilation_primary_space_type": "Exercise centre",
|
592
592
|
"ventilation_secondary_space_type": "WholeBuilding",
|
593
593
|
"ventilation_per_area": 0,
|
@@ -635,7 +635,7 @@
|
|
635
635
|
"necb_schedule_type": "B",
|
636
636
|
"notes": null,
|
637
637
|
"ventilation_occupancy_rate_people_per_1000ft2": 70,
|
638
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
638
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
639
639
|
"ventilation_standard_space_type": "Sports and Amusement-Game rooms"
|
640
640
|
},
|
641
641
|
{
|
@@ -666,7 +666,7 @@
|
|
666
666
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
667
667
|
"psa_nongeometry_fraction": null,
|
668
668
|
"ssa_nongeometry_fraction": null,
|
669
|
-
"ventilation_standard": "ASHRAE 62
|
669
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
670
670
|
"ventilation_primary_space_type": "Fire station",
|
671
671
|
"ventilation_secondary_space_type": "WholeBuilding",
|
672
672
|
"ventilation_per_area": 1.5,
|
@@ -714,7 +714,7 @@
|
|
714
714
|
"necb_schedule_type": "F",
|
715
715
|
"notes": null,
|
716
716
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
717
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
717
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
718
718
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Enclosed parking garage"
|
719
719
|
},
|
720
720
|
{
|
@@ -745,7 +745,7 @@
|
|
745
745
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
746
746
|
"psa_nongeometry_fraction": null,
|
747
747
|
"ssa_nongeometry_fraction": null,
|
748
|
-
"ventilation_standard": "ASHRAE 62
|
748
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
749
749
|
"ventilation_primary_space_type": "Gymnasium",
|
750
750
|
"ventilation_secondary_space_type": "WholeBuilding",
|
751
751
|
"ventilation_per_area": 0,
|
@@ -793,7 +793,7 @@
|
|
793
793
|
"necb_schedule_type": "B",
|
794
794
|
"notes": null,
|
795
795
|
"ventilation_occupancy_rate_people_per_1000ft2": 70,
|
796
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
796
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
797
797
|
"ventilation_standard_space_type": "Sports and Amusement-Game rooms"
|
798
798
|
},
|
799
799
|
{
|
@@ -824,7 +824,7 @@
|
|
824
824
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
825
825
|
"psa_nongeometry_fraction": null,
|
826
826
|
"ssa_nongeometry_fraction": null,
|
827
|
-
"ventilation_standard": "ASHRAE 62
|
827
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
828
828
|
"ventilation_primary_space_type": "Health-care clinic",
|
829
829
|
"ventilation_secondary_space_type": "WholeBuilding",
|
830
830
|
"ventilation_per_area": 0,
|
@@ -872,7 +872,7 @@
|
|
872
872
|
"necb_schedule_type": "A",
|
873
873
|
"notes": null,
|
874
874
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
875
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
875
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
876
876
|
"ventilation_standard_space_type": "Hopital, Nursing and Convalescent Homes-Medical procedure"
|
877
877
|
},
|
878
878
|
{
|
@@ -903,7 +903,7 @@
|
|
903
903
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
904
904
|
"psa_nongeometry_fraction": null,
|
905
905
|
"ssa_nongeometry_fraction": null,
|
906
|
-
"ventilation_standard": "ASHRAE 62
|
906
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
907
907
|
"ventilation_primary_space_type": "Hospital",
|
908
908
|
"ventilation_secondary_space_type": "WholeBuilding",
|
909
909
|
"ventilation_per_area": 0,
|
@@ -951,7 +951,7 @@
|
|
951
951
|
"necb_schedule_type": "H",
|
952
952
|
"notes": null,
|
953
953
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
954
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
954
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
955
955
|
"ventilation_standard_space_type": "Hopital, Nursing and Convalescent Homes-Medical procedure"
|
956
956
|
},
|
957
957
|
{
|
@@ -982,7 +982,7 @@
|
|
982
982
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
983
983
|
"psa_nongeometry_fraction": null,
|
984
984
|
"ssa_nongeometry_fraction": null,
|
985
|
-
"ventilation_standard": "ASHRAE 62
|
985
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
986
986
|
"ventilation_primary_space_type": "Hotel",
|
987
987
|
"ventilation_secondary_space_type": "WholeBuilding",
|
988
988
|
"ventilation_per_area": 0.091,
|
@@ -1030,7 +1030,7 @@
|
|
1030
1030
|
"necb_schedule_type": "F",
|
1031
1031
|
"notes": null,
|
1032
1032
|
"ventilation_occupancy_rate_people_per_1000ft2": 10,
|
1033
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1033
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1034
1034
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Bedrooms (assume avg. bedroom is 330 ft2)"
|
1035
1035
|
},
|
1036
1036
|
{
|
@@ -1061,7 +1061,7 @@
|
|
1061
1061
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1062
1062
|
"psa_nongeometry_fraction": null,
|
1063
1063
|
"ssa_nongeometry_fraction": null,
|
1064
|
-
"ventilation_standard": "ASHRAE 62
|
1064
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1065
1065
|
"ventilation_primary_space_type": "Library",
|
1066
1066
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1067
1067
|
"ventilation_per_area": 0,
|
@@ -1109,7 +1109,7 @@
|
|
1109
1109
|
"necb_schedule_type": "C",
|
1110
1110
|
"notes": null,
|
1111
1111
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
1112
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1112
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1113
1113
|
"ventilation_standard_space_type": "Education-Libraries"
|
1114
1114
|
},
|
1115
1115
|
{
|
@@ -1140,7 +1140,7 @@
|
|
1140
1140
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1141
1141
|
"psa_nongeometry_fraction": null,
|
1142
1142
|
"ssa_nongeometry_fraction": null,
|
1143
|
-
"ventilation_standard": "ASHRAE 62
|
1143
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1144
1144
|
"ventilation_primary_space_type": "Manufacturing facility",
|
1145
1145
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1146
1146
|
"ventilation_per_area": 1.5,
|
@@ -1188,7 +1188,7 @@
|
|
1188
1188
|
"necb_schedule_type": "A",
|
1189
1189
|
"notes": null,
|
1190
1190
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
1191
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1191
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1192
1192
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
1193
1193
|
},
|
1194
1194
|
{
|
@@ -1219,7 +1219,7 @@
|
|
1219
1219
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1220
1220
|
"psa_nongeometry_fraction": null,
|
1221
1221
|
"ssa_nongeometry_fraction": null,
|
1222
|
-
"ventilation_standard": "ASHRAE 62
|
1222
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1223
1223
|
"ventilation_primary_space_type": "Motel",
|
1224
1224
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1225
1225
|
"ventilation_per_area": 0.091,
|
@@ -1267,7 +1267,7 @@
|
|
1267
1267
|
"necb_schedule_type": "F",
|
1268
1268
|
"notes": null,
|
1269
1269
|
"ventilation_occupancy_rate_people_per_1000ft2": 10,
|
1270
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1270
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1271
1271
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Bedrooms (assume avg. bedroom is 330 ft2)"
|
1272
1272
|
},
|
1273
1273
|
{
|
@@ -1298,7 +1298,7 @@
|
|
1298
1298
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1299
1299
|
"psa_nongeometry_fraction": null,
|
1300
1300
|
"ssa_nongeometry_fraction": null,
|
1301
|
-
"ventilation_standard": "ASHRAE 62
|
1301
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1302
1302
|
"ventilation_primary_space_type": "Motion picture theatre",
|
1303
1303
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1304
1304
|
"ventilation_per_area": 0,
|
@@ -1346,7 +1346,7 @@
|
|
1346
1346
|
"necb_schedule_type": "C",
|
1347
1347
|
"notes": null,
|
1348
1348
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
1349
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1349
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1350
1350
|
"ventilation_standard_space_type": "Theaters-Auditorium"
|
1351
1351
|
},
|
1352
1352
|
{
|
@@ -1377,7 +1377,7 @@
|
|
1377
1377
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1378
1378
|
"psa_nongeometry_fraction": null,
|
1379
1379
|
"ssa_nongeometry_fraction": null,
|
1380
|
-
"ventilation_standard": "ASHRAE 62
|
1380
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1381
1381
|
"ventilation_primary_space_type": "Multi-unit residential",
|
1382
1382
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1383
1383
|
"ventilation_per_area": 0.06,
|
@@ -1425,7 +1425,7 @@
|
|
1425
1425
|
"necb_schedule_type": "G",
|
1426
1426
|
"notes": null,
|
1427
1427
|
"ventilation_occupancy_rate_people_per_1000ft2": 10,
|
1428
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1428
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1429
1429
|
"ventilation_standard_space_type": "Living areas (Table 2, assume 10 ft ceiling)"
|
1430
1430
|
},
|
1431
1431
|
{
|
@@ -1456,7 +1456,7 @@
|
|
1456
1456
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1457
1457
|
"psa_nongeometry_fraction": null,
|
1458
1458
|
"ssa_nongeometry_fraction": null,
|
1459
|
-
"ventilation_standard": "ASHRAE 62
|
1459
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1460
1460
|
"ventilation_primary_space_type": "Museum",
|
1461
1461
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1462
1462
|
"ventilation_per_area": 0,
|
@@ -1504,7 +1504,7 @@
|
|
1504
1504
|
"necb_schedule_type": "C",
|
1505
1505
|
"notes": null,
|
1506
1506
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
1507
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1507
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1508
1508
|
"ventilation_standard_space_type": "Theaters-Lobbies"
|
1509
1509
|
},
|
1510
1510
|
{
|
@@ -1535,7 +1535,7 @@
|
|
1535
1535
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1536
1536
|
"psa_nongeometry_fraction": null,
|
1537
1537
|
"ssa_nongeometry_fraction": null,
|
1538
|
-
"ventilation_standard": "ASHRAE 62
|
1538
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1539
1539
|
"ventilation_primary_space_type": "Office",
|
1540
1540
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1541
1541
|
"ventilation_per_area": 0,
|
@@ -1583,7 +1583,7 @@
|
|
1583
1583
|
"necb_schedule_type": "A",
|
1584
1584
|
"notes": null,
|
1585
1585
|
"ventilation_occupancy_rate_people_per_1000ft2": 7,
|
1586
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1586
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1587
1587
|
"ventilation_standard_space_type": "Offices-Office space"
|
1588
1588
|
},
|
1589
1589
|
{
|
@@ -1614,7 +1614,7 @@
|
|
1614
1614
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1615
1615
|
"psa_nongeometry_fraction": null,
|
1616
1616
|
"ssa_nongeometry_fraction": null,
|
1617
|
-
"ventilation_standard": "ASHRAE 62
|
1617
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1618
1618
|
"ventilation_primary_space_type": "Parking garage",
|
1619
1619
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1620
1620
|
"ventilation_per_area": 1.5,
|
@@ -1662,7 +1662,7 @@
|
|
1662
1662
|
"necb_schedule_type": "H",
|
1663
1663
|
"notes": null,
|
1664
1664
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
1665
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1665
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1666
1666
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Enclosed parking garage"
|
1667
1667
|
},
|
1668
1668
|
{
|
@@ -1693,7 +1693,7 @@
|
|
1693
1693
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1694
1694
|
"psa_nongeometry_fraction": null,
|
1695
1695
|
"ssa_nongeometry_fraction": null,
|
1696
|
-
"ventilation_standard": "ASHRAE 62
|
1696
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1697
1697
|
"ventilation_primary_space_type": "Penitentiary",
|
1698
1698
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1699
1699
|
"ventilation_per_area": 0,
|
@@ -1741,7 +1741,7 @@
|
|
1741
1741
|
"necb_schedule_type": "H",
|
1742
1742
|
"notes": null,
|
1743
1743
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
1744
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1744
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1745
1745
|
"ventilation_standard_space_type": "Correctional Facilities-Cells"
|
1746
1746
|
},
|
1747
1747
|
{
|
@@ -1772,7 +1772,7 @@
|
|
1772
1772
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1773
1773
|
"psa_nongeometry_fraction": null,
|
1774
1774
|
"ssa_nongeometry_fraction": null,
|
1775
|
-
"ventilation_standard": "ASHRAE 62
|
1775
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1776
1776
|
"ventilation_primary_space_type": "Performing arts theatre",
|
1777
1777
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1778
1778
|
"ventilation_per_area": 0,
|
@@ -1820,7 +1820,7 @@
|
|
1820
1820
|
"necb_schedule_type": "C",
|
1821
1821
|
"notes": null,
|
1822
1822
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
1823
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1823
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1824
1824
|
"ventilation_standard_space_type": "Theaters-Auditorium"
|
1825
1825
|
},
|
1826
1826
|
{
|
@@ -1851,7 +1851,7 @@
|
|
1851
1851
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1852
1852
|
"psa_nongeometry_fraction": null,
|
1853
1853
|
"ssa_nongeometry_fraction": null,
|
1854
|
-
"ventilation_standard": "ASHRAE 62
|
1854
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1855
1855
|
"ventilation_primary_space_type": "Police station",
|
1856
1856
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1857
1857
|
"ventilation_per_area": 0,
|
@@ -1899,7 +1899,7 @@
|
|
1899
1899
|
"necb_schedule_type": "H",
|
1900
1900
|
"notes": null,
|
1901
1901
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
1902
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1902
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1903
1903
|
"ventilation_standard_space_type": "Offices-Conference rooms"
|
1904
1904
|
},
|
1905
1905
|
{
|
@@ -1930,7 +1930,7 @@
|
|
1930
1930
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1931
1931
|
"psa_nongeometry_fraction": null,
|
1932
1932
|
"ssa_nongeometry_fraction": null,
|
1933
|
-
"ventilation_standard": "ASHRAE 62
|
1933
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
1934
1934
|
"ventilation_primary_space_type": "Post office",
|
1935
1935
|
"ventilation_secondary_space_type": "WholeBuilding",
|
1936
1936
|
"ventilation_per_area": 0,
|
@@ -1978,7 +1978,7 @@
|
|
1978
1978
|
"necb_schedule_type": "A",
|
1979
1979
|
"notes": null,
|
1980
1980
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
1981
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
1981
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
1982
1982
|
"ventilation_standard_space_type": "Offices-Conference rooms"
|
1983
1983
|
},
|
1984
1984
|
{
|
@@ -2009,7 +2009,7 @@
|
|
2009
2009
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2010
2010
|
"psa_nongeometry_fraction": null,
|
2011
2011
|
"ssa_nongeometry_fraction": null,
|
2012
|
-
"ventilation_standard": "ASHRAE 62
|
2012
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2013
2013
|
"ventilation_primary_space_type": "Religious",
|
2014
2014
|
"ventilation_secondary_space_type": "WholeBuilding",
|
2015
2015
|
"ventilation_per_area": 0,
|
@@ -2057,7 +2057,7 @@
|
|
2057
2057
|
"necb_schedule_type": "I",
|
2058
2058
|
"notes": null,
|
2059
2059
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
2060
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2060
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2061
2061
|
"ventilation_standard_space_type": "Theaters-Auditorium"
|
2062
2062
|
},
|
2063
2063
|
{
|
@@ -2088,7 +2088,7 @@
|
|
2088
2088
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2089
2089
|
"psa_nongeometry_fraction": null,
|
2090
2090
|
"ssa_nongeometry_fraction": null,
|
2091
|
-
"ventilation_standard": "ASHRAE 62
|
2091
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2092
2092
|
"ventilation_primary_space_type": "Retail",
|
2093
2093
|
"ventilation_secondary_space_type": "WholeBuilding",
|
2094
2094
|
"ventilation_per_area": 0.3,
|
@@ -2136,7 +2136,7 @@
|
|
2136
2136
|
"necb_schedule_type": "C",
|
2137
2137
|
"notes": null,
|
2138
2138
|
"ventilation_occupancy_rate_people_per_1000ft2": 30,
|
2139
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2139
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2140
2140
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Basement and street"
|
2141
2141
|
},
|
2142
2142
|
{
|
@@ -2167,7 +2167,7 @@
|
|
2167
2167
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2168
2168
|
"psa_nongeometry_fraction": null,
|
2169
2169
|
"ssa_nongeometry_fraction": null,
|
2170
|
-
"ventilation_standard": "ASHRAE 62
|
2170
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2171
2171
|
"ventilation_primary_space_type": "School/university",
|
2172
2172
|
"ventilation_secondary_space_type": "WholeBuilding",
|
2173
2173
|
"ventilation_per_area": 0,
|
@@ -2215,7 +2215,7 @@
|
|
2215
2215
|
"necb_schedule_type": "D",
|
2216
2216
|
"notes": null,
|
2217
2217
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
2218
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2218
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2219
2219
|
"ventilation_standard_space_type": "Education-Classrooms"
|
2220
2220
|
},
|
2221
2221
|
{
|
@@ -2325,7 +2325,7 @@
|
|
2325
2325
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2326
2326
|
"psa_nongeometry_fraction": null,
|
2327
2327
|
"ssa_nongeometry_fraction": null,
|
2328
|
-
"ventilation_standard": "ASHRAE 62
|
2328
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2329
2329
|
"ventilation_primary_space_type": "Space Function",
|
2330
2330
|
"ventilation_secondary_space_type": "Atrium - H < 13m",
|
2331
2331
|
"ventilation_per_area": 0.05,
|
@@ -2373,7 +2373,7 @@
|
|
2373
2373
|
"necb_schedule_type": "C",
|
2374
2374
|
"notes": null,
|
2375
2375
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
2376
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2376
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2377
2377
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
2378
2378
|
},
|
2379
2379
|
{
|
@@ -2404,7 +2404,7 @@
|
|
2404
2404
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2405
2405
|
"psa_nongeometry_fraction": null,
|
2406
2406
|
"ssa_nongeometry_fraction": null,
|
2407
|
-
"ventilation_standard": "ASHRAE 62
|
2407
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2408
2408
|
"ventilation_primary_space_type": "Space Function",
|
2409
2409
|
"ventilation_secondary_space_type": "Atrium - H > 13m",
|
2410
2410
|
"ventilation_per_area": 0.05,
|
@@ -2452,7 +2452,7 @@
|
|
2452
2452
|
"necb_schedule_type": "C",
|
2453
2453
|
"notes": null,
|
2454
2454
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
2455
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2455
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2456
2456
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
2457
2457
|
},
|
2458
2458
|
{
|
@@ -2483,7 +2483,7 @@
|
|
2483
2483
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2484
2484
|
"psa_nongeometry_fraction": null,
|
2485
2485
|
"ssa_nongeometry_fraction": null,
|
2486
|
-
"ventilation_standard": "ASHRAE 62
|
2486
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2487
2487
|
"ventilation_primary_space_type": "Space Function",
|
2488
2488
|
"ventilation_secondary_space_type": "Audience - auditorium",
|
2489
2489
|
"ventilation_per_area": 0,
|
@@ -2531,7 +2531,7 @@
|
|
2531
2531
|
"necb_schedule_type": "C",
|
2532
2532
|
"notes": null,
|
2533
2533
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
2534
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2534
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2535
2535
|
"ventilation_standard_space_type": "Theaters-Auditorium"
|
2536
2536
|
},
|
2537
2537
|
{
|
@@ -2562,7 +2562,7 @@
|
|
2562
2562
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2563
2563
|
"psa_nongeometry_fraction": null,
|
2564
2564
|
"ssa_nongeometry_fraction": null,
|
2565
|
-
"ventilation_standard": "ASHRAE 62
|
2565
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2566
2566
|
"ventilation_primary_space_type": "Space Function",
|
2567
2567
|
"ventilation_secondary_space_type": "Audience - motion picture",
|
2568
2568
|
"ventilation_per_area": 0,
|
@@ -2610,7 +2610,7 @@
|
|
2610
2610
|
"necb_schedule_type": "C",
|
2611
2611
|
"notes": null,
|
2612
2612
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
2613
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2613
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2614
2614
|
"ventilation_standard_space_type": "Theaters-Auditorium"
|
2615
2615
|
},
|
2616
2616
|
{
|
@@ -2641,7 +2641,7 @@
|
|
2641
2641
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2642
2642
|
"psa_nongeometry_fraction": null,
|
2643
2643
|
"ssa_nongeometry_fraction": null,
|
2644
|
-
"ventilation_standard": "ASHRAE 62
|
2644
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2645
2645
|
"ventilation_primary_space_type": "Space Function",
|
2646
2646
|
"ventilation_secondary_space_type": "Audience - performance arts",
|
2647
2647
|
"ventilation_per_area": 0,
|
@@ -2689,7 +2689,7 @@
|
|
2689
2689
|
"necb_schedule_type": "C",
|
2690
2690
|
"notes": null,
|
2691
2691
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
2692
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2692
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2693
2693
|
"ventilation_standard_space_type": "Theaters-Auditorium"
|
2694
2694
|
},
|
2695
2695
|
{
|
@@ -2720,7 +2720,7 @@
|
|
2720
2720
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2721
2721
|
"psa_nongeometry_fraction": null,
|
2722
2722
|
"ssa_nongeometry_fraction": null,
|
2723
|
-
"ventilation_standard": "ASHRAE 62
|
2723
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2724
2724
|
"ventilation_primary_space_type": "Space Function",
|
2725
2725
|
"ventilation_secondary_space_type": "Automotive - repair",
|
2726
2726
|
"ventilation_per_area": 1.5,
|
@@ -2768,7 +2768,7 @@
|
|
2768
2768
|
"necb_schedule_type": "E",
|
2769
2769
|
"notes": null,
|
2770
2770
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
2771
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2771
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2772
2772
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
2773
2773
|
},
|
2774
2774
|
{
|
@@ -2799,7 +2799,7 @@
|
|
2799
2799
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2800
2800
|
"psa_nongeometry_fraction": null,
|
2801
2801
|
"ssa_nongeometry_fraction": null,
|
2802
|
-
"ventilation_standard": "ASHRAE 62
|
2802
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2803
2803
|
"ventilation_primary_space_type": "Space Function",
|
2804
2804
|
"ventilation_secondary_space_type": "Bank - banking and offices",
|
2805
2805
|
"ventilation_per_area": 0,
|
@@ -2847,7 +2847,7 @@
|
|
2847
2847
|
"necb_schedule_type": "A",
|
2848
2848
|
"notes": null,
|
2849
2849
|
"ventilation_occupancy_rate_people_per_1000ft2": 7,
|
2850
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2850
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2851
2851
|
"ventilation_standard_space_type": "Offices-Office space"
|
2852
2852
|
},
|
2853
2853
|
{
|
@@ -2878,7 +2878,7 @@
|
|
2878
2878
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2879
2879
|
"psa_nongeometry_fraction": null,
|
2880
2880
|
"ssa_nongeometry_fraction": null,
|
2881
|
-
"ventilation_standard": "ASHRAE 62
|
2881
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2882
2882
|
"ventilation_primary_space_type": "Space Function",
|
2883
2883
|
"ventilation_secondary_space_type": "Classroom/lecture/training",
|
2884
2884
|
"ventilation_per_area": 0,
|
@@ -2926,7 +2926,7 @@
|
|
2926
2926
|
"necb_schedule_type": "D",
|
2927
2927
|
"notes": null,
|
2928
2928
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
2929
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
2929
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
2930
2930
|
"ventilation_standard_space_type": "Education-Classrooms"
|
2931
2931
|
},
|
2932
2932
|
{
|
@@ -2957,7 +2957,7 @@
|
|
2957
2957
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2958
2958
|
"psa_nongeometry_fraction": null,
|
2959
2959
|
"ssa_nongeometry_fraction": null,
|
2960
|
-
"ventilation_standard": "ASHRAE 62
|
2960
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
2961
2961
|
"ventilation_primary_space_type": "Space Function",
|
2962
2962
|
"ventilation_secondary_space_type": "Conf./meet./multi-purpose",
|
2963
2963
|
"ventilation_per_area": 0,
|
@@ -3005,7 +3005,7 @@
|
|
3005
3005
|
"necb_schedule_type": "C",
|
3006
3006
|
"notes": null,
|
3007
3007
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
3008
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3008
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3009
3009
|
"ventilation_standard_space_type": "Offices-Conference rooms"
|
3010
3010
|
},
|
3011
3011
|
{
|
@@ -3036,7 +3036,7 @@
|
|
3036
3036
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3037
3037
|
"psa_nongeometry_fraction": null,
|
3038
3038
|
"ssa_nongeometry_fraction": null,
|
3039
|
-
"ventilation_standard": "ASHRAE 62
|
3039
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3040
3040
|
"ventilation_primary_space_type": "Space Function",
|
3041
3041
|
"ventilation_secondary_space_type": "Convention centre - audience",
|
3042
3042
|
"ventilation_per_area": 0,
|
@@ -3084,7 +3084,7 @@
|
|
3084
3084
|
"necb_schedule_type": "C",
|
3085
3085
|
"notes": null,
|
3086
3086
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
3087
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3087
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3088
3088
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Conference rooms"
|
3089
3089
|
},
|
3090
3090
|
{
|
@@ -3115,7 +3115,7 @@
|
|
3115
3115
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3116
3116
|
"psa_nongeometry_fraction": null,
|
3117
3117
|
"ssa_nongeometry_fraction": null,
|
3118
|
-
"ventilation_standard": "ASHRAE 62
|
3118
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3119
3119
|
"ventilation_primary_space_type": "Space Function",
|
3120
3120
|
"ventilation_secondary_space_type": "Convention centre - exhibit",
|
3121
3121
|
"ventilation_per_area": 0,
|
@@ -3163,7 +3163,7 @@
|
|
3163
3163
|
"necb_schedule_type": "C",
|
3164
3164
|
"notes": null,
|
3165
3165
|
"ventilation_occupancy_rate_people_per_1000ft2": 120,
|
3166
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3166
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3167
3167
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Assembly rooms"
|
3168
3168
|
},
|
3169
3169
|
{
|
@@ -3194,7 +3194,7 @@
|
|
3194
3194
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3195
3195
|
"psa_nongeometry_fraction": null,
|
3196
3196
|
"ssa_nongeometry_fraction": null,
|
3197
|
-
"ventilation_standard": "ASHRAE 62
|
3197
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3198
3198
|
"ventilation_primary_space_type": "Space Function",
|
3199
3199
|
"ventilation_secondary_space_type": "Corr. < 2.4m wide",
|
3200
3200
|
"ventilation_per_area": 0.05,
|
@@ -3242,7 +3242,7 @@
|
|
3242
3242
|
"necb_schedule_type": "A",
|
3243
3243
|
"notes": null,
|
3244
3244
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
3245
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3245
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3246
3246
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
3247
3247
|
},
|
3248
3248
|
{
|
@@ -3273,7 +3273,7 @@
|
|
3273
3273
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3274
3274
|
"psa_nongeometry_fraction": null,
|
3275
3275
|
"ssa_nongeometry_fraction": null,
|
3276
|
-
"ventilation_standard": "ASHRAE 62
|
3276
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3277
3277
|
"ventilation_primary_space_type": "Space Function",
|
3278
3278
|
"ventilation_secondary_space_type": "Corr. < 2.4m wide",
|
3279
3279
|
"ventilation_per_area": 0.05,
|
@@ -3321,7 +3321,7 @@
|
|
3321
3321
|
"necb_schedule_type": "B",
|
3322
3322
|
"notes": null,
|
3323
3323
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
3324
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3324
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3325
3325
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
3326
3326
|
},
|
3327
3327
|
{
|
@@ -3352,7 +3352,7 @@
|
|
3352
3352
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3353
3353
|
"psa_nongeometry_fraction": null,
|
3354
3354
|
"ssa_nongeometry_fraction": null,
|
3355
|
-
"ventilation_standard": "ASHRAE 62
|
3355
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3356
3356
|
"ventilation_primary_space_type": "Space Function",
|
3357
3357
|
"ventilation_secondary_space_type": "Corr. < 2.4m wide",
|
3358
3358
|
"ventilation_per_area": 0.05,
|
@@ -3400,7 +3400,7 @@
|
|
3400
3400
|
"necb_schedule_type": "C",
|
3401
3401
|
"notes": null,
|
3402
3402
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
3403
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3403
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3404
3404
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
3405
3405
|
},
|
3406
3406
|
{
|
@@ -3431,7 +3431,7 @@
|
|
3431
3431
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3432
3432
|
"psa_nongeometry_fraction": null,
|
3433
3433
|
"ssa_nongeometry_fraction": null,
|
3434
|
-
"ventilation_standard": "ASHRAE 62
|
3434
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3435
3435
|
"ventilation_primary_space_type": "Space Function",
|
3436
3436
|
"ventilation_secondary_space_type": "Corr. < 2.4m wide",
|
3437
3437
|
"ventilation_per_area": 0.05,
|
@@ -3479,7 +3479,7 @@
|
|
3479
3479
|
"necb_schedule_type": "D",
|
3480
3480
|
"notes": null,
|
3481
3481
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
3482
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3482
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3483
3483
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
3484
3484
|
},
|
3485
3485
|
{
|
@@ -3510,7 +3510,7 @@
|
|
3510
3510
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3511
3511
|
"psa_nongeometry_fraction": null,
|
3512
3512
|
"ssa_nongeometry_fraction": null,
|
3513
|
-
"ventilation_standard": "ASHRAE 62
|
3513
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3514
3514
|
"ventilation_primary_space_type": "Space Function",
|
3515
3515
|
"ventilation_secondary_space_type": "Corr. < 2.4m wide",
|
3516
3516
|
"ventilation_per_area": 0.05,
|
@@ -3558,7 +3558,7 @@
|
|
3558
3558
|
"necb_schedule_type": "E",
|
3559
3559
|
"notes": null,
|
3560
3560
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
3561
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3561
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3562
3562
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
3563
3563
|
},
|
3564
3564
|
{
|
@@ -3589,7 +3589,7 @@
|
|
3589
3589
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3590
3590
|
"psa_nongeometry_fraction": null,
|
3591
3591
|
"ssa_nongeometry_fraction": null,
|
3592
|
-
"ventilation_standard": "ASHRAE 62
|
3592
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3593
3593
|
"ventilation_primary_space_type": "Space Function",
|
3594
3594
|
"ventilation_secondary_space_type": "Corr. < 2.4m wide",
|
3595
3595
|
"ventilation_per_area": 0.05,
|
@@ -3637,7 +3637,7 @@
|
|
3637
3637
|
"necb_schedule_type": "F",
|
3638
3638
|
"notes": null,
|
3639
3639
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
3640
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3640
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3641
3641
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
3642
3642
|
},
|
3643
3643
|
{
|
@@ -3668,7 +3668,7 @@
|
|
3668
3668
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3669
3669
|
"psa_nongeometry_fraction": null,
|
3670
3670
|
"ssa_nongeometry_fraction": null,
|
3671
|
-
"ventilation_standard": "ASHRAE 62
|
3671
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3672
3672
|
"ventilation_primary_space_type": "Space Function",
|
3673
3673
|
"ventilation_secondary_space_type": "Corr. < 2.4m wide",
|
3674
3674
|
"ventilation_per_area": 0.05,
|
@@ -3716,7 +3716,7 @@
|
|
3716
3716
|
"necb_schedule_type": "G",
|
3717
3717
|
"notes": null,
|
3718
3718
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
3719
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3719
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3720
3720
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
3721
3721
|
},
|
3722
3722
|
{
|
@@ -3747,7 +3747,7 @@
|
|
3747
3747
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3748
3748
|
"psa_nongeometry_fraction": null,
|
3749
3749
|
"ssa_nongeometry_fraction": null,
|
3750
|
-
"ventilation_standard": "ASHRAE 62
|
3750
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3751
3751
|
"ventilation_primary_space_type": "Space Function",
|
3752
3752
|
"ventilation_secondary_space_type": "Corr. < 2.4m wide",
|
3753
3753
|
"ventilation_per_area": 0.05,
|
@@ -3795,7 +3795,7 @@
|
|
3795
3795
|
"necb_schedule_type": "H",
|
3796
3796
|
"notes": null,
|
3797
3797
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
3798
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3798
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3799
3799
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
3800
3800
|
},
|
3801
3801
|
{
|
@@ -3826,7 +3826,7 @@
|
|
3826
3826
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3827
3827
|
"psa_nongeometry_fraction": null,
|
3828
3828
|
"ssa_nongeometry_fraction": null,
|
3829
|
-
"ventilation_standard": "ASHRAE 62
|
3829
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3830
3830
|
"ventilation_primary_space_type": "Space Function",
|
3831
3831
|
"ventilation_secondary_space_type": "Corr. < 2.4m wide",
|
3832
3832
|
"ventilation_per_area": 0.05,
|
@@ -3874,7 +3874,7 @@
|
|
3874
3874
|
"necb_schedule_type": "I",
|
3875
3875
|
"notes": null,
|
3876
3876
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
3877
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3877
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3878
3878
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
3879
3879
|
},
|
3880
3880
|
{
|
@@ -3905,7 +3905,7 @@
|
|
3905
3905
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3906
3906
|
"psa_nongeometry_fraction": null,
|
3907
3907
|
"ssa_nongeometry_fraction": null,
|
3908
|
-
"ventilation_standard": "ASHRAE 62
|
3908
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3909
3909
|
"ventilation_primary_space_type": "Space Function",
|
3910
3910
|
"ventilation_secondary_space_type": "Corr. >= 2.4m wide",
|
3911
3911
|
"ventilation_per_area": 0.05,
|
@@ -3953,7 +3953,7 @@
|
|
3953
3953
|
"necb_schedule_type": "A",
|
3954
3954
|
"notes": null,
|
3955
3955
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
3956
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
3956
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
3957
3957
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
3958
3958
|
},
|
3959
3959
|
{
|
@@ -3984,7 +3984,7 @@
|
|
3984
3984
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3985
3985
|
"psa_nongeometry_fraction": null,
|
3986
3986
|
"ssa_nongeometry_fraction": null,
|
3987
|
-
"ventilation_standard": "ASHRAE 62
|
3987
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
3988
3988
|
"ventilation_primary_space_type": "Space Function",
|
3989
3989
|
"ventilation_secondary_space_type": "Corr. >= 2.4m wide",
|
3990
3990
|
"ventilation_per_area": 0.05,
|
@@ -4032,7 +4032,7 @@
|
|
4032
4032
|
"necb_schedule_type": "B",
|
4033
4033
|
"notes": null,
|
4034
4034
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
4035
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4035
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4036
4036
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
4037
4037
|
},
|
4038
4038
|
{
|
@@ -4063,7 +4063,7 @@
|
|
4063
4063
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4064
4064
|
"psa_nongeometry_fraction": null,
|
4065
4065
|
"ssa_nongeometry_fraction": null,
|
4066
|
-
"ventilation_standard": "ASHRAE 62
|
4066
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4067
4067
|
"ventilation_primary_space_type": "Space Function",
|
4068
4068
|
"ventilation_secondary_space_type": "Corr. >= 2.4m wide",
|
4069
4069
|
"ventilation_per_area": 0.05,
|
@@ -4111,7 +4111,7 @@
|
|
4111
4111
|
"necb_schedule_type": "C",
|
4112
4112
|
"notes": null,
|
4113
4113
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
4114
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4114
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4115
4115
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
4116
4116
|
},
|
4117
4117
|
{
|
@@ -4142,7 +4142,7 @@
|
|
4142
4142
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4143
4143
|
"psa_nongeometry_fraction": null,
|
4144
4144
|
"ssa_nongeometry_fraction": null,
|
4145
|
-
"ventilation_standard": "ASHRAE 62
|
4145
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4146
4146
|
"ventilation_primary_space_type": "Space Function",
|
4147
4147
|
"ventilation_secondary_space_type": "Corr. >= 2.4m wide",
|
4148
4148
|
"ventilation_per_area": 0.05,
|
@@ -4190,7 +4190,7 @@
|
|
4190
4190
|
"necb_schedule_type": "D",
|
4191
4191
|
"notes": null,
|
4192
4192
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
4193
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4193
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4194
4194
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
4195
4195
|
},
|
4196
4196
|
{
|
@@ -4221,7 +4221,7 @@
|
|
4221
4221
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4222
4222
|
"psa_nongeometry_fraction": null,
|
4223
4223
|
"ssa_nongeometry_fraction": null,
|
4224
|
-
"ventilation_standard": "ASHRAE 62
|
4224
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4225
4225
|
"ventilation_primary_space_type": "Space Function",
|
4226
4226
|
"ventilation_secondary_space_type": "Corr. >= 2.4m wide",
|
4227
4227
|
"ventilation_per_area": 0.05,
|
@@ -4269,7 +4269,7 @@
|
|
4269
4269
|
"necb_schedule_type": "E",
|
4270
4270
|
"notes": null,
|
4271
4271
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
4272
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4272
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4273
4273
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
4274
4274
|
},
|
4275
4275
|
{
|
@@ -4300,7 +4300,7 @@
|
|
4300
4300
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4301
4301
|
"psa_nongeometry_fraction": null,
|
4302
4302
|
"ssa_nongeometry_fraction": null,
|
4303
|
-
"ventilation_standard": "ASHRAE 62
|
4303
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4304
4304
|
"ventilation_primary_space_type": "Space Function",
|
4305
4305
|
"ventilation_secondary_space_type": "Corr. >= 2.4m wide",
|
4306
4306
|
"ventilation_per_area": 0.05,
|
@@ -4348,7 +4348,7 @@
|
|
4348
4348
|
"necb_schedule_type": "F",
|
4349
4349
|
"notes": null,
|
4350
4350
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
4351
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4351
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4352
4352
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
4353
4353
|
},
|
4354
4354
|
{
|
@@ -4379,7 +4379,7 @@
|
|
4379
4379
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4380
4380
|
"psa_nongeometry_fraction": null,
|
4381
4381
|
"ssa_nongeometry_fraction": null,
|
4382
|
-
"ventilation_standard": "ASHRAE 62
|
4382
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4383
4383
|
"ventilation_primary_space_type": "Space Function",
|
4384
4384
|
"ventilation_secondary_space_type": "Corr. >= 2.4m wide",
|
4385
4385
|
"ventilation_per_area": 0.05,
|
@@ -4427,7 +4427,7 @@
|
|
4427
4427
|
"necb_schedule_type": "G",
|
4428
4428
|
"notes": null,
|
4429
4429
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
4430
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4430
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4431
4431
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
4432
4432
|
},
|
4433
4433
|
{
|
@@ -4458,7 +4458,7 @@
|
|
4458
4458
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4459
4459
|
"psa_nongeometry_fraction": null,
|
4460
4460
|
"ssa_nongeometry_fraction": null,
|
4461
|
-
"ventilation_standard": "ASHRAE 62
|
4461
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4462
4462
|
"ventilation_primary_space_type": "Space Function",
|
4463
4463
|
"ventilation_secondary_space_type": "Corr. >= 2.4m wide",
|
4464
4464
|
"ventilation_per_area": 0.05,
|
@@ -4506,7 +4506,7 @@
|
|
4506
4506
|
"necb_schedule_type": "H",
|
4507
4507
|
"notes": null,
|
4508
4508
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
4509
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4509
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4510
4510
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
4511
4511
|
},
|
4512
4512
|
{
|
@@ -4537,7 +4537,7 @@
|
|
4537
4537
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4538
4538
|
"psa_nongeometry_fraction": null,
|
4539
4539
|
"ssa_nongeometry_fraction": null,
|
4540
|
-
"ventilation_standard": "ASHRAE 62
|
4540
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4541
4541
|
"ventilation_primary_space_type": "Space Function",
|
4542
4542
|
"ventilation_secondary_space_type": "Corr. >= 2.4m wide",
|
4543
4543
|
"ventilation_per_area": 0.05,
|
@@ -4585,7 +4585,7 @@
|
|
4585
4585
|
"necb_schedule_type": "I",
|
4586
4586
|
"notes": null,
|
4587
4587
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
4588
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4588
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4589
4589
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
4590
4590
|
},
|
4591
4591
|
{
|
@@ -4616,7 +4616,7 @@
|
|
4616
4616
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4617
4617
|
"psa_nongeometry_fraction": null,
|
4618
4618
|
"ssa_nongeometry_fraction": null,
|
4619
|
-
"ventilation_standard": "ASHRAE 62
|
4619
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4620
4620
|
"ventilation_primary_space_type": "Space Function",
|
4621
4621
|
"ventilation_secondary_space_type": "Courthouse - cell",
|
4622
4622
|
"ventilation_per_area": 0,
|
@@ -4664,7 +4664,7 @@
|
|
4664
4664
|
"necb_schedule_type": "H",
|
4665
4665
|
"notes": null,
|
4666
4666
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
4667
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4667
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4668
4668
|
"ventilation_standard_space_type": "Correctional Facilities-Cells"
|
4669
4669
|
},
|
4670
4670
|
{
|
@@ -4695,7 +4695,7 @@
|
|
4695
4695
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4696
4696
|
"psa_nongeometry_fraction": null,
|
4697
4697
|
"ssa_nongeometry_fraction": null,
|
4698
|
-
"ventilation_standard": "ASHRAE 62
|
4698
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4699
4699
|
"ventilation_primary_space_type": "Space Function",
|
4700
4700
|
"ventilation_secondary_space_type": "Courthouse - chambers",
|
4701
4701
|
"ventilation_per_area": 0,
|
@@ -4743,7 +4743,7 @@
|
|
4743
4743
|
"necb_schedule_type": "A",
|
4744
4744
|
"notes": null,
|
4745
4745
|
"ventilation_occupancy_rate_people_per_1000ft2": 7,
|
4746
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4746
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4747
4747
|
"ventilation_standard_space_type": "Offices-Office space"
|
4748
4748
|
},
|
4749
4749
|
{
|
@@ -4774,7 +4774,7 @@
|
|
4774
4774
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4775
4775
|
"psa_nongeometry_fraction": null,
|
4776
4776
|
"ssa_nongeometry_fraction": null,
|
4777
|
-
"ventilation_standard": "ASHRAE 62
|
4777
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4778
4778
|
"ventilation_primary_space_type": "Space Function",
|
4779
4779
|
"ventilation_secondary_space_type": "Courthouse - courtroom",
|
4780
4780
|
"ventilation_per_area": 0,
|
@@ -4822,7 +4822,7 @@
|
|
4822
4822
|
"necb_schedule_type": "A",
|
4823
4823
|
"notes": null,
|
4824
4824
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
4825
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4825
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4826
4826
|
"ventilation_standard_space_type": "Offices-Conference rooms"
|
4827
4827
|
},
|
4828
4828
|
{
|
@@ -4853,7 +4853,7 @@
|
|
4853
4853
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4854
4854
|
"psa_nongeometry_fraction": null,
|
4855
4855
|
"ssa_nongeometry_fraction": null,
|
4856
|
-
"ventilation_standard": "ASHRAE 62
|
4856
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4857
4857
|
"ventilation_primary_space_type": "Space Function",
|
4858
4858
|
"ventilation_secondary_space_type": "Dining - bar lounge/leisure",
|
4859
4859
|
"ventilation_per_area": 0,
|
@@ -4901,7 +4901,7 @@
|
|
4901
4901
|
"necb_schedule_type": "B",
|
4902
4902
|
"notes": null,
|
4903
4903
|
"ventilation_occupancy_rate_people_per_1000ft2": 100,
|
4904
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4904
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4905
4905
|
"ventilation_standard_space_type": "Food and Beverage Service-Bars, coctail lounges"
|
4906
4906
|
},
|
4907
4907
|
{
|
@@ -4932,7 +4932,7 @@
|
|
4932
4932
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4933
4933
|
"psa_nongeometry_fraction": null,
|
4934
4934
|
"ssa_nongeometry_fraction": null,
|
4935
|
-
"ventilation_standard": "ASHRAE 62
|
4935
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
4936
4936
|
"ventilation_primary_space_type": "Space Function",
|
4937
4937
|
"ventilation_secondary_space_type": "Dining - family space",
|
4938
4938
|
"ventilation_per_area": 0,
|
@@ -4980,7 +4980,7 @@
|
|
4980
4980
|
"necb_schedule_type": "B",
|
4981
4981
|
"notes": null,
|
4982
4982
|
"ventilation_occupancy_rate_people_per_1000ft2": 70,
|
4983
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
4983
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
4984
4984
|
"ventilation_standard_space_type": "Food and Beverage Service-Dining rooms"
|
4985
4985
|
},
|
4986
4986
|
{
|
@@ -5011,7 +5011,7 @@
|
|
5011
5011
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5012
5012
|
"psa_nongeometry_fraction": null,
|
5013
5013
|
"ssa_nongeometry_fraction": null,
|
5014
|
-
"ventilation_standard": "ASHRAE 62
|
5014
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5015
5015
|
"ventilation_primary_space_type": "Space Function",
|
5016
5016
|
"ventilation_secondary_space_type": "Dining - other",
|
5017
5017
|
"ventilation_per_area": 0,
|
@@ -5059,7 +5059,7 @@
|
|
5059
5059
|
"necb_schedule_type": "B",
|
5060
5060
|
"notes": null,
|
5061
5061
|
"ventilation_occupancy_rate_people_per_1000ft2": 70,
|
5062
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5062
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5063
5063
|
"ventilation_standard_space_type": "Food and Beverage Service-Dining rooms"
|
5064
5064
|
},
|
5065
5065
|
{
|
@@ -5090,7 +5090,7 @@
|
|
5090
5090
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5091
5091
|
"psa_nongeometry_fraction": null,
|
5092
5092
|
"ssa_nongeometry_fraction": null,
|
5093
|
-
"ventilation_standard": "ASHRAE 62
|
5093
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5094
5094
|
"ventilation_primary_space_type": "Space Function",
|
5095
5095
|
"ventilation_secondary_space_type": "Dormitory - living quarters",
|
5096
5096
|
"ventilation_per_area": 0.091,
|
@@ -5138,7 +5138,7 @@
|
|
5138
5138
|
"necb_schedule_type": "G",
|
5139
5139
|
"notes": null,
|
5140
5140
|
"ventilation_occupancy_rate_people_per_1000ft2": 10,
|
5141
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5141
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5142
5142
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Bedrooms (assume avg. bedroom is 330 ft2)"
|
5143
5143
|
},
|
5144
5144
|
{
|
@@ -5169,7 +5169,7 @@
|
|
5169
5169
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5170
5170
|
"psa_nongeometry_fraction": null,
|
5171
5171
|
"ssa_nongeometry_fraction": null,
|
5172
|
-
"ventilation_standard": "ASHRAE 62
|
5172
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5173
5173
|
"ventilation_primary_space_type": "Space Function",
|
5174
5174
|
"ventilation_secondary_space_type": "Dress./fitt. - performance arts",
|
5175
5175
|
"ventilation_per_area": 0.2,
|
@@ -5217,7 +5217,7 @@
|
|
5217
5217
|
"necb_schedule_type": "C",
|
5218
5218
|
"notes": null,
|
5219
5219
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
5220
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5220
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5221
5221
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Dressing rooms"
|
5222
5222
|
},
|
5223
5223
|
{
|
@@ -5248,7 +5248,7 @@
|
|
5248
5248
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5249
5249
|
"psa_nongeometry_fraction": null,
|
5250
5250
|
"ssa_nongeometry_fraction": null,
|
5251
|
-
"ventilation_standard": "ASHRAE 62
|
5251
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5252
5252
|
"ventilation_primary_space_type": "Space Function",
|
5253
5253
|
"ventilation_secondary_space_type": "Dwelling Unit(s)",
|
5254
5254
|
"ventilation_per_area": 0.06,
|
@@ -5296,7 +5296,7 @@
|
|
5296
5296
|
"necb_schedule_type": "G",
|
5297
5297
|
"notes": null,
|
5298
5298
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
5299
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5299
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5300
5300
|
"ventilation_standard_space_type": "Living areas (Table 2, assume 10 ft ceiling)"
|
5301
5301
|
},
|
5302
5302
|
{
|
@@ -5327,7 +5327,7 @@
|
|
5327
5327
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5328
5328
|
"psa_nongeometry_fraction": null,
|
5329
5329
|
"ssa_nongeometry_fraction": null,
|
5330
|
-
"ventilation_standard": "ASHRAE 62
|
5330
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5331
5331
|
"ventilation_primary_space_type": "Space Function",
|
5332
5332
|
"ventilation_secondary_space_type": "Electrical/Mechanical",
|
5333
5333
|
"ventilation_per_area": 0.05,
|
@@ -5375,7 +5375,7 @@
|
|
5375
5375
|
"necb_schedule_type": "A",
|
5376
5376
|
"notes": null,
|
5377
5377
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
5378
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5378
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5379
5379
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
5380
5380
|
},
|
5381
5381
|
{
|
@@ -5406,7 +5406,7 @@
|
|
5406
5406
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5407
5407
|
"psa_nongeometry_fraction": null,
|
5408
5408
|
"ssa_nongeometry_fraction": null,
|
5409
|
-
"ventilation_standard": "ASHRAE 62
|
5409
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5410
5410
|
"ventilation_primary_space_type": "Space Function",
|
5411
5411
|
"ventilation_secondary_space_type": "Electrical/Mechanical",
|
5412
5412
|
"ventilation_per_area": 0.05,
|
@@ -5454,7 +5454,7 @@
|
|
5454
5454
|
"necb_schedule_type": "B",
|
5455
5455
|
"notes": null,
|
5456
5456
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
5457
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5457
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5458
5458
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
5459
5459
|
},
|
5460
5460
|
{
|
@@ -5485,7 +5485,7 @@
|
|
5485
5485
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5486
5486
|
"psa_nongeometry_fraction": null,
|
5487
5487
|
"ssa_nongeometry_fraction": null,
|
5488
|
-
"ventilation_standard": "ASHRAE 62
|
5488
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5489
5489
|
"ventilation_primary_space_type": "Space Function",
|
5490
5490
|
"ventilation_secondary_space_type": "Electrical/Mechanical",
|
5491
5491
|
"ventilation_per_area": 0.05,
|
@@ -5533,7 +5533,7 @@
|
|
5533
5533
|
"necb_schedule_type": "C",
|
5534
5534
|
"notes": null,
|
5535
5535
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
5536
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5536
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5537
5537
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
5538
5538
|
},
|
5539
5539
|
{
|
@@ -5564,7 +5564,7 @@
|
|
5564
5564
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5565
5565
|
"psa_nongeometry_fraction": null,
|
5566
5566
|
"ssa_nongeometry_fraction": null,
|
5567
|
-
"ventilation_standard": "ASHRAE 62
|
5567
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5568
5568
|
"ventilation_primary_space_type": "Space Function",
|
5569
5569
|
"ventilation_secondary_space_type": "Electrical/Mechanical",
|
5570
5570
|
"ventilation_per_area": 0.05,
|
@@ -5612,7 +5612,7 @@
|
|
5612
5612
|
"necb_schedule_type": "D",
|
5613
5613
|
"notes": null,
|
5614
5614
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
5615
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5615
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5616
5616
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
5617
5617
|
},
|
5618
5618
|
{
|
@@ -5643,7 +5643,7 @@
|
|
5643
5643
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5644
5644
|
"psa_nongeometry_fraction": null,
|
5645
5645
|
"ssa_nongeometry_fraction": null,
|
5646
|
-
"ventilation_standard": "ASHRAE 62
|
5646
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5647
5647
|
"ventilation_primary_space_type": "Space Function",
|
5648
5648
|
"ventilation_secondary_space_type": "Electrical/Mechanical",
|
5649
5649
|
"ventilation_per_area": 0.05,
|
@@ -5691,7 +5691,7 @@
|
|
5691
5691
|
"necb_schedule_type": "E",
|
5692
5692
|
"notes": null,
|
5693
5693
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
5694
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5694
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5695
5695
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
5696
5696
|
},
|
5697
5697
|
{
|
@@ -5722,7 +5722,7 @@
|
|
5722
5722
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5723
5723
|
"psa_nongeometry_fraction": null,
|
5724
5724
|
"ssa_nongeometry_fraction": null,
|
5725
|
-
"ventilation_standard": "ASHRAE 62
|
5725
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5726
5726
|
"ventilation_primary_space_type": "Space Function",
|
5727
5727
|
"ventilation_secondary_space_type": "Electrical/Mechanical",
|
5728
5728
|
"ventilation_per_area": 0.05,
|
@@ -5770,7 +5770,7 @@
|
|
5770
5770
|
"necb_schedule_type": "F",
|
5771
5771
|
"notes": null,
|
5772
5772
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
5773
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5773
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5774
5774
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
5775
5775
|
},
|
5776
5776
|
{
|
@@ -5801,7 +5801,7 @@
|
|
5801
5801
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5802
5802
|
"psa_nongeometry_fraction": null,
|
5803
5803
|
"ssa_nongeometry_fraction": null,
|
5804
|
-
"ventilation_standard": "ASHRAE 62
|
5804
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5805
5805
|
"ventilation_primary_space_type": "Space Function",
|
5806
5806
|
"ventilation_secondary_space_type": "Electrical/Mechanical",
|
5807
5807
|
"ventilation_per_area": 0.05,
|
@@ -5849,7 +5849,7 @@
|
|
5849
5849
|
"necb_schedule_type": "G",
|
5850
5850
|
"notes": null,
|
5851
5851
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
5852
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5852
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5853
5853
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
5854
5854
|
},
|
5855
5855
|
{
|
@@ -5880,7 +5880,7 @@
|
|
5880
5880
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5881
5881
|
"psa_nongeometry_fraction": null,
|
5882
5882
|
"ssa_nongeometry_fraction": null,
|
5883
|
-
"ventilation_standard": "ASHRAE 62
|
5883
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5884
5884
|
"ventilation_primary_space_type": "Space Function",
|
5885
5885
|
"ventilation_secondary_space_type": "Electrical/Mechanical",
|
5886
5886
|
"ventilation_per_area": 0.05,
|
@@ -5928,7 +5928,7 @@
|
|
5928
5928
|
"necb_schedule_type": "H",
|
5929
5929
|
"notes": null,
|
5930
5930
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
5931
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
5931
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
5932
5932
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
5933
5933
|
},
|
5934
5934
|
{
|
@@ -5959,7 +5959,7 @@
|
|
5959
5959
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5960
5960
|
"psa_nongeometry_fraction": null,
|
5961
5961
|
"ssa_nongeometry_fraction": null,
|
5962
|
-
"ventilation_standard": "ASHRAE 62
|
5962
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
5963
5963
|
"ventilation_primary_space_type": "Space Function",
|
5964
5964
|
"ventilation_secondary_space_type": "Electrical/Mechanical",
|
5965
5965
|
"ventilation_per_area": 0.05,
|
@@ -6007,7 +6007,7 @@
|
|
6007
6007
|
"necb_schedule_type": "I",
|
6008
6008
|
"notes": null,
|
6009
6009
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
6010
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6010
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6011
6011
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
6012
6012
|
},
|
6013
6013
|
{
|
@@ -6038,7 +6038,7 @@
|
|
6038
6038
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6039
6039
|
"psa_nongeometry_fraction": null,
|
6040
6040
|
"ssa_nongeometry_fraction": null,
|
6041
|
-
"ventilation_standard": "ASHRAE 62
|
6041
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6042
6042
|
"ventilation_primary_space_type": "Space Function",
|
6043
6043
|
"ventilation_secondary_space_type": "Fire station - engine room",
|
6044
6044
|
"ventilation_per_area": 1.5,
|
@@ -6086,7 +6086,7 @@
|
|
6086
6086
|
"necb_schedule_type": "H",
|
6087
6087
|
"notes": null,
|
6088
6088
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
6089
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6089
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6090
6090
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Enclosed parking garage"
|
6091
6091
|
},
|
6092
6092
|
{
|
@@ -6117,7 +6117,7 @@
|
|
6117
6117
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6118
6118
|
"psa_nongeometry_fraction": null,
|
6119
6119
|
"ssa_nongeometry_fraction": null,
|
6120
|
-
"ventilation_standard": "ASHRAE 62
|
6120
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6121
6121
|
"ventilation_primary_space_type": "Space Function",
|
6122
6122
|
"ventilation_secondary_space_type": "Fire station - quarters",
|
6123
6123
|
"ventilation_per_area": 0,
|
@@ -6165,7 +6165,7 @@
|
|
6165
6165
|
"necb_schedule_type": "G",
|
6166
6166
|
"notes": null,
|
6167
6167
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
6168
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6168
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6169
6169
|
"ventilation_standard_space_type": "Hotel, Models, Resorts-Dormotory sleeping areas"
|
6170
6170
|
},
|
6171
6171
|
{
|
@@ -6196,7 +6196,7 @@
|
|
6196
6196
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6197
6197
|
"psa_nongeometry_fraction": null,
|
6198
6198
|
"ssa_nongeometry_fraction": null,
|
6199
|
-
"ventilation_standard": "ASHRAE 62
|
6199
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6200
6200
|
"ventilation_primary_space_type": "Space Function",
|
6201
6201
|
"ventilation_secondary_space_type": "Food preparation",
|
6202
6202
|
"ventilation_per_area": 0,
|
@@ -6244,7 +6244,7 @@
|
|
6244
6244
|
"necb_schedule_type": "B",
|
6245
6245
|
"notes": null,
|
6246
6246
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
6247
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6247
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6248
6248
|
"ventilation_standard_space_type": "Food and Beverage Serices-Kitchens (cooking)"
|
6249
6249
|
},
|
6250
6250
|
{
|
@@ -6275,7 +6275,7 @@
|
|
6275
6275
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6276
6276
|
"psa_nongeometry_fraction": null,
|
6277
6277
|
"ssa_nongeometry_fraction": null,
|
6278
|
-
"ventilation_standard": "ASHRAE 62
|
6278
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6279
6279
|
"ventilation_primary_space_type": "Space Function",
|
6280
6280
|
"ventilation_secondary_space_type": "Food preparation",
|
6281
6281
|
"ventilation_per_area": 0,
|
@@ -6323,7 +6323,7 @@
|
|
6323
6323
|
"necb_schedule_type": "B",
|
6324
6324
|
"notes": null,
|
6325
6325
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
6326
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6326
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6327
6327
|
"ventilation_standard_space_type": "Food and Beverage Serices-Kitchens (cooking)"
|
6328
6328
|
},
|
6329
6329
|
{
|
@@ -6354,7 +6354,7 @@
|
|
6354
6354
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6355
6355
|
"psa_nongeometry_fraction": null,
|
6356
6356
|
"ssa_nongeometry_fraction": null,
|
6357
|
-
"ventilation_standard": "ASHRAE 62
|
6357
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6358
6358
|
"ventilation_primary_space_type": "Space Function",
|
6359
6359
|
"ventilation_secondary_space_type": "Gym - audience",
|
6360
6360
|
"ventilation_per_area": 0,
|
@@ -6402,7 +6402,7 @@
|
|
6402
6402
|
"necb_schedule_type": "B",
|
6403
6403
|
"notes": null,
|
6404
6404
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
6405
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6405
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6406
6406
|
"ventilation_standard_space_type": "Sports and Amusement-Spectator areas"
|
6407
6407
|
},
|
6408
6408
|
{
|
@@ -6433,7 +6433,7 @@
|
|
6433
6433
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6434
6434
|
"psa_nongeometry_fraction": null,
|
6435
6435
|
"ssa_nongeometry_fraction": null,
|
6436
|
-
"ventilation_standard": "ASHRAE 62
|
6436
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6437
6437
|
"ventilation_primary_space_type": "Space Function",
|
6438
6438
|
"ventilation_secondary_space_type": "Gym - fitness",
|
6439
6439
|
"ventilation_per_area": 0,
|
@@ -6481,7 +6481,7 @@
|
|
6481
6481
|
"necb_schedule_type": "B",
|
6482
6482
|
"notes": null,
|
6483
6483
|
"ventilation_occupancy_rate_people_per_1000ft2": 70,
|
6484
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6484
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6485
6485
|
"ventilation_standard_space_type": "Sports and Amusement-Game rooms"
|
6486
6486
|
},
|
6487
6487
|
{
|
@@ -6512,7 +6512,7 @@
|
|
6512
6512
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6513
6513
|
"psa_nongeometry_fraction": null,
|
6514
6514
|
"ssa_nongeometry_fraction": null,
|
6515
|
-
"ventilation_standard": "ASHRAE 62
|
6515
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6516
6516
|
"ventilation_primary_space_type": "Space Function",
|
6517
6517
|
"ventilation_secondary_space_type": "Gym - play",
|
6518
6518
|
"ventilation_per_area": 0,
|
@@ -6560,7 +6560,7 @@
|
|
6560
6560
|
"necb_schedule_type": "B",
|
6561
6561
|
"notes": null,
|
6562
6562
|
"ventilation_occupancy_rate_people_per_1000ft2": 30,
|
6563
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6563
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6564
6564
|
"ventilation_standard_space_type": "Sports and Amusement-Playing floors (gymnasium)"
|
6565
6565
|
},
|
6566
6566
|
{
|
@@ -6591,7 +6591,7 @@
|
|
6591
6591
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6592
6592
|
"psa_nongeometry_fraction": null,
|
6593
6593
|
"ssa_nongeometry_fraction": null,
|
6594
|
-
"ventilation_standard": "ASHRAE 62
|
6594
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6595
6595
|
"ventilation_primary_space_type": "Space Function",
|
6596
6596
|
"ventilation_secondary_space_type": "Hospital - emergency",
|
6597
6597
|
"ventilation_per_area": 0,
|
@@ -6639,7 +6639,7 @@
|
|
6639
6639
|
"necb_schedule_type": "H",
|
6640
6640
|
"notes": null,
|
6641
6641
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
6642
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6642
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6643
6643
|
"ventilation_standard_space_type": "Hopital, Nursing and Convalescent Homes-Medical procedure"
|
6644
6644
|
},
|
6645
6645
|
{
|
@@ -6670,7 +6670,7 @@
|
|
6670
6670
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6671
6671
|
"psa_nongeometry_fraction": null,
|
6672
6672
|
"ssa_nongeometry_fraction": null,
|
6673
|
-
"ventilation_standard": "ASHRAE 62
|
6673
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6674
6674
|
"ventilation_primary_space_type": "Space Function",
|
6675
6675
|
"ventilation_secondary_space_type": "Hospital - exam",
|
6676
6676
|
"ventilation_per_area": 0,
|
@@ -6718,7 +6718,7 @@
|
|
6718
6718
|
"necb_schedule_type": "C",
|
6719
6719
|
"notes": null,
|
6720
6720
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
6721
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6721
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6722
6722
|
"ventilation_standard_space_type": "Hopital, Nursing and Convalescent Homes-Medical procedure"
|
6723
6723
|
},
|
6724
6724
|
{
|
@@ -6749,7 +6749,7 @@
|
|
6749
6749
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6750
6750
|
"psa_nongeometry_fraction": null,
|
6751
6751
|
"ssa_nongeometry_fraction": null,
|
6752
|
-
"ventilation_standard": "ASHRAE 62
|
6752
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6753
6753
|
"ventilation_primary_space_type": "Space Function",
|
6754
6754
|
"ventilation_secondary_space_type": "Hospital - laundry/washing",
|
6755
6755
|
"ventilation_per_area": 0,
|
@@ -6797,7 +6797,7 @@
|
|
6797
6797
|
"necb_schedule_type": "C",
|
6798
6798
|
"notes": null,
|
6799
6799
|
"ventilation_occupancy_rate_people_per_1000ft2": 10,
|
6800
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6800
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6801
6801
|
"ventilation_standard_space_type": "Dry Cleaners, Laundries-Commercial laundry"
|
6802
6802
|
},
|
6803
6803
|
{
|
@@ -6828,7 +6828,7 @@
|
|
6828
6828
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6829
6829
|
"psa_nongeometry_fraction": null,
|
6830
6830
|
"ssa_nongeometry_fraction": null,
|
6831
|
-
"ventilation_standard": "ASHRAE 62
|
6831
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6832
6832
|
"ventilation_primary_space_type": "Space Function",
|
6833
6833
|
"ventilation_secondary_space_type": "Hospital - lounge/recreation",
|
6834
6834
|
"ventilation_per_area": 0,
|
@@ -6876,7 +6876,7 @@
|
|
6876
6876
|
"necb_schedule_type": "B",
|
6877
6877
|
"notes": null,
|
6878
6878
|
"ventilation_occupancy_rate_people_per_1000ft2": 120,
|
6879
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6879
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6880
6880
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Assembly rooms"
|
6881
6881
|
},
|
6882
6882
|
{
|
@@ -6907,7 +6907,7 @@
|
|
6907
6907
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6908
6908
|
"psa_nongeometry_fraction": null,
|
6909
6909
|
"ssa_nongeometry_fraction": null,
|
6910
|
-
"ventilation_standard": "ASHRAE 62
|
6910
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6911
6911
|
"ventilation_primary_space_type": "Space Function",
|
6912
6912
|
"ventilation_secondary_space_type": "Hospital - medical supply",
|
6913
6913
|
"ventilation_per_area": 0.15,
|
@@ -6955,7 +6955,7 @@
|
|
6955
6955
|
"necb_schedule_type": "H",
|
6956
6956
|
"notes": null,
|
6957
6957
|
"ventilation_occupancy_rate_people_per_1000ft2": 15,
|
6958
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
6958
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
6959
6959
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Storage rooms"
|
6960
6960
|
},
|
6961
6961
|
{
|
@@ -6986,7 +6986,7 @@
|
|
6986
6986
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6987
6987
|
"psa_nongeometry_fraction": null,
|
6988
6988
|
"ssa_nongeometry_fraction": null,
|
6989
|
-
"ventilation_standard": "ASHRAE 62
|
6989
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
6990
6990
|
"ventilation_primary_space_type": "Space Function",
|
6991
6991
|
"ventilation_secondary_space_type": "Hospital - medical supply",
|
6992
6992
|
"ventilation_per_area": 0.15,
|
@@ -7034,7 +7034,7 @@
|
|
7034
7034
|
"necb_schedule_type": "H",
|
7035
7035
|
"notes": null,
|
7036
7036
|
"ventilation_occupancy_rate_people_per_1000ft2": 15,
|
7037
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7037
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7038
7038
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Storage rooms"
|
7039
7039
|
},
|
7040
7040
|
{
|
@@ -7065,7 +7065,7 @@
|
|
7065
7065
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7066
7066
|
"psa_nongeometry_fraction": null,
|
7067
7067
|
"ssa_nongeometry_fraction": null,
|
7068
|
-
"ventilation_standard": "ASHRAE 62
|
7068
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7069
7069
|
"ventilation_primary_space_type": "Space Function",
|
7070
7070
|
"ventilation_secondary_space_type": "Hospital - nursery",
|
7071
7071
|
"ventilation_per_area": 0,
|
@@ -7113,7 +7113,7 @@
|
|
7113
7113
|
"necb_schedule_type": "H",
|
7114
7114
|
"notes": null,
|
7115
7115
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
7116
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7116
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7117
7117
|
"ventilation_standard_space_type": "Hospitals, Nursing and Convalescent Homes-Recovery and ICU"
|
7118
7118
|
},
|
7119
7119
|
{
|
@@ -7144,7 +7144,7 @@
|
|
7144
7144
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7145
7145
|
"psa_nongeometry_fraction": null,
|
7146
7146
|
"ssa_nongeometry_fraction": null,
|
7147
|
-
"ventilation_standard": "ASHRAE 62
|
7147
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7148
7148
|
"ventilation_primary_space_type": "Space Function",
|
7149
7149
|
"ventilation_secondary_space_type": "Hospital - nurses station",
|
7150
7150
|
"ventilation_per_area": 0,
|
@@ -7192,7 +7192,7 @@
|
|
7192
7192
|
"necb_schedule_type": "H",
|
7193
7193
|
"notes": null,
|
7194
7194
|
"ventilation_occupancy_rate_people_per_1000ft2": 60,
|
7195
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7195
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7196
7196
|
"ventilation_standard_space_type": "Offices-Reception areas"
|
7197
7197
|
},
|
7198
7198
|
{
|
@@ -7223,7 +7223,7 @@
|
|
7223
7223
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7224
7224
|
"psa_nongeometry_fraction": null,
|
7225
7225
|
"ssa_nongeometry_fraction": null,
|
7226
|
-
"ventilation_standard": "ASHRAE 62
|
7226
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7227
7227
|
"ventilation_primary_space_type": "Space Function",
|
7228
7228
|
"ventilation_secondary_space_type": "Hospital - operating room",
|
7229
7229
|
"ventilation_per_area": 0,
|
@@ -7271,7 +7271,7 @@
|
|
7271
7271
|
"necb_schedule_type": "H",
|
7272
7272
|
"notes": null,
|
7273
7273
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
7274
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7274
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7275
7275
|
"ventilation_standard_space_type": "Hospitals, Nursing and Convalescent Homes-Operating rooms"
|
7276
7276
|
},
|
7277
7277
|
{
|
@@ -7302,7 +7302,7 @@
|
|
7302
7302
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7303
7303
|
"psa_nongeometry_fraction": null,
|
7304
7304
|
"ssa_nongeometry_fraction": null,
|
7305
|
-
"ventilation_standard": "ASHRAE 62
|
7305
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7306
7306
|
"ventilation_primary_space_type": "Space Function",
|
7307
7307
|
"ventilation_secondary_space_type": "Hospital - patient room",
|
7308
7308
|
"ventilation_per_area": 0,
|
@@ -7350,7 +7350,7 @@
|
|
7350
7350
|
"necb_schedule_type": "H",
|
7351
7351
|
"notes": null,
|
7352
7352
|
"ventilation_occupancy_rate_people_per_1000ft2": 10,
|
7353
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7353
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7354
7354
|
"ventilation_standard_space_type": "Hospitals, Nursing and Convalescent Homes-Patient rooms"
|
7355
7355
|
},
|
7356
7356
|
{
|
@@ -7381,7 +7381,7 @@
|
|
7381
7381
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7382
7382
|
"psa_nongeometry_fraction": null,
|
7383
7383
|
"ssa_nongeometry_fraction": null,
|
7384
|
-
"ventilation_standard": "ASHRAE 62
|
7384
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7385
7385
|
"ventilation_primary_space_type": "Space Function",
|
7386
7386
|
"ventilation_secondary_space_type": "Hospital - pharmacy",
|
7387
7387
|
"ventilation_per_area": 0,
|
@@ -7429,7 +7429,7 @@
|
|
7429
7429
|
"necb_schedule_type": "C",
|
7430
7430
|
"notes": null,
|
7431
7431
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
7432
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7432
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7433
7433
|
"ventilation_standard_space_type": "Workrooms-Pharmacy"
|
7434
7434
|
},
|
7435
7435
|
{
|
@@ -7460,7 +7460,7 @@
|
|
7460
7460
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7461
7461
|
"psa_nongeometry_fraction": null,
|
7462
7462
|
"ssa_nongeometry_fraction": null,
|
7463
|
-
"ventilation_standard": "ASHRAE 62
|
7463
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7464
7464
|
"ventilation_primary_space_type": "Space Function",
|
7465
7465
|
"ventilation_secondary_space_type": "Hospital - physical therapy",
|
7466
7466
|
"ventilation_per_area": 0,
|
@@ -7508,7 +7508,7 @@
|
|
7508
7508
|
"necb_schedule_type": "C",
|
7509
7509
|
"notes": null,
|
7510
7510
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
7511
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7511
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7512
7512
|
"ventilation_standard_space_type": "Hospitals, Nursing and Convalescent Homes->Physical therapy"
|
7513
7513
|
},
|
7514
7514
|
{
|
@@ -7539,7 +7539,7 @@
|
|
7539
7539
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7540
7540
|
"psa_nongeometry_fraction": null,
|
7541
7541
|
"ssa_nongeometry_fraction": null,
|
7542
|
-
"ventilation_standard": "ASHRAE 62
|
7542
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7543
7543
|
"ventilation_primary_space_type": "Space Function",
|
7544
7544
|
"ventilation_secondary_space_type": "Hospital - radiology/imaging",
|
7545
7545
|
"ventilation_per_area": 0.5,
|
@@ -7587,7 +7587,7 @@
|
|
7587
7587
|
"necb_schedule_type": "H",
|
7588
7588
|
"notes": null,
|
7589
7589
|
"ventilation_occupancy_rate_people_per_1000ft2": 10,
|
7590
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7590
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7591
7591
|
"ventilation_standard_space_type": "Workrooms-Darkrooms"
|
7592
7592
|
},
|
7593
7593
|
{
|
@@ -7618,7 +7618,7 @@
|
|
7618
7618
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7619
7619
|
"psa_nongeometry_fraction": null,
|
7620
7620
|
"ssa_nongeometry_fraction": null,
|
7621
|
-
"ventilation_standard": "ASHRAE 62
|
7621
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7622
7622
|
"ventilation_primary_space_type": "Space Function",
|
7623
7623
|
"ventilation_secondary_space_type": "Hospital - recovery",
|
7624
7624
|
"ventilation_per_area": 0,
|
@@ -7666,7 +7666,7 @@
|
|
7666
7666
|
"necb_schedule_type": "H",
|
7667
7667
|
"notes": null,
|
7668
7668
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
7669
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7669
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7670
7670
|
"ventilation_standard_space_type": "Hospitals, Nursing and Convalescent Homes-Recovery and ICU"
|
7671
7671
|
},
|
7672
7672
|
{
|
@@ -7697,7 +7697,7 @@
|
|
7697
7697
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7698
7698
|
"psa_nongeometry_fraction": null,
|
7699
7699
|
"ssa_nongeometry_fraction": null,
|
7700
|
-
"ventilation_standard": "ASHRAE 62
|
7700
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7701
7701
|
"ventilation_primary_space_type": "Space Function",
|
7702
7702
|
"ventilation_secondary_space_type": "Hospital corr. < 2.4m",
|
7703
7703
|
"ventilation_per_area": 0.1,
|
@@ -7745,7 +7745,7 @@
|
|
7745
7745
|
"necb_schedule_type": "A",
|
7746
7746
|
"notes": null,
|
7747
7747
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
7748
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7748
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7749
7749
|
"ventilation_standard_space_type": "Education-Corridors"
|
7750
7750
|
},
|
7751
7751
|
{
|
@@ -7776,7 +7776,7 @@
|
|
7776
7776
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7777
7777
|
"psa_nongeometry_fraction": null,
|
7778
7778
|
"ssa_nongeometry_fraction": null,
|
7779
|
-
"ventilation_standard": "ASHRAE 62
|
7779
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7780
7780
|
"ventilation_primary_space_type": "Space Function",
|
7781
7781
|
"ventilation_secondary_space_type": "Hospital corr. < 2.4m",
|
7782
7782
|
"ventilation_per_area": 0.1,
|
@@ -7824,7 +7824,7 @@
|
|
7824
7824
|
"necb_schedule_type": "B",
|
7825
7825
|
"notes": null,
|
7826
7826
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
7827
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7827
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7828
7828
|
"ventilation_standard_space_type": "Education-Corridors"
|
7829
7829
|
},
|
7830
7830
|
{
|
@@ -7855,7 +7855,7 @@
|
|
7855
7855
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7856
7856
|
"psa_nongeometry_fraction": null,
|
7857
7857
|
"ssa_nongeometry_fraction": null,
|
7858
|
-
"ventilation_standard": "ASHRAE 62
|
7858
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7859
7859
|
"ventilation_primary_space_type": "Space Function",
|
7860
7860
|
"ventilation_secondary_space_type": "Hospital corr. < 2.4m",
|
7861
7861
|
"ventilation_per_area": 0.1,
|
@@ -7903,7 +7903,7 @@
|
|
7903
7903
|
"necb_schedule_type": "C",
|
7904
7904
|
"notes": null,
|
7905
7905
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
7906
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7906
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7907
7907
|
"ventilation_standard_space_type": "Education-Corridors"
|
7908
7908
|
},
|
7909
7909
|
{
|
@@ -7934,7 +7934,7 @@
|
|
7934
7934
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7935
7935
|
"psa_nongeometry_fraction": null,
|
7936
7936
|
"ssa_nongeometry_fraction": null,
|
7937
|
-
"ventilation_standard": "ASHRAE 62
|
7937
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
7938
7938
|
"ventilation_primary_space_type": "Space Function",
|
7939
7939
|
"ventilation_secondary_space_type": "Hospital corr. < 2.4m",
|
7940
7940
|
"ventilation_per_area": 0.1,
|
@@ -7982,7 +7982,7 @@
|
|
7982
7982
|
"necb_schedule_type": "D",
|
7983
7983
|
"notes": null,
|
7984
7984
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
7985
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
7985
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
7986
7986
|
"ventilation_standard_space_type": "Education-Corridors"
|
7987
7987
|
},
|
7988
7988
|
{
|
@@ -8013,7 +8013,7 @@
|
|
8013
8013
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8014
8014
|
"psa_nongeometry_fraction": null,
|
8015
8015
|
"ssa_nongeometry_fraction": null,
|
8016
|
-
"ventilation_standard": "ASHRAE 62
|
8016
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8017
8017
|
"ventilation_primary_space_type": "Space Function",
|
8018
8018
|
"ventilation_secondary_space_type": "Hospital corr. < 2.4m",
|
8019
8019
|
"ventilation_per_area": 0.1,
|
@@ -8061,7 +8061,7 @@
|
|
8061
8061
|
"necb_schedule_type": "E",
|
8062
8062
|
"notes": null,
|
8063
8063
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8064
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8064
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8065
8065
|
"ventilation_standard_space_type": "Education-Corridors"
|
8066
8066
|
},
|
8067
8067
|
{
|
@@ -8092,7 +8092,7 @@
|
|
8092
8092
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8093
8093
|
"psa_nongeometry_fraction": null,
|
8094
8094
|
"ssa_nongeometry_fraction": null,
|
8095
|
-
"ventilation_standard": "ASHRAE 62
|
8095
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8096
8096
|
"ventilation_primary_space_type": "Space Function",
|
8097
8097
|
"ventilation_secondary_space_type": "Hospital corr. < 2.4m",
|
8098
8098
|
"ventilation_per_area": 0.1,
|
@@ -8140,7 +8140,7 @@
|
|
8140
8140
|
"necb_schedule_type": "F",
|
8141
8141
|
"notes": null,
|
8142
8142
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8143
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8143
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8144
8144
|
"ventilation_standard_space_type": "Education-Corridors"
|
8145
8145
|
},
|
8146
8146
|
{
|
@@ -8171,7 +8171,7 @@
|
|
8171
8171
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8172
8172
|
"psa_nongeometry_fraction": null,
|
8173
8173
|
"ssa_nongeometry_fraction": null,
|
8174
|
-
"ventilation_standard": "ASHRAE 62
|
8174
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8175
8175
|
"ventilation_primary_space_type": "Space Function",
|
8176
8176
|
"ventilation_secondary_space_type": "Hospital corr. < 2.4m",
|
8177
8177
|
"ventilation_per_area": 0.1,
|
@@ -8219,7 +8219,7 @@
|
|
8219
8219
|
"necb_schedule_type": "G",
|
8220
8220
|
"notes": null,
|
8221
8221
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8222
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8222
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8223
8223
|
"ventilation_standard_space_type": "Education-Corridors"
|
8224
8224
|
},
|
8225
8225
|
{
|
@@ -8250,7 +8250,7 @@
|
|
8250
8250
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8251
8251
|
"psa_nongeometry_fraction": null,
|
8252
8252
|
"ssa_nongeometry_fraction": null,
|
8253
|
-
"ventilation_standard": "ASHRAE 62
|
8253
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8254
8254
|
"ventilation_primary_space_type": "Space Function",
|
8255
8255
|
"ventilation_secondary_space_type": "Hospital corr. < 2.4m",
|
8256
8256
|
"ventilation_per_area": 0.1,
|
@@ -8298,7 +8298,7 @@
|
|
8298
8298
|
"necb_schedule_type": "H",
|
8299
8299
|
"notes": null,
|
8300
8300
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8301
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8301
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8302
8302
|
"ventilation_standard_space_type": "Education-Corridors"
|
8303
8303
|
},
|
8304
8304
|
{
|
@@ -8329,7 +8329,7 @@
|
|
8329
8329
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8330
8330
|
"psa_nongeometry_fraction": null,
|
8331
8331
|
"ssa_nongeometry_fraction": null,
|
8332
|
-
"ventilation_standard": "ASHRAE 62
|
8332
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8333
8333
|
"ventilation_primary_space_type": "Space Function",
|
8334
8334
|
"ventilation_secondary_space_type": "Hospital corr. < 2.4m",
|
8335
8335
|
"ventilation_per_area": 0.1,
|
@@ -8377,7 +8377,7 @@
|
|
8377
8377
|
"necb_schedule_type": "I",
|
8378
8378
|
"notes": null,
|
8379
8379
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8380
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8380
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8381
8381
|
"ventilation_standard_space_type": "Education-Corridors"
|
8382
8382
|
},
|
8383
8383
|
{
|
@@ -8408,7 +8408,7 @@
|
|
8408
8408
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8409
8409
|
"psa_nongeometry_fraction": null,
|
8410
8410
|
"ssa_nongeometry_fraction": null,
|
8411
|
-
"ventilation_standard": "ASHRAE 62
|
8411
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8412
8412
|
"ventilation_primary_space_type": "Space Function",
|
8413
8413
|
"ventilation_secondary_space_type": "Hospital corr. >= 2.4m",
|
8414
8414
|
"ventilation_per_area": 0.1,
|
@@ -8456,7 +8456,7 @@
|
|
8456
8456
|
"necb_schedule_type": "A",
|
8457
8457
|
"notes": null,
|
8458
8458
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8459
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8459
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8460
8460
|
"ventilation_standard_space_type": "Education-Corridors"
|
8461
8461
|
},
|
8462
8462
|
{
|
@@ -8487,7 +8487,7 @@
|
|
8487
8487
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8488
8488
|
"psa_nongeometry_fraction": null,
|
8489
8489
|
"ssa_nongeometry_fraction": null,
|
8490
|
-
"ventilation_standard": "ASHRAE 62
|
8490
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8491
8491
|
"ventilation_primary_space_type": "Space Function",
|
8492
8492
|
"ventilation_secondary_space_type": "Hospital corr. >= 2.4m",
|
8493
8493
|
"ventilation_per_area": 0.1,
|
@@ -8535,7 +8535,7 @@
|
|
8535
8535
|
"necb_schedule_type": "B",
|
8536
8536
|
"notes": null,
|
8537
8537
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8538
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8538
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8539
8539
|
"ventilation_standard_space_type": "Education-Corridors"
|
8540
8540
|
},
|
8541
8541
|
{
|
@@ -8566,7 +8566,7 @@
|
|
8566
8566
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8567
8567
|
"psa_nongeometry_fraction": null,
|
8568
8568
|
"ssa_nongeometry_fraction": null,
|
8569
|
-
"ventilation_standard": "ASHRAE 62
|
8569
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8570
8570
|
"ventilation_primary_space_type": "Space Function",
|
8571
8571
|
"ventilation_secondary_space_type": "Hospital corr. >= 2.4m",
|
8572
8572
|
"ventilation_per_area": 0.1,
|
@@ -8614,7 +8614,7 @@
|
|
8614
8614
|
"necb_schedule_type": "C",
|
8615
8615
|
"notes": null,
|
8616
8616
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8617
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8617
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8618
8618
|
"ventilation_standard_space_type": "Education-Corridors"
|
8619
8619
|
},
|
8620
8620
|
{
|
@@ -8645,7 +8645,7 @@
|
|
8645
8645
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8646
8646
|
"psa_nongeometry_fraction": null,
|
8647
8647
|
"ssa_nongeometry_fraction": null,
|
8648
|
-
"ventilation_standard": "ASHRAE 62
|
8648
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8649
8649
|
"ventilation_primary_space_type": "Space Function",
|
8650
8650
|
"ventilation_secondary_space_type": "Hospital corr. >= 2.4m",
|
8651
8651
|
"ventilation_per_area": 0.1,
|
@@ -8693,7 +8693,7 @@
|
|
8693
8693
|
"necb_schedule_type": "D",
|
8694
8694
|
"notes": null,
|
8695
8695
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8696
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8696
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8697
8697
|
"ventilation_standard_space_type": "Education-Corridors"
|
8698
8698
|
},
|
8699
8699
|
{
|
@@ -8724,7 +8724,7 @@
|
|
8724
8724
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8725
8725
|
"psa_nongeometry_fraction": null,
|
8726
8726
|
"ssa_nongeometry_fraction": null,
|
8727
|
-
"ventilation_standard": "ASHRAE 62
|
8727
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8728
8728
|
"ventilation_primary_space_type": "Space Function",
|
8729
8729
|
"ventilation_secondary_space_type": "Hospital corr. >= 2.4m",
|
8730
8730
|
"ventilation_per_area": 0.1,
|
@@ -8772,7 +8772,7 @@
|
|
8772
8772
|
"necb_schedule_type": "E",
|
8773
8773
|
"notes": null,
|
8774
8774
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8775
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8775
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8776
8776
|
"ventilation_standard_space_type": "Education-Corridors"
|
8777
8777
|
},
|
8778
8778
|
{
|
@@ -8803,7 +8803,7 @@
|
|
8803
8803
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8804
8804
|
"psa_nongeometry_fraction": null,
|
8805
8805
|
"ssa_nongeometry_fraction": null,
|
8806
|
-
"ventilation_standard": "ASHRAE 62
|
8806
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8807
8807
|
"ventilation_primary_space_type": "Space Function",
|
8808
8808
|
"ventilation_secondary_space_type": "Hospital corr. >= 2.4m",
|
8809
8809
|
"ventilation_per_area": 0.1,
|
@@ -8851,7 +8851,7 @@
|
|
8851
8851
|
"necb_schedule_type": "F",
|
8852
8852
|
"notes": null,
|
8853
8853
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8854
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8854
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8855
8855
|
"ventilation_standard_space_type": "Education-Corridors"
|
8856
8856
|
},
|
8857
8857
|
{
|
@@ -8882,7 +8882,7 @@
|
|
8882
8882
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8883
8883
|
"psa_nongeometry_fraction": null,
|
8884
8884
|
"ssa_nongeometry_fraction": null,
|
8885
|
-
"ventilation_standard": "ASHRAE 62
|
8885
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8886
8886
|
"ventilation_primary_space_type": "Space Function",
|
8887
8887
|
"ventilation_secondary_space_type": "Hospital corr. >= 2.4m",
|
8888
8888
|
"ventilation_per_area": 0.1,
|
@@ -8930,7 +8930,7 @@
|
|
8930
8930
|
"necb_schedule_type": "G",
|
8931
8931
|
"notes": null,
|
8932
8932
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
8933
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
8933
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
8934
8934
|
"ventilation_standard_space_type": "Education-Corridors"
|
8935
8935
|
},
|
8936
8936
|
{
|
@@ -8961,7 +8961,7 @@
|
|
8961
8961
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8962
8962
|
"psa_nongeometry_fraction": null,
|
8963
8963
|
"ssa_nongeometry_fraction": null,
|
8964
|
-
"ventilation_standard": "ASHRAE 62
|
8964
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
8965
8965
|
"ventilation_primary_space_type": "Space Function",
|
8966
8966
|
"ventilation_secondary_space_type": "Hospital corr. >= 2.4m",
|
8967
8967
|
"ventilation_per_area": 0.1,
|
@@ -9009,7 +9009,7 @@
|
|
9009
9009
|
"necb_schedule_type": "H",
|
9010
9010
|
"notes": null,
|
9011
9011
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
9012
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9012
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9013
9013
|
"ventilation_standard_space_type": "Education-Corridors"
|
9014
9014
|
},
|
9015
9015
|
{
|
@@ -9040,7 +9040,7 @@
|
|
9040
9040
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9041
9041
|
"psa_nongeometry_fraction": null,
|
9042
9042
|
"ssa_nongeometry_fraction": null,
|
9043
|
-
"ventilation_standard": "ASHRAE 62
|
9043
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9044
9044
|
"ventilation_primary_space_type": "Space Function",
|
9045
9045
|
"ventilation_secondary_space_type": "Hospital corr. >= 2.4m",
|
9046
9046
|
"ventilation_per_area": 0.1,
|
@@ -9088,7 +9088,7 @@
|
|
9088
9088
|
"necb_schedule_type": "I",
|
9089
9089
|
"notes": null,
|
9090
9090
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
9091
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9091
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9092
9092
|
"ventilation_standard_space_type": "Education-Corridors"
|
9093
9093
|
},
|
9094
9094
|
{
|
@@ -9119,7 +9119,7 @@
|
|
9119
9119
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9120
9120
|
"psa_nongeometry_fraction": null,
|
9121
9121
|
"ssa_nongeometry_fraction": null,
|
9122
|
-
"ventilation_standard": "ASHRAE 62
|
9122
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9123
9123
|
"ventilation_primary_space_type": "Space Function",
|
9124
9124
|
"ventilation_secondary_space_type": "Hotel/Motel - dining",
|
9125
9125
|
"ventilation_per_area": 0,
|
@@ -9167,7 +9167,7 @@
|
|
9167
9167
|
"necb_schedule_type": "B",
|
9168
9168
|
"notes": null,
|
9169
9169
|
"ventilation_occupancy_rate_people_per_1000ft2": 70,
|
9170
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9170
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9171
9171
|
"ventilation_standard_space_type": "Food and Beverage Service-Dining rooms"
|
9172
9172
|
},
|
9173
9173
|
{
|
@@ -9198,7 +9198,7 @@
|
|
9198
9198
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9199
9199
|
"psa_nongeometry_fraction": null,
|
9200
9200
|
"ssa_nongeometry_fraction": null,
|
9201
|
-
"ventilation_standard": "ASHRAE 62
|
9201
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9202
9202
|
"ventilation_primary_space_type": "Space Function",
|
9203
9203
|
"ventilation_secondary_space_type": "Hotel/Motel - lobby",
|
9204
9204
|
"ventilation_per_area": 0,
|
@@ -9246,7 +9246,7 @@
|
|
9246
9246
|
"necb_schedule_type": "H",
|
9247
9247
|
"notes": null,
|
9248
9248
|
"ventilation_occupancy_rate_people_per_1000ft2": 30,
|
9249
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9249
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9250
9250
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Lobbies"
|
9251
9251
|
},
|
9252
9252
|
{
|
@@ -9277,7 +9277,7 @@
|
|
9277
9277
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9278
9278
|
"psa_nongeometry_fraction": null,
|
9279
9279
|
"ssa_nongeometry_fraction": null,
|
9280
|
-
"ventilation_standard": "ASHRAE 62
|
9280
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9281
9281
|
"ventilation_primary_space_type": "Space Function",
|
9282
9282
|
"ventilation_secondary_space_type": "Hotel/Motel - rooms",
|
9283
9283
|
"ventilation_per_area": 0.091,
|
@@ -9325,7 +9325,7 @@
|
|
9325
9325
|
"necb_schedule_type": "F",
|
9326
9326
|
"notes": null,
|
9327
9327
|
"ventilation_occupancy_rate_people_per_1000ft2": 10,
|
9328
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9328
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9329
9329
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Bedrooms (assume avg. bedroom is 330 ft2)"
|
9330
9330
|
},
|
9331
9331
|
{
|
@@ -9356,7 +9356,7 @@
|
|
9356
9356
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9357
9357
|
"psa_nongeometry_fraction": null,
|
9358
9358
|
"ssa_nongeometry_fraction": null,
|
9359
|
-
"ventilation_standard": "ASHRAE 62
|
9359
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9360
9360
|
"ventilation_primary_space_type": "Space Function",
|
9361
9361
|
"ventilation_secondary_space_type": "Hway lodging - dining",
|
9362
9362
|
"ventilation_per_area": 0,
|
@@ -9404,7 +9404,7 @@
|
|
9404
9404
|
"necb_schedule_type": "B",
|
9405
9405
|
"notes": null,
|
9406
9406
|
"ventilation_occupancy_rate_people_per_1000ft2": 70,
|
9407
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9407
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9408
9408
|
"ventilation_standard_space_type": "Food and Beverage Service-Dining rooms"
|
9409
9409
|
},
|
9410
9410
|
{
|
@@ -9435,7 +9435,7 @@
|
|
9435
9435
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9436
9436
|
"psa_nongeometry_fraction": null,
|
9437
9437
|
"ssa_nongeometry_fraction": null,
|
9438
|
-
"ventilation_standard": "ASHRAE 62
|
9438
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9439
9439
|
"ventilation_primary_space_type": "Space Function",
|
9440
9440
|
"ventilation_secondary_space_type": "Hway lodging - rooms",
|
9441
9441
|
"ventilation_per_area": 0.091,
|
@@ -9483,7 +9483,7 @@
|
|
9483
9483
|
"necb_schedule_type": "F",
|
9484
9484
|
"notes": null,
|
9485
9485
|
"ventilation_occupancy_rate_people_per_1000ft2": 10,
|
9486
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9486
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9487
9487
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Bedrooms (assume avg. bedroom is 330 ft2)"
|
9488
9488
|
},
|
9489
9489
|
{
|
@@ -9514,7 +9514,7 @@
|
|
9514
9514
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9515
9515
|
"psa_nongeometry_fraction": null,
|
9516
9516
|
"ssa_nongeometry_fraction": null,
|
9517
|
-
"ventilation_standard": "ASHRAE 62
|
9517
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9518
9518
|
"ventilation_primary_space_type": "Space Function",
|
9519
9519
|
"ventilation_secondary_space_type": "Lab - classrooms",
|
9520
9520
|
"ventilation_per_area": 0,
|
@@ -9562,7 +9562,7 @@
|
|
9562
9562
|
"necb_schedule_type": "D",
|
9563
9563
|
"notes": null,
|
9564
9564
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
9565
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9565
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9566
9566
|
"ventilation_standard_space_type": "Education-Classrooms"
|
9567
9567
|
},
|
9568
9568
|
{
|
@@ -9593,7 +9593,7 @@
|
|
9593
9593
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9594
9594
|
"psa_nongeometry_fraction": null,
|
9595
9595
|
"ssa_nongeometry_fraction": null,
|
9596
|
-
"ventilation_standard": "ASHRAE 62
|
9596
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9597
9597
|
"ventilation_primary_space_type": "Space Function",
|
9598
9598
|
"ventilation_secondary_space_type": "Lab - research",
|
9599
9599
|
"ventilation_per_area": 0,
|
@@ -9641,7 +9641,7 @@
|
|
9641
9641
|
"necb_schedule_type": "A",
|
9642
9642
|
"notes": null,
|
9643
9643
|
"ventilation_occupancy_rate_people_per_1000ft2": 30,
|
9644
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9644
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9645
9645
|
"ventilation_standard_space_type": "Education-Laboratories"
|
9646
9646
|
},
|
9647
9647
|
{
|
@@ -9672,7 +9672,7 @@
|
|
9672
9672
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9673
9673
|
"psa_nongeometry_fraction": null,
|
9674
9674
|
"ssa_nongeometry_fraction": null,
|
9675
|
-
"ventilation_standard": "ASHRAE 62
|
9675
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9676
9676
|
"ventilation_primary_space_type": "Space Function",
|
9677
9677
|
"ventilation_secondary_space_type": "Library - cataloging",
|
9678
9678
|
"ventilation_per_area": 0,
|
@@ -9720,7 +9720,7 @@
|
|
9720
9720
|
"necb_schedule_type": "C",
|
9721
9721
|
"notes": null,
|
9722
9722
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
9723
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9723
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9724
9724
|
"ventilation_standard_space_type": "Education-Libraries"
|
9725
9725
|
},
|
9726
9726
|
{
|
@@ -9751,7 +9751,7 @@
|
|
9751
9751
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9752
9752
|
"psa_nongeometry_fraction": null,
|
9753
9753
|
"ssa_nongeometry_fraction": null,
|
9754
|
-
"ventilation_standard": "ASHRAE 62
|
9754
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9755
9755
|
"ventilation_primary_space_type": "Space Function",
|
9756
9756
|
"ventilation_secondary_space_type": "Library - reading",
|
9757
9757
|
"ventilation_per_area": 0,
|
@@ -9799,7 +9799,7 @@
|
|
9799
9799
|
"necb_schedule_type": "C",
|
9800
9800
|
"notes": null,
|
9801
9801
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
9802
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9802
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9803
9803
|
"ventilation_standard_space_type": "Education-Libraries"
|
9804
9804
|
},
|
9805
9805
|
{
|
@@ -9830,7 +9830,7 @@
|
|
9830
9830
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9831
9831
|
"psa_nongeometry_fraction": null,
|
9832
9832
|
"ssa_nongeometry_fraction": null,
|
9833
|
-
"ventilation_standard": "ASHRAE 62
|
9833
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9834
9834
|
"ventilation_primary_space_type": "Space Function",
|
9835
9835
|
"ventilation_secondary_space_type": "Library - stacks",
|
9836
9836
|
"ventilation_per_area": 0,
|
@@ -9878,7 +9878,7 @@
|
|
9878
9878
|
"necb_schedule_type": "C",
|
9879
9879
|
"notes": null,
|
9880
9880
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
9881
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9881
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9882
9882
|
"ventilation_standard_space_type": "Education-Libraries"
|
9883
9883
|
},
|
9884
9884
|
{
|
@@ -9909,7 +9909,7 @@
|
|
9909
9909
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9910
9910
|
"psa_nongeometry_fraction": null,
|
9911
9911
|
"ssa_nongeometry_fraction": null,
|
9912
|
-
"ventilation_standard": "ASHRAE 62
|
9912
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9913
9913
|
"ventilation_primary_space_type": "Space Function",
|
9914
9914
|
"ventilation_secondary_space_type": "Lobby - elevator",
|
9915
9915
|
"ventilation_per_area": 1,
|
@@ -9957,7 +9957,7 @@
|
|
9957
9957
|
"necb_schedule_type": "C",
|
9958
9958
|
"notes": null,
|
9959
9959
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
9960
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
9960
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
9961
9961
|
"ventilation_standard_space_type": "Public Spaces-Elevators"
|
9962
9962
|
},
|
9963
9963
|
{
|
@@ -9988,7 +9988,7 @@
|
|
9988
9988
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9989
9989
|
"psa_nongeometry_fraction": null,
|
9990
9990
|
"ssa_nongeometry_fraction": null,
|
9991
|
-
"ventilation_standard": "ASHRAE 62
|
9991
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
9992
9992
|
"ventilation_primary_space_type": "Space Function",
|
9993
9993
|
"ventilation_secondary_space_type": "Lobby - motion picture",
|
9994
9994
|
"ventilation_per_area": 0,
|
@@ -10036,7 +10036,7 @@
|
|
10036
10036
|
"necb_schedule_type": "C",
|
10037
10037
|
"notes": null,
|
10038
10038
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
10039
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10039
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10040
10040
|
"ventilation_standard_space_type": "Theaters-Lobbies"
|
10041
10041
|
},
|
10042
10042
|
{
|
@@ -10067,7 +10067,7 @@
|
|
10067
10067
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10068
10068
|
"psa_nongeometry_fraction": null,
|
10069
10069
|
"ssa_nongeometry_fraction": null,
|
10070
|
-
"ventilation_standard": "ASHRAE 62
|
10070
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10071
10071
|
"ventilation_primary_space_type": "Space Function",
|
10072
10072
|
"ventilation_secondary_space_type": "Lobby - other",
|
10073
10073
|
"ventilation_per_area": 0,
|
@@ -10115,7 +10115,7 @@
|
|
10115
10115
|
"necb_schedule_type": "C",
|
10116
10116
|
"notes": null,
|
10117
10117
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
10118
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10118
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10119
10119
|
"ventilation_standard_space_type": "Theaters-Lobbies"
|
10120
10120
|
},
|
10121
10121
|
{
|
@@ -10146,7 +10146,7 @@
|
|
10146
10146
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10147
10147
|
"psa_nongeometry_fraction": null,
|
10148
10148
|
"ssa_nongeometry_fraction": null,
|
10149
|
-
"ventilation_standard": "ASHRAE 62
|
10149
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10150
10150
|
"ventilation_primary_space_type": "Space Function",
|
10151
10151
|
"ventilation_secondary_space_type": "Lobby - performance arts",
|
10152
10152
|
"ventilation_per_area": 0,
|
@@ -10194,7 +10194,7 @@
|
|
10194
10194
|
"necb_schedule_type": "C",
|
10195
10195
|
"notes": null,
|
10196
10196
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
10197
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10197
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10198
10198
|
"ventilation_standard_space_type": "Theaters-Lobbies"
|
10199
10199
|
},
|
10200
10200
|
{
|
@@ -10225,7 +10225,7 @@
|
|
10225
10225
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10226
10226
|
"psa_nongeometry_fraction": null,
|
10227
10227
|
"ssa_nongeometry_fraction": null,
|
10228
|
-
"ventilation_standard": "ASHRAE 62
|
10228
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10229
10229
|
"ventilation_primary_space_type": "Space Function",
|
10230
10230
|
"ventilation_secondary_space_type": "Locker room",
|
10231
10231
|
"ventilation_per_area": 0.5,
|
@@ -10273,7 +10273,7 @@
|
|
10273
10273
|
"necb_schedule_type": "A",
|
10274
10274
|
"notes": null,
|
10275
10275
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
10276
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10276
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10277
10277
|
"ventilation_standard_space_type": "Public Spaces-Locker and dressing rooms"
|
10278
10278
|
},
|
10279
10279
|
{
|
@@ -10304,7 +10304,7 @@
|
|
10304
10304
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10305
10305
|
"psa_nongeometry_fraction": null,
|
10306
10306
|
"ssa_nongeometry_fraction": null,
|
10307
|
-
"ventilation_standard": "ASHRAE 62
|
10307
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10308
10308
|
"ventilation_primary_space_type": "Space Function",
|
10309
10309
|
"ventilation_secondary_space_type": "Locker room",
|
10310
10310
|
"ventilation_per_area": 0.5,
|
@@ -10352,7 +10352,7 @@
|
|
10352
10352
|
"necb_schedule_type": "B",
|
10353
10353
|
"notes": null,
|
10354
10354
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
10355
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10355
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10356
10356
|
"ventilation_standard_space_type": "Public Spaces-Locker and dressing rooms"
|
10357
10357
|
},
|
10358
10358
|
{
|
@@ -10383,7 +10383,7 @@
|
|
10383
10383
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10384
10384
|
"psa_nongeometry_fraction": null,
|
10385
10385
|
"ssa_nongeometry_fraction": null,
|
10386
|
-
"ventilation_standard": "ASHRAE 62
|
10386
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10387
10387
|
"ventilation_primary_space_type": "Space Function",
|
10388
10388
|
"ventilation_secondary_space_type": "Locker room",
|
10389
10389
|
"ventilation_per_area": 0.5,
|
@@ -10431,7 +10431,7 @@
|
|
10431
10431
|
"necb_schedule_type": "C",
|
10432
10432
|
"notes": null,
|
10433
10433
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
10434
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10434
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10435
10435
|
"ventilation_standard_space_type": "Public Spaces-Locker and dressing rooms"
|
10436
10436
|
},
|
10437
10437
|
{
|
@@ -10462,7 +10462,7 @@
|
|
10462
10462
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10463
10463
|
"psa_nongeometry_fraction": null,
|
10464
10464
|
"ssa_nongeometry_fraction": null,
|
10465
|
-
"ventilation_standard": "ASHRAE 62
|
10465
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10466
10466
|
"ventilation_primary_space_type": "Space Function",
|
10467
10467
|
"ventilation_secondary_space_type": "Locker room",
|
10468
10468
|
"ventilation_per_area": 0.5,
|
@@ -10510,7 +10510,7 @@
|
|
10510
10510
|
"necb_schedule_type": "D",
|
10511
10511
|
"notes": null,
|
10512
10512
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
10513
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10513
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10514
10514
|
"ventilation_standard_space_type": "Public Spaces-Locker and dressing rooms"
|
10515
10515
|
},
|
10516
10516
|
{
|
@@ -10541,7 +10541,7 @@
|
|
10541
10541
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10542
10542
|
"psa_nongeometry_fraction": null,
|
10543
10543
|
"ssa_nongeometry_fraction": null,
|
10544
|
-
"ventilation_standard": "ASHRAE 62
|
10544
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10545
10545
|
"ventilation_primary_space_type": "Space Function",
|
10546
10546
|
"ventilation_secondary_space_type": "Locker room",
|
10547
10547
|
"ventilation_per_area": 0.5,
|
@@ -10589,7 +10589,7 @@
|
|
10589
10589
|
"necb_schedule_type": "E",
|
10590
10590
|
"notes": null,
|
10591
10591
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
10592
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10592
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10593
10593
|
"ventilation_standard_space_type": "Public Spaces-Locker and dressing rooms"
|
10594
10594
|
},
|
10595
10595
|
{
|
@@ -10620,7 +10620,7 @@
|
|
10620
10620
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10621
10621
|
"psa_nongeometry_fraction": null,
|
10622
10622
|
"ssa_nongeometry_fraction": null,
|
10623
|
-
"ventilation_standard": "ASHRAE 62
|
10623
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10624
10624
|
"ventilation_primary_space_type": "Space Function",
|
10625
10625
|
"ventilation_secondary_space_type": "Locker room",
|
10626
10626
|
"ventilation_per_area": 0.5,
|
@@ -10668,7 +10668,7 @@
|
|
10668
10668
|
"necb_schedule_type": "F",
|
10669
10669
|
"notes": null,
|
10670
10670
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
10671
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10671
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10672
10672
|
"ventilation_standard_space_type": "Public Spaces-Locker and dressing rooms"
|
10673
10673
|
},
|
10674
10674
|
{
|
@@ -10699,7 +10699,7 @@
|
|
10699
10699
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10700
10700
|
"psa_nongeometry_fraction": null,
|
10701
10701
|
"ssa_nongeometry_fraction": null,
|
10702
|
-
"ventilation_standard": "ASHRAE 62
|
10702
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10703
10703
|
"ventilation_primary_space_type": "Space Function",
|
10704
10704
|
"ventilation_secondary_space_type": "Locker room",
|
10705
10705
|
"ventilation_per_area": 0.5,
|
@@ -10747,7 +10747,7 @@
|
|
10747
10747
|
"necb_schedule_type": "G",
|
10748
10748
|
"notes": null,
|
10749
10749
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
10750
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10750
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10751
10751
|
"ventilation_standard_space_type": "Public Spaces-Locker and dressing rooms"
|
10752
10752
|
},
|
10753
10753
|
{
|
@@ -10778,7 +10778,7 @@
|
|
10778
10778
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10779
10779
|
"psa_nongeometry_fraction": null,
|
10780
10780
|
"ssa_nongeometry_fraction": null,
|
10781
|
-
"ventilation_standard": "ASHRAE 62
|
10781
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10782
10782
|
"ventilation_primary_space_type": "Space Function",
|
10783
10783
|
"ventilation_secondary_space_type": "Locker room",
|
10784
10784
|
"ventilation_per_area": 0.5,
|
@@ -10826,7 +10826,7 @@
|
|
10826
10826
|
"necb_schedule_type": "H",
|
10827
10827
|
"notes": null,
|
10828
10828
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
10829
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10829
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10830
10830
|
"ventilation_standard_space_type": "Public Spaces-Locker and dressing rooms"
|
10831
10831
|
},
|
10832
10832
|
{
|
@@ -10857,7 +10857,7 @@
|
|
10857
10857
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10858
10858
|
"psa_nongeometry_fraction": null,
|
10859
10859
|
"ssa_nongeometry_fraction": null,
|
10860
|
-
"ventilation_standard": "ASHRAE 62
|
10860
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10861
10861
|
"ventilation_primary_space_type": "Space Function",
|
10862
10862
|
"ventilation_secondary_space_type": "Locker room",
|
10863
10863
|
"ventilation_per_area": 0.5,
|
@@ -10905,7 +10905,7 @@
|
|
10905
10905
|
"necb_schedule_type": "I",
|
10906
10906
|
"notes": null,
|
10907
10907
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
10908
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10908
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10909
10909
|
"ventilation_standard_space_type": "Public Spaces-Locker and dressing rooms"
|
10910
10910
|
},
|
10911
10911
|
{
|
@@ -10936,7 +10936,7 @@
|
|
10936
10936
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10937
10937
|
"psa_nongeometry_fraction": null,
|
10938
10938
|
"ssa_nongeometry_fraction": null,
|
10939
|
-
"ventilation_standard": "ASHRAE 62
|
10939
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
10940
10940
|
"ventilation_primary_space_type": "Space Function",
|
10941
10941
|
"ventilation_secondary_space_type": "Lounge/recreation",
|
10942
10942
|
"ventilation_per_area": 0,
|
@@ -10984,7 +10984,7 @@
|
|
10984
10984
|
"necb_schedule_type": "B",
|
10985
10985
|
"notes": null,
|
10986
10986
|
"ventilation_occupancy_rate_people_per_1000ft2": 100,
|
10987
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
10987
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
10988
10988
|
"ventilation_standard_space_type": "Food and Beverage Service-Bars, coctail lounges"
|
10989
10989
|
},
|
10990
10990
|
{
|
@@ -11015,7 +11015,7 @@
|
|
11015
11015
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11016
11016
|
"psa_nongeometry_fraction": null,
|
11017
11017
|
"ssa_nongeometry_fraction": null,
|
11018
|
-
"ventilation_standard": "ASHRAE 62
|
11018
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11019
11019
|
"ventilation_primary_space_type": "Space Function",
|
11020
11020
|
"ventilation_secondary_space_type": "Mfg - 7.5 <= bay H <= 15m",
|
11021
11021
|
"ventilation_per_area": 1.5,
|
@@ -11063,7 +11063,7 @@
|
|
11063
11063
|
"necb_schedule_type": "A",
|
11064
11064
|
"notes": null,
|
11065
11065
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11066
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11066
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11067
11067
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11068
11068
|
},
|
11069
11069
|
{
|
@@ -11094,7 +11094,7 @@
|
|
11094
11094
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11095
11095
|
"psa_nongeometry_fraction": null,
|
11096
11096
|
"ssa_nongeometry_fraction": null,
|
11097
|
-
"ventilation_standard": "ASHRAE 62
|
11097
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11098
11098
|
"ventilation_primary_space_type": "Space Function",
|
11099
11099
|
"ventilation_secondary_space_type": "Mfg - bay H < 7.5m",
|
11100
11100
|
"ventilation_per_area": 1.5,
|
@@ -11142,7 +11142,7 @@
|
|
11142
11142
|
"necb_schedule_type": "A",
|
11143
11143
|
"notes": null,
|
11144
11144
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11145
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11145
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11146
11146
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11147
11147
|
},
|
11148
11148
|
{
|
@@ -11173,7 +11173,7 @@
|
|
11173
11173
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11174
11174
|
"psa_nongeometry_fraction": null,
|
11175
11175
|
"ssa_nongeometry_fraction": null,
|
11176
|
-
"ventilation_standard": "ASHRAE 62
|
11176
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11177
11177
|
"ventilation_primary_space_type": "Space Function",
|
11178
11178
|
"ventilation_secondary_space_type": "Mfg - bay H > 15m",
|
11179
11179
|
"ventilation_per_area": 1.5,
|
@@ -11221,7 +11221,7 @@
|
|
11221
11221
|
"necb_schedule_type": "A",
|
11222
11222
|
"notes": null,
|
11223
11223
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11224
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11224
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11225
11225
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11226
11226
|
},
|
11227
11227
|
{
|
@@ -11252,7 +11252,7 @@
|
|
11252
11252
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11253
11253
|
"psa_nongeometry_fraction": null,
|
11254
11254
|
"ssa_nongeometry_fraction": null,
|
11255
|
-
"ventilation_standard": "ASHRAE 62
|
11255
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11256
11256
|
"ventilation_primary_space_type": "Space Function",
|
11257
11257
|
"ventilation_secondary_space_type": "Mfg - corr. < 2.4m",
|
11258
11258
|
"ventilation_per_area": 1.5,
|
@@ -11300,7 +11300,7 @@
|
|
11300
11300
|
"necb_schedule_type": "A",
|
11301
11301
|
"notes": null,
|
11302
11302
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11303
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11303
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11304
11304
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11305
11305
|
},
|
11306
11306
|
{
|
@@ -11331,7 +11331,7 @@
|
|
11331
11331
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11332
11332
|
"psa_nongeometry_fraction": null,
|
11333
11333
|
"ssa_nongeometry_fraction": null,
|
11334
|
-
"ventilation_standard": "ASHRAE 62
|
11334
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11335
11335
|
"ventilation_primary_space_type": "Space Function",
|
11336
11336
|
"ventilation_secondary_space_type": "Mfg - corr. < 2.4m",
|
11337
11337
|
"ventilation_per_area": 1.5,
|
@@ -11379,7 +11379,7 @@
|
|
11379
11379
|
"necb_schedule_type": "B",
|
11380
11380
|
"notes": null,
|
11381
11381
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11382
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11382
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11383
11383
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11384
11384
|
},
|
11385
11385
|
{
|
@@ -11410,7 +11410,7 @@
|
|
11410
11410
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11411
11411
|
"psa_nongeometry_fraction": null,
|
11412
11412
|
"ssa_nongeometry_fraction": null,
|
11413
|
-
"ventilation_standard": "ASHRAE 62
|
11413
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11414
11414
|
"ventilation_primary_space_type": "Space Function",
|
11415
11415
|
"ventilation_secondary_space_type": "Mfg - corr. < 2.4m",
|
11416
11416
|
"ventilation_per_area": 1.5,
|
@@ -11458,7 +11458,7 @@
|
|
11458
11458
|
"necb_schedule_type": "C",
|
11459
11459
|
"notes": null,
|
11460
11460
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11461
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11461
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11462
11462
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11463
11463
|
},
|
11464
11464
|
{
|
@@ -11489,7 +11489,7 @@
|
|
11489
11489
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11490
11490
|
"psa_nongeometry_fraction": null,
|
11491
11491
|
"ssa_nongeometry_fraction": null,
|
11492
|
-
"ventilation_standard": "ASHRAE 62
|
11492
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11493
11493
|
"ventilation_primary_space_type": "Space Function",
|
11494
11494
|
"ventilation_secondary_space_type": "Mfg - corr. < 2.4m",
|
11495
11495
|
"ventilation_per_area": 1.5,
|
@@ -11537,7 +11537,7 @@
|
|
11537
11537
|
"necb_schedule_type": "D",
|
11538
11538
|
"notes": null,
|
11539
11539
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11540
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11540
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11541
11541
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11542
11542
|
},
|
11543
11543
|
{
|
@@ -11568,7 +11568,7 @@
|
|
11568
11568
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11569
11569
|
"psa_nongeometry_fraction": null,
|
11570
11570
|
"ssa_nongeometry_fraction": null,
|
11571
|
-
"ventilation_standard": "ASHRAE 62
|
11571
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11572
11572
|
"ventilation_primary_space_type": "Space Function",
|
11573
11573
|
"ventilation_secondary_space_type": "Mfg - corr. < 2.4m",
|
11574
11574
|
"ventilation_per_area": 1.5,
|
@@ -11616,7 +11616,7 @@
|
|
11616
11616
|
"necb_schedule_type": "E",
|
11617
11617
|
"notes": null,
|
11618
11618
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11619
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11619
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11620
11620
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11621
11621
|
},
|
11622
11622
|
{
|
@@ -11647,7 +11647,7 @@
|
|
11647
11647
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11648
11648
|
"psa_nongeometry_fraction": null,
|
11649
11649
|
"ssa_nongeometry_fraction": null,
|
11650
|
-
"ventilation_standard": "ASHRAE 62
|
11650
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11651
11651
|
"ventilation_primary_space_type": "Space Function",
|
11652
11652
|
"ventilation_secondary_space_type": "Mfg - corr. < 2.4m",
|
11653
11653
|
"ventilation_per_area": 1.5,
|
@@ -11695,7 +11695,7 @@
|
|
11695
11695
|
"necb_schedule_type": "F",
|
11696
11696
|
"notes": null,
|
11697
11697
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11698
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11698
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11699
11699
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11700
11700
|
},
|
11701
11701
|
{
|
@@ -11726,7 +11726,7 @@
|
|
11726
11726
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11727
11727
|
"psa_nongeometry_fraction": null,
|
11728
11728
|
"ssa_nongeometry_fraction": null,
|
11729
|
-
"ventilation_standard": "ASHRAE 62
|
11729
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11730
11730
|
"ventilation_primary_space_type": "Space Function",
|
11731
11731
|
"ventilation_secondary_space_type": "Mfg - corr. < 2.4m",
|
11732
11732
|
"ventilation_per_area": 1.5,
|
@@ -11774,7 +11774,7 @@
|
|
11774
11774
|
"necb_schedule_type": "G",
|
11775
11775
|
"notes": null,
|
11776
11776
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11777
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11777
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11778
11778
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11779
11779
|
},
|
11780
11780
|
{
|
@@ -11805,7 +11805,7 @@
|
|
11805
11805
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11806
11806
|
"psa_nongeometry_fraction": null,
|
11807
11807
|
"ssa_nongeometry_fraction": null,
|
11808
|
-
"ventilation_standard": "ASHRAE 62
|
11808
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11809
11809
|
"ventilation_primary_space_type": "Space Function",
|
11810
11810
|
"ventilation_secondary_space_type": "Mfg - corr. < 2.4m",
|
11811
11811
|
"ventilation_per_area": 1.5,
|
@@ -11853,7 +11853,7 @@
|
|
11853
11853
|
"necb_schedule_type": "H",
|
11854
11854
|
"notes": null,
|
11855
11855
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11856
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11856
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11857
11857
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11858
11858
|
},
|
11859
11859
|
{
|
@@ -11884,7 +11884,7 @@
|
|
11884
11884
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11885
11885
|
"psa_nongeometry_fraction": null,
|
11886
11886
|
"ssa_nongeometry_fraction": null,
|
11887
|
-
"ventilation_standard": "ASHRAE 62
|
11887
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11888
11888
|
"ventilation_primary_space_type": "Space Function",
|
11889
11889
|
"ventilation_secondary_space_type": "Mfg - corr. < 2.4m",
|
11890
11890
|
"ventilation_per_area": 1.5,
|
@@ -11932,7 +11932,7 @@
|
|
11932
11932
|
"necb_schedule_type": "I",
|
11933
11933
|
"notes": null,
|
11934
11934
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
11935
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
11935
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
11936
11936
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
11937
11937
|
},
|
11938
11938
|
{
|
@@ -11963,7 +11963,7 @@
|
|
11963
11963
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11964
11964
|
"psa_nongeometry_fraction": null,
|
11965
11965
|
"ssa_nongeometry_fraction": null,
|
11966
|
-
"ventilation_standard": "ASHRAE 62
|
11966
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
11967
11967
|
"ventilation_primary_space_type": "Space Function",
|
11968
11968
|
"ventilation_secondary_space_type": "Mfg - corr. >= 2.4m",
|
11969
11969
|
"ventilation_per_area": 1.5,
|
@@ -12011,7 +12011,7 @@
|
|
12011
12011
|
"necb_schedule_type": "A",
|
12012
12012
|
"notes": null,
|
12013
12013
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12014
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12014
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12015
12015
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12016
12016
|
},
|
12017
12017
|
{
|
@@ -12042,7 +12042,7 @@
|
|
12042
12042
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12043
12043
|
"psa_nongeometry_fraction": null,
|
12044
12044
|
"ssa_nongeometry_fraction": null,
|
12045
|
-
"ventilation_standard": "ASHRAE 62
|
12045
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12046
12046
|
"ventilation_primary_space_type": "Space Function",
|
12047
12047
|
"ventilation_secondary_space_type": "Mfg - corr. >= 2.4m",
|
12048
12048
|
"ventilation_per_area": 1.5,
|
@@ -12090,7 +12090,7 @@
|
|
12090
12090
|
"necb_schedule_type": "B",
|
12091
12091
|
"notes": null,
|
12092
12092
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12093
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12093
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12094
12094
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12095
12095
|
},
|
12096
12096
|
{
|
@@ -12121,7 +12121,7 @@
|
|
12121
12121
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12122
12122
|
"psa_nongeometry_fraction": null,
|
12123
12123
|
"ssa_nongeometry_fraction": null,
|
12124
|
-
"ventilation_standard": "ASHRAE 62
|
12124
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12125
12125
|
"ventilation_primary_space_type": "Space Function",
|
12126
12126
|
"ventilation_secondary_space_type": "Mfg - corr. >= 2.4m",
|
12127
12127
|
"ventilation_per_area": 1.5,
|
@@ -12169,7 +12169,7 @@
|
|
12169
12169
|
"necb_schedule_type": "C",
|
12170
12170
|
"notes": null,
|
12171
12171
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12172
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12172
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12173
12173
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12174
12174
|
},
|
12175
12175
|
{
|
@@ -12200,7 +12200,7 @@
|
|
12200
12200
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12201
12201
|
"psa_nongeometry_fraction": null,
|
12202
12202
|
"ssa_nongeometry_fraction": null,
|
12203
|
-
"ventilation_standard": "ASHRAE 62
|
12203
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12204
12204
|
"ventilation_primary_space_type": "Space Function",
|
12205
12205
|
"ventilation_secondary_space_type": "Mfg - corr. >= 2.4m",
|
12206
12206
|
"ventilation_per_area": 1.5,
|
@@ -12248,7 +12248,7 @@
|
|
12248
12248
|
"necb_schedule_type": "D",
|
12249
12249
|
"notes": null,
|
12250
12250
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12251
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12251
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12252
12252
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12253
12253
|
},
|
12254
12254
|
{
|
@@ -12279,7 +12279,7 @@
|
|
12279
12279
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12280
12280
|
"psa_nongeometry_fraction": null,
|
12281
12281
|
"ssa_nongeometry_fraction": null,
|
12282
|
-
"ventilation_standard": "ASHRAE 62
|
12282
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12283
12283
|
"ventilation_primary_space_type": "Space Function",
|
12284
12284
|
"ventilation_secondary_space_type": "Mfg - corr. >= 2.4m",
|
12285
12285
|
"ventilation_per_area": 1.5,
|
@@ -12327,7 +12327,7 @@
|
|
12327
12327
|
"necb_schedule_type": "E",
|
12328
12328
|
"notes": null,
|
12329
12329
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12330
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12330
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12331
12331
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12332
12332
|
},
|
12333
12333
|
{
|
@@ -12358,7 +12358,7 @@
|
|
12358
12358
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12359
12359
|
"psa_nongeometry_fraction": null,
|
12360
12360
|
"ssa_nongeometry_fraction": null,
|
12361
|
-
"ventilation_standard": "ASHRAE 62
|
12361
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12362
12362
|
"ventilation_primary_space_type": "Space Function",
|
12363
12363
|
"ventilation_secondary_space_type": "Mfg - corr. >= 2.4m",
|
12364
12364
|
"ventilation_per_area": 1.5,
|
@@ -12406,7 +12406,7 @@
|
|
12406
12406
|
"necb_schedule_type": "F",
|
12407
12407
|
"notes": null,
|
12408
12408
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12409
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12409
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12410
12410
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12411
12411
|
},
|
12412
12412
|
{
|
@@ -12437,7 +12437,7 @@
|
|
12437
12437
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12438
12438
|
"psa_nongeometry_fraction": null,
|
12439
12439
|
"ssa_nongeometry_fraction": null,
|
12440
|
-
"ventilation_standard": "ASHRAE 62
|
12440
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12441
12441
|
"ventilation_primary_space_type": "Space Function",
|
12442
12442
|
"ventilation_secondary_space_type": "Mfg - corr. >= 2.4m",
|
12443
12443
|
"ventilation_per_area": 1.5,
|
@@ -12485,7 +12485,7 @@
|
|
12485
12485
|
"necb_schedule_type": "G",
|
12486
12486
|
"notes": null,
|
12487
12487
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12488
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12488
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12489
12489
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12490
12490
|
},
|
12491
12491
|
{
|
@@ -12516,7 +12516,7 @@
|
|
12516
12516
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12517
12517
|
"psa_nongeometry_fraction": null,
|
12518
12518
|
"ssa_nongeometry_fraction": null,
|
12519
|
-
"ventilation_standard": "ASHRAE 62
|
12519
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12520
12520
|
"ventilation_primary_space_type": "Space Function",
|
12521
12521
|
"ventilation_secondary_space_type": "Mfg - corr. >= 2.4m",
|
12522
12522
|
"ventilation_per_area": 1.5,
|
@@ -12564,7 +12564,7 @@
|
|
12564
12564
|
"necb_schedule_type": "H",
|
12565
12565
|
"notes": null,
|
12566
12566
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12567
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12567
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12568
12568
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12569
12569
|
},
|
12570
12570
|
{
|
@@ -12595,7 +12595,7 @@
|
|
12595
12595
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12596
12596
|
"psa_nongeometry_fraction": null,
|
12597
12597
|
"ssa_nongeometry_fraction": null,
|
12598
|
-
"ventilation_standard": "ASHRAE 62
|
12598
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12599
12599
|
"ventilation_primary_space_type": "Space Function",
|
12600
12600
|
"ventilation_secondary_space_type": "Mfg - corr. >= 2.4m",
|
12601
12601
|
"ventilation_per_area": 1.5,
|
@@ -12643,7 +12643,7 @@
|
|
12643
12643
|
"necb_schedule_type": "I",
|
12644
12644
|
"notes": null,
|
12645
12645
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12646
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12646
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12647
12647
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12648
12648
|
},
|
12649
12649
|
{
|
@@ -12674,7 +12674,7 @@
|
|
12674
12674
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12675
12675
|
"psa_nongeometry_fraction": null,
|
12676
12676
|
"ssa_nongeometry_fraction": null,
|
12677
|
-
"ventilation_standard": "ASHRAE 62
|
12677
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12678
12678
|
"ventilation_primary_space_type": "Space Function",
|
12679
12679
|
"ventilation_secondary_space_type": "Mfg - detailed",
|
12680
12680
|
"ventilation_per_area": 1.5,
|
@@ -12722,7 +12722,7 @@
|
|
12722
12722
|
"necb_schedule_type": "A",
|
12723
12723
|
"notes": null,
|
12724
12724
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12725
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12725
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12726
12726
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12727
12727
|
},
|
12728
12728
|
{
|
@@ -12753,7 +12753,7 @@
|
|
12753
12753
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12754
12754
|
"psa_nongeometry_fraction": null,
|
12755
12755
|
"ssa_nongeometry_fraction": null,
|
12756
|
-
"ventilation_standard": "ASHRAE 62
|
12756
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12757
12757
|
"ventilation_primary_space_type": "Space Function",
|
12758
12758
|
"ventilation_secondary_space_type": "Mfg - equipment",
|
12759
12759
|
"ventilation_per_area": 1.5,
|
@@ -12801,7 +12801,7 @@
|
|
12801
12801
|
"necb_schedule_type": "A",
|
12802
12802
|
"notes": null,
|
12803
12803
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
12804
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12804
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12805
12805
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Auto repair rooms"
|
12806
12806
|
},
|
12807
12807
|
{
|
@@ -12832,7 +12832,7 @@
|
|
12832
12832
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12833
12833
|
"psa_nongeometry_fraction": null,
|
12834
12834
|
"ssa_nongeometry_fraction": null,
|
12835
|
-
"ventilation_standard": "ASHRAE 62
|
12835
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12836
12836
|
"ventilation_primary_space_type": "Space Function",
|
12837
12837
|
"ventilation_secondary_space_type": "Museum - exhibition",
|
12838
12838
|
"ventilation_per_area": 0,
|
@@ -12880,7 +12880,7 @@
|
|
12880
12880
|
"necb_schedule_type": "C",
|
12881
12881
|
"notes": null,
|
12882
12882
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
12883
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12883
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12884
12884
|
"ventilation_standard_space_type": "Theaters-Lobbies"
|
12885
12885
|
},
|
12886
12886
|
{
|
@@ -12911,7 +12911,7 @@
|
|
12911
12911
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12912
12912
|
"psa_nongeometry_fraction": null,
|
12913
12913
|
"ssa_nongeometry_fraction": null,
|
12914
|
-
"ventilation_standard": "ASHRAE 62
|
12914
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12915
12915
|
"ventilation_primary_space_type": "Space Function",
|
12916
12916
|
"ventilation_secondary_space_type": "Museum - restoration",
|
12917
12917
|
"ventilation_per_area": 0,
|
@@ -12959,7 +12959,7 @@
|
|
12959
12959
|
"necb_schedule_type": "A",
|
12960
12960
|
"notes": null,
|
12961
12961
|
"ventilation_occupancy_rate_people_per_1000ft2": 10,
|
12962
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
12962
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
12963
12963
|
"ventilation_standard_space_type": "Workrooms-Photo studios"
|
12964
12964
|
},
|
12965
12965
|
{
|
@@ -12990,7 +12990,7 @@
|
|
12990
12990
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12991
12991
|
"psa_nongeometry_fraction": null,
|
12992
12992
|
"ssa_nongeometry_fraction": null,
|
12993
|
-
"ventilation_standard": "ASHRAE 62
|
12993
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
12994
12994
|
"ventilation_primary_space_type": "Space Function",
|
12995
12995
|
"ventilation_secondary_space_type": "Office - enclosed",
|
12996
12996
|
"ventilation_per_area": 0,
|
@@ -13038,7 +13038,7 @@
|
|
13038
13038
|
"necb_schedule_type": "A",
|
13039
13039
|
"notes": null,
|
13040
13040
|
"ventilation_occupancy_rate_people_per_1000ft2": 7,
|
13041
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13041
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13042
13042
|
"ventilation_standard_space_type": "Offices-Office space"
|
13043
13043
|
},
|
13044
13044
|
{
|
@@ -13069,7 +13069,7 @@
|
|
13069
13069
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13070
13070
|
"psa_nongeometry_fraction": null,
|
13071
13071
|
"ssa_nongeometry_fraction": null,
|
13072
|
-
"ventilation_standard": "ASHRAE 62
|
13072
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13073
13073
|
"ventilation_primary_space_type": "Space Function",
|
13074
13074
|
"ventilation_secondary_space_type": "Office - enclosed",
|
13075
13075
|
"ventilation_per_area": 0,
|
@@ -13117,7 +13117,7 @@
|
|
13117
13117
|
"necb_schedule_type": "A",
|
13118
13118
|
"notes": null,
|
13119
13119
|
"ventilation_occupancy_rate_people_per_1000ft2": 7,
|
13120
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13120
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13121
13121
|
"ventilation_standard_space_type": "Offices-Office space"
|
13122
13122
|
},
|
13123
13123
|
{
|
@@ -13148,7 +13148,7 @@
|
|
13148
13148
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13149
13149
|
"psa_nongeometry_fraction": null,
|
13150
13150
|
"ssa_nongeometry_fraction": null,
|
13151
|
-
"ventilation_standard": "ASHRAE 62
|
13151
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13152
13152
|
"ventilation_primary_space_type": "Space Function",
|
13153
13153
|
"ventilation_secondary_space_type": "Office - open plan",
|
13154
13154
|
"ventilation_per_area": 0,
|
@@ -13196,7 +13196,7 @@
|
|
13196
13196
|
"necb_schedule_type": "A",
|
13197
13197
|
"notes": null,
|
13198
13198
|
"ventilation_occupancy_rate_people_per_1000ft2": 7,
|
13199
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13199
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13200
13200
|
"ventilation_standard_space_type": "Offices-Office space"
|
13201
13201
|
},
|
13202
13202
|
{
|
@@ -13227,7 +13227,7 @@
|
|
13227
13227
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13228
13228
|
"psa_nongeometry_fraction": null,
|
13229
13229
|
"ssa_nongeometry_fraction": null,
|
13230
|
-
"ventilation_standard": "ASHRAE 62
|
13230
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13231
13231
|
"ventilation_primary_space_type": "Space Function",
|
13232
13232
|
"ventilation_secondary_space_type": "Parking garage space",
|
13233
13233
|
"ventilation_per_area": 1.5,
|
@@ -13275,7 +13275,7 @@
|
|
13275
13275
|
"necb_schedule_type": "H",
|
13276
13276
|
"notes": null,
|
13277
13277
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
13278
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13278
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13279
13279
|
"ventilation_standard_space_type": "Garages, Repair, Service Stations-Enclosed parking garage"
|
13280
13280
|
},
|
13281
13281
|
{
|
@@ -13306,7 +13306,7 @@
|
|
13306
13306
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13307
13307
|
"psa_nongeometry_fraction": null,
|
13308
13308
|
"ssa_nongeometry_fraction": null,
|
13309
|
-
"ventilation_standard": "ASHRAE 62
|
13309
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13310
13310
|
"ventilation_primary_space_type": "Space Function",
|
13311
13311
|
"ventilation_secondary_space_type": "Penitentiary - audience",
|
13312
13312
|
"ventilation_per_area": 0,
|
@@ -13354,7 +13354,7 @@
|
|
13354
13354
|
"necb_schedule_type": "C",
|
13355
13355
|
"notes": null,
|
13356
13356
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
13357
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13357
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13358
13358
|
"ventilation_standard_space_type": "Offices-Conference rooms"
|
13359
13359
|
},
|
13360
13360
|
{
|
@@ -13385,7 +13385,7 @@
|
|
13385
13385
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13386
13386
|
"psa_nongeometry_fraction": null,
|
13387
13387
|
"ssa_nongeometry_fraction": null,
|
13388
|
-
"ventilation_standard": "ASHRAE 62
|
13388
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13389
13389
|
"ventilation_primary_space_type": "Space Function",
|
13390
13390
|
"ventilation_secondary_space_type": "Penitentiary - classroom",
|
13391
13391
|
"ventilation_per_area": 0,
|
@@ -13433,7 +13433,7 @@
|
|
13433
13433
|
"necb_schedule_type": "D",
|
13434
13434
|
"notes": null,
|
13435
13435
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
13436
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13436
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13437
13437
|
"ventilation_standard_space_type": "Education-Classrooms"
|
13438
13438
|
},
|
13439
13439
|
{
|
@@ -13464,7 +13464,7 @@
|
|
13464
13464
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13465
13465
|
"psa_nongeometry_fraction": null,
|
13466
13466
|
"ssa_nongeometry_fraction": null,
|
13467
|
-
"ventilation_standard": "ASHRAE 62
|
13467
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13468
13468
|
"ventilation_primary_space_type": "Space Function",
|
13469
13469
|
"ventilation_secondary_space_type": "Penitentiary - dining",
|
13470
13470
|
"ventilation_per_area": 0,
|
@@ -13512,7 +13512,7 @@
|
|
13512
13512
|
"necb_schedule_type": "B",
|
13513
13513
|
"notes": null,
|
13514
13514
|
"ventilation_occupancy_rate_people_per_1000ft2": 100,
|
13515
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13515
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13516
13516
|
"ventilation_standard_space_type": "Correctional Facilities-Dinning halls"
|
13517
13517
|
},
|
13518
13518
|
{
|
@@ -13543,7 +13543,7 @@
|
|
13543
13543
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13544
13544
|
"psa_nongeometry_fraction": null,
|
13545
13545
|
"ssa_nongeometry_fraction": null,
|
13546
|
-
"ventilation_standard": "ASHRAE 62
|
13546
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13547
13547
|
"ventilation_primary_space_type": "Space Function",
|
13548
13548
|
"ventilation_secondary_space_type": "Post office sorting",
|
13549
13549
|
"ventilation_per_area": 0,
|
@@ -13591,7 +13591,7 @@
|
|
13591
13591
|
"necb_schedule_type": "A",
|
13592
13592
|
"notes": null,
|
13593
13593
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
13594
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13594
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13595
13595
|
"ventilation_standard_space_type": "Offices-Conference rooms"
|
13596
13596
|
},
|
13597
13597
|
{
|
@@ -13622,7 +13622,7 @@
|
|
13622
13622
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13623
13623
|
"psa_nongeometry_fraction": null,
|
13624
13624
|
"ssa_nongeometry_fraction": null,
|
13625
|
-
"ventilation_standard": "ASHRAE 62
|
13625
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13626
13626
|
"ventilation_primary_space_type": "Space Function",
|
13627
13627
|
"ventilation_secondary_space_type": "Religious - audience",
|
13628
13628
|
"ventilation_per_area": 0,
|
@@ -13670,7 +13670,7 @@
|
|
13670
13670
|
"necb_schedule_type": "I",
|
13671
13671
|
"notes": null,
|
13672
13672
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
13673
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13673
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13674
13674
|
"ventilation_standard_space_type": "Theaters-Auditorium"
|
13675
13675
|
},
|
13676
13676
|
{
|
@@ -13701,7 +13701,7 @@
|
|
13701
13701
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13702
13702
|
"psa_nongeometry_fraction": null,
|
13703
13703
|
"ssa_nongeometry_fraction": null,
|
13704
|
-
"ventilation_standard": "ASHRAE 62
|
13704
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13705
13705
|
"ventilation_primary_space_type": "Space Function",
|
13706
13706
|
"ventilation_secondary_space_type": "Religious - fellowship hall",
|
13707
13707
|
"ventilation_per_area": 0,
|
@@ -13749,7 +13749,7 @@
|
|
13749
13749
|
"necb_schedule_type": "C",
|
13750
13750
|
"notes": null,
|
13751
13751
|
"ventilation_occupancy_rate_people_per_1000ft2": 120,
|
13752
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13752
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13753
13753
|
"ventilation_standard_space_type": "Hotels, Motels, Resorts-Assembly rooms"
|
13754
13754
|
},
|
13755
13755
|
{
|
@@ -13780,7 +13780,7 @@
|
|
13780
13780
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13781
13781
|
"psa_nongeometry_fraction": null,
|
13782
13782
|
"ssa_nongeometry_fraction": null,
|
13783
|
-
"ventilation_standard": "ASHRAE 62
|
13783
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13784
13784
|
"ventilation_primary_space_type": "Space Function",
|
13785
13785
|
"ventilation_secondary_space_type": "Religious - pulpit/choir",
|
13786
13786
|
"ventilation_per_area": 0,
|
@@ -13828,7 +13828,7 @@
|
|
13828
13828
|
"necb_schedule_type": "I",
|
13829
13829
|
"notes": null,
|
13830
13830
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
13831
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13831
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13832
13832
|
"ventilation_standard_space_type": "Education-Music rooms"
|
13833
13833
|
},
|
13834
13834
|
{
|
@@ -13859,7 +13859,7 @@
|
|
13859
13859
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13860
13860
|
"psa_nongeometry_fraction": null,
|
13861
13861
|
"ssa_nongeometry_fraction": null,
|
13862
|
-
"ventilation_standard": "ASHRAE 62
|
13862
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13863
13863
|
"ventilation_primary_space_type": "Space Function",
|
13864
13864
|
"ventilation_secondary_space_type": "Retail - dressing/fitting",
|
13865
13865
|
"ventilation_per_area": 0.2,
|
@@ -13907,7 +13907,7 @@
|
|
13907
13907
|
"necb_schedule_type": "C",
|
13908
13908
|
"notes": null,
|
13909
13909
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
13910
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13910
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13911
13911
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Dressing rooms"
|
13912
13912
|
},
|
13913
13913
|
{
|
@@ -13938,7 +13938,7 @@
|
|
13938
13938
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13939
13939
|
"psa_nongeometry_fraction": null,
|
13940
13940
|
"ssa_nongeometry_fraction": null,
|
13941
|
-
"ventilation_standard": "ASHRAE 62
|
13941
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
13942
13942
|
"ventilation_primary_space_type": "Space Function",
|
13943
13943
|
"ventilation_secondary_space_type": "Retail - mall concourse",
|
13944
13944
|
"ventilation_per_area": 0.2,
|
@@ -13986,7 +13986,7 @@
|
|
13986
13986
|
"necb_schedule_type": "C",
|
13987
13987
|
"notes": null,
|
13988
13988
|
"ventilation_occupancy_rate_people_per_1000ft2": 20,
|
13989
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
13989
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
13990
13990
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Malls and arcades"
|
13991
13991
|
},
|
13992
13992
|
{
|
@@ -14017,7 +14017,7 @@
|
|
14017
14017
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14018
14018
|
"psa_nongeometry_fraction": null,
|
14019
14019
|
"ssa_nongeometry_fraction": null,
|
14020
|
-
"ventilation_standard": "ASHRAE 62
|
14020
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14021
14021
|
"ventilation_primary_space_type": "Space Function",
|
14022
14022
|
"ventilation_secondary_space_type": "Retail - sales",
|
14023
14023
|
"ventilation_per_area": 0.3,
|
@@ -14065,7 +14065,7 @@
|
|
14065
14065
|
"necb_schedule_type": "C",
|
14066
14066
|
"notes": null,
|
14067
14067
|
"ventilation_occupancy_rate_people_per_1000ft2": 30,
|
14068
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14068
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14069
14069
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Basement and street"
|
14070
14070
|
},
|
14071
14071
|
{
|
@@ -14096,7 +14096,7 @@
|
|
14096
14096
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14097
14097
|
"psa_nongeometry_fraction": null,
|
14098
14098
|
"ssa_nongeometry_fraction": null,
|
14099
|
-
"ventilation_standard": "ASHRAE 62
|
14099
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14100
14100
|
"ventilation_primary_space_type": "Space Function",
|
14101
14101
|
"ventilation_secondary_space_type": "Sales area",
|
14102
14102
|
"ventilation_per_area": 0.3,
|
@@ -14144,7 +14144,7 @@
|
|
14144
14144
|
"necb_schedule_type": "C",
|
14145
14145
|
"notes": null,
|
14146
14146
|
"ventilation_occupancy_rate_people_per_1000ft2": 30,
|
14147
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14147
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14148
14148
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Basement and street"
|
14149
14149
|
},
|
14150
14150
|
{
|
@@ -14175,7 +14175,7 @@
|
|
14175
14175
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14176
14176
|
"psa_nongeometry_fraction": null,
|
14177
14177
|
"ssa_nongeometry_fraction": null,
|
14178
|
-
"ventilation_standard": "ASHRAE 62
|
14178
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14179
14179
|
"ventilation_primary_space_type": "Space Function",
|
14180
14180
|
"ventilation_secondary_space_type": "Sports arena - audience",
|
14181
14181
|
"ventilation_per_area": 0,
|
@@ -14223,7 +14223,7 @@
|
|
14223
14223
|
"necb_schedule_type": "B",
|
14224
14224
|
"notes": null,
|
14225
14225
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
14226
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14226
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14227
14227
|
"ventilation_standard_space_type": "Sports and Amusement-Spectator areas"
|
14228
14228
|
},
|
14229
14229
|
{
|
@@ -14254,7 +14254,7 @@
|
|
14254
14254
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14255
14255
|
"psa_nongeometry_fraction": null,
|
14256
14256
|
"ssa_nongeometry_fraction": null,
|
14257
|
-
"ventilation_standard": "ASHRAE 62
|
14257
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14258
14258
|
"ventilation_primary_space_type": "Space Function",
|
14259
14259
|
"ventilation_secondary_space_type": "Sports arena - court c1",
|
14260
14260
|
"ventilation_per_area": 0.5,
|
@@ -14302,7 +14302,7 @@
|
|
14302
14302
|
"necb_schedule_type": "B",
|
14303
14303
|
"notes": null,
|
14304
14304
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
14305
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14305
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14306
14306
|
"ventilation_standard_space_type": "Sports and Amusement-Ice arenaes (playing areas)"
|
14307
14307
|
},
|
14308
14308
|
{
|
@@ -14333,7 +14333,7 @@
|
|
14333
14333
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14334
14334
|
"psa_nongeometry_fraction": null,
|
14335
14335
|
"ssa_nongeometry_fraction": null,
|
14336
|
-
"ventilation_standard": "ASHRAE 62
|
14336
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14337
14337
|
"ventilation_primary_space_type": "Space Function",
|
14338
14338
|
"ventilation_secondary_space_type": "Sports arena - court c2",
|
14339
14339
|
"ventilation_per_area": 0.5,
|
@@ -14381,7 +14381,7 @@
|
|
14381
14381
|
"necb_schedule_type": "B",
|
14382
14382
|
"notes": null,
|
14383
14383
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
14384
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14384
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14385
14385
|
"ventilation_standard_space_type": "Sports and Amusement-Ice arenaes (playing areas)"
|
14386
14386
|
},
|
14387
14387
|
{
|
@@ -14412,7 +14412,7 @@
|
|
14412
14412
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14413
14413
|
"psa_nongeometry_fraction": null,
|
14414
14414
|
"ssa_nongeometry_fraction": null,
|
14415
|
-
"ventilation_standard": "ASHRAE 62
|
14415
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14416
14416
|
"ventilation_primary_space_type": "Space Function",
|
14417
14417
|
"ventilation_secondary_space_type": "Sports arena - court c3",
|
14418
14418
|
"ventilation_per_area": 0.5,
|
@@ -14460,7 +14460,7 @@
|
|
14460
14460
|
"necb_schedule_type": "B",
|
14461
14461
|
"notes": null,
|
14462
14462
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
14463
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14463
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14464
14464
|
"ventilation_standard_space_type": "Sports and Amusement-Ice arenaes (playing areas)"
|
14465
14465
|
},
|
14466
14466
|
{
|
@@ -14491,7 +14491,7 @@
|
|
14491
14491
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14492
14492
|
"psa_nongeometry_fraction": null,
|
14493
14493
|
"ssa_nongeometry_fraction": null,
|
14494
|
-
"ventilation_standard": "ASHRAE 62
|
14494
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14495
14495
|
"ventilation_primary_space_type": "Space Function",
|
14496
14496
|
"ventilation_secondary_space_type": "Sports arena - court c4",
|
14497
14497
|
"ventilation_per_area": 0.5,
|
@@ -14539,7 +14539,7 @@
|
|
14539
14539
|
"necb_schedule_type": "B",
|
14540
14540
|
"notes": null,
|
14541
14541
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
14542
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14542
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14543
14543
|
"ventilation_standard_space_type": "Sports and Amusement-Ice arenaes (playing areas)"
|
14544
14544
|
},
|
14545
14545
|
{
|
@@ -14570,7 +14570,7 @@
|
|
14570
14570
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14571
14571
|
"psa_nongeometry_fraction": null,
|
14572
14572
|
"ssa_nongeometry_fraction": null,
|
14573
|
-
"ventilation_standard": "ASHRAE 62
|
14573
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14574
14574
|
"ventilation_primary_space_type": "Space Function",
|
14575
14575
|
"ventilation_secondary_space_type": "Sports arena - ring",
|
14576
14576
|
"ventilation_per_area": 0.5,
|
@@ -14618,7 +14618,7 @@
|
|
14618
14618
|
"necb_schedule_type": "B",
|
14619
14619
|
"notes": null,
|
14620
14620
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
14621
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14621
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14622
14622
|
"ventilation_standard_space_type": "Sports and Amusement-Ice arenaes (playing areas)"
|
14623
14623
|
},
|
14624
14624
|
{
|
@@ -14649,7 +14649,7 @@
|
|
14649
14649
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14650
14650
|
"psa_nongeometry_fraction": null,
|
14651
14651
|
"ssa_nongeometry_fraction": null,
|
14652
|
-
"ventilation_standard": "ASHRAE 62
|
14652
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14653
14653
|
"ventilation_primary_space_type": "Space Function",
|
14654
14654
|
"ventilation_secondary_space_type": "Stairway",
|
14655
14655
|
"ventilation_per_area": 0.05,
|
@@ -14697,7 +14697,7 @@
|
|
14697
14697
|
"necb_schedule_type": "A",
|
14698
14698
|
"notes": null,
|
14699
14699
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
14700
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14700
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14701
14701
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
14702
14702
|
},
|
14703
14703
|
{
|
@@ -14728,7 +14728,7 @@
|
|
14728
14728
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14729
14729
|
"psa_nongeometry_fraction": null,
|
14730
14730
|
"ssa_nongeometry_fraction": null,
|
14731
|
-
"ventilation_standard": "ASHRAE 62
|
14731
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14732
14732
|
"ventilation_primary_space_type": "Space Function",
|
14733
14733
|
"ventilation_secondary_space_type": "Stairway",
|
14734
14734
|
"ventilation_per_area": 0.05,
|
@@ -14776,7 +14776,7 @@
|
|
14776
14776
|
"necb_schedule_type": "B",
|
14777
14777
|
"notes": null,
|
14778
14778
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
14779
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14779
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14780
14780
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
14781
14781
|
},
|
14782
14782
|
{
|
@@ -14807,7 +14807,7 @@
|
|
14807
14807
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14808
14808
|
"psa_nongeometry_fraction": null,
|
14809
14809
|
"ssa_nongeometry_fraction": null,
|
14810
|
-
"ventilation_standard": "ASHRAE 62
|
14810
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14811
14811
|
"ventilation_primary_space_type": "Space Function",
|
14812
14812
|
"ventilation_secondary_space_type": "Stairway",
|
14813
14813
|
"ventilation_per_area": 0.05,
|
@@ -14855,7 +14855,7 @@
|
|
14855
14855
|
"necb_schedule_type": "C",
|
14856
14856
|
"notes": null,
|
14857
14857
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
14858
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14858
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14859
14859
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
14860
14860
|
},
|
14861
14861
|
{
|
@@ -14886,7 +14886,7 @@
|
|
14886
14886
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14887
14887
|
"psa_nongeometry_fraction": null,
|
14888
14888
|
"ssa_nongeometry_fraction": null,
|
14889
|
-
"ventilation_standard": "ASHRAE 62
|
14889
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14890
14890
|
"ventilation_primary_space_type": "Space Function",
|
14891
14891
|
"ventilation_secondary_space_type": "Stairway",
|
14892
14892
|
"ventilation_per_area": 0.05,
|
@@ -14934,7 +14934,7 @@
|
|
14934
14934
|
"necb_schedule_type": "D",
|
14935
14935
|
"notes": null,
|
14936
14936
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
14937
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
14937
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
14938
14938
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
14939
14939
|
},
|
14940
14940
|
{
|
@@ -14965,7 +14965,7 @@
|
|
14965
14965
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14966
14966
|
"psa_nongeometry_fraction": null,
|
14967
14967
|
"ssa_nongeometry_fraction": null,
|
14968
|
-
"ventilation_standard": "ASHRAE 62
|
14968
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
14969
14969
|
"ventilation_primary_space_type": "Space Function",
|
14970
14970
|
"ventilation_secondary_space_type": "Stairway",
|
14971
14971
|
"ventilation_per_area": 0.05,
|
@@ -15013,7 +15013,7 @@
|
|
15013
15013
|
"necb_schedule_type": "E",
|
15014
15014
|
"notes": null,
|
15015
15015
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
15016
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15016
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15017
15017
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
15018
15018
|
},
|
15019
15019
|
{
|
@@ -15044,7 +15044,7 @@
|
|
15044
15044
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15045
15045
|
"psa_nongeometry_fraction": null,
|
15046
15046
|
"ssa_nongeometry_fraction": null,
|
15047
|
-
"ventilation_standard": "ASHRAE 62
|
15047
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15048
15048
|
"ventilation_primary_space_type": "Space Function",
|
15049
15049
|
"ventilation_secondary_space_type": "Stairway",
|
15050
15050
|
"ventilation_per_area": 0.05,
|
@@ -15092,7 +15092,7 @@
|
|
15092
15092
|
"necb_schedule_type": "F",
|
15093
15093
|
"notes": null,
|
15094
15094
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
15095
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15095
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15096
15096
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
15097
15097
|
},
|
15098
15098
|
{
|
@@ -15123,7 +15123,7 @@
|
|
15123
15123
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15124
15124
|
"psa_nongeometry_fraction": null,
|
15125
15125
|
"ssa_nongeometry_fraction": null,
|
15126
|
-
"ventilation_standard": "ASHRAE 62
|
15126
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15127
15127
|
"ventilation_primary_space_type": "Space Function",
|
15128
15128
|
"ventilation_secondary_space_type": "Stairway",
|
15129
15129
|
"ventilation_per_area": 0.05,
|
@@ -15171,7 +15171,7 @@
|
|
15171
15171
|
"necb_schedule_type": "G",
|
15172
15172
|
"notes": null,
|
15173
15173
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
15174
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15174
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15175
15175
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
15176
15176
|
},
|
15177
15177
|
{
|
@@ -15202,7 +15202,7 @@
|
|
15202
15202
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15203
15203
|
"psa_nongeometry_fraction": null,
|
15204
15204
|
"ssa_nongeometry_fraction": null,
|
15205
|
-
"ventilation_standard": "ASHRAE 62
|
15205
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15206
15206
|
"ventilation_primary_space_type": "Space Function",
|
15207
15207
|
"ventilation_secondary_space_type": "Stairway",
|
15208
15208
|
"ventilation_per_area": 0.05,
|
@@ -15250,7 +15250,7 @@
|
|
15250
15250
|
"necb_schedule_type": "H",
|
15251
15251
|
"notes": null,
|
15252
15252
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
15253
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15253
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15254
15254
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
15255
15255
|
},
|
15256
15256
|
{
|
@@ -15281,7 +15281,7 @@
|
|
15281
15281
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15282
15282
|
"psa_nongeometry_fraction": null,
|
15283
15283
|
"ssa_nongeometry_fraction": null,
|
15284
|
-
"ventilation_standard": "ASHRAE 62
|
15284
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15285
15285
|
"ventilation_primary_space_type": "Space Function",
|
15286
15286
|
"ventilation_secondary_space_type": "Stairway",
|
15287
15287
|
"ventilation_per_area": 0.05,
|
@@ -15329,7 +15329,7 @@
|
|
15329
15329
|
"necb_schedule_type": "I",
|
15330
15330
|
"notes": null,
|
15331
15331
|
"ventilation_occupancy_rate_people_per_1000ft2": 0,
|
15332
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15332
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15333
15333
|
"ventilation_standard_space_type": "Public Spaces-Corridors and utilities"
|
15334
15334
|
},
|
15335
15335
|
{
|
@@ -15360,7 +15360,7 @@
|
|
15360
15360
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15361
15361
|
"psa_nongeometry_fraction": null,
|
15362
15362
|
"ssa_nongeometry_fraction": null,
|
15363
|
-
"ventilation_standard": "ASHRAE 62
|
15363
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15364
15364
|
"ventilation_primary_space_type": "Space Function",
|
15365
15365
|
"ventilation_secondary_space_type": "Storage area",
|
15366
15366
|
"ventilation_per_area": 0.15,
|
@@ -15408,7 +15408,7 @@
|
|
15408
15408
|
"necb_schedule_type": "E",
|
15409
15409
|
"notes": null,
|
15410
15410
|
"ventilation_occupancy_rate_people_per_1000ft2": 15,
|
15411
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15411
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15412
15412
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Storage rooms"
|
15413
15413
|
},
|
15414
15414
|
{
|
@@ -15439,7 +15439,7 @@
|
|
15439
15439
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15440
15440
|
"psa_nongeometry_fraction": null,
|
15441
15441
|
"ssa_nongeometry_fraction": null,
|
15442
|
-
"ventilation_standard": "ASHRAE 62
|
15442
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15443
15443
|
"ventilation_primary_space_type": "Space Function",
|
15444
15444
|
"ventilation_secondary_space_type": "Storage area",
|
15445
15445
|
"ventilation_per_area": 0.15,
|
@@ -15487,7 +15487,7 @@
|
|
15487
15487
|
"necb_schedule_type": "E",
|
15488
15488
|
"notes": null,
|
15489
15489
|
"ventilation_occupancy_rate_people_per_1000ft2": 15,
|
15490
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15490
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15491
15491
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Storage rooms"
|
15492
15492
|
},
|
15493
15493
|
{
|
@@ -15518,7 +15518,7 @@
|
|
15518
15518
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15519
15519
|
"psa_nongeometry_fraction": null,
|
15520
15520
|
"ssa_nongeometry_fraction": null,
|
15521
|
-
"ventilation_standard": "ASHRAE 62
|
15521
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15522
15522
|
"ventilation_primary_space_type": "Space Function",
|
15523
15523
|
"ventilation_secondary_space_type": "Storage area",
|
15524
15524
|
"ventilation_per_area": 0.15,
|
@@ -15566,7 +15566,7 @@
|
|
15566
15566
|
"necb_schedule_type": "E",
|
15567
15567
|
"notes": null,
|
15568
15568
|
"ventilation_occupancy_rate_people_per_1000ft2": 15,
|
15569
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15569
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15570
15570
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Storage rooms"
|
15571
15571
|
},
|
15572
15572
|
{
|
@@ -15597,7 +15597,7 @@
|
|
15597
15597
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15598
15598
|
"psa_nongeometry_fraction": null,
|
15599
15599
|
"ssa_nongeometry_fraction": null,
|
15600
|
-
"ventilation_standard": "ASHRAE 62
|
15600
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15601
15601
|
"ventilation_primary_space_type": "Space Function",
|
15602
15602
|
"ventilation_secondary_space_type": "Storage area",
|
15603
15603
|
"ventilation_per_area": 0.15,
|
@@ -15645,7 +15645,7 @@
|
|
15645
15645
|
"necb_schedule_type": "E",
|
15646
15646
|
"notes": null,
|
15647
15647
|
"ventilation_occupancy_rate_people_per_1000ft2": 15,
|
15648
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15648
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15649
15649
|
"ventilation_standard_space_type": "Retail Stores, Sales Floors, and Show Room Floors-Storage rooms"
|
15650
15650
|
},
|
15651
15651
|
{
|
@@ -15676,7 +15676,7 @@
|
|
15676
15676
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15677
15677
|
"psa_nongeometry_fraction": null,
|
15678
15678
|
"ssa_nongeometry_fraction": null,
|
15679
|
-
"ventilation_standard": "ASHRAE 62
|
15679
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15680
15680
|
"ventilation_primary_space_type": "Space Function",
|
15681
15681
|
"ventilation_secondary_space_type": "Transp. baggage",
|
15682
15682
|
"ventilation_per_area": 0,
|
@@ -15724,7 +15724,7 @@
|
|
15724
15724
|
"necb_schedule_type": "H",
|
15725
15725
|
"notes": null,
|
15726
15726
|
"ventilation_occupancy_rate_people_per_1000ft2": 100,
|
15727
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15727
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15728
15728
|
"ventilation_standard_space_type": "Transportation-Platforms"
|
15729
15729
|
},
|
15730
15730
|
{
|
@@ -15755,7 +15755,7 @@
|
|
15755
15755
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15756
15756
|
"psa_nongeometry_fraction": null,
|
15757
15757
|
"ssa_nongeometry_fraction": null,
|
15758
|
-
"ventilation_standard": "ASHRAE 62
|
15758
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15759
15759
|
"ventilation_primary_space_type": "Space Function",
|
15760
15760
|
"ventilation_secondary_space_type": "Transp. concourse",
|
15761
15761
|
"ventilation_per_area": 0,
|
@@ -15803,7 +15803,7 @@
|
|
15803
15803
|
"necb_schedule_type": "H",
|
15804
15804
|
"notes": null,
|
15805
15805
|
"ventilation_occupancy_rate_people_per_1000ft2": 100,
|
15806
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15806
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15807
15807
|
"ventilation_standard_space_type": "Transportation-Platforms"
|
15808
15808
|
},
|
15809
15809
|
{
|
@@ -15834,7 +15834,7 @@
|
|
15834
15834
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15835
15835
|
"psa_nongeometry_fraction": null,
|
15836
15836
|
"ssa_nongeometry_fraction": null,
|
15837
|
-
"ventilation_standard": "ASHRAE 62
|
15837
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15838
15838
|
"ventilation_primary_space_type": "Space Function",
|
15839
15839
|
"ventilation_secondary_space_type": "Transp. counter",
|
15840
15840
|
"ventilation_per_area": 0,
|
@@ -15882,7 +15882,7 @@
|
|
15882
15882
|
"necb_schedule_type": "H",
|
15883
15883
|
"notes": null,
|
15884
15884
|
"ventilation_occupancy_rate_people_per_1000ft2": 100,
|
15885
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15885
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15886
15886
|
"ventilation_standard_space_type": "Transportation-Platforms"
|
15887
15887
|
},
|
15888
15888
|
{
|
@@ -15913,7 +15913,7 @@
|
|
15913
15913
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15914
15914
|
"psa_nongeometry_fraction": null,
|
15915
15915
|
"ssa_nongeometry_fraction": null,
|
15916
|
-
"ventilation_standard": "ASHRAE 62
|
15916
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15917
15917
|
"ventilation_primary_space_type": "Space Function",
|
15918
15918
|
"ventilation_secondary_space_type": "Transp. seating",
|
15919
15919
|
"ventilation_per_area": 0,
|
@@ -15961,7 +15961,7 @@
|
|
15961
15961
|
"necb_schedule_type": "H",
|
15962
15962
|
"notes": null,
|
15963
15963
|
"ventilation_occupancy_rate_people_per_1000ft2": 100,
|
15964
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
15964
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
15965
15965
|
"ventilation_standard_space_type": "Transportation-Waiting rooms"
|
15966
15966
|
},
|
15967
15967
|
{
|
@@ -15992,7 +15992,7 @@
|
|
15992
15992
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15993
15993
|
"psa_nongeometry_fraction": null,
|
15994
15994
|
"ssa_nongeometry_fraction": null,
|
15995
|
-
"ventilation_standard": "ASHRAE 62
|
15995
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
15996
15996
|
"ventilation_primary_space_type": "Space Function",
|
15997
15997
|
"ventilation_secondary_space_type": "Warehouse - fine",
|
15998
15998
|
"ventilation_per_area": 0.05,
|
@@ -16040,7 +16040,7 @@
|
|
16040
16040
|
"necb_schedule_type": "A",
|
16041
16041
|
"notes": null,
|
16042
16042
|
"ventilation_occupancy_rate_people_per_1000ft2": 5,
|
16043
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
16043
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
16044
16044
|
"ventilation_standard_space_type": "Retail Stores, Sales floors, and Show Room Floors-Warehouses"
|
16045
16045
|
},
|
16046
16046
|
{
|
@@ -16071,7 +16071,7 @@
|
|
16071
16071
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16072
16072
|
"psa_nongeometry_fraction": null,
|
16073
16073
|
"ssa_nongeometry_fraction": null,
|
16074
|
-
"ventilation_standard": "ASHRAE 62
|
16074
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16075
16075
|
"ventilation_primary_space_type": "Space Function",
|
16076
16076
|
"ventilation_secondary_space_type": "Warehouse - fine",
|
16077
16077
|
"ventilation_per_area": 0.05,
|
@@ -16119,7 +16119,7 @@
|
|
16119
16119
|
"necb_schedule_type": "A",
|
16120
16120
|
"notes": null,
|
16121
16121
|
"ventilation_occupancy_rate_people_per_1000ft2": 5,
|
16122
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
16122
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
16123
16123
|
"ventilation_standard_space_type": "Retail Stores, Sales floors, and Show Room Floors-Warehouses"
|
16124
16124
|
},
|
16125
16125
|
{
|
@@ -16150,7 +16150,7 @@
|
|
16150
16150
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16151
16151
|
"psa_nongeometry_fraction": null,
|
16152
16152
|
"ssa_nongeometry_fraction": null,
|
16153
|
-
"ventilation_standard": "ASHRAE 62
|
16153
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16154
16154
|
"ventilation_primary_space_type": "Space Function",
|
16155
16155
|
"ventilation_secondary_space_type": "Warehouse - med/blk",
|
16156
16156
|
"ventilation_per_area": 0.05,
|
@@ -16198,7 +16198,7 @@
|
|
16198
16198
|
"necb_schedule_type": "A",
|
16199
16199
|
"notes": null,
|
16200
16200
|
"ventilation_occupancy_rate_people_per_1000ft2": 5,
|
16201
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
16201
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
16202
16202
|
"ventilation_standard_space_type": "Retail Stores, Sales floors, and Show Room Floors-Warehouses"
|
16203
16203
|
},
|
16204
16204
|
{
|
@@ -16229,7 +16229,7 @@
|
|
16229
16229
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16230
16230
|
"psa_nongeometry_fraction": null,
|
16231
16231
|
"ssa_nongeometry_fraction": null,
|
16232
|
-
"ventilation_standard": "ASHRAE 62
|
16232
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16233
16233
|
"ventilation_primary_space_type": "Space Function",
|
16234
16234
|
"ventilation_secondary_space_type": "Warehouse - med/blk",
|
16235
16235
|
"ventilation_per_area": 0.05,
|
@@ -16277,7 +16277,7 @@
|
|
16277
16277
|
"necb_schedule_type": "A",
|
16278
16278
|
"notes": null,
|
16279
16279
|
"ventilation_occupancy_rate_people_per_1000ft2": 5,
|
16280
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
16280
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
16281
16281
|
"ventilation_standard_space_type": "Retail Stores, Sales floors, and Show Room Floors-Warehouses"
|
16282
16282
|
},
|
16283
16283
|
{
|
@@ -16308,7 +16308,7 @@
|
|
16308
16308
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16309
16309
|
"psa_nongeometry_fraction": null,
|
16310
16310
|
"ssa_nongeometry_fraction": null,
|
16311
|
-
"ventilation_standard": "ASHRAE 62
|
16311
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16312
16312
|
"ventilation_primary_space_type": "Space Function",
|
16313
16313
|
"ventilation_secondary_space_type": "Warehouse - med/blk2",
|
16314
16314
|
"ventilation_per_area": 0.05,
|
@@ -16356,7 +16356,7 @@
|
|
16356
16356
|
"necb_schedule_type": "A",
|
16357
16357
|
"notes": null,
|
16358
16358
|
"ventilation_occupancy_rate_people_per_1000ft2": 5,
|
16359
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
16359
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
16360
16360
|
"ventilation_standard_space_type": "Retail Stores, Sales floors, and Show Room Floors-Warehouses"
|
16361
16361
|
},
|
16362
16362
|
{
|
@@ -16387,7 +16387,7 @@
|
|
16387
16387
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16388
16388
|
"psa_nongeometry_fraction": null,
|
16389
16389
|
"ssa_nongeometry_fraction": null,
|
16390
|
-
"ventilation_standard": "ASHRAE 62
|
16390
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16391
16391
|
"ventilation_primary_space_type": "Space Function",
|
16392
16392
|
"ventilation_secondary_space_type": "Warehouse - med/blk2",
|
16393
16393
|
"ventilation_per_area": 0.05,
|
@@ -16435,7 +16435,7 @@
|
|
16435
16435
|
"necb_schedule_type": "A",
|
16436
16436
|
"notes": null,
|
16437
16437
|
"ventilation_occupancy_rate_people_per_1000ft2": 5,
|
16438
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
16438
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
16439
16439
|
"ventilation_standard_space_type": "Retail Stores, Sales floors, and Show Room Floors-Warehouses"
|
16440
16440
|
},
|
16441
16441
|
{
|
@@ -16466,7 +16466,7 @@
|
|
16466
16466
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16467
16467
|
"psa_nongeometry_fraction": null,
|
16468
16468
|
"ssa_nongeometry_fraction": null,
|
16469
|
-
"ventilation_standard": "ASHRAE 62
|
16469
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16470
16470
|
"ventilation_primary_space_type": "Space Function",
|
16471
16471
|
"ventilation_secondary_space_type": "Washroom",
|
16472
16472
|
"ventilation_per_area": 0,
|
@@ -16545,7 +16545,7 @@
|
|
16545
16545
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16546
16546
|
"psa_nongeometry_fraction": null,
|
16547
16547
|
"ssa_nongeometry_fraction": null,
|
16548
|
-
"ventilation_standard": "ASHRAE 62
|
16548
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16549
16549
|
"ventilation_primary_space_type": "Space Function",
|
16550
16550
|
"ventilation_secondary_space_type": "Washroom",
|
16551
16551
|
"ventilation_per_area": 0,
|
@@ -16624,7 +16624,7 @@
|
|
16624
16624
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16625
16625
|
"psa_nongeometry_fraction": null,
|
16626
16626
|
"ssa_nongeometry_fraction": null,
|
16627
|
-
"ventilation_standard": "ASHRAE 62
|
16627
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16628
16628
|
"ventilation_primary_space_type": "Space Function",
|
16629
16629
|
"ventilation_secondary_space_type": "Washroom",
|
16630
16630
|
"ventilation_per_area": 0,
|
@@ -16703,7 +16703,7 @@
|
|
16703
16703
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16704
16704
|
"psa_nongeometry_fraction": null,
|
16705
16705
|
"ssa_nongeometry_fraction": null,
|
16706
|
-
"ventilation_standard": "ASHRAE 62
|
16706
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16707
16707
|
"ventilation_primary_space_type": "Space Function",
|
16708
16708
|
"ventilation_secondary_space_type": "Washroom",
|
16709
16709
|
"ventilation_per_area": 0,
|
@@ -16782,7 +16782,7 @@
|
|
16782
16782
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16783
16783
|
"psa_nongeometry_fraction": null,
|
16784
16784
|
"ssa_nongeometry_fraction": null,
|
16785
|
-
"ventilation_standard": "ASHRAE 62
|
16785
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16786
16786
|
"ventilation_primary_space_type": "Space Function",
|
16787
16787
|
"ventilation_secondary_space_type": "Washroom",
|
16788
16788
|
"ventilation_per_area": 0,
|
@@ -16861,7 +16861,7 @@
|
|
16861
16861
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16862
16862
|
"psa_nongeometry_fraction": null,
|
16863
16863
|
"ssa_nongeometry_fraction": null,
|
16864
|
-
"ventilation_standard": "ASHRAE 62
|
16864
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16865
16865
|
"ventilation_primary_space_type": "Space Function",
|
16866
16866
|
"ventilation_secondary_space_type": "Washroom",
|
16867
16867
|
"ventilation_per_area": 0,
|
@@ -16940,7 +16940,7 @@
|
|
16940
16940
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16941
16941
|
"psa_nongeometry_fraction": null,
|
16942
16942
|
"ssa_nongeometry_fraction": null,
|
16943
|
-
"ventilation_standard": "ASHRAE 62
|
16943
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
16944
16944
|
"ventilation_primary_space_type": "Space Function",
|
16945
16945
|
"ventilation_secondary_space_type": "Washroom",
|
16946
16946
|
"ventilation_per_area": 0,
|
@@ -17019,7 +17019,7 @@
|
|
17019
17019
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17020
17020
|
"psa_nongeometry_fraction": null,
|
17021
17021
|
"ssa_nongeometry_fraction": null,
|
17022
|
-
"ventilation_standard": "ASHRAE 62
|
17022
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
17023
17023
|
"ventilation_primary_space_type": "Space Function",
|
17024
17024
|
"ventilation_secondary_space_type": "Washroom",
|
17025
17025
|
"ventilation_per_area": 0,
|
@@ -17098,7 +17098,7 @@
|
|
17098
17098
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17099
17099
|
"psa_nongeometry_fraction": null,
|
17100
17100
|
"ssa_nongeometry_fraction": null,
|
17101
|
-
"ventilation_standard": "ASHRAE 62
|
17101
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
17102
17102
|
"ventilation_primary_space_type": "Space Function",
|
17103
17103
|
"ventilation_secondary_space_type": "Washroom",
|
17104
17104
|
"ventilation_per_area": 0,
|
@@ -17177,7 +17177,7 @@
|
|
17177
17177
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17178
17178
|
"psa_nongeometry_fraction": null,
|
17179
17179
|
"ssa_nongeometry_fraction": null,
|
17180
|
-
"ventilation_standard": "ASHRAE 62
|
17180
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
17181
17181
|
"ventilation_primary_space_type": "Space Function",
|
17182
17182
|
"ventilation_secondary_space_type": "Workshop space",
|
17183
17183
|
"ventilation_per_area": 0,
|
@@ -17225,7 +17225,7 @@
|
|
17225
17225
|
"necb_schedule_type": "A",
|
17226
17226
|
"notes": null,
|
17227
17227
|
"ventilation_occupancy_rate_people_per_1000ft2": 30,
|
17228
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
17228
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
17229
17229
|
"ventilation_standard_space_type": "Education-Traning shop"
|
17230
17230
|
},
|
17231
17231
|
{
|
@@ -17256,7 +17256,7 @@
|
|
17256
17256
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17257
17257
|
"psa_nongeometry_fraction": null,
|
17258
17258
|
"ssa_nongeometry_fraction": null,
|
17259
|
-
"ventilation_standard": "ASHRAE 62
|
17259
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
17260
17260
|
"ventilation_primary_space_type": "Sports arena",
|
17261
17261
|
"ventilation_secondary_space_type": "WholeBuilding",
|
17262
17262
|
"ventilation_per_area": 0,
|
@@ -17304,7 +17304,7 @@
|
|
17304
17304
|
"necb_schedule_type": "B",
|
17305
17305
|
"notes": null,
|
17306
17306
|
"ventilation_occupancy_rate_people_per_1000ft2": 150,
|
17307
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
17307
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
17308
17308
|
"ventilation_standard_space_type": "Sports and Amusement-Spectator areas"
|
17309
17309
|
},
|
17310
17310
|
{
|
@@ -17335,7 +17335,7 @@
|
|
17335
17335
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17336
17336
|
"psa_nongeometry_fraction": null,
|
17337
17337
|
"ssa_nongeometry_fraction": null,
|
17338
|
-
"ventilation_standard": "ASHRAE 62
|
17338
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
17339
17339
|
"ventilation_primary_space_type": "Town hall",
|
17340
17340
|
"ventilation_secondary_space_type": "WholeBuilding",
|
17341
17341
|
"ventilation_per_area": 0,
|
@@ -17383,7 +17383,7 @@
|
|
17383
17383
|
"necb_schedule_type": "D",
|
17384
17384
|
"notes": null,
|
17385
17385
|
"ventilation_occupancy_rate_people_per_1000ft2": 50,
|
17386
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
17386
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
17387
17387
|
"ventilation_standard_space_type": "Offices-Conference rooms"
|
17388
17388
|
},
|
17389
17389
|
{
|
@@ -17414,7 +17414,7 @@
|
|
17414
17414
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17415
17415
|
"psa_nongeometry_fraction": null,
|
17416
17416
|
"ssa_nongeometry_fraction": null,
|
17417
|
-
"ventilation_standard": "ASHRAE 62
|
17417
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
17418
17418
|
"ventilation_primary_space_type": "Transportation",
|
17419
17419
|
"ventilation_secondary_space_type": "WholeBuilding",
|
17420
17420
|
"ventilation_per_area": 0,
|
@@ -17462,7 +17462,7 @@
|
|
17462
17462
|
"necb_schedule_type": "H",
|
17463
17463
|
"notes": null,
|
17464
17464
|
"ventilation_occupancy_rate_people_per_1000ft2": 100,
|
17465
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
17465
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
17466
17466
|
"ventilation_standard_space_type": "Transportation-Platforms"
|
17467
17467
|
},
|
17468
17468
|
{
|
@@ -17493,7 +17493,7 @@
|
|
17493
17493
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17494
17494
|
"psa_nongeometry_fraction": null,
|
17495
17495
|
"ssa_nongeometry_fraction": null,
|
17496
|
-
"ventilation_standard": "ASHRAE 62
|
17496
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
17497
17497
|
"ventilation_primary_space_type": "Warehouse",
|
17498
17498
|
"ventilation_secondary_space_type": "WholeBuilding",
|
17499
17499
|
"ventilation_per_area": 0.05,
|
@@ -17541,7 +17541,7 @@
|
|
17541
17541
|
"necb_schedule_type": "A",
|
17542
17542
|
"notes": null,
|
17543
17543
|
"ventilation_occupancy_rate_people_per_1000ft2": 5,
|
17544
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
17544
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
17545
17545
|
"ventilation_standard_space_type": "Retail Stores, Sales floors, and Show Room Floors-Warehouses"
|
17546
17546
|
},
|
17547
17547
|
{
|
@@ -17572,7 +17572,7 @@
|
|
17572
17572
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17573
17573
|
"psa_nongeometry_fraction": null,
|
17574
17574
|
"ssa_nongeometry_fraction": null,
|
17575
|
-
"ventilation_standard": "ASHRAE 62
|
17575
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
17576
17576
|
"ventilation_primary_space_type": "Warehouse",
|
17577
17577
|
"ventilation_secondary_space_type": "WholeBuilding",
|
17578
17578
|
"ventilation_per_area": 0.05,
|
@@ -17620,7 +17620,7 @@
|
|
17620
17620
|
"necb_schedule_type": "A",
|
17621
17621
|
"notes": null,
|
17622
17622
|
"ventilation_occupancy_rate_people_per_1000ft2": 5,
|
17623
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
17623
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
17624
17624
|
"ventilation_standard_space_type": "Retail Stores, Sales floors, and Show Room Floors-Warehouses"
|
17625
17625
|
},
|
17626
17626
|
{
|
@@ -17651,7 +17651,7 @@
|
|
17651
17651
|
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17652
17652
|
"psa_nongeometry_fraction": null,
|
17653
17653
|
"ssa_nongeometry_fraction": null,
|
17654
|
-
"ventilation_standard": "ASHRAE 62
|
17654
|
+
"ventilation_standard": "ASHRAE 62-2001 Table 2",
|
17655
17655
|
"ventilation_primary_space_type": "Workshop",
|
17656
17656
|
"ventilation_secondary_space_type": "WholeBuilding",
|
17657
17657
|
"ventilation_per_area": 0,
|
@@ -17699,7 +17699,7 @@
|
|
17699
17699
|
"necb_schedule_type": "A",
|
17700
17700
|
"notes": null,
|
17701
17701
|
"ventilation_occupancy_rate_people_per_1000ft2": 30,
|
17702
|
-
"ventilation_occupancy_standard": "ASHRAE 62
|
17702
|
+
"ventilation_occupancy_standard": "ASHRAE 62-2001 Table 2",
|
17703
17703
|
"ventilation_standard_space_type": "Education-Traning shop"
|
17704
17704
|
}
|
17705
17705
|
]
|