openstudio-standards 0.8.3 → 0.8.5.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.
Files changed (330) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/ASHRAECollege.osm +30 -30
  3. data/data/geometry/ASHRAECourthouse.osm +22 -22
  4. data/data/geometry/ASHRAESmallOfficeDetailed.osm +2 -2
  5. data/data/geometry/DEER_Asm.osm +1 -1
  6. data/data/geometry/DEER_ECC.osm +1 -1
  7. data/data/geometry/DEER_EPr.osm +1 -1
  8. data/data/geometry/DEER_ERC.osm +1 -1
  9. data/data/geometry/DEER_ESe.osm +1 -1
  10. data/data/geometry/DEER_EUn.osm +1 -1
  11. data/data/geometry/DEER_Hsp.osm +1 -1
  12. data/data/geometry/DEER_Htl.osm +1 -1
  13. data/data/geometry/DEER_MBT.osm +1 -1
  14. data/data/geometry/DEER_MFm.osm +1 -1
  15. data/data/geometry/DEER_Nrs.osm +1 -1
  16. data/data/geometry/DEER_OfL.osm +1 -1
  17. data/data/geometry/DEER_OfS.osm +1 -1
  18. data/data/geometry/DEER_RFF.osm +1 -1
  19. data/data/geometry/DEER_RSD.osm +1 -1
  20. data/data/geometry/DEER_Rt3.osm +1 -1
  21. data/data/geometry/DEER_RtS.osm +1 -1
  22. data/data/standards/export_OpenStudio_libraries.rb +2 -3
  23. data/data/standards/test_performance_expected_dd_results.csv +42 -42
  24. data/lib/openstudio-standards/btap/NECB_building_types.csv +35 -0
  25. data/lib/openstudio-standards/btap/NECB_space_types.csv +109 -0
  26. data/lib/openstudio-standards/btap/activity.rb +480 -0
  27. data/lib/openstudio-standards/btap/attributes.rb +166 -0
  28. data/lib/openstudio-standards/btap/bridging.rb +561 -1402
  29. data/lib/openstudio-standards/btap/btap.rb +4 -2
  30. data/lib/openstudio-standards/btap/btap_test_helper.rb +86 -0
  31. data/lib/openstudio-standards/btap/carbon/btap_carbon.rb +177 -0
  32. data/lib/openstudio-standards/btap/common_paths.rb +81 -0
  33. data/lib/openstudio-standards/btap/common_resources/ConstructionProperties.csv +52 -0
  34. data/lib/openstudio-standards/btap/common_resources/Constructions.csv +37 -0
  35. data/lib/openstudio-standards/btap/common_resources/carbon_frame.csv +35 -0
  36. data/lib/openstudio-standards/btap/common_resources/carbon_glazing.csv +35 -0
  37. data/lib/openstudio-standards/btap/common_resources/carbon_opaque.csv +164 -0
  38. data/lib/openstudio-standards/btap/common_resources/construction_sets.csv +1270 -0
  39. data/lib/openstudio-standards/btap/common_resources/constructions_glazing.csv +121 -0
  40. data/lib/openstudio-standards/btap/common_resources/constructions_opaque.csv +2256 -0
  41. data/lib/openstudio-standards/btap/common_resources/costs.csv +1897 -0
  42. data/lib/openstudio-standards/btap/common_resources/costs_local_factors.csv +2315 -0
  43. data/lib/openstudio-standards/btap/common_resources/hvac_vent_ahu.csv +925 -0
  44. data/lib/openstudio-standards/btap/common_resources/lighting.csv +364 -0
  45. data/lib/openstudio-standards/btap/common_resources/lighting_sets.csv +2667 -0
  46. data/lib/openstudio-standards/btap/common_resources/locations.csv +75 -0
  47. data/lib/openstudio-standards/btap/common_resources/materials_glazing.csv +35 -0
  48. data/lib/openstudio-standards/btap/common_resources/materials_hvac.csv +1686 -0
  49. data/lib/openstudio-standards/btap/common_resources/materials_lighting.csv +267 -0
  50. data/lib/openstudio-standards/btap/common_resources/materials_opaque.csv +164 -0
  51. data/lib/openstudio-standards/btap/costing/README.md +502 -0
  52. data/lib/openstudio-standards/btap/costing/btap_costing.rb +469 -0
  53. data/lib/openstudio-standards/btap/costing/btap_measure_helper.rb +359 -0
  54. data/lib/openstudio-standards/btap/costing/btap_workflow.rb +117 -0
  55. data/lib/openstudio-standards/btap/costing/copy_test_results_files_to_expected_results.rb +11 -0
  56. data/lib/openstudio-standards/btap/costing/cost_building_from_file.rb +136 -0
  57. data/lib/openstudio-standards/btap/costing/costing_database_wrapper.rb +173 -0
  58. data/lib/openstudio-standards/btap/costing/daylighting_sensor_control_costing.rb +354 -0
  59. data/lib/openstudio-standards/btap/costing/dcv_costing.rb +314 -0
  60. data/lib/openstudio-standards/btap/costing/dummy.epw +8768 -0
  61. data/lib/openstudio-standards/btap/costing/dummy.osm +5320 -0
  62. data/lib/openstudio-standards/btap/costing/envelope_costing.rb +215 -0
  63. data/lib/openstudio-standards/btap/costing/heating_cooling_costing.rb +2584 -0
  64. data/lib/openstudio-standards/btap/costing/led_lighting_costing.rb +156 -0
  65. data/lib/openstudio-standards/btap/costing/lighting_costing.rb +209 -0
  66. data/lib/openstudio-standards/btap/costing/mech_sizing.json +502 -0
  67. data/lib/openstudio-standards/btap/costing/neb_end_use_prices.csv +42 -0
  68. data/lib/openstudio-standards/btap/costing/necb_2011_spacetype_info.csv +225 -0
  69. data/lib/openstudio-standards/btap/costing/necb_reference_runs.csv +28705 -0
  70. data/lib/openstudio-standards/btap/costing/nv_costing.rb +547 -0
  71. data/lib/openstudio-standards/btap/costing/parallel_tests.rb +92 -0
  72. data/lib/openstudio-standards/btap/costing/pv_ground_costing.rb +687 -0
  73. data/lib/openstudio-standards/btap/costing/shw_costing.rb +705 -0
  74. data/lib/openstudio-standards/btap/costing/test_list.txt +15 -0
  75. data/lib/openstudio-standards/btap/costing/test_run_all_test_locally.rb +27 -0
  76. data/lib/openstudio-standards/btap/costing/test_run_costing_tests.rb +80 -0
  77. data/lib/openstudio-standards/btap/costing/ventilation_costing.rb +2616 -0
  78. data/lib/openstudio-standards/btap/geometry.rb +86 -6
  79. data/lib/openstudio-standards/btap/structure.rb +657 -0
  80. data/lib/openstudio-standards/constructions/modify.rb +2 -1
  81. data/lib/openstudio-standards/create_typical/create_typical.rb +17 -33
  82. data/lib/openstudio-standards/create_typical/space_type_ratios.rb +36 -36
  83. data/lib/openstudio-standards/equipment/create_transformer.rb +104 -0
  84. data/lib/openstudio-standards/equipment/create_typical_equipment.rb +117 -0
  85. data/lib/openstudio-standards/equipment/data/electric_equipment_space_types.json +1514 -0
  86. data/lib/openstudio-standards/equipment/data/gas_equipment_space_types.json +227 -0
  87. data/lib/openstudio-standards/exterior_lighting/create.rb +22 -22
  88. data/lib/openstudio-standards/exterior_lighting/information.rb +3 -2
  89. data/lib/openstudio-standards/hvac/components/air_conditioner_vrf.rb +482 -0
  90. data/lib/openstudio-standards/hvac/components/air_terminal.rb +31 -0
  91. data/lib/openstudio-standards/hvac/components/boiler_hot_water.rb +163 -0
  92. data/lib/openstudio-standards/hvac/components/central_air_source_heat_pump.rb +220 -0
  93. data/lib/openstudio-standards/hvac/components/chiller.rb +25 -0
  94. data/lib/openstudio-standards/hvac/components/coil.rb +276 -0
  95. data/lib/openstudio-standards/hvac/components/coil_cooling_dx_multi_speed.rb +40 -0
  96. data/lib/openstudio-standards/hvac/components/coil_cooling_dx_single_speed.rb +300 -0
  97. data/lib/openstudio-standards/hvac/components/coil_cooling_dx_two_speed.rb +187 -0
  98. data/lib/openstudio-standards/hvac/components/coil_cooling_water.rb +80 -0
  99. data/lib/openstudio-standards/hvac/components/coil_cooling_water_to_air_heat_pump_equation_fit.rb +182 -0
  100. data/lib/openstudio-standards/hvac/components/coil_heating_dx_single_speed.rb +220 -0
  101. data/lib/openstudio-standards/hvac/components/coil_heating_electric.rb +56 -0
  102. data/lib/openstudio-standards/hvac/components/coil_heating_gas.rb +90 -0
  103. data/lib/openstudio-standards/hvac/components/coil_heating_gas_multi_stage.rb +33 -0
  104. data/lib/openstudio-standards/hvac/components/coil_heating_water.rb +98 -0
  105. data/lib/openstudio-standards/hvac/components/coil_heating_water_to_air_heat_pump_equation_fit.rb +147 -0
  106. data/lib/openstudio-standards/hvac/components/component.rb +39 -0
  107. data/lib/openstudio-standards/{standards/ashrae_90_1/data/ashrae_90_1.fans.json → hvac/components/data/fans.json} +6 -6
  108. data/lib/openstudio-standards/hvac/components/fan.rb +363 -0
  109. data/lib/openstudio-standards/hvac/components/heat_exchanger_air_to_air.rb +203 -0
  110. data/lib/openstudio-standards/hvac/components/pump.rb +181 -0
  111. data/lib/openstudio-standards/hvac/controls/radiant_system_controls.rb +594 -0
  112. data/lib/openstudio-standards/hvac/conversions.rb +222 -0
  113. data/lib/openstudio-standards/hvac/curves.rb +192 -0
  114. data/lib/openstudio-standards/hvac/helpers.rb +357 -0
  115. data/lib/openstudio-standards/hvac/setpoint_managers/information.rb +4 -4
  116. data/lib/openstudio-standards/interior_lighting/create_lights.rb +52 -0
  117. data/lib/openstudio-standards/interior_lighting/create_typical_interior_lighting.rb +254 -0
  118. data/lib/openstudio-standards/interior_lighting/data/convert_lighting_data.rb +249 -0
  119. data/lib/openstudio-standards/interior_lighting/data/lighting_space_types.csv +96 -0
  120. data/lib/openstudio-standards/interior_lighting/data/lighting_space_types.json +1429 -0
  121. data/lib/openstudio-standards/interior_lighting/data/lighting_technology.csv +46 -0
  122. data/lib/openstudio-standards/interior_lighting/data/lighting_technology.json +859 -0
  123. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
  124. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
  125. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
  126. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +4 -4
  127. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
  128. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +4 -4
  129. data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
  130. data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
  131. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.HighRiseApartment.rb +6 -7
  132. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Hospital.rb +15 -15
  133. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +4 -4
  134. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +5 -5
  135. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +6 -6
  136. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Outpatient.rb +7 -7
  137. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.PrimarySchool.rb +4 -4
  138. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SecondarySchool.rb +6 -6
  139. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOfficeDetailed.rb +5 -1
  140. data/lib/openstudio-standards/prototypes/common/data/prototype_space_type_map.json +2594 -0
  141. data/lib/openstudio-standards/prototypes/common/data/thermostat_schedule_lookup.json +2108 -0
  142. data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirTerminalSingleDuctVAVReheat.rb +33 -0
  143. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +0 -140
  144. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanConstantVolume.rb +1 -73
  145. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanOnOff.rb +1 -69
  146. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanVariableVolume.rb +0 -116
  147. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanZoneExhaust.rb +0 -61
  148. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +2 -2
  149. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +128 -13
  150. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +606 -607
  151. data/lib/openstudio-standards/prototypes/common/prototype_space_type_map.rb +41 -0
  152. data/lib/openstudio-standards/prototypes/common/space_type_equipment_map.rb +184 -0
  153. data/lib/openstudio-standards/prototypes/common/space_type_thermostat_schedule_map.rb +116 -0
  154. data/lib/openstudio-standards/qaqc/hvac.rb +12 -12
  155. data/lib/openstudio-standards/refrigeration/create_compressor.rb +2 -5
  156. data/lib/openstudio-standards/refrigeration/data/refrigeration_compressors.csv +4 -4
  157. data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +1 -2
  158. data/lib/openstudio-standards/service_water_heating/create_water_use.rb +5 -5
  159. data/lib/openstudio-standards/space_type/data/level_1_space_types.json +612 -0
  160. data/lib/openstudio-standards/space_type/standards_space_type.rb +53 -0
  161. data/lib/openstudio-standards/standards/Standards.AirConditionerVariableRefrigerantFlow.rb +8 -26
  162. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +13 -13
  163. data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctVAVReheat.rb +0 -24
  164. data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +6 -43
  165. data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +7 -24
  166. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +19 -44
  167. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +25 -50
  168. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +25 -33
  169. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +9 -22
  170. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +15 -157
  171. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +2 -2
  172. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +18 -105
  173. data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +3 -23
  174. data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +0 -24
  175. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -86
  176. data/lib/openstudio-standards/standards/Standards.FanVariableVolume.rb +0 -107
  177. data/lib/openstudio-standards/standards/Standards.Model.rb +45 -20
  178. data/lib/openstudio-standards/standards/Standards.People.rb +113 -0
  179. data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +11 -11
  180. data/lib/openstudio-standards/standards/Standards.Pump.rb +2 -147
  181. data/lib/openstudio-standards/standards/Standards.PumpVariableSpeed.rb +57 -41
  182. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +30 -153
  183. data/lib/openstudio-standards/standards/Standards.Ventilation.rb +74 -0
  184. data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +1 -1
  185. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PlantLoop.rb +4 -4
  186. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +3 -3
  187. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +37 -112
  188. 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 +37 -102
  189. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +3 -3
  190. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +37 -112
  191. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
  192. 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 +37 -37
  193. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +6 -6
  194. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +37 -37
  195. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
  196. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.BoilerHotWater.rb +1 -1
  197. 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 +37 -102
  198. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +6 -6
  199. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +37 -37
  200. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
  201. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.BoilerHotWater.rb +1 -1
  202. 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 +45 -109
  203. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +6 -6
  204. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +37 -37
  205. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +1 -1
  206. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
  207. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.BoilerHotWater.rb +1 -1
  208. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoilHeatingGas.rb +1 -1
  209. 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 +45 -109
  210. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +6 -6
  211. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +37 -37
  212. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.curves.json +0 -200
  213. 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 +37 -37
  214. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +37 -37
  215. 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 +37 -37
  216. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +37 -37
  217. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
  218. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.PlantLoop.rb +5 -5
  219. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
  220. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.PlantLoop.rb +5 -5
  221. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +1 -1
  222. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ChillerElectricEIR.rb +2 -2
  223. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -68
  224. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +2 -35
  225. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +42 -0
  226. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +5 -2
  227. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +2 -2
  228. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +2 -2
  229. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +3 -3
  230. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +1 -1
  231. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +1 -0
  232. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019_WaterHeaterMixed.rb +2 -4
  233. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.curves.json +0 -200
  234. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.fans.json +5 -5
  235. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +7 -1
  236. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_enums.rb +0 -1
  237. data/lib/openstudio-standards/standards/cbes/data/cbes.curves.json +0 -200
  238. data/lib/openstudio-standards/standards/deer/data/deer.curves.json +0 -200
  239. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +21 -37
  240. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +12 -11
  241. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +68 -27
  242. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +64 -25
  243. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +9 -14
  244. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +4 -4
  245. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +1 -1
  246. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +115 -112
  247. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +637 -249
  248. data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +16 -12
  249. data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +799 -46
  250. data/lib/openstudio-standards/standards/necb/NECB2011/data/chillers.json +33 -51
  251. data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +75 -7
  252. data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +25 -1
  253. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartmentMult.osm +14272 -0
  254. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +21 -15
  255. data/lib/openstudio-standards/standards/necb/NECB2011/data/necb_2015_table_c1.json +1 -1
  256. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +437 -437
  257. data/lib/openstudio-standards/standards/necb/NECB2011/data/systems.json +516 -0
  258. data/lib/openstudio-standards/standards/necb/NECB2011/data/systems_including_sys5.json +588 -0
  259. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_namer.rb +489 -0
  260. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +18 -6
  261. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +48 -5
  262. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +2 -2
  263. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +35 -27
  264. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +34 -23
  265. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +8 -6
  266. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +68 -150
  267. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +444 -134
  268. data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +61 -1
  269. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +10 -2
  270. data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +636 -636
  271. data/lib/openstudio-standards/standards/necb/NECB2015/data/unitary_acs.json +38 -38
  272. data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +17 -8
  273. data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +636 -636
  274. data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +71 -71
  275. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +16 -6
  276. data/lib/openstudio-standards/standards/necb/NECB2020/data/unitary_acs.json +60 -61
  277. data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +30 -30
  278. data/lib/openstudio-standards/standards/necb/README.md +343 -0
  279. data/lib/openstudio-standards/standards/necb/common/btap_analysis.rb +79 -0
  280. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +206 -32
  281. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +75 -43
  282. data/lib/openstudio-standards/standards/necb/common/eccc_electric_grid_intensity_20250311.csv +14 -0
  283. data/lib/openstudio-standards/standards/necb/common/nir_gas_grid_intensity_20250311.csv +14 -0
  284. data/lib/openstudio-standards/standards/necb/common/system_types.yaml +0 -0
  285. data/lib/openstudio-standards/thermal_zone/{thermal_zone.rb → information.rb} +12 -45
  286. data/lib/openstudio-standards/thermal_zone/thermostat_schedules.rb +152 -0
  287. data/lib/openstudio-standards/utilities/logging.rb +18 -14
  288. data/lib/openstudio-standards/version.rb +1 -1
  289. data/lib/openstudio-standards/weather/modify.rb +2 -2
  290. data/lib/openstudio-standards/weather/stat_file.rb +2 -2
  291. data/lib/openstudio-standards.rb +67 -38
  292. metadata +141 -50
  293. data/lib/openstudio-standards/hvac/components/create.rb +0 -169
  294. data/lib/openstudio-standards/hvac/components/modify.rb +0 -42
  295. data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +0 -438
  296. data/lib/openstudio-standards/prototypes/common/objects/Prototype.BoilerHotWater.rb +0 -123
  297. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb +0 -216
  298. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXSingleSpeed.rb +0 -273
  299. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXTwoSpeed.rb +0 -159
  300. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWater.rb +0 -77
  301. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +0 -154
  302. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +0 -214
  303. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingElectric.rb +0 -53
  304. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingGas.rb +0 -72
  305. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWater.rb +0 -95
  306. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +0 -125
  307. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb +0 -17
  308. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.transformers.rb +0 -90
  309. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Pump.rb +0 -4
  310. data/lib/openstudio-standards/prototypes/common/objects/Prototype.PumpVariableSpeed.rb +0 -70
  311. data/lib/openstudio-standards/prototypes/common/objects/Prototype.radiant_system_controls.rb +0 -590
  312. data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +0 -901
  313. data/lib/openstudio-standards/standards/Standards.FanConstantVolume.rb +0 -5
  314. data/lib/openstudio-standards/standards/Standards.FanOnOff.rb +0 -5
  315. data/lib/openstudio-standards/standards/Standards.FanZoneExhaust.rb +0 -5
  316. data/lib/openstudio-standards/standards/Standards.HeaderedPumpsConstantSpeed.rb +0 -5
  317. data/lib/openstudio-standards/standards/Standards.HeaderedPumpsVariableSpeed.rb +0 -55
  318. data/lib/openstudio-standards/standards/Standards.PumpConstantSpeed.rb +0 -5
  319. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanConstantVolume.rb +0 -5
  320. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanOnOff.rb +0 -5
  321. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanZoneExhaust.rb +0 -5
  322. data/lib/openstudio-standards/standards/cbes/data/cbes.fans.json +0 -328
  323. data/lib/openstudio-standards/standards/deer/data/deer.fans.json +0 -328
  324. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PumpVariableSpeed.rb +0 -0
  325. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.PumpVariableSpeed.rb +0 -0
  326. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.PumpVariableSpeed.rb +0 -0
  327. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.PumpVariableSpeed.rb +0 -0
  328. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.PumpVariableSpeed.rb +0 -0
  329. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Pump.rb +0 -0
  330. /data/lib/openstudio-standards/{prototypes → standards}/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.PumpVariableSpeed.rb +0 -0
