openstudio-standards 0.7.1 → 0.8.0.rc1
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/geometry/ASHRAE90120162019LargeHotel.json +58 -13
- data/data/geometry/ASHRAELargeHotel.json +58 -13
- data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/export_OpenStudio_libraries.rb +2 -2
- data/data/standards/manage_OpenStudio_Standards.rb +6 -6
- data/data/standards/openstudio_standards_duplicates_log.csv +7961 -1
- data/data/standards/test_performance_expected_dd_results.csv +2016 -2004
- data/lib/openstudio-standards/btap/fileio.rb +171 -5
- data/lib/openstudio-standards/constructions/create.rb +38 -4
- data/lib/openstudio-standards/constructions/modify.rb +10 -3
- data/lib/openstudio-standards/create_typical/create_typical.rb +42 -28
- data/lib/openstudio-standards/create_typical/space_type_information.rb +160 -0
- data/lib/openstudio-standards/create_typical/space_type_ratios.rb +16 -19
- data/lib/openstudio-standards/exterior_lighting/create.rb +454 -0
- data/lib/openstudio-standards/exterior_lighting/data/entryways.csv +52 -0
- data/lib/openstudio-standards/exterior_lighting/data/parking.csv +54 -0
- data/lib/openstudio-standards/exterior_lighting/data/typical_exterior_lighting.json +37 -0
- data/lib/openstudio-standards/exterior_lighting/information.rb +202 -0
- data/lib/openstudio-standards/geometry/information.rb +49 -2
- data/lib/openstudio-standards/hvac/components/create.rb +169 -0
- data/lib/openstudio-standards/hvac/components/modify.rb +42 -0
- data/lib/openstudio-standards/hvac/exhaust/create_exhaust_fan.rb +108 -0
- data/lib/openstudio-standards/hvac/exhaust/data/convert_data.rb +86 -0
- data/lib/openstudio-standards/hvac/exhaust/data/typical_exhaust.csv +18 -0
- data/lib/openstudio-standards/hvac/exhaust/data/typical_exhaust.json +89 -0
- data/lib/openstudio-standards/infiltration/nist_infiltration.rb +25 -13
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +0 -64
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +0 -25
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +0 -25
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Warehouse.rb +1 -11
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +5 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +0 -7
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.HeatExchangerAirToAirSensibleAndLatent.rb +36 -18
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +121 -239
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +179 -151
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +0 -466
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +18 -2
- data/lib/openstudio-standards/refrigeration/create_case.rb +125 -0
- data/lib/openstudio-standards/refrigeration/create_compressor.rb +78 -0
- data/lib/openstudio-standards/refrigeration/create_compressor_rack.rb +48 -0
- data/lib/openstudio-standards/refrigeration/create_refrigeration_system.rb +74 -0
- data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +161 -0
- data/lib/openstudio-standards/refrigeration/create_walkin.rb +116 -0
- data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -0
- data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -0
- data/lib/openstudio-standards/refrigeration/data/refrigeration_compressors.csv +13 -0
- data/lib/openstudio-standards/refrigeration/data/typical_refrigerated_cases.csv +17 -0
- data/lib/openstudio-standards/refrigeration/data/typical_refrigerated_walkins.csv +53 -0
- data/lib/openstudio-standards/refrigeration/information.rb +130 -0
- data/lib/openstudio-standards/schedules/parametric.rb +1 -1
- data/lib/openstudio-standards/service_water_heating/create_typical.rb +299 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -14
- data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +119 -0
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +54 -0
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +810 -0
- data/lib/openstudio-standards/service_water_heating/information.rb +69 -0
- data/lib/openstudio-standards/sql_file/fenestration.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.AirConditionerVariableRefrigerantFlow.rb +154 -0
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +35 -12
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +110 -61
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +128 -29
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +103 -38
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +106 -5
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +8 -8
- data/lib/openstudio-standards/standards/Standards.CoolingTower.rb +44 -17
- data/lib/openstudio-standards/standards/Standards.Fan.rb +32 -21
- data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +45 -18
- data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +14 -9
- data/lib/openstudio-standards/standards/Standards.Model.rb +294 -76
- data/lib/openstudio-standards/standards/Standards.Motor.rb +66 -0
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +2 -1
- data/lib/openstudio-standards/standards/Standards.Pump.rb +34 -20
- data/lib/openstudio-standards/standards/Standards.ServiceWaterHeating.rb +0 -353
- data/lib/openstudio-standards/standards/Standards.Space.rb +3 -107
- data/lib/openstudio-standards/standards/Standards.SpaceType.rb +2 -57
- data/lib/openstudio-standards/standards/Standards.Surface.rb +11 -3
- data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +1 -120
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +142 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.economizers.json +1006 -596
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.energy_recovery.json +724 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ext_ltg.json +1258 -163
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.motors.json +1070 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +33 -3374
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.unitary_acs.json +1400 -340
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.vrfs.json +769 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.spc_typ.json +2 -5338
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +142 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.economizers.json +1006 -596
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.energy_recovery.json +724 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ext_ltg.json +1258 -163
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.motors.json +1070 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +15 -3343
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.unitary_acs.json +1840 -372
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.vrfs.json +769 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirLoopHVAC.rb +20 -10
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Space.rb +0 -9
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.spc_typ.json +0 -5382
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +142 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.economizers.json +1006 -628
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.energy_recovery.json +718 -712
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ext_ltg.json +1438 -163
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.motors.json +2552 -182
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +14 -3368
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.unitary_acs.json +2348 -352
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.vrfs.json +769 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirLoopHVAC.rb +47 -61
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +6 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Motor.rb +11 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Space.rb +0 -9
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.spc_typ.json +2 -5522
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +142 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.economizers.json +1006 -628
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +1358 -1346
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ext_ltg.json +1438 -163
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.motors.json +1359 -189
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +19 -3451
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.unitary_acs.json +2176 -616
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.vrfs.json +616 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirLoopHVAC.rb +47 -61
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +9 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Motor.rb +11 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Space.rb +0 -9
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.spc_typ.json +8 -6055
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +142 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.economizers.json +1006 -628
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.energy_recovery.json +1188 -1424
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.ext_ltg.json +1498 -163
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.motors.json +1769 -189
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +15 -3422
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.unitary_acs.json +1807 -408
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.vrfs.json +1024 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +70 -87
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +9 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Motor.rb +11 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +0 -9
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.spc_typ.json +8 -6080
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +142 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.economizers.json +1006 -628
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.energy_recovery.json +2806 -3296
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.ext_ltg.json +1558 -163
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.motors.json +1759 -189
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +16 -3448
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.unitary_acs.json +2758 -422
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.vrfs.json +684 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +14 -3318
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.spc_typ.json +2 -4786
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.chillers.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.economizers.json +953 -207
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.energy_recovery.json +724 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +11 -2858
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirConditionerVariableRefrigerantFlow.rb +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.rb +0 -18
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.spc_typ.json +1 -4739
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.chillers.json +0 -51
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.economizers.json +953 -207
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.energy_recovery.json +724 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +9 -2830
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirConditionerVariableRefrigerantFlow.rb +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.rb +0 -18
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.economizers.json +1006 -564
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.energy_recovery.json +1264 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.spc_typ.json +0 -1079
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +132 -288
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.HeatExchangerSensLat.rb +44 -20
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Model.rb +11 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Space.rb +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.economizers.json +1006 -564
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.energy_recovery.json +1264 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.spc_typ.json +0 -1079
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirLoopHVAC.rb +137 -288
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.HeatExchangerSensLat.rb +44 -20
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Model.rb +11 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Space.rb +0 -9
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +12 -10
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +8 -6
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +8 -6
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +9 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Fan.rb +6 -40
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +30 -337
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Space.rb +4 -5
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +1 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +56 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +80 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.rb +0 -10
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019_WaterHeaterMixed.rb +35 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.economizers.json +550 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.energy_recovery.json +724 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.ext_ltg.json +1216 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +5 -5
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.motors.json +225 -245
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.unitary_acs.json +174 -78
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +354 -317
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_enums.rb +19 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_airloop_hvac.json +185 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_airloop_hvac_doas.json +127 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_building.json +121 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_design_specification_outdoor_air.json +49 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_electric_equipment.json +113 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_exterior_lights.json +120 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_space.json +388 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_spacetype.json +367 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_thermal_zone.json +56 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_wateruse_connections.json +37 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_wateruse_equipment.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_wateruse_equipment_definition.json +37 -0
- data/lib/openstudio-standards/standards/cbes/cbes_pre_1978/data/cbes_pre_1978.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1978/data/cbes_t24_1978.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1992/data/cbes_t24_1992.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2001/data/cbes_t24_2001.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/data/cbes_t24_2005.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/data/cbes_t24_2008.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/data/comstock_deer_1985.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_1996/comstock_deer_1996/data/comstock_deer_1996.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2003/comstock_deer_2003/data/comstock_deer_2003.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2007/comstock_deer_2007/data/comstock_deer_2007.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2011/comstock_deer_2011/data/comstock_deer_2011.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2014/comstock_deer_2014/data/comstock_deer_2014.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2015/comstock_deer_2015/data/comstock_deer_2015.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2017/comstock_deer_2017/data/comstock_deer_2017.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2020/comstock_deer_2020/data/comstock_deer_2020.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2025/comstock_deer_2025/data/comstock_deer_2025.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2030/comstock_deer_2030/data/comstock_deer_2030.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2035/comstock_deer_2035/data/comstock_deer_2035.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2040/comstock_deer_2040/data/comstock_deer_2040.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2045/comstock_deer_2045/data/comstock_deer_2045.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2050/comstock_deer_2050/data/comstock_deer_2050.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2055/comstock_deer_2055/data/comstock_deer_2055.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2060/comstock_deer_2060/data/comstock_deer_2060.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2065/comstock_deer_2065/data/comstock_deer_2065.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2070/comstock_deer_2070/data/comstock_deer_2070.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2075/comstock_deer_2075/data/comstock_deer_2075.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/comstock_deer_pre_1975/data/comstock_deer_pre_1975.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.ext_ltg.json +5 -5
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +10 -1
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/unitary_acs.json +20 -20
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +379 -27
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +1 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +0 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/unitary_acs.json +20 -20
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +34 -22
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +76 -23
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_shw_calculation.xlsx +0 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +4 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +6 -2
- data/lib/openstudio-standards/standards/necb/NECB2015/data/unitary_acs.json +26 -24
- data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +2 -1
- data/lib/openstudio-standards/standards/necb/NECB2020/data/unitary_acs.json +38 -32
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +215 -18
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +190 -15
- data/lib/openstudio-standards/standards/necb/common/national_carbon_price_sched_feb_2025.json +60 -0
- data/lib/openstudio-standards/standards/necb/common/utility_pricing_2025-02-20.csv +92 -0
- data/lib/openstudio-standards/utilities/ruleset_check.rb +204 -0
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/information.rb +1 -1
- data/lib/openstudio-standards.rb +32 -12
- metadata +78 -80
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.refrigeration.rb +0 -13
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.refrigeration.rb +0 -13
- data/lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb +0 -13
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.exterior_lights.rb +0 -432
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Space.rb +0 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.ext_ltg.json +0 -169
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.spc_typ.json +0 -20804
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.Space.rb +0 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.ext_ltg.json +0 -169
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.ext_ltg.json +0 -169
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.ext_ltg.json +0 -169
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ext_ltg.json +0 -169
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ref_cases.json +0 -763
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ext_ltg.json +0 -169
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ref_cases.json +0 -763
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.ext_ltg.json +0 -169
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.ext_ltg.json +0 -169
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_economizers.json +0 -213
- data/lib/openstudio-standards/standards/cbes/cbes.Space.rb +0 -11
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/cbes_t24_2005.Space.rb +0 -11
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/cbes_t24_2008.Space.rb +0 -11
- data/lib/openstudio-standards/standards/deer/deer.Space.rb +0 -20
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.ref_lnup.json +0 -562
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.ref_cases.json +0 -1456
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.ref_lnup.json +0 -562
@@ -1,612 +1,1054 @@
|
|
1
1
|
{
|
2
2
|
"economizers": [
|
3
3
|
{
|
4
|
-
"
|
5
|
-
"climate_zone": "ASHRAE 169-2006-1A",
|
6
|
-
"data_center": false,
|
7
|
-
"capacity_limit": null,
|
8
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
9
|
-
"notes": "Same as 90.1-2013"
|
10
|
-
},
|
11
|
-
{
|
12
|
-
"template": "NREL ZNE Ready 2017",
|
13
|
-
"climate_zone": "ASHRAE 169-2006-1A",
|
14
|
-
"data_center": true,
|
15
|
-
"capacity_limit": null,
|
16
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
17
|
-
"notes": "Same as 90.1-2013"
|
18
|
-
},
|
19
|
-
{
|
20
|
-
"template": "NREL ZNE Ready 2017",
|
21
|
-
"climate_zone": "ASHRAE 169-2006-1B",
|
22
|
-
"data_center": false,
|
23
|
-
"capacity_limit": null,
|
24
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
25
|
-
"notes": "Same as 90.1-2013"
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"template": "NREL ZNE Ready 2017",
|
29
|
-
"climate_zone": "ASHRAE 169-2006-1B",
|
30
|
-
"data_center": true,
|
31
|
-
"capacity_limit": null,
|
32
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
33
|
-
"notes": "Same as 90.1-2013"
|
34
|
-
},
|
35
|
-
{
|
36
|
-
"template": "NREL ZNE Ready 2017",
|
37
|
-
"climate_zone": "ASHRAE 169-2006-2A",
|
38
|
-
"data_center": false,
|
39
|
-
"capacity_limit": 54000.0,
|
40
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
41
|
-
"notes": "Same as 90.1-2013"
|
42
|
-
},
|
43
|
-
{
|
44
|
-
"template": "NREL ZNE Ready 2017",
|
45
|
-
"climate_zone": "ASHRAE 169-2006-2A",
|
46
|
-
"data_center": true,
|
47
|
-
"capacity_limit": null,
|
48
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
49
|
-
"notes": "Same as 90.1-2013"
|
50
|
-
},
|
51
|
-
{
|
52
|
-
"template": "NREL ZNE Ready 2017",
|
53
|
-
"climate_zone": "ASHRAE 169-2006-2B",
|
54
|
-
"data_center": false,
|
55
|
-
"capacity_limit": 54000.0,
|
56
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
57
|
-
"notes": "Same as 90.1-2013"
|
58
|
-
},
|
59
|
-
{
|
60
|
-
"template": "NREL ZNE Ready 2017",
|
61
|
-
"climate_zone": "ASHRAE 169-2006-2B",
|
62
|
-
"data_center": true,
|
63
|
-
"capacity_limit": 135000.0,
|
64
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
65
|
-
"notes": "Same as 90.1-2013"
|
66
|
-
},
|
67
|
-
{
|
68
|
-
"template": "NREL ZNE Ready 2017",
|
69
|
-
"climate_zone": "ASHRAE 169-2006-3A",
|
70
|
-
"data_center": false,
|
71
|
-
"capacity_limit": 54000.0,
|
72
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
73
|
-
"notes": "Same as 90.1-2013"
|
74
|
-
},
|
75
|
-
{
|
76
|
-
"template": "NREL ZNE Ready 2017",
|
77
|
-
"climate_zone": "ASHRAE 169-2006-3A",
|
78
|
-
"data_center": true,
|
79
|
-
"capacity_limit": null,
|
80
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
81
|
-
"notes": "Same as 90.1-2013"
|
82
|
-
},
|
83
|
-
{
|
84
|
-
"template": "NREL ZNE Ready 2017",
|
85
|
-
"climate_zone": "ASHRAE 169-2006-3B",
|
86
|
-
"data_center": false,
|
87
|
-
"capacity_limit": 54000.0,
|
88
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
89
|
-
"notes": "Same as 90.1-2013"
|
90
|
-
},
|
91
|
-
{
|
92
|
-
"template": "NREL ZNE Ready 2017",
|
93
|
-
"climate_zone": "ASHRAE 169-2006-3B",
|
94
|
-
"data_center": true,
|
95
|
-
"capacity_limit": 65000.0,
|
96
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
97
|
-
"notes": "Same as 90.1-2013"
|
98
|
-
},
|
99
|
-
{
|
100
|
-
"template": "NREL ZNE Ready 2017",
|
101
|
-
"climate_zone": "ASHRAE 169-2006-3C",
|
102
|
-
"data_center": false,
|
103
|
-
"capacity_limit": 54000.0,
|
104
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
105
|
-
"notes": "Same as 90.1-2013"
|
106
|
-
},
|
107
|
-
{
|
108
|
-
"template": "NREL ZNE Ready 2017",
|
109
|
-
"climate_zone": "ASHRAE 169-2006-3C",
|
110
|
-
"data_center": true,
|
111
|
-
"capacity_limit": 65000.0,
|
112
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
113
|
-
"notes": "Same as 90.1-2013"
|
114
|
-
},
|
115
|
-
{
|
116
|
-
"template": "NREL ZNE Ready 2017",
|
117
|
-
"climate_zone": "ASHRAE 169-2006-4A",
|
118
|
-
"data_center": false,
|
119
|
-
"capacity_limit": 54000.0,
|
120
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
121
|
-
"notes": "Same as 90.1-2013"
|
122
|
-
},
|
123
|
-
{
|
124
|
-
"template": "NREL ZNE Ready 2017",
|
125
|
-
"climate_zone": "ASHRAE 169-2006-4A",
|
126
|
-
"data_center": true,
|
127
|
-
"capacity_limit": null,
|
128
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
129
|
-
"notes": "Same as 90.1-2013"
|
130
|
-
},
|
131
|
-
{
|
132
|
-
"template": "NREL ZNE Ready 2017",
|
133
|
-
"climate_zone": "ASHRAE 169-2006-4B",
|
134
|
-
"data_center": false,
|
135
|
-
"capacity_limit": 54000.0,
|
136
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
137
|
-
"notes": "Same as 90.1-2013"
|
138
|
-
},
|
139
|
-
{
|
140
|
-
"template": "NREL ZNE Ready 2017",
|
141
|
-
"climate_zone": "ASHRAE 169-2006-4B",
|
142
|
-
"data_center": true,
|
143
|
-
"capacity_limit": 65000.0,
|
144
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
145
|
-
"notes": "Same as 90.1-2013"
|
146
|
-
},
|
147
|
-
{
|
148
|
-
"template": "NREL ZNE Ready 2017",
|
149
|
-
"climate_zone": "ASHRAE 169-2006-4C",
|
150
|
-
"data_center": false,
|
151
|
-
"capacity_limit": 54000.0,
|
152
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
153
|
-
"notes": "Same as 90.1-2013"
|
154
|
-
},
|
155
|
-
{
|
156
|
-
"template": "NREL ZNE Ready 2017",
|
157
|
-
"climate_zone": "ASHRAE 169-2006-4C",
|
158
|
-
"data_center": true,
|
159
|
-
"capacity_limit": 65000.0,
|
160
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
161
|
-
"notes": "Same as 90.1-2013"
|
162
|
-
},
|
163
|
-
{
|
164
|
-
"template": "NREL ZNE Ready 2017",
|
165
|
-
"climate_zone": "ASHRAE 169-2006-5A",
|
166
|
-
"data_center": false,
|
167
|
-
"capacity_limit": 54000.0,
|
168
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
|
169
|
-
"notes": "Same as 90.1-2013"
|
170
|
-
},
|
171
|
-
{
|
172
|
-
"template": "NREL ZNE Ready 2017",
|
173
|
-
"climate_zone": "ASHRAE 169-2006-5A",
|
174
|
-
"data_center": true,
|
175
|
-
"capacity_limit": 135000.0,
|
176
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
|
177
|
-
"notes": "Same as 90.1-2013"
|
178
|
-
},
|
179
|
-
{
|
180
|
-
"template": "NREL ZNE Ready 2017",
|
181
|
-
"climate_zone": "ASHRAE 169-2006-5B",
|
182
|
-
"data_center": false,
|
183
|
-
"capacity_limit": 54000.0,
|
184
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
185
|
-
"notes": "Same as 90.1-2013"
|
186
|
-
},
|
187
|
-
{
|
188
|
-
"template": "NREL ZNE Ready 2017",
|
189
|
-
"climate_zone": "ASHRAE 169-2006-5B",
|
190
|
-
"data_center": true,
|
191
|
-
"capacity_limit": 65000.0,
|
192
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
193
|
-
"notes": "Same as 90.1-2013"
|
194
|
-
},
|
195
|
-
{
|
196
|
-
"template": "NREL ZNE Ready 2017",
|
197
|
-
"climate_zone": "ASHRAE 169-2006-5C",
|
198
|
-
"data_center": false,
|
199
|
-
"capacity_limit": 54000.0,
|
200
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
201
|
-
"notes": "Same as 90.1-2013"
|
202
|
-
},
|
203
|
-
{
|
204
|
-
"template": "NREL ZNE Ready 2017",
|
205
|
-
"climate_zone": "ASHRAE 169-2006-5C",
|
206
|
-
"data_center": true,
|
207
|
-
"capacity_limit": 65000.0,
|
208
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
209
|
-
"notes": "Same as 90.1-2013"
|
210
|
-
},
|
211
|
-
{
|
212
|
-
"template": "NREL ZNE Ready 2017",
|
213
|
-
"climate_zone": "ASHRAE 169-2006-6A",
|
214
|
-
"data_center": false,
|
215
|
-
"capacity_limit": 54000.0,
|
216
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
|
217
|
-
"notes": "Same as 90.1-2013"
|
218
|
-
},
|
219
|
-
{
|
220
|
-
"template": "NREL ZNE Ready 2017",
|
221
|
-
"climate_zone": "ASHRAE 169-2006-6A",
|
222
|
-
"data_center": true,
|
223
|
-
"capacity_limit": 135000.0,
|
224
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
|
225
|
-
"notes": "Same as 90.1-2013"
|
226
|
-
},
|
227
|
-
{
|
228
|
-
"template": "NREL ZNE Ready 2017",
|
229
|
-
"climate_zone": "ASHRAE 169-2006-6B",
|
230
|
-
"data_center": false,
|
231
|
-
"capacity_limit": 54000.0,
|
232
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
233
|
-
"notes": "Same as 90.1-2013"
|
234
|
-
},
|
235
|
-
{
|
236
|
-
"template": "NREL ZNE Ready 2017",
|
237
|
-
"climate_zone": "ASHRAE 169-2006-6B",
|
238
|
-
"data_center": true,
|
239
|
-
"capacity_limit": 65000.0,
|
240
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
241
|
-
"notes": "Same as 90.1-2013"
|
242
|
-
},
|
243
|
-
{
|
244
|
-
"template": "NREL ZNE Ready 2017",
|
245
|
-
"climate_zone": "ASHRAE 169-2006-7A",
|
246
|
-
"data_center": false,
|
247
|
-
"capacity_limit": 54000.0,
|
248
|
-
"fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
|
249
|
-
"notes": "Same as 90.1-2013"
|
250
|
-
},
|
251
|
-
{
|
252
|
-
"template": "NREL ZNE Ready 2017",
|
253
|
-
"climate_zone": "ASHRAE 169-2006-7A",
|
4
|
+
"climate_zone": "1A",
|
254
5
|
"data_center": true,
|
255
|
-
"
|
256
|
-
"
|
257
|
-
"
|
258
|
-
|
259
|
-
|
260
|
-
"
|
261
|
-
"
|
6
|
+
"minimum_capacity": null,
|
7
|
+
"fan_cooling_application": "All",
|
8
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
9
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
10
|
+
"fixed_dry_bulb_is_allowed": true,
|
11
|
+
"differential_dry_bulb_is_allowed": false,
|
12
|
+
"electronic_enthalpy_is_allowed": null,
|
13
|
+
"differential_enthalpy_is_allowed": null,
|
14
|
+
"dew_point_dry_bulb_is_allowed": null,
|
15
|
+
"fixed_enthalpy_is_allowed": null,
|
16
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
17
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
18
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 65,
|
19
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
20
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
21
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
22
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
23
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
24
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
25
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": null,
|
26
|
+
"heat_recovery_exempted": true
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"climate_zone": "1A",
|
262
30
|
"data_center": false,
|
263
|
-
"
|
264
|
-
"
|
265
|
-
"
|
266
|
-
|
267
|
-
|
268
|
-
"
|
269
|
-
"
|
31
|
+
"minimum_capacity": null,
|
32
|
+
"fan_cooling_application": "All",
|
33
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
34
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
35
|
+
"fixed_dry_bulb_is_allowed": true,
|
36
|
+
"differential_dry_bulb_is_allowed": false,
|
37
|
+
"electronic_enthalpy_is_allowed": null,
|
38
|
+
"differential_enthalpy_is_allowed": null,
|
39
|
+
"dew_point_dry_bulb_is_allowed": null,
|
40
|
+
"fixed_enthalpy_is_allowed": null,
|
41
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
42
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
43
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 65,
|
44
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
45
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
46
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
47
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
48
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
49
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
50
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": null,
|
51
|
+
"heat_recovery_exempted": true
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"climate_zone": "1B",
|
270
55
|
"data_center": true,
|
271
|
-
"
|
272
|
-
"
|
273
|
-
"
|
274
|
-
|
275
|
-
|
276
|
-
"
|
277
|
-
"
|
56
|
+
"minimum_capacity": null,
|
57
|
+
"fan_cooling_application": "All",
|
58
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
59
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
60
|
+
"fixed_dry_bulb_is_allowed": true,
|
61
|
+
"differential_dry_bulb_is_allowed": true,
|
62
|
+
"electronic_enthalpy_is_allowed": null,
|
63
|
+
"differential_enthalpy_is_allowed": null,
|
64
|
+
"dew_point_dry_bulb_is_allowed": null,
|
65
|
+
"fixed_enthalpy_is_allowed": null,
|
66
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
67
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
68
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
69
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
70
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
71
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
72
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
73
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
74
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
75
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": null,
|
76
|
+
"heat_recovery_exempted": true
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"climate_zone": "1B",
|
278
80
|
"data_center": false,
|
279
|
-
"
|
280
|
-
"
|
281
|
-
"
|
282
|
-
|
283
|
-
|
284
|
-
"
|
285
|
-
"
|
81
|
+
"minimum_capacity": null,
|
82
|
+
"fan_cooling_application": "All",
|
83
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
84
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
85
|
+
"fixed_dry_bulb_is_allowed": true,
|
86
|
+
"differential_dry_bulb_is_allowed": true,
|
87
|
+
"electronic_enthalpy_is_allowed": null,
|
88
|
+
"differential_enthalpy_is_allowed": null,
|
89
|
+
"dew_point_dry_bulb_is_allowed": null,
|
90
|
+
"fixed_enthalpy_is_allowed": null,
|
91
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
92
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
93
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
94
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
95
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
96
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
97
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
98
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
99
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
100
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": null,
|
101
|
+
"heat_recovery_exempted": true
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"climate_zone": "2A",
|
286
105
|
"data_center": true,
|
287
|
-
"
|
288
|
-
"
|
289
|
-
"
|
290
|
-
|
291
|
-
|
292
|
-
"
|
293
|
-
"
|
106
|
+
"minimum_capacity": null,
|
107
|
+
"fan_cooling_application": "All",
|
108
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
109
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
110
|
+
"fixed_dry_bulb_is_allowed": true,
|
111
|
+
"differential_dry_bulb_is_allowed": false,
|
112
|
+
"electronic_enthalpy_is_allowed": null,
|
113
|
+
"differential_enthalpy_is_allowed": null,
|
114
|
+
"dew_point_dry_bulb_is_allowed": null,
|
115
|
+
"fixed_enthalpy_is_allowed": null,
|
116
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
117
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
118
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 65,
|
119
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
120
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
121
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
122
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
123
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
124
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
125
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 17,
|
126
|
+
"heat_recovery_exempted": true
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"climate_zone": "2A",
|
294
130
|
"data_center": false,
|
295
|
-
"
|
296
|
-
"
|
297
|
-
"
|
298
|
-
|
299
|
-
|
300
|
-
"
|
301
|
-
"
|
131
|
+
"minimum_capacity": 54000,
|
132
|
+
"fan_cooling_application": "All",
|
133
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
134
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
135
|
+
"fixed_dry_bulb_is_allowed": true,
|
136
|
+
"differential_dry_bulb_is_allowed": false,
|
137
|
+
"electronic_enthalpy_is_allowed": null,
|
138
|
+
"differential_enthalpy_is_allowed": null,
|
139
|
+
"dew_point_dry_bulb_is_allowed": null,
|
140
|
+
"fixed_enthalpy_is_allowed": null,
|
141
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
142
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
143
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 65,
|
144
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
145
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
146
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
147
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
148
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
149
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
150
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 17,
|
151
|
+
"heat_recovery_exempted": true
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"climate_zone": "2B",
|
302
155
|
"data_center": true,
|
303
|
-
"
|
304
|
-
"
|
305
|
-
"
|
306
|
-
|
307
|
-
|
308
|
-
"
|
309
|
-
"
|
156
|
+
"minimum_capacity": 135000,
|
157
|
+
"fan_cooling_application": "All",
|
158
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
159
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
160
|
+
"fixed_dry_bulb_is_allowed": true,
|
161
|
+
"differential_dry_bulb_is_allowed": true,
|
162
|
+
"electronic_enthalpy_is_allowed": null,
|
163
|
+
"differential_enthalpy_is_allowed": null,
|
164
|
+
"dew_point_dry_bulb_is_allowed": null,
|
165
|
+
"fixed_enthalpy_is_allowed": null,
|
166
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
167
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
168
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
169
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
170
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
171
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
172
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
173
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
174
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
175
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 21,
|
176
|
+
"heat_recovery_exempted": true
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"climate_zone": "2B",
|
310
180
|
"data_center": false,
|
311
|
-
"
|
312
|
-
"
|
313
|
-
"
|
314
|
-
|
315
|
-
|
316
|
-
"
|
317
|
-
"
|
181
|
+
"minimum_capacity": 54000,
|
182
|
+
"fan_cooling_application": "All",
|
183
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
184
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
185
|
+
"fixed_dry_bulb_is_allowed": true,
|
186
|
+
"differential_dry_bulb_is_allowed": true,
|
187
|
+
"electronic_enthalpy_is_allowed": null,
|
188
|
+
"differential_enthalpy_is_allowed": null,
|
189
|
+
"dew_point_dry_bulb_is_allowed": null,
|
190
|
+
"fixed_enthalpy_is_allowed": null,
|
191
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
192
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
193
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
194
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
195
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
196
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
197
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
198
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
199
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
200
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 21,
|
201
|
+
"heat_recovery_exempted": true
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"climate_zone": "3A",
|
318
205
|
"data_center": true,
|
319
|
-
"
|
320
|
-
"
|
321
|
-
"
|
322
|
-
|
323
|
-
|
324
|
-
"
|
325
|
-
"
|
206
|
+
"minimum_capacity": null,
|
207
|
+
"fan_cooling_application": "All",
|
208
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
209
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
210
|
+
"fixed_dry_bulb_is_allowed": true,
|
211
|
+
"differential_dry_bulb_is_allowed": false,
|
212
|
+
"electronic_enthalpy_is_allowed": null,
|
213
|
+
"differential_enthalpy_is_allowed": null,
|
214
|
+
"dew_point_dry_bulb_is_allowed": null,
|
215
|
+
"fixed_enthalpy_is_allowed": null,
|
216
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
217
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
218
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 65,
|
219
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
220
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
221
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
222
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
223
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
224
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
225
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 27,
|
226
|
+
"heat_recovery_exempted": true
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"climate_zone": "3A",
|
326
230
|
"data_center": false,
|
327
|
-
"
|
328
|
-
"
|
329
|
-
"
|
330
|
-
|
331
|
-
|
332
|
-
"
|
333
|
-
"
|
231
|
+
"minimum_capacity": 54000,
|
232
|
+
"fan_cooling_application": "All",
|
233
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
234
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
235
|
+
"fixed_dry_bulb_is_allowed": true,
|
236
|
+
"differential_dry_bulb_is_allowed": false,
|
237
|
+
"electronic_enthalpy_is_allowed": null,
|
238
|
+
"differential_enthalpy_is_allowed": null,
|
239
|
+
"dew_point_dry_bulb_is_allowed": null,
|
240
|
+
"fixed_enthalpy_is_allowed": null,
|
241
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
242
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
243
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 65,
|
244
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
245
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
246
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
247
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
248
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
249
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
250
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 27,
|
251
|
+
"heat_recovery_exempted": true
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"climate_zone": "3B",
|
334
255
|
"data_center": true,
|
335
|
-
"
|
336
|
-
"
|
337
|
-
"
|
338
|
-
|
339
|
-
|
340
|
-
"
|
341
|
-
"
|
256
|
+
"minimum_capacity": 65000,
|
257
|
+
"fan_cooling_application": "All",
|
258
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
259
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
260
|
+
"fixed_dry_bulb_is_allowed": true,
|
261
|
+
"differential_dry_bulb_is_allowed": true,
|
262
|
+
"electronic_enthalpy_is_allowed": null,
|
263
|
+
"differential_enthalpy_is_allowed": null,
|
264
|
+
"dew_point_dry_bulb_is_allowed": null,
|
265
|
+
"fixed_enthalpy_is_allowed": null,
|
266
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
267
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
268
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
269
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
270
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
271
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
272
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
273
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
274
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
275
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 32,
|
276
|
+
"heat_recovery_exempted": true
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"climate_zone": "3B",
|
342
280
|
"data_center": false,
|
343
|
-
"
|
344
|
-
"
|
345
|
-
"
|
346
|
-
|
347
|
-
|
348
|
-
"
|
349
|
-
"
|
281
|
+
"minimum_capacity": 54000,
|
282
|
+
"fan_cooling_application": "All",
|
283
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
284
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
285
|
+
"fixed_dry_bulb_is_allowed": true,
|
286
|
+
"differential_dry_bulb_is_allowed": true,
|
287
|
+
"electronic_enthalpy_is_allowed": null,
|
288
|
+
"differential_enthalpy_is_allowed": null,
|
289
|
+
"dew_point_dry_bulb_is_allowed": null,
|
290
|
+
"fixed_enthalpy_is_allowed": null,
|
291
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
292
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
293
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
294
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
295
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
296
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
297
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
298
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
299
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
300
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 32,
|
301
|
+
"heat_recovery_exempted": true
|
302
|
+
},
|
303
|
+
{
|
304
|
+
"climate_zone": "3C",
|
350
305
|
"data_center": true,
|
351
|
-
"
|
352
|
-
"
|
353
|
-
"
|
354
|
-
|
355
|
-
|
356
|
-
"
|
357
|
-
"
|
306
|
+
"minimum_capacity": 65000,
|
307
|
+
"fan_cooling_application": "All",
|
308
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
309
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
310
|
+
"fixed_dry_bulb_is_allowed": true,
|
311
|
+
"differential_dry_bulb_is_allowed": true,
|
312
|
+
"electronic_enthalpy_is_allowed": null,
|
313
|
+
"differential_enthalpy_is_allowed": null,
|
314
|
+
"dew_point_dry_bulb_is_allowed": null,
|
315
|
+
"fixed_enthalpy_is_allowed": null,
|
316
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
317
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
318
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
319
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
320
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
321
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
322
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
323
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
324
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
325
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 65,
|
326
|
+
"heat_recovery_exempted": true
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"climate_zone": "3C",
|
358
330
|
"data_center": false,
|
359
|
-
"
|
360
|
-
"
|
361
|
-
"
|
362
|
-
|
363
|
-
|
364
|
-
"
|
365
|
-
"
|
331
|
+
"minimum_capacity": 54000,
|
332
|
+
"fan_cooling_application": "All",
|
333
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
334
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
335
|
+
"fixed_dry_bulb_is_allowed": true,
|
336
|
+
"differential_dry_bulb_is_allowed": true,
|
337
|
+
"electronic_enthalpy_is_allowed": null,
|
338
|
+
"differential_enthalpy_is_allowed": null,
|
339
|
+
"dew_point_dry_bulb_is_allowed": null,
|
340
|
+
"fixed_enthalpy_is_allowed": null,
|
341
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
342
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
343
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
344
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
345
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
346
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
347
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
348
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
349
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
350
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 65,
|
351
|
+
"heat_recovery_exempted": true
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"climate_zone": "4A",
|
366
355
|
"data_center": true,
|
367
|
-
"
|
368
|
-
"
|
369
|
-
"
|
370
|
-
|
371
|
-
|
372
|
-
"
|
373
|
-
"
|
356
|
+
"minimum_capacity": null,
|
357
|
+
"fan_cooling_application": "All",
|
358
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
359
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
360
|
+
"fixed_dry_bulb_is_allowed": true,
|
361
|
+
"differential_dry_bulb_is_allowed": false,
|
362
|
+
"electronic_enthalpy_is_allowed": null,
|
363
|
+
"differential_enthalpy_is_allowed": null,
|
364
|
+
"dew_point_dry_bulb_is_allowed": null,
|
365
|
+
"fixed_enthalpy_is_allowed": null,
|
366
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
367
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
368
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 65,
|
369
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
370
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
371
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
372
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
373
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
374
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
375
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 42,
|
376
|
+
"heat_recovery_exempted": true
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"climate_zone": "4A",
|
374
380
|
"data_center": false,
|
375
|
-
"
|
376
|
-
"
|
377
|
-
"
|
378
|
-
|
379
|
-
|
380
|
-
"
|
381
|
-
"
|
381
|
+
"minimum_capacity": 54000,
|
382
|
+
"fan_cooling_application": "All",
|
383
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
384
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
385
|
+
"fixed_dry_bulb_is_allowed": true,
|
386
|
+
"differential_dry_bulb_is_allowed": false,
|
387
|
+
"electronic_enthalpy_is_allowed": null,
|
388
|
+
"differential_enthalpy_is_allowed": null,
|
389
|
+
"dew_point_dry_bulb_is_allowed": null,
|
390
|
+
"fixed_enthalpy_is_allowed": null,
|
391
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
392
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
393
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 65,
|
394
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
395
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
396
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
397
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
398
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
399
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
400
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 42,
|
401
|
+
"heat_recovery_exempted": true
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"climate_zone": "4B",
|
382
405
|
"data_center": true,
|
383
|
-
"
|
384
|
-
"
|
385
|
-
"
|
386
|
-
|
387
|
-
|
388
|
-
"
|
389
|
-
"
|
406
|
+
"minimum_capacity": 65000,
|
407
|
+
"fan_cooling_application": "All",
|
408
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
409
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
410
|
+
"fixed_dry_bulb_is_allowed": true,
|
411
|
+
"differential_dry_bulb_is_allowed": true,
|
412
|
+
"electronic_enthalpy_is_allowed": null,
|
413
|
+
"differential_enthalpy_is_allowed": null,
|
414
|
+
"dew_point_dry_bulb_is_allowed": null,
|
415
|
+
"fixed_enthalpy_is_allowed": null,
|
416
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
417
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
418
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
419
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
420
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
421
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
422
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
423
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
424
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
425
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 49,
|
426
|
+
"heat_recovery_exempted": true
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"climate_zone": "4B",
|
390
430
|
"data_center": false,
|
391
|
-
"
|
392
|
-
"
|
393
|
-
"
|
394
|
-
|
395
|
-
|
396
|
-
"
|
397
|
-
"
|
431
|
+
"minimum_capacity": 54000,
|
432
|
+
"fan_cooling_application": "All",
|
433
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
434
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
435
|
+
"fixed_dry_bulb_is_allowed": true,
|
436
|
+
"differential_dry_bulb_is_allowed": true,
|
437
|
+
"electronic_enthalpy_is_allowed": null,
|
438
|
+
"differential_enthalpy_is_allowed": null,
|
439
|
+
"dew_point_dry_bulb_is_allowed": null,
|
440
|
+
"fixed_enthalpy_is_allowed": null,
|
441
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
442
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
443
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
444
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
445
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
446
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
447
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
448
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
449
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
450
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 49,
|
451
|
+
"heat_recovery_exempted": true
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"climate_zone": "4C",
|
398
455
|
"data_center": true,
|
399
|
-
"
|
400
|
-
"
|
401
|
-
"
|
402
|
-
|
403
|
-
|
404
|
-
"
|
405
|
-
"
|
456
|
+
"minimum_capacity": 65000,
|
457
|
+
"fan_cooling_application": "All",
|
458
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
459
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
460
|
+
"fixed_dry_bulb_is_allowed": true,
|
461
|
+
"differential_dry_bulb_is_allowed": true,
|
462
|
+
"electronic_enthalpy_is_allowed": null,
|
463
|
+
"differential_enthalpy_is_allowed": null,
|
464
|
+
"dew_point_dry_bulb_is_allowed": null,
|
465
|
+
"fixed_enthalpy_is_allowed": null,
|
466
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
467
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
468
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
469
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
470
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
471
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
472
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
473
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
474
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
475
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 64,
|
476
|
+
"heat_recovery_exempted": true
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"climate_zone": "4C",
|
406
480
|
"data_center": false,
|
407
|
-
"
|
408
|
-
"
|
409
|
-
"
|
410
|
-
|
411
|
-
|
412
|
-
"
|
413
|
-
"
|
481
|
+
"minimum_capacity": 54000,
|
482
|
+
"fan_cooling_application": "All",
|
483
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
484
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
485
|
+
"fixed_dry_bulb_is_allowed": true,
|
486
|
+
"differential_dry_bulb_is_allowed": true,
|
487
|
+
"electronic_enthalpy_is_allowed": null,
|
488
|
+
"differential_enthalpy_is_allowed": null,
|
489
|
+
"dew_point_dry_bulb_is_allowed": null,
|
490
|
+
"fixed_enthalpy_is_allowed": null,
|
491
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
492
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
493
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
494
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
495
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
496
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
497
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
498
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
499
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
500
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 64,
|
501
|
+
"heat_recovery_exempted": true
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"climate_zone": "5A",
|
414
505
|
"data_center": true,
|
415
|
-
"
|
416
|
-
"
|
417
|
-
"
|
418
|
-
|
419
|
-
|
420
|
-
"
|
421
|
-
"
|
506
|
+
"minimum_capacity": 135000,
|
507
|
+
"fan_cooling_application": "All",
|
508
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
509
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
510
|
+
"fixed_dry_bulb_is_allowed": true,
|
511
|
+
"differential_dry_bulb_is_allowed": true,
|
512
|
+
"electronic_enthalpy_is_allowed": null,
|
513
|
+
"differential_enthalpy_is_allowed": null,
|
514
|
+
"dew_point_dry_bulb_is_allowed": null,
|
515
|
+
"fixed_enthalpy_is_allowed": null,
|
516
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
517
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
518
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 70,
|
519
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
520
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
521
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
522
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
523
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
524
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
525
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 49,
|
526
|
+
"heat_recovery_exempted": true
|
527
|
+
},
|
528
|
+
{
|
529
|
+
"climate_zone": "5A",
|
422
530
|
"data_center": false,
|
423
|
-
"
|
424
|
-
"
|
425
|
-
"
|
426
|
-
|
427
|
-
|
428
|
-
"
|
429
|
-
"
|
531
|
+
"minimum_capacity": 54000,
|
532
|
+
"fan_cooling_application": "All",
|
533
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
534
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
535
|
+
"fixed_dry_bulb_is_allowed": true,
|
536
|
+
"differential_dry_bulb_is_allowed": true,
|
537
|
+
"electronic_enthalpy_is_allowed": null,
|
538
|
+
"differential_enthalpy_is_allowed": null,
|
539
|
+
"dew_point_dry_bulb_is_allowed": null,
|
540
|
+
"fixed_enthalpy_is_allowed": null,
|
541
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
542
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
543
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 70,
|
544
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
545
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
546
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
547
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
548
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
549
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
550
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 49,
|
551
|
+
"heat_recovery_exempted": true
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"climate_zone": "5B",
|
430
555
|
"data_center": true,
|
431
|
-
"
|
432
|
-
"
|
433
|
-
"
|
434
|
-
|
435
|
-
|
436
|
-
"
|
437
|
-
"
|
556
|
+
"minimum_capacity": 65000,
|
557
|
+
"fan_cooling_application": "All",
|
558
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
559
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
560
|
+
"fixed_dry_bulb_is_allowed": true,
|
561
|
+
"differential_dry_bulb_is_allowed": true,
|
562
|
+
"electronic_enthalpy_is_allowed": null,
|
563
|
+
"differential_enthalpy_is_allowed": null,
|
564
|
+
"dew_point_dry_bulb_is_allowed": null,
|
565
|
+
"fixed_enthalpy_is_allowed": null,
|
566
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
567
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
568
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
569
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
570
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
571
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
572
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
573
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
574
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
575
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 59,
|
576
|
+
"heat_recovery_exempted": true
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"climate_zone": "5B",
|
438
580
|
"data_center": false,
|
439
|
-
"
|
440
|
-
"
|
441
|
-
"
|
442
|
-
|
443
|
-
|
444
|
-
"
|
445
|
-
"
|
581
|
+
"minimum_capacity": 54000,
|
582
|
+
"fan_cooling_application": "All",
|
583
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
584
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
585
|
+
"fixed_dry_bulb_is_allowed": true,
|
586
|
+
"differential_dry_bulb_is_allowed": true,
|
587
|
+
"electronic_enthalpy_is_allowed": null,
|
588
|
+
"differential_enthalpy_is_allowed": null,
|
589
|
+
"dew_point_dry_bulb_is_allowed": null,
|
590
|
+
"fixed_enthalpy_is_allowed": null,
|
591
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
592
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
593
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
594
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
595
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
596
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
597
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
598
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
599
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
600
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 59,
|
601
|
+
"heat_recovery_exempted": true
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"climate_zone": "5C",
|
446
605
|
"data_center": true,
|
447
|
-
"
|
448
|
-
"
|
449
|
-
"
|
450
|
-
|
451
|
-
|
452
|
-
"
|
453
|
-
"
|
606
|
+
"minimum_capacity": 65000,
|
607
|
+
"fan_cooling_application": "All",
|
608
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
609
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
610
|
+
"fixed_dry_bulb_is_allowed": true,
|
611
|
+
"differential_dry_bulb_is_allowed": true,
|
612
|
+
"electronic_enthalpy_is_allowed": null,
|
613
|
+
"differential_enthalpy_is_allowed": null,
|
614
|
+
"dew_point_dry_bulb_is_allowed": null,
|
615
|
+
"fixed_enthalpy_is_allowed": null,
|
616
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
617
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
618
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
619
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
620
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
621
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
622
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
623
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
624
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
625
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 74,
|
626
|
+
"heat_recovery_exempted": true
|
627
|
+
},
|
628
|
+
{
|
629
|
+
"climate_zone": "5C",
|
454
630
|
"data_center": false,
|
455
|
-
"
|
456
|
-
"
|
457
|
-
"
|
458
|
-
|
459
|
-
|
460
|
-
"
|
461
|
-
"
|
631
|
+
"minimum_capacity": 54000,
|
632
|
+
"fan_cooling_application": "All",
|
633
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
634
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
635
|
+
"fixed_dry_bulb_is_allowed": true,
|
636
|
+
"differential_dry_bulb_is_allowed": true,
|
637
|
+
"electronic_enthalpy_is_allowed": null,
|
638
|
+
"differential_enthalpy_is_allowed": null,
|
639
|
+
"dew_point_dry_bulb_is_allowed": null,
|
640
|
+
"fixed_enthalpy_is_allowed": null,
|
641
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
642
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
643
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
644
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
645
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
646
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
647
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
648
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
649
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
650
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 74,
|
651
|
+
"heat_recovery_exempted": true
|
652
|
+
},
|
653
|
+
{
|
654
|
+
"climate_zone": "6A",
|
462
655
|
"data_center": true,
|
463
|
-
"
|
464
|
-
"
|
465
|
-
"
|
466
|
-
|
467
|
-
|
468
|
-
"
|
469
|
-
"
|
656
|
+
"minimum_capacity": 135000,
|
657
|
+
"fan_cooling_application": "All",
|
658
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
659
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
660
|
+
"fixed_dry_bulb_is_allowed": true,
|
661
|
+
"differential_dry_bulb_is_allowed": true,
|
662
|
+
"electronic_enthalpy_is_allowed": null,
|
663
|
+
"differential_enthalpy_is_allowed": null,
|
664
|
+
"dew_point_dry_bulb_is_allowed": null,
|
665
|
+
"fixed_enthalpy_is_allowed": null,
|
666
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
667
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
668
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 70,
|
669
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
670
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
671
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
672
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
673
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
674
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
675
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 56,
|
676
|
+
"heat_recovery_exempted": true
|
677
|
+
},
|
678
|
+
{
|
679
|
+
"climate_zone": "6A",
|
470
680
|
"data_center": false,
|
471
|
-
"
|
472
|
-
"
|
473
|
-
"
|
474
|
-
|
475
|
-
|
476
|
-
"
|
477
|
-
"
|
681
|
+
"minimum_capacity": 54000,
|
682
|
+
"fan_cooling_application": "All",
|
683
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
684
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
685
|
+
"fixed_dry_bulb_is_allowed": true,
|
686
|
+
"differential_dry_bulb_is_allowed": true,
|
687
|
+
"electronic_enthalpy_is_allowed": null,
|
688
|
+
"differential_enthalpy_is_allowed": null,
|
689
|
+
"dew_point_dry_bulb_is_allowed": null,
|
690
|
+
"fixed_enthalpy_is_allowed": null,
|
691
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
692
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
693
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 70,
|
694
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
695
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
696
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
697
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
698
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
699
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
700
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 56,
|
701
|
+
"heat_recovery_exempted": true
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"climate_zone": "6B",
|
478
705
|
"data_center": true,
|
479
|
-
"
|
480
|
-
"
|
481
|
-
"
|
482
|
-
|
483
|
-
|
484
|
-
"
|
485
|
-
"
|
706
|
+
"minimum_capacity": 65000,
|
707
|
+
"fan_cooling_application": "All",
|
708
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
709
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
710
|
+
"fixed_dry_bulb_is_allowed": true,
|
711
|
+
"differential_dry_bulb_is_allowed": true,
|
712
|
+
"electronic_enthalpy_is_allowed": null,
|
713
|
+
"differential_enthalpy_is_allowed": null,
|
714
|
+
"dew_point_dry_bulb_is_allowed": null,
|
715
|
+
"fixed_enthalpy_is_allowed": null,
|
716
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
717
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
718
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
719
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
720
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
721
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
722
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
723
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
724
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
725
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 65,
|
726
|
+
"heat_recovery_exempted": true
|
727
|
+
},
|
728
|
+
{
|
729
|
+
"climate_zone": "6B",
|
486
730
|
"data_center": false,
|
487
|
-
"
|
488
|
-
"
|
489
|
-
"
|
490
|
-
|
491
|
-
|
492
|
-
"
|
493
|
-
"
|
731
|
+
"minimum_capacity": 54000,
|
732
|
+
"fan_cooling_application": "All",
|
733
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
734
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
735
|
+
"fixed_dry_bulb_is_allowed": true,
|
736
|
+
"differential_dry_bulb_is_allowed": true,
|
737
|
+
"electronic_enthalpy_is_allowed": null,
|
738
|
+
"differential_enthalpy_is_allowed": null,
|
739
|
+
"dew_point_dry_bulb_is_allowed": null,
|
740
|
+
"fixed_enthalpy_is_allowed": null,
|
741
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
742
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
743
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
744
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
745
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
746
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
747
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
748
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
749
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
750
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 65,
|
751
|
+
"heat_recovery_exempted": true
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"climate_zone": "7",
|
494
755
|
"data_center": true,
|
495
|
-
"
|
496
|
-
"
|
497
|
-
"
|
498
|
-
|
499
|
-
|
500
|
-
"
|
501
|
-
"
|
756
|
+
"minimum_capacity": 135000,
|
757
|
+
"fan_cooling_application": "All",
|
758
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
759
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
760
|
+
"fixed_dry_bulb_is_allowed": true,
|
761
|
+
"differential_dry_bulb_is_allowed": true,
|
762
|
+
"electronic_enthalpy_is_allowed": null,
|
763
|
+
"differential_enthalpy_is_allowed": null,
|
764
|
+
"dew_point_dry_bulb_is_allowed": null,
|
765
|
+
"fixed_enthalpy_is_allowed": null,
|
766
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
767
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
768
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
769
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
770
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
771
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
772
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
773
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
774
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
775
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 72,
|
776
|
+
"heat_recovery_exempted": true
|
777
|
+
},
|
778
|
+
{
|
779
|
+
"climate_zone": "7",
|
502
780
|
"data_center": false,
|
503
|
-
"
|
504
|
-
"
|
505
|
-
"
|
506
|
-
|
507
|
-
|
508
|
-
"
|
509
|
-
"
|
781
|
+
"minimum_capacity": 54000,
|
782
|
+
"fan_cooling_application": "All",
|
783
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
784
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
785
|
+
"fixed_dry_bulb_is_allowed": true,
|
786
|
+
"differential_dry_bulb_is_allowed": true,
|
787
|
+
"electronic_enthalpy_is_allowed": null,
|
788
|
+
"differential_enthalpy_is_allowed": null,
|
789
|
+
"dew_point_dry_bulb_is_allowed": null,
|
790
|
+
"fixed_enthalpy_is_allowed": null,
|
791
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
792
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
793
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
794
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
795
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
796
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
797
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
798
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
799
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
800
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 72,
|
801
|
+
"heat_recovery_exempted": true
|
802
|
+
},
|
803
|
+
{
|
804
|
+
"climate_zone": "7A",
|
510
805
|
"data_center": true,
|
511
|
-
"
|
512
|
-
"
|
513
|
-
"
|
514
|
-
|
515
|
-
|
516
|
-
"
|
517
|
-
"
|
806
|
+
"minimum_capacity": 135000,
|
807
|
+
"fan_cooling_application": "All",
|
808
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
809
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
810
|
+
"fixed_dry_bulb_is_allowed": true,
|
811
|
+
"differential_dry_bulb_is_allowed": true,
|
812
|
+
"electronic_enthalpy_is_allowed": null,
|
813
|
+
"differential_enthalpy_is_allowed": null,
|
814
|
+
"dew_point_dry_bulb_is_allowed": null,
|
815
|
+
"fixed_enthalpy_is_allowed": null,
|
816
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
817
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
818
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
819
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
820
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
821
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
822
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
823
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
824
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
825
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 72,
|
826
|
+
"heat_recovery_exempted": true
|
827
|
+
},
|
828
|
+
{
|
829
|
+
"climate_zone": "7A",
|
518
830
|
"data_center": false,
|
519
|
-
"
|
520
|
-
"
|
521
|
-
"
|
522
|
-
|
523
|
-
|
524
|
-
"
|
525
|
-
"
|
831
|
+
"minimum_capacity": 54000,
|
832
|
+
"fan_cooling_application": "All",
|
833
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
834
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
835
|
+
"fixed_dry_bulb_is_allowed": true,
|
836
|
+
"differential_dry_bulb_is_allowed": true,
|
837
|
+
"electronic_enthalpy_is_allowed": null,
|
838
|
+
"differential_enthalpy_is_allowed": null,
|
839
|
+
"dew_point_dry_bulb_is_allowed": null,
|
840
|
+
"fixed_enthalpy_is_allowed": null,
|
841
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
842
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
843
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
844
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
845
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
846
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
847
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
848
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
849
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
850
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 72,
|
851
|
+
"heat_recovery_exempted": true
|
852
|
+
},
|
853
|
+
{
|
854
|
+
"climate_zone": "7B",
|
526
855
|
"data_center": true,
|
527
|
-
"
|
528
|
-
"
|
529
|
-
"
|
530
|
-
|
531
|
-
|
532
|
-
"
|
533
|
-
"
|
856
|
+
"minimum_capacity": 135000,
|
857
|
+
"fan_cooling_application": "All",
|
858
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
859
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
860
|
+
"fixed_dry_bulb_is_allowed": true,
|
861
|
+
"differential_dry_bulb_is_allowed": true,
|
862
|
+
"electronic_enthalpy_is_allowed": null,
|
863
|
+
"differential_enthalpy_is_allowed": null,
|
864
|
+
"dew_point_dry_bulb_is_allowed": null,
|
865
|
+
"fixed_enthalpy_is_allowed": null,
|
866
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
867
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
868
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
869
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
870
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
871
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
872
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
873
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
874
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
875
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 72,
|
876
|
+
"heat_recovery_exempted": true
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"climate_zone": "7B",
|
534
880
|
"data_center": false,
|
535
|
-
"
|
536
|
-
"
|
537
|
-
"
|
538
|
-
|
539
|
-
|
540
|
-
"
|
541
|
-
"
|
881
|
+
"minimum_capacity": 54000,
|
882
|
+
"fan_cooling_application": "All",
|
883
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
884
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
885
|
+
"fixed_dry_bulb_is_allowed": true,
|
886
|
+
"differential_dry_bulb_is_allowed": true,
|
887
|
+
"electronic_enthalpy_is_allowed": null,
|
888
|
+
"differential_enthalpy_is_allowed": null,
|
889
|
+
"dew_point_dry_bulb_is_allowed": null,
|
890
|
+
"fixed_enthalpy_is_allowed": null,
|
891
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
892
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
893
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
894
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
895
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
896
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
897
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
898
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
899
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
900
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 72,
|
901
|
+
"heat_recovery_exempted": true
|
902
|
+
},
|
903
|
+
{
|
904
|
+
"climate_zone": "8",
|
542
905
|
"data_center": true,
|
543
|
-
"
|
544
|
-
"
|
545
|
-
"
|
546
|
-
|
547
|
-
|
548
|
-
"
|
549
|
-
"
|
906
|
+
"minimum_capacity": 135000,
|
907
|
+
"fan_cooling_application": "All",
|
908
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
909
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
910
|
+
"fixed_dry_bulb_is_allowed": true,
|
911
|
+
"differential_dry_bulb_is_allowed": true,
|
912
|
+
"electronic_enthalpy_is_allowed": null,
|
913
|
+
"differential_enthalpy_is_allowed": null,
|
914
|
+
"dew_point_dry_bulb_is_allowed": null,
|
915
|
+
"fixed_enthalpy_is_allowed": null,
|
916
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
917
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
918
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
919
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
920
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
921
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
922
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
923
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
924
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
925
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 77,
|
926
|
+
"heat_recovery_exempted": true
|
927
|
+
},
|
928
|
+
{
|
929
|
+
"climate_zone": "8",
|
550
930
|
"data_center": false,
|
551
|
-
"
|
552
|
-
"
|
553
|
-
"
|
554
|
-
|
555
|
-
|
556
|
-
"
|
557
|
-
"
|
558
|
-
"
|
559
|
-
"
|
560
|
-
"
|
561
|
-
"
|
562
|
-
|
563
|
-
|
564
|
-
"
|
565
|
-
"
|
931
|
+
"minimum_capacity": 54000,
|
932
|
+
"fan_cooling_application": "All",
|
933
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
934
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
935
|
+
"fixed_dry_bulb_is_allowed": true,
|
936
|
+
"differential_dry_bulb_is_allowed": true,
|
937
|
+
"electronic_enthalpy_is_allowed": null,
|
938
|
+
"differential_enthalpy_is_allowed": null,
|
939
|
+
"dew_point_dry_bulb_is_allowed": null,
|
940
|
+
"fixed_enthalpy_is_allowed": null,
|
941
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
942
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
943
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
944
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
945
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
946
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
947
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
948
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
949
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
950
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": 77,
|
951
|
+
"heat_recovery_exempted": true
|
952
|
+
},
|
953
|
+
{
|
954
|
+
"climate_zone": "0A",
|
566
955
|
"data_center": false,
|
567
|
-
"
|
568
|
-
"
|
569
|
-
"
|
570
|
-
|
571
|
-
|
572
|
-
"
|
573
|
-
"
|
574
|
-
"
|
575
|
-
"
|
576
|
-
"
|
577
|
-
"
|
578
|
-
|
579
|
-
|
580
|
-
"
|
581
|
-
"
|
956
|
+
"minimum_capacity": null,
|
957
|
+
"fan_cooling_application": "All",
|
958
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
959
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
960
|
+
"fixed_dry_bulb_is_allowed": true,
|
961
|
+
"differential_dry_bulb_is_allowed": false,
|
962
|
+
"electronic_enthalpy_is_allowed": null,
|
963
|
+
"differential_enthalpy_is_allowed": null,
|
964
|
+
"dew_point_dry_bulb_is_allowed": null,
|
965
|
+
"fixed_enthalpy_is_allowed": null,
|
966
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
967
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
968
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 65,
|
969
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
970
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
971
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
972
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
973
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
974
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
975
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": null,
|
976
|
+
"heat_recovery_exempted": true
|
977
|
+
},
|
978
|
+
{
|
979
|
+
"climate_zone": "0B",
|
582
980
|
"data_center": false,
|
583
|
-
"
|
584
|
-
"
|
585
|
-
"
|
586
|
-
|
587
|
-
|
588
|
-
"
|
589
|
-
"
|
981
|
+
"minimum_capacity": null,
|
982
|
+
"fan_cooling_application": "All",
|
983
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
984
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
985
|
+
"fixed_dry_bulb_is_allowed": true,
|
986
|
+
"differential_dry_bulb_is_allowed": true,
|
987
|
+
"electronic_enthalpy_is_allowed": null,
|
988
|
+
"differential_enthalpy_is_allowed": null,
|
989
|
+
"dew_point_dry_bulb_is_allowed": null,
|
990
|
+
"fixed_enthalpy_is_allowed": null,
|
991
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
992
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
993
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
994
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
995
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
996
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
997
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
998
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
999
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
1000
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": null,
|
1001
|
+
"heat_recovery_exempted": true
|
1002
|
+
},
|
1003
|
+
{
|
1004
|
+
"climate_zone": "0A",
|
590
1005
|
"data_center": true,
|
591
|
-
"
|
592
|
-
"
|
593
|
-
"
|
594
|
-
|
595
|
-
|
596
|
-
"
|
597
|
-
"
|
598
|
-
"
|
599
|
-
"
|
600
|
-
"
|
601
|
-
"
|
602
|
-
|
603
|
-
|
604
|
-
"
|
605
|
-
"
|
1006
|
+
"minimum_capacity": null,
|
1007
|
+
"fan_cooling_application": "All",
|
1008
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
1009
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
1010
|
+
"fixed_dry_bulb_is_allowed": true,
|
1011
|
+
"differential_dry_bulb_is_allowed": false,
|
1012
|
+
"electronic_enthalpy_is_allowed": null,
|
1013
|
+
"differential_enthalpy_is_allowed": null,
|
1014
|
+
"dew_point_dry_bulb_is_allowed": null,
|
1015
|
+
"fixed_enthalpy_is_allowed": null,
|
1016
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
1017
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
1018
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 65,
|
1019
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
1020
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
1021
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
1022
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
1023
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
1024
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
1025
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": null,
|
1026
|
+
"heat_recovery_exempted": true
|
1027
|
+
},
|
1028
|
+
{
|
1029
|
+
"climate_zone": "0B",
|
606
1030
|
"data_center": true,
|
607
|
-
"
|
608
|
-
"
|
609
|
-
"
|
1031
|
+
"minimum_capacity": null,
|
1032
|
+
"fan_cooling_application": "All",
|
1033
|
+
"minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
|
1034
|
+
"minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
|
1035
|
+
"fixed_dry_bulb_is_allowed": true,
|
1036
|
+
"differential_dry_bulb_is_allowed": true,
|
1037
|
+
"electronic_enthalpy_is_allowed": null,
|
1038
|
+
"differential_enthalpy_is_allowed": null,
|
1039
|
+
"dew_point_dry_bulb_is_allowed": null,
|
1040
|
+
"fixed_enthalpy_is_allowed": null,
|
1041
|
+
"fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
|
1042
|
+
"differential_enthalpy_fixed_dry_bulb_is_allowed": true,
|
1043
|
+
"fixed_dry_bulb_high_limit_shutoff_temp": 75,
|
1044
|
+
"fixed_enthalpy_high_limit_shutoff_enthalpy": null,
|
1045
|
+
"dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
|
1046
|
+
"dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
|
1047
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
|
1048
|
+
"fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
1049
|
+
"differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
|
1050
|
+
"percent_increase_cooling_efficiency_eliminate_requirement": null,
|
1051
|
+
"heat_recovery_exempted": true
|
610
1052
|
}
|
611
1053
|
]
|
612
1054
|
}
|