openstudio-standards 0.2.16 → 0.2.17.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (181) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/manage_OpenStudio_Standards.rb +31 -4
  3. data/lib/openstudio-standards/btap/geometry.rb +1 -1
  4. data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +354 -2
  5. data/lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb +79 -0
  6. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +1 -1
  7. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Laboratory.rb +1 -1
  8. data/lib/openstudio-standards/prototypes/common/do_not_edit_metaclasses.rb +3313 -0
  9. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +12 -0
  10. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +3 -4
  11. data/lib/openstudio-standards/prototypes/common/objects/Prototype.SizingSystem.rb +1 -1
  12. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +167 -93
  13. data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +2 -4
  14. data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +1 -0
  15. data/lib/openstudio-standards/refs/references.rb +3 -0
  16. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +279 -6
  17. data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb +50 -2
  18. data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +4 -0
  19. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +0 -1
  20. data/lib/openstudio-standards/standards/Standards.Construction.rb +185 -3
  21. data/lib/openstudio-standards/standards/Standards.Fan.rb +14 -6
  22. data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +1 -0
  23. data/lib/openstudio-standards/standards/Standards.Model.rb +1751 -383
  24. data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +130 -9
  25. data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +50 -3
  26. data/lib/openstudio-standards/standards/Standards.ScheduleCompact.rb +44 -0
  27. data/lib/openstudio-standards/standards/Standards.ScheduleConstant.rb +27 -0
  28. data/lib/openstudio-standards/standards/Standards.ScheduleRuleset.rb +543 -0
  29. data/lib/openstudio-standards/standards/Standards.Space.rb +665 -15
  30. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +141 -4
  31. data/lib/openstudio-standards/standards/Standards.SubSurface.rb +2 -1
  32. data/lib/openstudio-standards/standards/Standards.Surface.rb +117 -0
  33. data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +197 -49
  34. data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +41 -0
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +6 -8
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/ashrae_90_1.schedules.json +45 -45
  37. 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 +7 -7
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/ashrae_90_1.schedules.json +45 -45
  39. 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 +7 -7
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/ashrae_90_1.schedules.json +45 -45
  41. 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 +9 -9
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/ashrae_90_1.schedules.json +45 -45
  43. 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 +4 -4
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/ashrae_90_1.schedules.json +45 -45
  45. 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 +5 -5
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +5 -5
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/ashrae_90_1.schedules.json +45 -45
  48. 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 +5 -5
  49. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +2 -2
  50. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.fans.json +12 -0
  51. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/ashrae_90_1.schedules.json +45 -45
  52. 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 +10 -10
  53. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/ashrae_90_1.schedules.json +45 -45
  54. 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 +10 -10
  55. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +1 -0
  56. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +792 -0
  57. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctParallelPIUReheat.rb +10 -0
  58. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctVAVReheat.rb +31 -0
  59. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.BoilerHotWater.rb +91 -0
  60. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ChillerElectricEIR.rb +84 -0
  61. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +145 -0
  62. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +106 -0
  63. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +71 -0
  64. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +194 -0
  65. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +120 -0
  66. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTower.rb +110 -0
  67. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTowerVariableSpeed.rb +5 -0
  68. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Fan.rb +73 -0
  69. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanConstantVolume.rb +5 -0
  70. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanOnOff.rb +5 -0
  71. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanVariableVolume.rb +24 -0
  72. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanZoneExhaust.rb +5 -0
  73. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.HeatExchangerSensLat.rb +55 -0
  74. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +3045 -0
  75. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlanarSurface.rb +187 -0
  76. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +450 -0
  77. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Space.rb +106 -0
  78. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +666 -0
  79. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Surface.rb +54 -0
  80. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ThermalZone.rb +168 -0
  81. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ZoneHVACComponent.rb +132 -0
  82. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +239 -0
  83. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +176 -0
  84. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.rb +25 -0
  85. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.boilers.json +52 -0
  86. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.chillers.json +112 -0
  87. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.climate_zone_sets.json +210 -0
  88. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.construction_properties.json +10384 -0
  89. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.construction_sets.json +133 -0
  90. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.furnaces.json +43 -0
  91. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +119 -0
  92. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps_heating.json +130 -0
  93. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_rejection.json +13 -0
  94. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.lpd_space_type.json +568 -0
  95. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.motors.json +264 -0
  96. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_baseline_hvac.json +439 -0
  97. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_constructions.json +685 -0
  98. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_economizers.json +213 -0
  99. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_ext_ltg.json +32 -0
  100. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_heat_type.json +136 -0
  101. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_hvac_bldg_type.json +32 -0
  102. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_interior_lighting.json +1837 -0
  103. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_swh_bldg_type.json +184 -0
  104. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_wwr_bldg_type.json +84 -0
  105. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.unitary_acs.json +148 -0
  106. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +157 -0
  107. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.climate_zone_sets.json +210 -0
  108. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.curves.json +18329 -0
  109. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.fans.json +340 -0
  110. data/lib/openstudio-standards/standards/ashrae_90_1_prm/data/ashrae_90_1_prm.materials.json +49924 -0
  111. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/baseline_building_rotation_exception.md +44 -0
  112. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/check_pump_power_and_control.md +71 -0
  113. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/dcv.md +68 -0
  114. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/dcv_implementation.png +0 -0
  115. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/elevators.md +14 -0
  116. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/exhaust_air_energy_recovery.md +36 -0
  117. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/f_c_factors.md +19 -0
  118. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/fan_power_credits.md +15 -0
  119. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/preheat_coil.md +59 -0
  120. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/pump_power_control.md +46 -0
  121. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/return_air_type.md +31 -0
  122. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_baseline_wwr.md +191 -0
  123. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_hw_and_chw_supply_water_temp_reset_control.md +24 -0
  124. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_num_boilers_chillers_towers.md +49 -0
  125. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_plug_load_measures.md +80 -0
  126. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_space_lpd.md +73 -0
  127. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/unenclosed_and_unconditioned_spaces.md +11 -0
  128. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/unmet_load_hours.md +20 -0
  129. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/vav_parallel_piu_terminals_fan_control.md +23 -0
  130. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/vav_terminals_min_flow_setpoint.md +21 -0
  131. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_airloop_hvac.csv +1 -0
  132. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_airloop_hvac_doas.csv +1 -0
  133. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_building.csv +1 -0
  134. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_design_specification_outdoor_air.csv +1 -0
  135. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_electric_equipment.csv +1 -0
  136. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_exterior_lights.csv +1 -0
  137. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_gas_equipment.csv +1 -0
  138. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_lights.csv +1 -0
  139. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_space.csv +1 -0
  140. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_spacetype.csv +1 -0
  141. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_thermal_zone.csv +1 -0
  142. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_wateruse_connections.csv +1 -0
  143. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_wateruse_equipment.csv +1 -0
  144. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_wateruse_equipment_definition.csv +1 -0
  145. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_zone_hvac.csv +1 -0
  146. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_zone_infiltration.csv +1 -0
  147. data/lib/openstudio-standards/standards/cbes/data/cbes.fans.json +12 -0
  148. data/lib/openstudio-standards/standards/deer/data/deer.fans.json +12 -0
  149. data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps.json +1 -1
  150. data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps_heating.json +1 -1
  151. data/lib/openstudio-standards/standards/necb/ECMS/data/unitary_acs.json +24 -11
  152. data/lib/openstudio-standards/standards/necb/ECMS/erv.rb +13 -15
  153. data/lib/openstudio-standards/standards/necb/NECB2011/data/province_map.json +17 -0
  154. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +1 -1
  155. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +1 -1
  156. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +2 -2
  157. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +6 -5
  158. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +3 -2
  159. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +2 -3
  160. data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +2 -2
  161. data/lib/openstudio-standards/standards/necb/NECB2020/data/space_types.json +33 -924
  162. data/lib/openstudio-standards/standards/necb/NECB2020/data/unitary_acs.json +15 -15
  163. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +135 -29
  164. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +16 -4
  165. data/lib/openstudio-standards/standards/necb/common/neb_end_use_prices.csv +40 -42
  166. data/lib/openstudio-standards/standards/necb/common/necb_reference_runs.csv +1 -1
  167. data/lib/openstudio-standards/standards/necb/common/space_type_upgrade_map.json +89 -89
  168. data/lib/openstudio-standards/utilities/array.rb +11 -0
  169. data/lib/openstudio-standards/utilities/logging.rb +48 -0
  170. data/lib/openstudio-standards/utilities/object_info.rb +20 -0
  171. data/lib/openstudio-standards/utilities/schedule_translator.rb +348 -0
  172. data/lib/openstudio-standards/utilities/sqlfile.rb +68 -0
  173. data/lib/openstudio-standards/version.rb +2 -2
  174. data/lib/openstudio-standards/weather/Weather.Model.rb +42 -55
  175. data/lib/openstudio-standards/weather/Weather.stat_file.rb +1 -1
  176. data/lib/openstudio-standards.rb +35 -1
  177. metadata +111 -6
  178. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  179. data/data/standards/OpenStudio_Standards-ashrae_90_1_28Jan2022.xlsx +0 -0
  180. data/data/standards/OpenStudio_Standards-ashrae_90_1_28_Jan2022_2.xlsx +0 -0
  181. data/data/standards/openstudio_standards_duplicates_log.csv +0 -143