@@ -78,7 +78,7 @@
78
78
  {
79
79
  "template": "90.1-2019",
80
80
  "building_type": "College",
81
- "space_type": "College - Art Classroom",
81
+ "space_type": "Art Classroom",
82
82
  "lighting_standard": "ASHRAE 90.1-2019",
83
83
  "lighting_primary_space_type": "Classroom/lecture/training",
84
84
  "lighting_secondary_space_type": "General",
@@ -153,7 +153,7 @@
153
153
  {
154
154
  "template": "90.1-2019",
155
155
  "building_type": "College",
156
- "space_type": "College - Classroom",
156
+ "space_type": "Classroom",
157
157
  "lighting_standard": "ASHRAE 90.1-2019",
158
158
  "lighting_primary_space_type": "Classroom",
159
159
  "lighting_secondary_space_type": "General",
@@ -228,7 +228,7 @@
228
228
  {
229
229
  "template": "90.1-2019",
230
230
  "building_type": "College",
231
- "space_type": "College - Conference",
231
+ "space_type": "Conference",
232
232
  "lighting_standard": "ASHRAE 90.1-2019",
233
233
  "lighting_primary_space_type": "Conference",
234
234
  "lighting_secondary_space_type": "General",
@@ -303,7 +303,7 @@
303
303
  {
304
304
  "template": "90.1-2019",
305
305
  "building_type": "College",
306
- "space_type": "College - Corridor",
306
+ "space_type": "Corridor",
307
307
  "lighting_standard": "ASHRAE 90.1-2019",
308
308
  "lighting_primary_space_type": "Corridor",
309
309
  "lighting_secondary_space_type": "General",
@@ -378,7 +378,7 @@
378
378
  {
379
379
  "template": "90.1-2019",
380
380
  "building_type": "College",
381
- "space_type": "College - Elevator Shaft",
381
+ "space_type": "Elevator Shaft",
382
382
  "lighting_standard": "ASHRAE 90.1-2019",
383
383
  "lighting_primary_space_type": "ElevatorCore",
384
384
  "lighting_secondary_space_type": null,
@@ -441,7 +441,7 @@
441
441
  {
442
442
  "template": "90.1-2019",
443
443
  "building_type": "College",
444
- "space_type": "College - Entrance Lobby",
444
+ "space_type": "Entrance Lobby",
445
445
  "lighting_standard": "ASHRAE 90.1-2019",
446
446
  "lighting_primary_space_type": "Lobby - elevator",
447
447
  "lighting_secondary_space_type": "General",
@@ -516,7 +516,7 @@
516
516
  {
517
517
  "template": "90.1-2019",
518
518
  "building_type": "College",
519
- "space_type": "College - Laboratory",
519
+ "space_type": "Laboratory",
520
520
  "lighting_standard": "ASHRAE 90.1-2019",
521
521
  "lighting_primary_space_type": "Lab",
522
522
  "lighting_secondary_space_type": "General",
@@ -591,7 +591,7 @@
591
591
  {
592
592
  "template": "90.1-2019",
593
593
  "building_type": "College",
594
- "space_type": "College - Lecture Hall",
594
+ "space_type": "Lecture Hall",
595
595
  "lighting_standard": "ASHRAE 90.1-2019",
596
596
  "lighting_primary_space_type": "Auditorium",
597
597
  "lighting_secondary_space_type": "General",
@@ -666,7 +666,7 @@
666
666
  {
667
667
  "template": "90.1-2019",
668
668
  "building_type": "College",
669
- "space_type": "College - Lounge",
669
+ "space_type": "Lounge",
670
670
  "lighting_standard": "ASHRAE 90.1-2019",
671
671
  "lighting_primary_space_type": "Lounge",
672
672
  "lighting_secondary_space_type": "General",
@@ -741,7 +741,7 @@
741
741
  {
742
742
  "template": "90.1-2019",
743
743
  "building_type": "College",
744
- "space_type": "College - Media Center",
744
+ "space_type": "Media Center",
745
745
  "lighting_standard": "ASHRAE 90.1-2019",
746
746
  "lighting_primary_space_type": "Auditorium",
747
747
  "lighting_secondary_space_type": "General",
@@ -816,7 +816,7 @@
816
816
  {
817
817
  "template": "90.1-2019",
818
818
  "building_type": "College",
819
- "space_type": "College - Office",
819
+ "space_type": "Office",
820
820
  "lighting_standard": "ASHRAE 90.1-2019",
821
821
  "lighting_primary_space_type": "Office - enclosed",
822
822
  "lighting_secondary_space_type": "General",
@@ -891,7 +891,7 @@
891
891
  {
892
892
  "template": "90.1-2019",
893
893
  "building_type": "College",
894
- "space_type": "College - Restroom",
894
+ "space_type": "Restroom",
895
895
  "lighting_standard": "ASHRAE 90.1-2019",
896
896
  "lighting_primary_space_type": "Restroom",
897
897
  "lighting_secondary_space_type": "General",
@@ -966,7 +966,7 @@
966
966
  {
967
967
  "template": "90.1-2019",
968
968
  "building_type": "College",
969
- "space_type": "College - Stairs",
969
+ "space_type": "Stairs",
970
970
  "lighting_standard": "ASHRAE 90.1-2019",
971
971
  "lighting_primary_space_type": "Stair",
972
972
  "lighting_secondary_space_type": "General",
@@ -1029,7 +1029,7 @@
1029
1029
  {
1030
1030
  "template": "90.1-2019",
1031
1031
  "building_type": "College",
1032
- "space_type": "College - Storage",
1032
+ "space_type": "Storage",
1033
1033
  "lighting_standard": "ASHRAE 90.1-2019",
1034
1034
  "lighting_primary_space_type": "Storage",
1035
1035
  "lighting_secondary_space_type": "General",
@@ -1092,7 +1092,7 @@
1092
1092
  {
1093
1093
  "template": "90.1-2019",
1094
1094
  "building_type": "College",
1095
- "space_type": "College - Utility",
1095
+ "space_type": "Utility",
1096
1096
  "lighting_standard": "ASHRAE 90.1-2019",
1097
1097
  "lighting_primary_space_type": "Electrical/Mechanical",
1098
1098
  "lighting_secondary_space_type": "General",
@@ -1167,7 +1167,7 @@
1167
1167
  {
1168
1168
  "template": "90.1-2019",
1169
1169
  "building_type": "Courthouse",
1170
- "space_type": "Courthouse - Break Room",
1170
+ "space_type": "Break Room",
1171
1171
  "lighting_standard": "ASHRAE 90.1-2019",
1172
1172
  "lighting_primary_space_type": "Lounge/Recreation",
1173
1173
  "lighting_secondary_space_type": "General",
@@ -1242,7 +1242,7 @@
1242
1242
  {
1243
1243
  "template": "90.1-2019",
1244
1244
  "building_type": "Courthouse",
1245
- "space_type": "Courthouse - Cell",
1245
+ "space_type": "Cell",
1246
1246
  "lighting_standard": "ASHRAE 90.1-2019",
1247
1247
  "lighting_primary_space_type": "Confinement Cells",
1248
1248
  "lighting_secondary_space_type": "General",
@@ -1317,7 +1317,7 @@
1317
1317
  {
1318
1318
  "template": "90.1-2019",
1319
1319
  "building_type": "Courthouse",
1320
- "space_type": "Courthouse - Conference",
1320
+ "space_type": "Conference",
1321
1321
  "lighting_standard": "ASHRAE 90.1-2019",
1322
1322
  "lighting_primary_space_type": "Conference/Meeting/Multipurpose",
1323
1323
  "lighting_secondary_space_type": "General",
@@ -1392,7 +1392,7 @@
1392
1392
  {
1393
1393
  "template": "90.1-2019",
1394
1394
  "building_type": "Courthouse",
1395
- "space_type": "Courthouse - Corridor",
1395
+ "space_type": "Corridor",
1396
1396
  "lighting_standard": "ASHRAE 90.1-2019",
1397
1397
  "lighting_primary_space_type": "Corridor",
1398
1398
  "lighting_secondary_space_type": "General",
@@ -1467,7 +1467,7 @@
1467
1467
  {
1468
1468
  "template": "90.1-2019",
1469
1469
  "building_type": "Courthouse",
1470
- "space_type": "Courthouse - Courtroom",
1470
+ "space_type": "Courtroom",
1471
1471
  "lighting_standard": "ASHRAE 90.1-2019",
1472
1472
  "lighting_primary_space_type": "Courtroom",
1473
1473
  "lighting_secondary_space_type": "General",
@@ -1542,7 +1542,7 @@
1542
1542
  {
1543
1543
  "template": "90.1-2019",
1544
1544
  "building_type": "Courthouse",
1545
- "space_type": "Courthouse - Courtroom Waiting",
1545
+ "space_type": "Courtroom Waiting",
1546
1546
  "lighting_standard": "ASHRAE 90.1-2019",
1547
1547
  "lighting_primary_space_type": "Lobby",
1548
1548
  "lighting_secondary_space_type": "General",
@@ -1617,7 +1617,7 @@
1617
1617
  {
1618
1618
  "template": "90.1-2019",
1619
1619
  "building_type": "Courthouse",
1620
- "space_type": "Courthouse - Elevator Lobby",
1620
+ "space_type": "Elevator Lobby",
1621
1621
  "lighting_standard": "ASHRAE 90.1-2019",
1622
1622
  "lighting_primary_space_type": "Lobby",
1623
1623
  "lighting_secondary_space_type": "For Elevator",
@@ -1692,7 +1692,7 @@
1692
1692
  {
1693
1693
  "template": "90.1-2019",
1694
1694
  "building_type": "Courthouse",
1695
- "space_type": "Courthouse - Elevator Shaft",
1695
+ "space_type": "Elevator Shaft",
1696
1696
  "lighting_standard": null,
1697
1697
  "lighting_primary_space_type": null,
1698
1698
  "lighting_secondary_space_type": null,
@@ -1767,7 +1767,7 @@
1767
1767
  {
1768
1768
  "template": "90.1-2019",
1769
1769
  "building_type": "Courthouse",
1770
- "space_type": "Courthouse - Entrance Lobby",
1770
+ "space_type": "Entrance Lobby",
1771
1771
  "lighting_standard": "ASHRAE 90.1-2019",
1772
1772
  "lighting_primary_space_type": "Lobby",
1773
1773
  "lighting_secondary_space_type": "General",
@@ -1842,7 +1842,7 @@
1842
1842
  {
1843
1843
  "template": "90.1-2019",
1844
1844
  "building_type": "Courthouse",
1845
- "space_type": "Courthouse - Judges Chamber",
1845
+ "space_type": "Judges Chamber",
1846
1846
  "lighting_standard": "ASHRAE 90.1-2019",
1847
1847
  "lighting_primary_space_type": "Office-Enclosed",
1848
1848
  "lighting_secondary_space_type": "General",
@@ -1917,7 +1917,7 @@
1917
1917
  {
1918
1918
  "template": "90.1-2019",
1919
1919
  "building_type": "Courthouse",
1920
- "space_type": "Courthouse - Jury Assembly",
1920
+ "space_type": "Jury Assembly",
1921
1921
  "lighting_standard": "ASHRAE 90.1-2019",
1922
1922
  "lighting_primary_space_type": "Classroom/Lecture/Training",
1923
1923
  "lighting_secondary_space_type": "General",
@@ -1992,7 +1992,7 @@
1992
1992
  {
1993
1993
  "template": "90.1-2019",
1994
1994
  "building_type": "Courthouse",
1995
- "space_type": "Courthouse - Jury Deliberation",
1995
+ "space_type": "Jury Deliberation",
1996
1996
  "lighting_standard": "ASHRAE 90.1-2019",
1997
1997
  "lighting_primary_space_type": "Conference/Meeting/Multipurpose",
1998
1998
  "lighting_secondary_space_type": "General",
@@ -2067,7 +2067,7 @@
2067
2067
  {
2068
2068
  "template": "90.1-2019",
2069
2069
  "building_type": "Courthouse",
2070
- "space_type": "Courthouse - Library",
2070
+ "space_type": "Library",
2071
2071
  "lighting_standard": "ASHRAE 90.1-2019",
2072
2072
  "lighting_primary_space_type": "Library",
2073
2073
  "lighting_secondary_space_type": "Reading Area",
@@ -2142,7 +2142,7 @@
2142
2142
  {
2143
2143
  "template": "90.1-2019",
2144
2144
  "building_type": "Courthouse",
2145
- "space_type": "Courthouse - Office",
2145
+ "space_type": "Office",
2146
2146
  "lighting_standard": "ASHRAE 90.1-2019",
2147
2147
  "lighting_primary_space_type": "Office-Enclosed",
2148
2148
  "lighting_secondary_space_type": "General",
@@ -2217,7 +2217,7 @@
2217
2217
  {
2218
2218
  "template": "90.1-2019",
2219
2219
  "building_type": "Courthouse",
2220
- "space_type": "Courthouse - Parking",
2220
+ "space_type": "Parking",
2221
2221
  "lighting_standard": "ASHRAE 90.1-2019",
2222
2222
  "lighting_primary_space_type": "Parking Garage",
2223
2223
  "lighting_secondary_space_type": "Garage Area",
@@ -2292,7 +2292,7 @@
2292
2292
  {
2293
2293
  "template": "90.1-2019",
2294
2294
  "building_type": "Courthouse",
2295
- "space_type": "Courthouse - Plenum",
2295
+ "space_type": "Plenum",
2296
2296
  "lighting_standard": null,
2297
2297
  "lighting_primary_space_type": null,
2298
2298
  "lighting_secondary_space_type": null,
@@ -2367,7 +2367,7 @@
2367
2367
  {
2368
2368
  "template": "90.1-2019",
2369
2369
  "building_type": "Courthouse",
2370
- "space_type": "Courthouse - Restrooms",
2370
+ "space_type": "Restrooms",
2371
2371
  "lighting_standard": "ASHRAE 90.1-2019",
2372
2372
  "lighting_primary_space_type": "Restrooms",
2373
2373
  "lighting_secondary_space_type": "General",
@@ -2442,7 +2442,7 @@
2442
2442
  {
2443
2443
  "template": "90.1-2019",
2444
2444
  "building_type": "Courthouse",
2445
- "space_type": "Courthouse - Security Screening",
2445
+ "space_type": "Security Screening",
2446
2446
  "lighting_standard": "ASHRAE 90.1-2019",
2447
2447
  "lighting_primary_space_type": "Lobby",
2448
2448
  "lighting_secondary_space_type": "General",
@@ -2517,7 +2517,7 @@
2517
2517
  {
2518
2518
  "template": "90.1-2019",
2519
2519
  "building_type": "Courthouse",
2520
- "space_type": "Courthouse - Service Shaft",
2520
+ "space_type": "Service Shaft",
2521
2521
  "lighting_standard": null,
2522
2522
  "lighting_primary_space_type": null,
2523
2523
  "lighting_secondary_space_type": null,
@@ -2592,7 +2592,7 @@
2592
2592
  {
2593
2593
  "template": "90.1-2019",
2594
2594
  "building_type": "Courthouse",
2595
- "space_type": "Courthouse - Stairs",
2595
+ "space_type": "Stairs",
2596
2596
  "lighting_standard": "ASHRAE 90.1-2019",
2597
2597
  "lighting_primary_space_type": "Stairway",
2598
2598
  "lighting_secondary_space_type": "General",
@@ -2667,7 +2667,7 @@
2667
2667
  {
2668
2668
  "template": "90.1-2019",
2669
2669
  "building_type": "Courthouse",
2670
- "space_type": "Courthouse - Storage",
2670
+ "space_type": "Storage",
2671
2671
  "lighting_standard": "ASHRAE 90.1-2019",
2672
2672
  "lighting_primary_space_type": "Storage",
2673
2673
  "lighting_secondary_space_type": "General",
@@ -2742,7 +2742,7 @@
2742
2742
  {
2743
2743
  "template": "90.1-2019",
2744
2744
  "building_type": "Courthouse",
2745
- "space_type": "Courthouse - Utility",
2745
+ "space_type": "Utility",
2746
2746
  "lighting_standard": "ASHRAE 90.1-2019",
2747
2747
  "lighting_primary_space_type": "Electrical/Mechanical",
2748
2748
  "lighting_secondary_space_type": "General",
@@ -8125,181 +8125,6 @@
8125
8125
  "maximum_dependent_variable_output": null,
8126
8126
  "notes": "From Reference Buildings"
8127
8127
  },
8128
- {
8129
- "name": "Multi Zone VAV with Airfoil or Backward Incline riding the curve",
8130
- "category": "FanEIR-FPLR",
8131
- "form": "Cubic",
8132
- "dependent_variable": "PwrRatio",
8133
- "independent_variable_1": "FlowRatio",
8134
- "independent_variable_2": null,
8135
- "coeff_1": 0.1631,
8136
- "coeff_2": 1.5901,
8137
- "coeff_3": -0.8817,
8138
- "coeff_4": 0.1281,
8139
- "coeff_5": null,
8140
- "coeff_6": null,
8141
- "coeff_7": null,
8142
- "coeff_8": null,
8143
- "coeff_9": null,
8144
- "coeff_10": null,
8145
- "minimum_independent_variable_1": 0.0,
8146
- "maximum_independent_variable_1": 1.0,
8147
- "minimum_independent_variable_2": null,
8148
- "maximum_independent_variable_2": null,
8149
- "minimum_dependent_variable_output": 0.7,
8150
- "maximum_dependent_variable_output": null,
8151
- "notes": "From ANSI/ASHRAE/IES Standard 90.1-2016 - Energy Standard for Buildings Except Low-Rise Residential Performance Rating Method"
8152
- },
8153
- {
8154
- "name": "Multi Zone VAV with Airfoil or Backward Incline with inlet vanes",
8155
- "category": "FanEIR-FPLR",
8156
- "form": "Cubic",
8157
- "dependent_variable": "PwrRatio",
8158
- "independent_variable_1": "FlowRatio",
8159
- "independent_variable_2": null,
8160
- "coeff_1": 0.9977,
8161
- "coeff_2": -0.659,
8162
- "coeff_3": 0.9547,
8163
- "coeff_4": -0.2936,
8164
- "coeff_5": null,
8165
- "coeff_6": null,
8166
- "coeff_7": null,
8167
- "coeff_8": null,
8168
- "coeff_9": null,
8169
- "coeff_10": null,
8170
- "minimum_independent_variable_1": 0.0,
8171
- "maximum_independent_variable_1": 1.0,
8172
- "minimum_independent_variable_2": null,
8173
- "maximum_independent_variable_2": null,
8174
- "minimum_dependent_variable_output": 0.5,
8175
- "maximum_dependent_variable_output": null,
8176
- "notes": "From ANSI/ASHRAE/IES Standard 90.1-2016 - Energy Standard for Buildings Except Low-Rise Residential Performance Rating Method"
8177
- },
8178
- {
8179
- "name": "Multi Zone VAV with Forward Curved fans riding the curve",
8180
- "category": "FanEIR-FPLR",
8181
- "form": "Cubic",
8182
- "dependent_variable": "PwrRatio",
8183
- "independent_variable_1": "FlowRatio",
8184
- "independent_variable_2": null,
8185
- "coeff_1": 0.1224,
8186
- "coeff_2": 0.612,
8187
- "coeff_3": 0.5983,
8188
- "coeff_4": -0.3334,
8189
- "coeff_5": null,
8190
- "coeff_6": null,
8191
- "coeff_7": null,
8192
- "coeff_8": null,
8193
- "coeff_9": null,
8194
- "coeff_10": null,
8195
- "minimum_independent_variable_1": 0.0,
8196
- "maximum_independent_variable_1": 1.0,
8197
- "minimum_independent_variable_2": null,
8198
- "maximum_independent_variable_2": null,
8199
- "minimum_dependent_variable_output": 0.3,
8200
- "maximum_dependent_variable_output": null,
8201
- "notes": "From ANSI/ASHRAE/IES Standard 90.1-2016 - Energy Standard for Buildings Except Low-Rise Residential Performance Rating Method"
8202
- },
8203
- {
8204
- "name": "Multi Zone VAV with Forward Curved with inlet vanes",
8205
- "category": "FanEIR-FPLR",
8206
- "form": "Cubic",
8207
- "dependent_variable": "PwrRatio",
8208
- "independent_variable_1": "FlowRatio",
8209
- "independent_variable_2": null,
8210
- "coeff_1": 0.3038,
8211
- "coeff_2": -0.7608,
8212
- "coeff_3": 2.2729,
8213
- "coeff_4": -0.8169,
8214
- "coeff_5": null,
8215
- "coeff_6": null,
8216
- "coeff_7": null,
8217
- "coeff_8": null,
8218
- "coeff_9": null,
8219
- "coeff_10": null,
8220
- "minimum_independent_variable_1": 0.0,
8221
- "maximum_independent_variable_1": 1.0,
8222
- "minimum_independent_variable_2": null,
8223
- "maximum_independent_variable_2": null,
8224
- "minimum_dependent_variable_output": 0.3,
8225
- "maximum_dependent_variable_output": null,
8226
- "notes": "From ANSI/ASHRAE/IES Standard 90.1-2016 - Energy Standard for Buildings Except Low-Rise Residential Performance Rating Method"
8227
- },
8228
- {
8229
- "name": "Multi Zone VAV with VSD and fixed SP setpoint",
8230
- "category": "FanEIR-FPLR",
8231
- "form": "Cubic",
8232
- "dependent_variable": "PwrRatio",
8233
- "independent_variable_1": "FlowRatio",
8234
- "independent_variable_2": null,
8235
- "coeff_1": 0.0013,
8236
- "coeff_2": 0.147,
8237
- "coeff_3": 0.9506,
8238
- "coeff_4": -0.0998,
8239
- "coeff_5": null,
8240
- "coeff_6": null,
8241
- "coeff_7": null,
8242
- "coeff_8": null,
8243
- "coeff_9": null,
8244
- "coeff_10": null,
8245
- "minimum_independent_variable_1": 0.0,
8246
- "maximum_independent_variable_1": 1.0,
8247
- "minimum_independent_variable_2": null,
8248
- "maximum_independent_variable_2": null,
8249
- "minimum_dependent_variable_output": 0.2,
8250
- "maximum_dependent_variable_output": null,
8251
- "notes": "Appendix G baseline from ANSI/ASHRAE/IES Standard 90.1-2016 - Energy Standard for Buildings Except Low-Rise Residential Performance Rating Method"
8252
- },
8253
- {
8254
- "name": "Multi Zone VAV with vane-axial with variable pitch blades",
8255
- "category": "FanEIR-FPLR",
8256
- "form": "Cubic",
8257
- "dependent_variable": "PwrRatio",
8258
- "independent_variable_1": "FlowRatio",
8259
- "independent_variable_2": null,
8260
- "coeff_1": 0.1639,
8261
- "coeff_2": -0.4016,
8262
- "coeff_3": 1.9909,
8263
- "coeff_4": -0.7541,
8264
- "coeff_5": null,
8265
- "coeff_6": null,
8266
- "coeff_7": null,
8267
- "coeff_8": null,
8268
- "coeff_9": null,
8269
- "coeff_10": null,
8270
- "minimum_independent_variable_1": 0.0,
8271
- "maximum_independent_variable_1": 1.0,
8272
- "minimum_independent_variable_2": null,
8273
- "maximum_independent_variable_2": null,
8274
- "minimum_dependent_variable_output": 0.2,
8275
- "maximum_dependent_variable_output": null,
8276
- "notes": "From ANSI/ASHRAE/IES Standard 90.1-2016 - Energy Standard for Buildings Except Low-Rise Residential Performance Rating Method"
8277
- },
8278
- {
8279
- "name": "Multi zone VAV with static pressure reset",
8280
- "category": "FanEIR-FPLR",
8281
- "form": "Cubic",
8282
- "dependent_variable": "PwrRatio",
8283
- "independent_variable_1": "FlowRatio",
8284
- "independent_variable_2": null,
8285
- "coeff_1": 0.040759894,
8286
- "coeff_2": 0.08804497,
8287
- "coeff_3": -0.07292612,
8288
- "coeff_4": 0.943739823,
8289
- "coeff_5": null,
8290
- "coeff_6": null,
8291
- "coeff_7": null,
8292
- "coeff_8": null,
8293
- "coeff_9": null,
8294
- "coeff_10": null,
8295
- "minimum_independent_variable_1": 0.0,
8296
- "maximum_independent_variable_1": 1.0,
8297
- "minimum_independent_variable_2": null,
8298
- "maximum_independent_variable_2": null,
8299
- "minimum_dependent_variable_output": 0.1,
8300
- "maximum_dependent_variable_output": null,
8301
- "notes": "OpenStudio default, baseline for System Types 5-8 from ANSI/ASHRAE/IES Standard 90.1-2016 - Energy Standard for Buildings Except Low-Rise Residential Performance Rating Method"
8302
- },
8303
8128
  {
8304
8129
  "name": "New_Low_Temp_Comp_Cap_Curve",
8305
8130
  "category": null,
@@ -13000,31 +12825,6 @@
13000
12825
  "maximum_dependent_variable_output": null,
13001
12826
  "notes": "From Reference Buildings"
13002
12827
  },
13003
- {
13004
- "name": "Single zone VAV fan",
13005
- "category": "FanEIR-FPLR",
13006
- "form": "Cubic",
13007
- "dependent_variable": "PwrRatio",
13008
- "independent_variable_1": "FlowRatio",
13009
- "independent_variable_2": null,
13010
- "coeff_1": 0.027827882,
13011
- "coeff_2": 0.026583195,
13012
- "coeff_3": -0.0870687,
13013
- "coeff_4": 1.03091975,
13014
- "coeff_5": null,
13015
- "coeff_6": null,
13016
- "coeff_7": null,
13017
- "coeff_8": null,
13018
- "coeff_9": null,
13019
- "coeff_10": null,
13020
- "minimum_independent_variable_1": 0.0,
13021
- "maximum_independent_variable_1": 1.0,
13022
- "minimum_independent_variable_2": null,
13023
- "maximum_independent_variable_2": null,
13024
- "minimum_dependent_variable_output": 0.1,
13025
- "maximum_dependent_variable_output": null,
13026
- "notes": "Baseline for System Type 11 from ANSI/ASHRAE/IES Standard 90.1-2016 - Energy Standard for Buildings Except Low-Rise Residential Performance Rating Method"
13027
- },
13028
12828
  {
13029
12829
  "name": "Small-CHW-Bypass-fAirflow",
13030
12830
  "category": "CHWCoils",