openstudio-standards 0.2.15 → 0.2.16.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/ASHRAEHighriseApartment.osm +0 -27
  3. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  4. data/data/standards/OpenStudio_Standards-ashrae_90_1_28Jan2022.xlsx +0 -0
  5. data/data/standards/test_performance_expected_dd_results.csv +710 -710
  6. data/lib/openstudio-standards/btap/btap_result.rb +2 -2
  7. data/lib/openstudio-standards/btap/reporting.rb +2 -2
  8. data/lib/openstudio-standards/btap/simmanager.rb +2 -2
  9. data/lib/openstudio-standards/hvac_sizing/Siz.ControllerOutdoorAir.rb +0 -54
  10. data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +11 -1
  11. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +1 -1
  12. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +26 -5
  13. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +35 -16
  14. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +23 -10
  15. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +36 -0
  16. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +6 -6
  17. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +0 -3
  18. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +2 -2
  19. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +9 -3
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +2 -0
  21. data/lib/openstudio-standards/standards/Standards.Construction.rb +12 -6
  22. data/lib/openstudio-standards/standards/Standards.Model.rb +38 -7
  23. data/lib/openstudio-standards/standards/Standards.Space.rb +1 -1
  24. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +7 -0
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +32 -11
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22 -742
  27. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +2 -2
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.prototype_inputs.json +3 -3
  29. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +6 -6
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +19 -559
  31. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_sets.json +2 -2
  32. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.prototype_inputs.json +3 -3
  33. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +6 -6
  34. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +19 -559
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_sets.json +2 -2
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.prototype_inputs.json +5 -5
  37. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +7 -7
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +19 -559
  39. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +2 -2
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.prototype_inputs.json +5 -5
  41. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +7 -7
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +370 -910
  43. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +2 -2
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.prototype_inputs.json +6 -6
  45. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.refrigeration_system.json +0 -8
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +12 -12
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +19 -6
  48. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +2380 -1300
  49. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +2 -2
  50. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.prototype_inputs.json +6 -6
  51. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.refrigeration_system.json +0 -8
  52. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +12 -12
  53. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +140 -0
  54. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +1176 -312
  55. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +172 -1132
  56. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_sets.json +14 -14
  57. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.prototype_inputs.json +2 -2
  58. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +9 -9
  59. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +180 -1140
  60. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_sets.json +14 -14
  61. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.prototype_inputs.json +2 -2
  62. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +10 -10
  63. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +9 -9
  64. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +9 -9
  65. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +12 -6
  66. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +12 -6
  67. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +16 -8
  68. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +10 -20
  69. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +209 -37
  70. data/lib/openstudio-standards/standards/necb/ECMS/loads.rb +1 -0
  71. data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +8 -6
  72. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +16 -9
  73. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartment.osm +1 -1
  74. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LowriseApartment.osm +1 -1
  75. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/MidriseApartment.osm +1 -1
  76. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +9 -5
  77. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +10 -6
  78. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +9 -5
  79. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +14 -8
  80. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +14 -8
  81. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +13 -6
  82. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +12 -6
  83. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +4 -2
  84. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +38 -19
  85. data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +2 -2
  86. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +15 -4
  87. data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +10 -651
  88. data/lib/openstudio-standards/standards/necb/NECB2020/necb_2020.rb +8 -38
  89. data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +159 -0
  90. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +41 -43
  91. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +7 -4
  92. data/lib/openstudio-standards/version.rb +1 -1
  93. data/lib/openstudio-standards.rb +1 -0
  94. metadata +4 -2
@@ -1349,7 +1349,7 @@
1349
1349
  "interior_ceilings": "Typical Interior Ceiling",
1350
1350
  "ground_contact_wall_standards_construction_type": null,
1351
1351
  "ground_contact_wall_building_category": null,
1352
- "ground_contact_floor_standards_construction_type": "Mass",
1352
+ "ground_contact_floor_standards_construction_type": "Unheated",
1353
1353
  "ground_contact_floor_building_category": "Adiabatic",
1354
1354
  "ground_contact_ceiling_standards_construction_type": null,
1355
1355
  "ground_contact_ceiling_building_category": null,
@@ -1392,7 +1392,7 @@
1392
1392
  "interior_ceilings": "Typical Interior Ceiling",
1393
1393
  "ground_contact_wall_standards_construction_type": null,