@@ -0,0 +1,685 @@
1
+ {
2
+ "prm_constructions": [
3
+ {
4
+ "name": "PRM Below Grade Wall",
5
+ "template": "90.1-PRM-2019",
6
+ "intended_surface_type": "GroundContactWall",
7
+ "standards_construction_type": "Mass",
8
+ "insulation_layer": "Typical Insulation",
9
+ "skylight_framing": null,
10
+ "materials": [
11
+ "8 in. Concrete Block Basement Wall",
12
+ "Typical Insulation",
13
+ "1/2 in. Gypsum Board"
14
+ ]
15
+ },
16
+ {
17
+ "name": "PRM IEAD Roof",
18
+ "template": "90.1-PRM-2019",
19
+ "intended_surface_type": "ExteriorRoof",
20
+ "standards_construction_type": "IEAD",
21
+ "insulation_layer": "Typical Insulation",
22
+ "skylight_framing": null,
23
+ "materials": [
24
+ "Roof Membrane",
25
+ "Typical Insulation",
26
+ "Metal Roof Surface"
27
+ ]
28
+ },
29
+ {
30
+ "name": "PRM Slab on Grade Floor",
31
+ "template": "90.1-PRM-2019",
32
+ "intended_surface_type": "GroundContactFloor",
33
+ "standards_construction_type": "Mass",
34
+ "insulation_layer": null,
35
+ "skylight_framing": null,
36
+ "materials": [
37
+ "6 in. Normalweight Concrete Floor"
38
+ ]
39
+ },
40
+ {
41
+ "name": "PRM Steel Framed Exterior Floor",
42
+ "template": "90.1-PRM-2019",
43
+ "intended_surface_type": "ExteriorFloor",
44
+ "standards_construction_type": "SteelFramed",
45
+ "insulation_layer": "Typical Insulation",
46
+ "skylight_framing": null,
47
+ "materials": [
48
+ "Metal Decking",
49
+ "4 in. Normalweight Concrete Floor",
50
+ "Typical Carpet Pad"
51
+ ]
52
+ },
53
+ {
54
+ "name": "PRM Steel Framed Exterior Wall",
55
+ "template": "90.1-PRM-2019",
56
+ "intended_surface_type": "ExteriorWall",
57
+ "standards_construction_type": "SteelFramed",
58
+ "insulation_layer": "Typical Insulation",
59
+ "skylight_framing": null,
60
+ "materials": [
61
+ "Stucco - 3/8 in.",
62
+ "5/8 in. Gypsum Board",
63
+ "Typical Insulation",
64
+ "5/8 in. Gypsum Board"
65
+ ]
66
+ },
67
+ {
68
+ "name": "PRM Typical Insulated Metal Door",
69
+ "template": "90.1-PRM-2019",
70
+ "intended_surface_type": "ExteriorDoor",
71
+ "standards_construction_type": "Swinging",
72
+ "insulation_layer": "Typical Insulation",
73
+ "skylight_framing": null,
74
+ "materials": [
75
+ "F08 Metal surface",
76
+ "Typical Insulation"
77
+ ]
78
+ },
79
+ {
80
+ "name": "PRM Typical Overhead Door",
81
+ "template": "90.1-PRM-2019",
82
+ "intended_surface_type": "ExteriorDoor",
83
+ "standards_construction_type": "NonSwinging",
84
+ "insulation_layer": "Typical Insulation",
85
+ "skylight_framing": null,
86
+ "materials": [
87
+ "Typical Insulation"
88
+ ]
89
+ },
90
+ {
91
+ "name": "PRM U 0.46 SHGC 0.40 VT 0.44 Simple Glazing Glass Door",
92
+ "template": "90.1-PRM-2019",
93
+ "intended_surface_type": "GlassDoor",
94
+ "standards_construction_type": "Any Vertical Glazing",
95
+ "insulation_layer": null,
96
+ "skylight_framing": null,
97
+ "materials": [
98
+ "PRM U 0.46 SHGC 0.40 VT 0.44 Simple Glazing"
99
+ ]
100
+ },
101
+ {
102
+ "name": "PRM U 0.46 SHGC 0.40 VT 0.44 Simple Glazing Window",
103
+ "template": "90.1-PRM-2019",
104
+ "intended_surface_type": "ExteriorWindow",
105
+ "standards_construction_type": "Any Vertical Glazing",
106
+ "insulation_layer": null,
107
+ "skylight_framing": null,
108
+ "materials": [
109
+ "PRM U 0.46 SHGC 0.40 VT 0.44 Simple Glazing"
110
+ ]
111
+ },
112
+ {
113
+ "name": "PRM U 0.57 SHGC 0.25 VT 0.28 Simple Glazing Glass Door",
114
+ "template": "90.1-PRM-2019",
115
+ "intended_surface_type": "GlassDoor",
116
+ "standards_construction_type": "Any Vertical Glazing",
117
+ "insulation_layer": null,
118
+ "skylight_framing": null,
119
+ "materials": [
120
+ "PRM U 0.57 SHGC 0.25 VT 0.28 Simple Glazing"
121
+ ]
122
+ },
123
+ {
124
+ "name": "PRM U 0.57 SHGC 0.25 VT 0.28 Simple Glazing Window",
125
+ "template": "90.1-PRM-2019",
126
+ "intended_surface_type": "ExteriorWindow",
127
+ "standards_construction_type": "Any Vertical Glazing",
128
+ "insulation_layer": null,
129
+ "skylight_framing": null,
130
+ "materials": [
131
+ "PRM U 0.57 SHGC 0.25 VT 0.28 Simple Glazing"
132
+ ]
133
+ },
134
+ {
135
+ "name": "PRM U 0.57 SHGC 0.39 VT 0.43 Simple Glazing Glass Door",
136
+ "template": "90.1-PRM-2019",
137
+ "intended_surface_type": "GlassDoor",
138
+ "standards_construction_type": "Any Vertical Glazing",
139
+ "insulation_layer": null,
140
+ "skylight_framing": null,
141
+ "materials": [
142
+ "PRM U 0.57 SHGC 0.39 VT 0.43 Simple Glazing"
143
+ ]
144
+ },
145
+ {
146
+ "name": "PRM U 0.57 SHGC 0.39 VT 0.43 Simple Glazing Window",
147
+ "template": "90.1-PRM-2019",
148
+ "intended_surface_type": "ExteriorWindow",
149
+ "standards_construction_type": "Any Vertical Glazing",
150
+ "insulation_layer": null,
151
+ "skylight_framing": null,
152
+ "materials": [
153
+ "PRM U 0.57 SHGC 0.39 VT 0.43 Simple Glazing"
154
+ ]
155
+ },
156
+ {
157
+ "name": "PRM U 0.57 SHGC 0.49 VT 0.54 Simple Glazing Glass Door",
158
+ "template": "90.1-PRM-2019",
159
+ "intended_surface_type": "GlassDoor",
160
+ "standards_construction_type": "Any Vertical Glazing",
161
+ "insulation_layer": null,
162
+ "skylight_framing": null,
163
+ "materials": [
164
+ "PRM U 0.57 SHGC 0.49 VT 0.54 Simple Glazing"
165
+ ]
166
+ },
167
+ {
168
+ "name": "PRM U 0.57 SHGC 0.49 VT 0.54 Simple Glazing Window",
169
+ "template": "90.1-PRM-2019",
170
+ "intended_surface_type": "ExteriorWindow",
171
+ "standards_construction_type": "Any Vertical Glazing",
172
+ "insulation_layer": null,
173
+ "skylight_framing": null,
174
+ "materials": [
175
+ "PRM U 0.57 SHGC 0.49 VT 0.54 Simple Glazing"
176
+ ]
177
+ },
178
+ {
179
+ "name": "PRM U 0.58 SHGC 0.19 VT 0.21 Simple Glazing Glass Door",
180
+ "template": "90.1-PRM-2019",
181
+ "intended_surface_type": "GlassDoor",
182
+ "standards_construction_type": "Any Vertical Glazing",
183
+ "insulation_layer": null,
184
+ "skylight_framing": null,
185
+ "materials": [
186
+ "PRM U 0.58 SHGC 0.19 VT 0.21 Simple Glazing"
187
+ ]
188
+ },
189
+ {
190
+ "name": "PRM U 0.58 SHGC 0.19 VT 0.21 Simple Glazing Window",
191
+ "template": "90.1-PRM-2019",
192
+ "intended_surface_type": "ExteriorWindow",
193
+ "standards_construction_type": "Any Vertical Glazing",
194
+ "insulation_layer": null,
195
+ "skylight_framing": null,
196
+ "materials": [
197
+ "PRM U 0.58 SHGC 0.19 VT 0.21 Simple Glazing"
198
+ ]
199
+ },
200
+ {
201
+ "name": "PRM U 0.58 SHGC 0.36 VT 0.40 Simple Glazing Glass Door",
202
+ "template": "90.1-PRM-2019",
203
+ "intended_surface_type": "GlassDoor",
204
+ "standards_construction_type": "Any Vertical Glazing",
205
+ "insulation_layer": null,
206
+ "skylight_framing": null,
207
+ "materials": [
208
+ "PRM U 0.58 SHGC 0.36 VT 0.40 Simple Glazing"
209
+ ]
210
+ },
211
+ {
212
+ "name": "PRM U 0.58 SHGC 0.36 VT 0.40 Simple Glazing Window",
213
+ "template": "90.1-PRM-2019",
214
+ "intended_surface_type": "ExteriorWindow",
215
+ "standards_construction_type": "Any Vertical Glazing",
216
+ "insulation_layer": null,
217
+ "skylight_framing": null,
218
+ "materials": [
219
+ "PRM U 0.58 SHGC 0.36 VT 0.40 Simple Glazing"
220
+ ]
221
+ },
222
+ {
223
+ "name": "PRM U 0.58 SHGC 0.39 VT 0.43 Simple Glazing Glass Door",
224
+ "template": "90.1-PRM-2019",
225
+ "intended_surface_type": "GlassDoor",
226
+ "standards_construction_type": "Any Vertical Glazing",
227
+ "insulation_layer": null,
228
+ "skylight_framing": null,
229
+ "materials": [
230
+ "PRM U 0.58 SHGC 0.39 VT 0.43 Simple Glazing"
231
+ ]
232
+ },
233
+ {
234
+ "name": "PRM U 0.58 SHGC 0.39 VT 0.43 Simple Glazing Window",
235
+ "template": "90.1-PRM-2019",
236
+ "intended_surface_type": "ExteriorWindow",
237
+ "standards_construction_type": "Any Vertical Glazing",
238
+ "insulation_layer": null,
239
+ "skylight_framing": null,
240
+ "materials": [
241
+ "PRM U 0.58 SHGC 0.39 VT 0.43 Simple Glazing"
242
+ ]
243
+ },
244
+ {
245
+ "name": "PRM U 0.58 SHGC 0.49 VT 0.54 Simple Glazing Glass Door",
246
+ "template": "90.1-PRM-2019",
247
+ "intended_surface_type": "GlassDoor",
248
+ "standards_construction_type": "Any Vertical Glazing",
249
+ "insulation_layer": null,
250
+ "skylight_framing": null,
251
+ "materials": [
252
+ "PRM U 0.58 SHGC 0.49 VT 0.54 Simple Glazing"
253
+ ]
254
+ },
255
+ {
256
+ "name": "PRM U 0.58 SHGC 0.49 VT 0.54 Simple Glazing Window",
257
+ "template": "90.1-PRM-2019",
258
+ "intended_surface_type": "ExteriorWindow",
259
+ "standards_construction_type": "Any Vertical Glazing",
260
+ "insulation_layer": null,
261
+ "skylight_framing": null,
262
+ "materials": [
263
+ "PRM U 0.58 SHGC 0.49 VT 0.54 Simple Glazing"
264
+ ]
265
+ },
266
+ {
267
+ "name": "PRM U 0.58 SHGC 0.55 VT 0.61 Simple Glazing Glass Door",
268
+ "template": "90.1-PRM-2019",
269
+ "intended_surface_type": "GlassDoor",
270
+ "standards_construction_type": "Any Vertical Glazing",
271
+ "insulation_layer": null,
272
+ "skylight_framing": null,
273
+ "materials": [
274
+ "PRM U 0.58 SHGC 0.55 VT 0.61 Simple Glazing"
275
+ ]
276
+ },
277
+ {
278
+ "name": "PRM U 0.58 SHGC 0.55 VT 0.61 Simple Glazing Window",
279
+ "template": "90.1-PRM-2019",
280
+ "intended_surface_type": "ExteriorWindow",
281
+ "standards_construction_type": "Any Vertical Glazing",
282
+ "insulation_layer": null,
283
+ "skylight_framing": null,
284
+ "materials": [
285
+ "PRM U 0.58 SHGC 0.55 VT 0.61 Simple Glazing"
286
+ ]
287
+ },
288
+ {
289
+ "name": "PRM U 0.69 SHGC 0.19 VT 0.21 Simple Glazing Glass Door",
290
+ "template": "90.1-PRM-2019",
291
+ "intended_surface_type": "GlassDoor",
292
+ "standards_construction_type": "Any Vertical Glazing",
293
+ "insulation_layer": null,
294
+ "skylight_framing": null,
295
+ "materials": [
296
+ "PRM U 0.69 SHGC 0.19 VT 0.21 Simple Glazing"
297
+ ]
298
+ },
299
+ {
300
+ "name": "PRM U 0.69 SHGC 0.19 VT 0.21 Simple Glazing Window",
301
+ "template": "90.1-PRM-2019",
302
+ "intended_surface_type": "ExteriorWindow",
303
+ "standards_construction_type": "Any Vertical Glazing",
304
+ "insulation_layer": null,
305
+ "skylight_framing": null,
306
+ "materials": [
307
+ "PRM U 0.69 SHGC 0.19 VT 0.21 Simple Glazing"
308
+ ]
309
+ },
310
+ {
311
+ "name": "PRM U 0.69 SHGC 0.36 VT 0.40 Simple Glazing Glass Door",
312
+ "template": "90.1-PRM-2019",
313
+ "intended_surface_type": "GlassDoor",
314
+ "standards_construction_type": "Any Vertical Glazing",
315
+ "insulation_layer": null,
316
+ "skylight_framing": null,
317
+ "materials": [
318
+ "PRM U 0.69 SHGC 0.36 VT 0.40 Simple Glazing"
319
+ ]
320
+ },
321
+ {
322
+ "name": "PRM U 0.69 SHGC 0.36 VT 0.40 Simple Glazing Window",
323
+ "template": "90.1-PRM-2019",
324
+ "intended_surface_type": "ExteriorWindow",
325
+ "standards_construction_type": "Any Vertical Glazing",
326
+ "insulation_layer": null,
327
+ "skylight_framing": null,
328
+ "materials": [
329
+ "PRM U 0.69 SHGC 0.36 VT 0.40 Simple Glazing"
330
+ ]
331
+ },
332
+ {
333
+ "name": "PRM U 0.69 SHGC 0.39 VT 0.43 Simple Glazing Glass Door",
334
+ "template": "90.1-PRM-2019",
335
+ "intended_surface_type": "GlassDoor",
336
+ "standards_construction_type": "Any Vertical Glazing",
337
+ "insulation_layer": null,
338
+ "skylight_framing": null,
339
+ "materials": [
340
+ "PRM U 0.69 SHGC 0.39 VT 0.43 Simple Glazing"
341
+ ]
342
+ },
343
+ {
344
+ "name": "PRM U 0.69 SHGC 0.39 VT 0.43 Simple Glazing Window",
345
+ "template": "90.1-PRM-2019",
346
+ "intended_surface_type": "ExteriorWindow",
347
+ "standards_construction_type": "Any Vertical Glazing",
348
+ "insulation_layer": null,
349
+ "skylight_framing": null,
350
+ "materials": [
351
+ "PRM U 0.69 SHGC 0.39 VT 0.43 Simple Glazing"
352
+ ]
353
+ },
354
+ {
355
+ "name": "PRM U 0.69 SHGC 0.49 VT 0.54 Simple Glazing Glass Door",
356
+ "template": "90.1-PRM-2019",
357
+ "intended_surface_type": "GlassDoor",
358
+ "standards_construction_type": "Any Vertical Glazing",
359
+ "insulation_layer": null,
360
+ "skylight_framing": null,
361
+ "materials": [
362
+ "PRM U 0.69 SHGC 0.49 VT 0.54 Simple Glazing"
363
+ ]
364
+ },
365
+ {
366
+ "name": "PRM U 0.69 SHGC 0.49 VT 0.54 Simple Glazing Window",
367
+ "template": "90.1-PRM-2019",
368
+ "intended_surface_type": "ExteriorWindow",
369
+ "standards_construction_type": "Any Vertical Glazing",
370
+ "insulation_layer": null,
371
+ "skylight_framing": null,
372
+ "materials": [
373
+ "PRM U 0.69 SHGC 0.49 VT 0.54 Simple Glazing"
374
+ ]
375
+ },
376
+ {
377
+ "name": "PRM U 0.69 SHGC 0.64 VT 0.70 Simple Glazing Glass Door",
378
+ "template": "90.1-PRM-2019",
379
+ "intended_surface_type": "GlassDoor",
380
+ "standards_construction_type": "Any Vertical Glazing",
381
+ "insulation_layer": null,
382
+ "skylight_framing": null,
383
+ "materials": [
384
+ "PRM U 0.69 SHGC 0.64 VT 0.70 Simple Glazing"
385
+ ]
386
+ },
387
+ {
388
+ "name": "PRM U 0.69 SHGC 0.64 VT 0.70 Simple Glazing Window",
389
+ "template": "90.1-PRM-2019",
390
+ "intended_surface_type": "ExteriorWindow",
391
+ "standards_construction_type": "Any Vertical Glazing",
392
+ "insulation_layer": null,
393
+ "skylight_framing": null,
394
+ "materials": [
395
+ "PRM U 0.69 SHGC 0.64 VT 0.70 Simple Glazing"
396
+ ]
397
+ },
398
+ {
399
+ "name": "PRM U 0.69 SHGC 0.68 VT 0.75 Simple Glazing Glass Door",
400
+ "template": "90.1-PRM-2019",
401
+ "intended_surface_type": "GlassDoor",
402
+ "standards_construction_type": "Any Vertical Glazing",
403
+ "insulation_layer": null,
404
+ "skylight_framing": null,
405
+ "materials": [
406
+ "PRM U 0.69 SHGC 0.68 VT 0.75 Simple Glazing"
407
+ ]
408
+ },
409
+ {
410
+ "name": "PRM U 0.69 SHGC 0.68 VT 0.75 Simple Glazing Window",
411
+ "template": "90.1-PRM-2019",
412
+ "intended_surface_type": "ExteriorWindow",
413
+ "standards_construction_type": "Any Vertical Glazing",
414
+ "insulation_layer": null,
415
+ "skylight_framing": null,
416
+ "materials": [
417
+ "PRM U 0.69 SHGC 0.68 VT 0.75 Simple Glazing"
418
+ ]
419
+ },
420
+ {
421
+ "name": "PRM U 0.81 SHGC 0.55 VT 0.61 Simple Glazing Glass Door",
422
+ "template": "90.1-PRM-2019",
423
+ "intended_surface_type": "GlassDoor",
424
+ "standards_construction_type": "Any Vertical Glazing",
425
+ "insulation_layer": null,
426
+ "skylight_framing": null,
427
+ "materials": [
428
+ "PRM U 0.81 SHGC 0.55 VT 0.61 Simple Glazing"
429
+ ]
430
+ },
431
+ {
432
+ "name": "PRM U 0.81 SHGC 0.55 VT 0.61 Simple Glazing Window",
433
+ "template": "90.1-PRM-2019",
434
+ "intended_surface_type": "ExteriorWindow",
435
+ "standards_construction_type": "Any Vertical Glazing",
436
+ "insulation_layer": null,
437
+ "skylight_framing": null,
438
+ "materials": [
439
+ "PRM U 0.81 SHGC 0.55 VT 0.61 Simple Glazing"
440
+ ]
441
+ },
442
+ {
443
+ "name": "PRM U 1.22 SHGC 0.25 VT 0.28 Simple Glazing Glass Door",
444
+ "template": "90.1-PRM-2019",
445
+ "intended_surface_type": "GlassDoor",
446
+ "standards_construction_type": "Any Vertical Glazing",
447
+ "insulation_layer": null,
448
+ "skylight_framing": null,
449
+ "materials": [
450
+ "PRM U 1.22 SHGC 0.25 VT 0.28 Simple Glazing"
451
+ ]
452
+ },
453
+ {
454
+ "name": "PRM U 1.22 SHGC 0.25 VT 0.28 Simple Glazing Window",
455
+ "template": "90.1-PRM-2019",
456
+ "intended_surface_type": "ExteriorWindow",
457
+ "standards_construction_type": "Any Vertical Glazing",
458
+ "insulation_layer": null,
459
+ "skylight_framing": null,
460
+ "materials": [
461
+ "PRM U 1.22 SHGC 0.25 VT 0.28 Simple Glazing"
462
+ ]
463
+ },
464
+ {
465
+ "name": "PRM U 1.22 SHGC 0.34 VT 0.37 Simple Glazing Glass Door",
466
+ "template": "90.1-PRM-2019",
467
+ "intended_surface_type": "GlassDoor",
468
+ "standards_construction_type": "Any Vertical Glazing",
469
+ "insulation_layer": null,
470
+ "skylight_framing": null,
471
+ "materials": [
472
+ "PRM U 1.22 SHGC 0.34 VT 0.37 Simple Glazing"
473
+ ]
474
+ },
475
+ {
476
+ "name": "PRM U 1.22 SHGC 0.34 VT 0.37 Simple Glazing Window",
477
+ "template": "90.1-PRM-2019",
478
+ "intended_surface_type": "ExteriorWindow",
479
+ "standards_construction_type": "Any Vertical Glazing",
480
+ "insulation_layer": null,
481
+ "skylight_framing": null,
482
+ "materials": [
483
+ "PRM U 1.22 SHGC 0.34 VT 0.37 Simple Glazing"
484
+ ]
485
+ },
486
+ {
487
+ "name": "PRM U 1.22 SHGC 0.39 VT 0.43 Simple Glazing Glass Door",
488
+ "template": "90.1-PRM-2019",
489
+ "intended_surface_type": "GlassDoor",
490
+ "standards_construction_type": "Any Vertical Glazing",
491
+ "insulation_layer": null,
492
+ "skylight_framing": null,
493
+ "materials": [
494
+ "PRM U 1.22 SHGC 0.39 VT 0.43 Simple Glazing"
495
+ ]
496
+ },
497
+ {
498
+ "name": "PRM U 1.22 SHGC 0.39 VT 0.43 Simple Glazing Window",
499
+ "template": "90.1-PRM-2019",
500
+ "intended_surface_type": "ExteriorWindow",
501
+ "standards_construction_type": "Any Vertical Glazing",
502
+ "insulation_layer": null,
503
+ "skylight_framing": null,
504
+ "materials": [
505
+ "PRM U 1.22 SHGC 0.39 VT 0.43 Simple Glazing"
506
+ ]
507
+ },
508
+ {
509
+ "name": "PRM U 1.22 SHGC 0.40 VT 0.44 Simple Glazing Glass Door",
510
+ "template": "90.1-PRM-2019",
511
+ "intended_surface_type": "GlassDoor",
512
+ "standards_construction_type": "Any Vertical Glazing",
513
+ "insulation_layer": null,
514
+ "skylight_framing": null,
515
+ "materials": [
516
+ "PRM U 1.22 SHGC 0.40 VT 0.44 Simple Glazing"
517
+ ]
518
+ },
519
+ {
520
+ "name": "PRM U 1.22 SHGC 0.40 VT 0.44 Simple Glazing Window",
521
+ "template": "90.1-PRM-2019",
522
+ "intended_surface_type": "ExteriorWindow",
523
+ "standards_construction_type": "Any Vertical Glazing",
524
+ "insulation_layer": null,
525
+ "skylight_framing": null,
526
+ "materials": [
527
+ "PRM U 1.22 SHGC 0.40 VT 0.44 Simple Glazing"
528
+ ]
529
+ },
530
+ {
531
+ "name": "PRM U 1.22 SHGC 0.61 VT 0.67 Simple Glazing Glass Door",
532
+ "template": "90.1-PRM-2019",
533
+ "intended_surface_type": "GlassDoor",
534
+ "standards_construction_type": "Any Vertical Glazing",
535
+ "insulation_layer": null,
536
+ "skylight_framing": null,
537
+ "materials": [
538
+ "PRM U 1.22 SHGC 0.61 VT 0.67 Simple Glazing"
539
+ ]
540
+ },
541
+ {
542
+ "name": "PRM U 1.22 SHGC 0.61 VT 0.67 Simple Glazing Window",
543
+ "template": "90.1-PRM-2019",
544
+ "intended_surface_type": "ExteriorWindow",
545
+ "standards_construction_type": "Any Vertical Glazing",
546
+ "insulation_layer": null,
547
+ "skylight_framing": null,
548
+ "materials": [
549
+ "PRM U 1.22 SHGC 0.61 VT 0.67 Simple Glazing"
550
+ ]
551
+ },
552
+ {
553
+ "name": "PRM U 1.36 SHGC 0.19 VT 0.21 Simple Glazing Glass Door",
554
+ "template": "90.1-PRM-2019",
555
+ "intended_surface_type": "GlassDoor",
556
+ "standards_construction_type": "Any Vertical Glazing",
557
+ "insulation_layer": null,
558
+ "skylight_framing": null,
559
+ "materials": [
560
+ "PRM U 1.36 SHGC 0.19 VT 0.21 Simple Glazing"
561
+ ]
562
+ },
563
+ {
564
+ "name": "PRM U 1.36 SHGC 0.19 VT 0.21 Simple Glazing Window",
565
+ "template": "90.1-PRM-2019",
566
+ "intended_surface_type": "ExteriorWindow",
567
+ "standards_construction_type": "Any Vertical Glazing",
568
+ "insulation_layer": null,
569
+ "skylight_framing": null,
570
+ "materials": [
571
+ "PRM U 1.36 SHGC 0.19 VT 0.21 Simple Glazing"
572
+ ]
573
+ },
574
+ {
575
+ "name": "PRM U 1.36 SHGC 0.36 VT 0.40 Simple Glazing Glass Door",
576
+ "template": "90.1-PRM-2019",
577
+ "intended_surface_type": "GlassDoor",
578
+ "standards_construction_type": "Any Vertical Glazing",
579
+ "insulation_layer": null,
580
+ "skylight_framing": null,
581
+ "materials": [
582
+ "PRM U 1.36 SHGC 0.36 VT 0.40 Simple Glazing"
583
+ ]
584
+ },
585
+ {
586
+ "name": "PRM U 1.36 SHGC 0.36 VT 0.40 Simple Glazing Window",
587
+ "template": "90.1-PRM-2019",
588
+ "intended_surface_type": "ExteriorWindow",
589
+ "standards_construction_type": "Any Vertical Glazing",
590
+ "insulation_layer": null,
591
+ "skylight_framing": null,
592
+ "materials": [
593
+ "PRM U 1.36 SHGC 0.36 VT 0.40 Simple Glazing"
594
+ ]
595
+ },
596
+ {
597
+ "name": "PRM U 1.36 SHGC 0.39 VT 0.43 Simple Glazing Glass Door",
598
+ "template": "90.1-PRM-2019",
599
+ "intended_surface_type": "GlassDoor",
600
+ "standards_construction_type": "Any Vertical Glazing",
601
+ "insulation_layer": null,
602
+ "skylight_framing": null,
603
+ "materials": [
604
+ "PRM U 1.36 SHGC 0.39 VT 0.43 Simple Glazing"
605
+ ]
606
+ },
607
+ {
608
+ "name": "PRM U 1.36 SHGC 0.39 VT 0.43 Simple Glazing Window",
609
+ "template": "90.1-PRM-2019",
610
+ "intended_surface_type": "ExteriorWindow",
611
+ "standards_construction_type": "Any Vertical Glazing",
612
+ "insulation_layer": null,
613
+ "skylight_framing": null,
614
+ "materials": [
615
+ "PRM U 1.36 SHGC 0.39 VT 0.43 Simple Glazing"
616
+ ]
617
+ },
618
+ {
619
+ "name": "PRM U 1.36 SHGC 0.49 VT 0.61 Simple Glazing Glass Door",
620
+ "template": "90.1-PRM-2019",
621
+ "intended_surface_type": "GlassDoor",
622
+ "standards_construction_type": "Any Vertical Glazing",
623
+ "insulation_layer": null,
624
+ "skylight_framing": null,
625
+ "materials": [
626
+ "PRM U 1.36 SHGC 0.49 VT 0.61 Simple Glazing"
627
+ ]
628
+ },
629
+ {
630
+ "name": "PRM U 1.36 SHGC 0.49 VT 0.61 Simple Glazing Window",
631
+ "template": "90.1-PRM-2019",
632
+ "intended_surface_type": "ExteriorWindow",
633
+ "standards_construction_type": "Any Vertical Glazing",
634
+ "insulation_layer": null,
635
+ "skylight_framing": null,
636
+ "materials": [
637
+ "PRM U 1.36 SHGC 0.49 VT 0.61 Simple Glazing"
638
+ ]
639
+ },
640
+ {
641
+ "name": "PRM U 1.36 SHGC 0.55 VT 0.61 Simple Glazing Glass Door",
642
+ "template": "90.1-PRM-2019",
643
+ "intended_surface_type": "GlassDoor",
644
+ "standards_construction_type": "Any Vertical Glazing",
645
+ "insulation_layer": null,
646
+ "skylight_framing": null,
647
+ "materials": [
648
+ "PRM U 1.36 SHGC 0.55 VT 0.61 Simple Glazing"
649
+ ]
650
+ },
651
+ {
652
+ "name": "PRM U 1.36 SHGC 0.55 VT 0.61 Simple Glazing Window",
653
+ "template": "90.1-PRM-2019",
654
+ "intended_surface_type": "ExteriorWindow",
655
+ "standards_construction_type": "Any Vertical Glazing",
656
+ "insulation_layer": null,
657
+ "skylight_framing": null,
658
+ "materials": [
659
+ "PRM U 1.36 SHGC 0.55 VT 0.61 Simple Glazing"
660
+ ]
661
+ },
662
+ {
663
+ "name": "PRM U 1.36 SHGC 0.61 VT 0.67 Simple Glazing Glass Door",
664
+ "template": "90.1-PRM-2019",
665
+ "intended_surface_type": "GlassDoor",
666
+ "standards_construction_type": "Any Vertical Glazing",
667
+ "insulation_layer": null,
668
+ "skylight_framing": null,
669
+ "materials": [
670
+ "PRM U 1.36 SHGC 0.61 VT 0.67 Simple Glazing"
671
+ ]
672
+ },
673
+ {
674
+ "name": "PRM U 1.36 SHGC 0.61 VT 0.67 Simple Glazing Window",
675
+ "template": "90.1-PRM-2019",
676
+ "intended_surface_type": "ExteriorWindow",
677
+ "standards_construction_type": "Any Vertical Glazing",
678
+ "insulation_layer": null,
679
+ "skylight_framing": null,
680
+ "materials": [
681
+ "PRM U 1.36 SHGC 0.61 VT 0.67 Simple Glazing"
682
+ ]
683
+ }
684
+ ]
685
+ }