1394
1394
  "ground_contact_wall_building_category": null,
1395
- "ground_contact_floor_standards_construction_type": "Mass",
1395
+ "ground_contact_floor_standards_construction_type": "Unheated",
1396
1396
  "ground_contact_floor_building_category": "Adiabatic",
1397
1397
  "ground_contact_ceiling_standards_construction_type": null,
1398
1398
  "ground_contact_ceiling_building_category": null,
@@ -22,9 +22,9 @@
22
22
  "pszac_oa_damper_schedule_2": null,
23
23
  "pszac_operation_schedule_3": null,
24
24
  "pszac_oa_damper_schedule_3": null,
25
- "occ_sensing_exterior_lighting_power": null,
26
- "occ_sensing_exterior_lighting_schedule": null,
27
- "nondimming_exterior_lighting_power": null,
25
+ "occ_sensing_exterior_lighting_power": 8552.0,
26
+ "occ_sensing_exterior_lighting_schedule": "College EXTERIOR_LIGHT_SCH",
27
+ "nondimming_exterior_lighting_power": 441.8,
28
28
  "nondimming_exterior_lighting_schedule": "College EXTERIOR_LIGHT_SCH",
29
29
  "building_area_method_lpd": 0.82,
30
30
  "exterior_fuel_equipment1_power": null,
@@ -42,8 +42,8 @@
42
42
  "other_off_cycle_parasitic_heat_fraction_to_tank": null,
43
43
  "main_water_use_temperature": 140.0,
44
44
  "main_service_water_temperature_at_fixture": 140.0,
45
- "main_service_water_pump_head": null,
46
- "main_service_water_pump_motor_efficiency": null,
45
+ "main_service_water_pump_head": 29891.0,
46
+ "main_service_water_pump_motor_efficiency": 0.3,
47
47
  "main_service_water_parasitic_fuel_consumption_rate": 27797.29,
48
48
  "laundry_water_heater_volume": null,
49
49
  "laundry_water_heater_fuel": null,
@@ -345,7 +345,7 @@
345
345
  "main_water_heater_capacity": 600000.0,
346
346
  "main_service_water_temperature": 140.0,
347
347
  "main_service_water_flowrate_schedule": "ApartmentHighRise APT_DHW_SCH",
348
- "main_water_heater_space_name": "Ambient Temp Schedule",
348
+ "main_water_heater_space_name": null,
349
349
  "main_service_water_peak_flowrate": null,
350
350
  "main_off_cycle_parasitic_heat_fraction_to_tank": 0.8,
351
351
  "other_off_cycle_parasitic_heat_fraction_to_tank": 0.0,
@@ -1,13 +1,5 @@
1
1
  {
2
2
  "refrigeration_system": [
3
- {
4
- "template": "90.1-2019",
5
- "building_type": "College",
6
- "size_category": "Any",
7
- "system_type": "Low Temperature",
8
- "refrigerant": "R404a",
9
- "suctiontemperaturecontroltype": "ConstantSuctionTemperature"
10
- },
11
3
  {
12
4
  "template": "90.1-2019",
13
5
  "building_type": "FullServiceRestaurant",
@@ -129,8 +129,8 @@
129
129
  "electric_equipment_schedule": "College BLDG_EQUIP_SCH_Base",
130
130
  "additional_electric_equipment_schedule": null,
131
131
  "additional_gas_equipment_schedule": null,
132
- "occupancy_per_area": null,
133
- "occupancy_schedule": "College BLDG_OCC_SCH",
132
+ "occupancy_per_area": 20.0,
133
+ "occupancy_schedule": "College BLDG_Studio_OCC_SCH",
134
134
  "occupancy_activity_schedule": "College ACTIVITY_SCH",
135
135
  "is_residential": null,
136
136
  "ventilation_standard": null,
@@ -218,7 +218,7 @@
218
218
  "additional_electric_equipment_schedule": null,
219
219
  "additional_gas_equipment_schedule": null,
220
220
  "occupancy_per_area": 65.0,
221
- "occupancy_schedule": "College BLDG_OCC_SCH",
221
+ "occupancy_schedule": "College BLDG_Class_OCC_SCH",
222
222
  "occupancy_activity_schedule": "College ACTIVITY_SCH",
223
223
  "is_residential": null,
224
224
  "ventilation_standard": null,
@@ -646,7 +646,7 @@
646
646
  "additional_electric_equipment_schedule": null,
647
647
  "additional_gas_equipment_schedule": null,
648
648
  "occupancy_per_area": 25.0,
649
- "occupancy_schedule": "College BLDG_OCC_SCH",
649
+ "occupancy_schedule": "College BLDG_Lab_OCC_SCH",
650
650
  "occupancy_activity_schedule": "College ACTIVITY_SCH",
651
651
  "is_residential": null,
652
652
  "ventilation_standard": null,
@@ -734,7 +734,7 @@
734
734
  "additional_electric_equipment_schedule": null,
735
735
  "additional_gas_equipment_schedule": null,
736
736
  "occupancy_per_area": 65.0,
737
- "occupancy_schedule": "College BLDG_OCC_SCH_Lecture Theater",
737
+ "occupancy_schedule": "College BLDG_Lecture_OCC_SCH",
738
738
  "occupancy_activity_schedule": "College ACTIVITY_SCH",
739
739
  "is_residential": null,
740
740
  "ventilation_standard": null,
@@ -821,9 +821,9 @@
821
821
  "electric_equipment_schedule": "College BLDG_EQUIP_SCH_Base",
822
822
  "additional_electric_equipment_schedule": null,
823
823
  "additional_gas_equipment_schedule": null,
824
- "occupancy_per_area": null,
825
- "occupancy_schedule": null,
826
- "occupancy_activity_schedule": null,
824
+ "occupancy_per_area": 25.0,
825
+ "occupancy_schedule": "College BLDG_Cafe_OCC_SCH",
826
+ "occupancy_activity_schedule": "College ACTIVITY_SCH",
827
827
  "is_residential": null,
828
828
  "ventilation_standard": null,
829
829
  "ventilation_primary_space_type": null,
@@ -910,7 +910,7 @@
910
910
  "additional_electric_equipment_schedule": null,
911
911
  "additional_gas_equipment_schedule": null,
912
912
  "occupancy_per_area": 10.0,
913
- "occupancy_schedule": "College BLDG_OCC_SCH_Lecture Theater",
913
+ "occupancy_schedule": "College BLDG_Lecture_OCC_SCH",
914
914
  "occupancy_activity_schedule": "College ACTIVITY_SCH",
915
915
  "is_residential": null,
916
916
  "ventilation_standard": null,
@@ -1237,9 +1237,9 @@
1237
1237
  "psa_nongeometry_fraction": null,
1238
1238
  "ssa_nongeometry_fraction": null,
1239
1239
  "notes": null,
1240
- "occupancy_per_area": 15.0,
1241
- "occupancy_schedule": "College BLDG_OCC_SCH",
1242
- "occupancy_activity_schedule": "College ACTIVITY_SCH",
1240
+ "occupancy_per_area": null,
1241
+ "occupancy_schedule": null,
1242
+ "occupancy_activity_schedule": null,
1243
1243
  "is_residential": null,
1244
1244
  "ventilation_standard": null,
1245
1245
  "ventilation_primary_space_type": null,
@@ -1525,6 +1525,16 @@
1525
1525
  "U 0.31 SHGC 0.39 Simple Glazing"
1526
1526
  ]
1527
1527
  },
1528
+ {
1529
+ "name": "U 0.32 SHGC 0.22 Simple Glazing Window",
1530
+ "intended_surface_type": "ExteriorWindow",
1531
+ "standards_construction_type": null,
1532
+ "insulation_layer": null,
1533
+ "skylight_framing": null,
1534
+ "materials": [
1535
+ "U 0.32 SHGC 0.22 Simple Glazing"
1536
+ ]
1537
+ },
1528
1538
  {
1529
1539
  "name": "U 0.32 SHGC 0.36 Simple Glazing Window",
1530
1540
  "intended_surface_type": "ExteriorWindow",
@@ -1981,6 +1991,16 @@
1981
1991
  "LoE SPEC SEL CLEAR 6MM Rev"
1982
1992
  ]
1983
1993
  },
1994
+ {
1995
+ "name": "U 0.41 SHGC 0.55 Simple Glazing Skylight",
1996
+ "intended_surface_type": "Skylight",
1997
+ "standards_construction_type": null,
1998
+ "insulation_layer": null,
1999
+ "skylight_framing": null,
2000
+ "materials": [
2001
+ "U 0.41 SHGC 0.55 Simple Glazing"
2002
+ ]
2003
+ },
1984
2004
  {
1985
2005
  "name": "U 0.41 SHGC 0.55 Simple Glazing Window",
1986
2006
  "intended_surface_type": "Skylight",
@@ -2125,6 +2145,16 @@
2125
2145
  "CLEAR 6MM"
2126
2146
  ]
2127
2147
  },
2148
+ {
2149
+ "name": "U 0.44 SHGC 0.55 Simple Glazing Skylight",
2150
+ "intended_surface_type": "Skylight",
2151
+ "standards_construction_type": null,
2152
+ "insulation_layer": null,
2153
+ "skylight_framing": null,
2154
+ "materials": [
2155
+ "U 0.44 SHGC 0.55 Simple Glazing"
2156
+ ]
2157
+ },
2128
2158
  {
2129
2159
  "name": "U 0.44 SHGC 0.55 Simple Glazing Window",
2130
2160
  "intended_surface_type": "Skylight",
@@ -2239,6 +2269,16 @@
2239
2269
  "U 0.47 SHGC 0.33 Simple Glazing"
2240
2270
  ]
2241
2271
  },
2272
+ {
2273
+ "name": "U 0.47 SHGC 0.4 Simple Glazing Skylight",
2274
+ "intended_surface_type": "Skylight",
2275
+ "standards_construction_type": null,
2276
+ "insulation_layer": null,
2277
+ "skylight_framing": null,
2278
+ "materials": [
2279
+ "U 0.47 SHGC 0.4 Simple Glazing"
2280
+ ]
2281
+ },
2242
2282
  {
2243
2283
  "name": "U 0.47 SHGC 0.4 Simple Glazing Window",
2244
2284
  "intended_surface_type": "Skylight",
@@ -2411,6 +2451,16 @@
2411
2451
  "U 0.5 SHGC 0.39 Simple Glazing"
2412
2452
  ]
2413
2453
  },
2454
+ {
2455
+ "name": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
2456
+ "intended_surface_type": "Skylight",
2457
+ "standards_construction_type": null,
2458
+ "insulation_layer": null,
2459
+ "skylight_framing": null,
2460
+ "materials": [
2461
+ "U 0.5 SHGC 0.4 Simple Glazing"
2462
+ ]
2463
+ },
2414
2464
  {
2415
2465
  "name": "U 0.5 SHGC 0.4 Simple Glazing Window",
2416
2466
  "intended_surface_type": "Skylight",
@@ -2693,6 +2743,16 @@
2693
2743
  "Glass_2022F_LayerAvg"
2694
2744
  ]
2695
2745
  },
2746
+ {
2747
+ "name": "U 0.55 SHGC 0.3 Simple Glazing Skylight",
2748
+ "intended_surface_type": "Skylight",
2749
+ "standards_construction_type": null,
2750
+ "insulation_layer": null,
2751
+ "skylight_framing": null,
2752
+ "materials": [
2753
+ "U 0.55 SHGC 0.3 Simple Glazing"
2754
+ ]
2755
+ },
2696
2756
  {
2697
2757
  "name": "U 0.55 SHGC 0.3 Simple Glazing Window",
2698
2758
  "intended_surface_type": "Skylight",
@@ -2715,6 +2775,16 @@
2715
2775
  "CLEAR 6MM"
2716
2776
  ]
2717
2777
  },
2778
+ {
2779
+ "name": "U 0.55 SHGC 0.35 Simple Glazing Skylight",
2780
+ "intended_surface_type": "Skylight",
2781
+ "standards_construction_type": null,
2782
+ "insulation_layer": null,
2783
+ "skylight_framing": null,
2784
+ "materials": [
2785
+ "U 0.55 SHGC 0.35 Simple Glazing"
2786
+ ]
2787
+ },
2718
2788
  {
2719
2789
  "name": "U 0.55 SHGC 0.35 Simple Glazing Window",
2720
2790
  "intended_surface_type": "Skylight",
@@ -2855,6 +2925,16 @@
2855
2925
  "U 0.59 SHGC 0.39 Simple Glazing"
2856
2926
  ]
2857
2927
  },
2928
+ {
2929
+ "name": "U 0.6 SHGC 0.23 Simple Glazing Window",
2930
+ "intended_surface_type": "ExteriorWindow",
2931
+ "standards_construction_type": null,
2932
+ "insulation_layer": null,
2933
+ "skylight_framing": null,
2934
+ "materials": [
2935
+ "U 0.6 SHGC 0.23 Simple Glazing"
2936
+ ]
2937
+ },
2858
2938
  {
2859
2939
  "name": "U 0.60 SHGC 0.23 Simple Glazing Window",
2860
2940
  "intended_surface_type": "ExteriorWindow",
@@ -2887,6 +2967,16 @@
2887
2967
  "U 0.61 SHGC 0.77 Simple Glazing"
2888
2968
  ]
2889
2969
  },
2970
+ {
2971
+ "name": "U 0.62 SHGC 0.2 Simple Glazing Window",
2972
+ "intended_surface_type": "ExteriorWindow",
2973
+ "standards_construction_type": null,
2974
+ "insulation_layer": null,
2975
+ "skylight_framing": null,
2976
+ "materials": [
2977
+ "U 0.62 SHGC 0.2 Simple Glazing"
2978
+ ]
2979
+ },
2890
2980
  {
2891
2981
  "name": "U 0.62 SHGC 0.20 Simple Glazing Window",
2892
2982
  "intended_surface_type": "ExteriorWindow",
@@ -3015,6 +3105,16 @@
3015
3105
  "CLEAR 6MM"
3016
3106
  ]
3017
3107
  },
3108
+ {
3109
+ "name": "U 0.65 SHGC 0.3 Simple Glazing Skylight",
3110
+ "intended_surface_type": "Skylight",
3111
+ "standards_construction_type": null,
3112
+ "insulation_layer": null,
3113
+ "skylight_framing": null,
3114
+ "materials": [
3115
+ "U 0.65 SHGC 0.3 Simple Glazing"
3116
+ ]
3117
+ },
3018
3118
  {
3019
3119
  "name": "U 0.65 SHGC 0.3 Simple Glazing Window",
3020
3120
  "intended_surface_type": "Skylight",
@@ -3205,6 +3305,16 @@
3205
3305
  "U 0.69 SHGC 0.68 Simple Glazing"
3206
3306
  ]
3207
3307
  },
3308
+ {
3309
+ "name": "U 0.7 SHGC 0.3 Simple Glazing Skylight",
3310
+ "intended_surface_type": "Skylight",
3311
+ "standards_construction_type": null,
3312
+ "insulation_layer": null,
3313
+ "skylight_framing": null,
3314
+ "materials": [
3315
+ "U 0.7 SHGC 0.3 Simple Glazing"
3316
+ ]
3317
+ },
3208
3318
  {
3209
3319
  "name": "U 0.7 SHGC 0.3 Simple Glazing Window",
3210
3320
  "intended_surface_type": "Skylight",
@@ -3427,6 +3537,36 @@
3427
3537
  "U 0.81 SHGC 0.65 Simple Glazing"
3428
3538
  ]
3429
3539
  },
3540
+ {
3541
+ "name": "U 0.83 SHGC 0.2 Simple Glazing Window",
3542
+ "intended_surface_type": "ExteriorWindow",
3543
+ "standards_construction_type": null,
3544
+ "insulation_layer": null,
3545
+ "skylight_framing": null,
3546
+ "materials": [
3547
+ "U 0.83 SHGC 0.2 Simple Glazing"
3548
+ ]
3549
+ },
3550
+ {
3551
+ "name": "U 0.83 SHGC 0.21 Simple Glazing Window",
3552
+ "intended_surface_type": "ExteriorWindow",
3553
+ "standards_construction_type": null,
3554
+ "insulation_layer": null,
3555
+ "skylight_framing": null,
3556
+ "materials": [
3557
+ "U 0.83 SHGC 0.21 Simple Glazing"
3558
+ ]
3559
+ },
3560
+ {
3561
+ "name": "U 0.83 SHGC 0.22 Simple Glazing Window",
3562
+ "intended_surface_type": "ExteriorWindow",
3563
+ "standards_construction_type": null,
3564
+ "insulation_layer": null,
3565
+ "skylight_framing": null,
3566
+ "materials": [
3567
+ "U 0.83 SHGC 0.22 Simple Glazing"
3568
+ ]
3569
+ },
3430
3570
  {
3431
3571
  "name": "U 0.83 SHGC 0.25 Simple Glazing Window",
3432
3572
  "intended_surface_type": "ExteriorWindow",