openstudio-standards 0.6.3 → 0.7.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/manage_OpenStudio_Standards.rb +2 -49
- data/data/standards/openstudio_standards_duplicates_log.csv +1 -7962
- data/data/standards/test_performance_expected_dd_results.csv +2005 -97
- data/lib/openstudio-standards/create_typical/space_type_ratios.rb +47 -57
- data/lib/openstudio-standards/geometry/create.rb +1 -1
- data/lib/openstudio-standards/geometry/create_bar.rb +6 -3
- data/lib/openstudio-standards/geometry/create_shape.rb +1 -1
- data/lib/openstudio-standards/geometry/group.rb +1 -1
- data/lib/openstudio-standards/geometry/information.rb +1 -1
- data/lib/openstudio-standards/geometry/modify.rb +53 -1
- data/lib/openstudio-standards/infiltration/nist_infiltration.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +2 -2
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +44 -47
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +43 -48
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +44 -24
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +24 -24
- data/lib/openstudio-standards/schedules/parametric.rb +1 -1
- data/lib/openstudio-standards/service_water_heating/create_piping_losses.rb +152 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +544 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +303 -0
- data/lib/openstudio-standards/service_water_heating/create_water_use.rb +95 -0
- data/lib/openstudio-standards/space/space.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +65 -70
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +12 -14
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +16 -5
- data/lib/openstudio-standards/standards/Standards.Model.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +10 -2
- data/lib/openstudio-standards/{prototypes/common/objects/Prototype.Model.swh.rb → standards/Standards.ServiceWaterHeating.rb} +209 -139
- data/lib/openstudio-standards/standards/Standards.Surface.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +4 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22251 -12963
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +91 -91
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +8981 -5228
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +8935 -5182
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +7281 -5391
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +91 -91
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +9005 -15215
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +136 -136
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +8717 -17168
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +136 -136
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +1941 -651
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +135 -135
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +135 -135
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +36 -36
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +36 -36
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +377 -99
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +3 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.construction_properties.json +6889 -4044
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_constructions.json +108 -108
- data/lib/openstudio-standards/standards/cbes/cbes_pre_1978/data/cbes_pre_1978.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1978/data/cbes_t24_1978.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1992/data/cbes_t24_1992.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2001/data/cbes_t24_2001.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/data/cbes_t24_2005.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/data/cbes_t24_2008.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/data/cbes.constructions.json +142 -142
- data/lib/openstudio-standards/standards/deer/data/deer.constructions.json +5 -1551
- data/lib/openstudio-standards/standards/deer/data/deer.materials.json +40 -0
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.motors.json +88 -8
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +17 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +2 -1
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +4 -4
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +61 -88
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +3 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/data/boiler_fuel_type_sets.json +54 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPMidriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPMultiTower.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPPointTower.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPTownHouse.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernEducation.osm +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernHealthCare.osm +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +32 -24
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +89 -15
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +5 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +22 -65
- data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +19 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +56 -2
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +3 -1
- data/lib/openstudio-standards/standards/necb/common/construction_defaults.osm +2 -2
- data/lib/openstudio-standards/standards/necb/docs/air_system_names_method.md +127 -0
- data/lib/openstudio-standards/thermal_zone/thermal_zone.rb +1 -1
- data/lib/openstudio-standards/utilities/template_measure/resources/BTAPMeasureHelper.rb +1 -1
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/information.rb +61 -5
- data/lib/openstudio-standards/weather/modify.rb +1 -1
- data/lib/openstudio-standards.rb +5 -3
- metadata +12 -63
- data/data/standards/OpenStudio_Standards-deer.xlsx +0 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +0 -1100
- data/lib/openstudio-standards/service_water_heating/component.rb +0 -189
@@ -107,7 +107,7 @@
|
|
107
107
|
"intended_surface_type": "ExteriorWindow",
|
108
108
|
"standards_construction_type": "Metal framing (all other)",
|
109
109
|
"building_category": "Nonresidential",
|
110
|
-
"construction": "
|
110
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
111
111
|
"orientation": null,
|
112
112
|
"minimum_percent_of_surface": null,
|
113
113
|
"maximum_percent_of_surface": null,
|
@@ -327,7 +327,7 @@
|
|
327
327
|
"intended_surface_type": "ExteriorWindow",
|
328
328
|
"standards_construction_type": "Metal framing (all other)",
|
329
329
|
"building_category": "Nonresidential",
|
330
|
-
"construction": "
|
330
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
331
331
|
"orientation": null,
|
332
332
|
"minimum_percent_of_surface": null,
|
333
333
|
"maximum_percent_of_surface": null,
|
@@ -547,7 +547,7 @@
|
|
547
547
|
"intended_surface_type": "ExteriorWindow",
|
548
548
|
"standards_construction_type": "Metal framing (all other)",
|
549
549
|
"building_category": "Nonresidential",
|
550
|
-
"construction": "
|
550
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
551
551
|
"orientation": null,
|
552
552
|
"minimum_percent_of_surface": null,
|
553
553
|
"maximum_percent_of_surface": null,
|
@@ -767,7 +767,7 @@
|
|
767
767
|
"intended_surface_type": "ExteriorWindow",
|
768
768
|
"standards_construction_type": "Metal framing (all other)",
|
769
769
|
"building_category": "Nonresidential",
|
770
|
-
"construction": "
|
770
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
771
771
|
"orientation": null,
|
772
772
|
"minimum_percent_of_surface": null,
|
773
773
|
"maximum_percent_of_surface": null,
|
@@ -987,7 +987,7 @@
|
|
987
987
|
"intended_surface_type": "ExteriorWindow",
|
988
988
|
"standards_construction_type": "Metal framing (all other)",
|
989
989
|
"building_category": "Nonresidential",
|
990
|
-
"construction": "
|
990
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
991
991
|
"orientation": null,
|
992
992
|
"minimum_percent_of_surface": null,
|
993
993
|
"maximum_percent_of_surface": null,
|
@@ -1207,7 +1207,7 @@
|
|
1207
1207
|
"intended_surface_type": "ExteriorWindow",
|
1208
1208
|
"standards_construction_type": "Metal framing (all other)",
|
1209
1209
|
"building_category": "Nonresidential",
|
1210
|
-
"construction": "
|
1210
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
1211
1211
|
"orientation": null,
|
1212
1212
|
"minimum_percent_of_surface": null,
|
1213
1213
|
"maximum_percent_of_surface": null,
|
@@ -1427,7 +1427,7 @@
|
|
1427
1427
|
"intended_surface_type": "ExteriorWindow",
|
1428
1428
|
"standards_construction_type": "Metal framing (all other)",
|
1429
1429
|
"building_category": "Nonresidential",
|
1430
|
-
"construction": "
|
1430
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
1431
1431
|
"orientation": null,
|
1432
1432
|
"minimum_percent_of_surface": null,
|
1433
1433
|
"maximum_percent_of_surface": null,
|
@@ -1647,7 +1647,7 @@
|
|
1647
1647
|
"intended_surface_type": "ExteriorWindow",
|
1648
1648
|
"standards_construction_type": "Metal framing (all other)",
|
1649
1649
|
"building_category": "Nonresidential",
|
1650
|
-
"construction": "
|
1650
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
1651
1651
|
"orientation": null,
|
1652
1652
|
"minimum_percent_of_surface": null,
|
1653
1653
|
"maximum_percent_of_surface": null,
|
@@ -1867,7 +1867,7 @@
|
|
1867
1867
|
"intended_surface_type": "ExteriorWindow",
|
1868
1868
|
"standards_construction_type": "Metal framing (all other)",
|
1869
1869
|
"building_category": "Nonresidential",
|
1870
|
-
"construction": "
|
1870
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
1871
1871
|
"orientation": null,
|
1872
1872
|
"minimum_percent_of_surface": null,
|
1873
1873
|
"maximum_percent_of_surface": null,
|
@@ -2087,7 +2087,7 @@
|
|
2087
2087
|
"intended_surface_type": "ExteriorWindow",
|
2088
2088
|
"standards_construction_type": "Metal framing (all other)",
|
2089
2089
|
"building_category": "Nonresidential",
|
2090
|
-
"construction": "
|
2090
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2091
2091
|
"orientation": null,
|
2092
2092
|
"minimum_percent_of_surface": null,
|
2093
2093
|
"maximum_percent_of_surface": null,
|
@@ -2307,7 +2307,7 @@
|
|
2307
2307
|
"intended_surface_type": "ExteriorWindow",
|
2308
2308
|
"standards_construction_type": "Metal framing (all other)",
|
2309
2309
|
"building_category": "Nonresidential",
|
2310
|
-
"construction": "
|
2310
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2311
2311
|
"orientation": null,
|
2312
2312
|
"minimum_percent_of_surface": null,
|
2313
2313
|
"maximum_percent_of_surface": null,
|
@@ -2527,7 +2527,7 @@
|
|
2527
2527
|
"intended_surface_type": "ExteriorWindow",
|
2528
2528
|
"standards_construction_type": "Metal framing (all other)",
|
2529
2529
|
"building_category": "Nonresidential",
|
2530
|
-
"construction": "
|
2530
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2531
2531
|
"orientation": null,
|
2532
2532
|
"minimum_percent_of_surface": null,
|
2533
2533
|
"maximum_percent_of_surface": null,
|
@@ -2747,7 +2747,7 @@
|
|
2747
2747
|
"intended_surface_type": "ExteriorWindow",
|
2748
2748
|
"standards_construction_type": "Metal framing (all other)",
|
2749
2749
|
"building_category": "Nonresidential",
|
2750
|
-
"construction": "
|
2750
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2751
2751
|
"orientation": null,
|
2752
2752
|
"minimum_percent_of_surface": null,
|
2753
2753
|
"maximum_percent_of_surface": null,
|
@@ -2967,7 +2967,7 @@
|
|
2967
2967
|
"intended_surface_type": "ExteriorWindow",
|
2968
2968
|
"standards_construction_type": "Metal framing (all other)",
|
2969
2969
|
"building_category": "Nonresidential",
|
2970
|
-
"construction": "
|
2970
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2971
2971
|
"orientation": null,
|
2972
2972
|
"minimum_percent_of_surface": null,
|
2973
2973
|
"maximum_percent_of_surface": null,
|
@@ -3187,7 +3187,7 @@
|
|
3187
3187
|
"intended_surface_type": "ExteriorWindow",
|
3188
3188
|
"standards_construction_type": "Metal framing (all other)",
|
3189
3189
|
"building_category": "Nonresidential",
|
3190
|
-
"construction": "
|
3190
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
3191
3191
|
"orientation": null,
|
3192
3192
|
"minimum_percent_of_surface": null,
|
3193
3193
|
"maximum_percent_of_surface": null,
|
@@ -3407,7 +3407,7 @@
|
|
3407
3407
|
"intended_surface_type": "ExteriorWindow",
|
3408
3408
|
"standards_construction_type": "Metal framing (all other)",
|
3409
3409
|
"building_category": "Nonresidential",
|
3410
|
-
"construction": "
|
3410
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
3411
3411
|
"orientation": null,
|
3412
3412
|
"minimum_percent_of_surface": null,
|
3413
3413
|
"maximum_percent_of_surface": null,
|
@@ -107,7 +107,7 @@
|
|
107
107
|
"intended_surface_type": "ExteriorWindow",
|
108
108
|
"standards_construction_type": "Metal framing (all other)",
|
109
109
|
"building_category": "Nonresidential",
|
110
|
-
"construction": "
|
110
|
+
"construction": "U 0.77 SHGC 0.77 Simple Glazing",
|
111
111
|
"orientation": null,
|
112
112
|
"minimum_percent_of_surface": null,
|
113
113
|
"maximum_percent_of_surface": null,
|
@@ -327,7 +327,7 @@
|
|
327
327
|
"intended_surface_type": "ExteriorWindow",
|
328
328
|
"standards_construction_type": "Metal framing (all other)",
|
329
329
|
"building_category": "Nonresidential",
|
330
|
-
"construction": "
|
330
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
331
331
|
"orientation": null,
|
332
332
|
"minimum_percent_of_surface": null,
|
333
333
|
"maximum_percent_of_surface": null,
|
@@ -547,7 +547,7 @@
|
|
547
547
|
"intended_surface_type": "ExteriorWindow",
|
548
548
|
"standards_construction_type": "Metal framing (all other)",
|
549
549
|
"building_category": "Nonresidential",
|
550
|
-
"construction": "
|
550
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
551
551
|
"orientation": null,
|
552
552
|
"minimum_percent_of_surface": null,
|
553
553
|
"maximum_percent_of_surface": null,
|
@@ -767,7 +767,7 @@
|
|
767
767
|
"intended_surface_type": "ExteriorWindow",
|
768
768
|
"standards_construction_type": "Metal framing (all other)",
|
769
769
|
"building_category": "Nonresidential",
|
770
|
-
"construction": "
|
770
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
771
771
|
"orientation": null,
|
772
772
|
"minimum_percent_of_surface": null,
|
773
773
|
"maximum_percent_of_surface": null,
|
@@ -987,7 +987,7 @@
|
|
987
987
|
"intended_surface_type": "ExteriorWindow",
|
988
988
|
"standards_construction_type": "Metal framing (all other)",
|
989
989
|
"building_category": "Nonresidential",
|
990
|
-
"construction": "
|
990
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
991
991
|
"orientation": null,
|
992
992
|
"minimum_percent_of_surface": null,
|
993
993
|
"maximum_percent_of_surface": null,
|
@@ -1207,7 +1207,7 @@
|
|
1207
1207
|
"intended_surface_type": "ExteriorWindow",
|
1208
1208
|
"standards_construction_type": "Metal framing (all other)",
|
1209
1209
|
"building_category": "Nonresidential",
|
1210
|
-
"construction": "
|
1210
|
+
"construction": "U 0.77 SHGC 0.77 Simple Glazing",
|
1211
1211
|
"orientation": null,
|
1212
1212
|
"minimum_percent_of_surface": null,
|
1213
1213
|
"maximum_percent_of_surface": null,
|
@@ -1427,7 +1427,7 @@
|
|
1427
1427
|
"intended_surface_type": "ExteriorWindow",
|
1428
1428
|
"standards_construction_type": "Metal framing (all other)",
|
1429
1429
|
"building_category": "Nonresidential",
|
1430
|
-
"construction": "
|
1430
|
+
"construction": "U 0.77 SHGC 0.77 Simple Glazing",
|
1431
1431
|
"orientation": null,
|
1432
1432
|
"minimum_percent_of_surface": null,
|
1433
1433
|
"maximum_percent_of_surface": null,
|
@@ -1647,7 +1647,7 @@
|
|
1647
1647
|
"intended_surface_type": "ExteriorWindow",
|
1648
1648
|
"standards_construction_type": "Metal framing (all other)",
|
1649
1649
|
"building_category": "Nonresidential",
|
1650
|
-
"construction": "
|
1650
|
+
"construction": "U 0.77 SHGC 0.77 Simple Glazing",
|
1651
1651
|
"orientation": null,
|
1652
1652
|
"minimum_percent_of_surface": null,
|
1653
1653
|
"maximum_percent_of_surface": null,
|
@@ -1867,7 +1867,7 @@
|
|
1867
1867
|
"intended_surface_type": "ExteriorWindow",
|
1868
1868
|
"standards_construction_type": "Metal framing (all other)",
|
1869
1869
|
"building_category": "Nonresidential",
|
1870
|
-
"construction": "
|
1870
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
1871
1871
|
"orientation": null,
|
1872
1872
|
"minimum_percent_of_surface": null,
|
1873
1873
|
"maximum_percent_of_surface": null,
|
@@ -2087,7 +2087,7 @@
|
|
2087
2087
|
"intended_surface_type": "ExteriorWindow",
|
2088
2088
|
"standards_construction_type": "Metal framing (all other)",
|
2089
2089
|
"building_category": "Nonresidential",
|
2090
|
-
"construction": "
|
2090
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2091
2091
|
"orientation": null,
|
2092
2092
|
"minimum_percent_of_surface": null,
|
2093
2093
|
"maximum_percent_of_surface": null,
|
@@ -2307,7 +2307,7 @@
|
|
2307
2307
|
"intended_surface_type": "ExteriorWindow",
|
2308
2308
|
"standards_construction_type": "Metal framing (all other)",
|
2309
2309
|
"building_category": "Nonresidential",
|
2310
|
-
"construction": "
|
2310
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2311
2311
|
"orientation": null,
|
2312
2312
|
"minimum_percent_of_surface": null,
|
2313
2313
|
"maximum_percent_of_surface": null,
|
@@ -2527,7 +2527,7 @@
|
|
2527
2527
|
"intended_surface_type": "ExteriorWindow",
|
2528
2528
|
"standards_construction_type": "Metal framing (all other)",
|
2529
2529
|
"building_category": "Nonresidential",
|
2530
|
-
"construction": "
|
2530
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2531
2531
|
"orientation": null,
|
2532
2532
|
"minimum_percent_of_surface": null,
|
2533
2533
|
"maximum_percent_of_surface": null,
|
@@ -2747,7 +2747,7 @@
|
|
2747
2747
|
"intended_surface_type": "ExteriorWindow",
|
2748
2748
|
"standards_construction_type": "Metal framing (all other)",
|
2749
2749
|
"building_category": "Nonresidential",
|
2750
|
-
"construction": "
|
2750
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2751
2751
|
"orientation": null,
|
2752
2752
|
"minimum_percent_of_surface": null,
|
2753
2753
|
"maximum_percent_of_surface": null,
|
@@ -2967,7 +2967,7 @@
|
|
2967
2967
|
"intended_surface_type": "ExteriorWindow",
|
2968
2968
|
"standards_construction_type": "Metal framing (all other)",
|
2969
2969
|
"building_category": "Nonresidential",
|
2970
|
-
"construction": "
|
2970
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2971
2971
|
"orientation": null,
|
2972
2972
|
"minimum_percent_of_surface": null,
|
2973
2973
|
"maximum_percent_of_surface": null,
|
@@ -3187,7 +3187,7 @@
|
|
3187
3187
|
"intended_surface_type": "ExteriorWindow",
|
3188
3188
|
"standards_construction_type": "Metal framing (all other)",
|
3189
3189
|
"building_category": "Nonresidential",
|
3190
|
-
"construction": "
|
3190
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
3191
3191
|
"orientation": null,
|
3192
3192
|
"minimum_percent_of_surface": null,
|
3193
3193
|
"maximum_percent_of_surface": null,
|
@@ -3407,7 +3407,7 @@
|
|
3407
3407
|
"intended_surface_type": "ExteriorWindow",
|
3408
3408
|
"standards_construction_type": "Metal framing (all other)",
|
3409
3409
|
"building_category": "Nonresidential",
|
3410
|
-
"construction": "
|
3410
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
3411
3411
|
"orientation": null,
|
3412
3412
|
"minimum_percent_of_surface": null,
|
3413
3413
|
"maximum_percent_of_surface": null,
|
@@ -107,7 +107,7 @@
|
|
107
107
|
"intended_surface_type": "ExteriorWindow",
|
108
108
|
"standards_construction_type": "Metal framing (all other)",
|
109
109
|
"building_category": "Nonresidential",
|
110
|
-
"construction": "
|
110
|
+
"construction": "U 0.77 SHGC 0.5 Simple Glazing",
|
111
111
|
"orientation": null,
|
112
112
|
"minimum_percent_of_surface": null,
|
113
113
|
"maximum_percent_of_surface": null,
|
@@ -327,7 +327,7 @@
|
|
327
327
|
"intended_surface_type": "ExteriorWindow",
|
328
328
|
"standards_construction_type": "Metal framing (all other)",
|
329
329
|
"building_category": "Nonresidential",
|
330
|
-
"construction": "
|
330
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
331
331
|
"orientation": null,
|
332
332
|
"minimum_percent_of_surface": null,
|
333
333
|
"maximum_percent_of_surface": null,
|
@@ -547,7 +547,7 @@
|
|
547
547
|
"intended_surface_type": "ExteriorWindow",
|
548
548
|
"standards_construction_type": "Metal framing (all other)",
|
549
549
|
"building_category": "Nonresidential",
|
550
|
-
"construction": "
|
550
|
+
"construction": "U 0.47 SHGC 0.47 Simple Glazing",
|
551
551
|
"orientation": null,
|
552
552
|
"minimum_percent_of_surface": null,
|
553
553
|
"maximum_percent_of_surface": null,
|
@@ -767,7 +767,7 @@
|
|
767
767
|
"intended_surface_type": "ExteriorWindow",
|
768
768
|
"standards_construction_type": "Metal framing (all other)",
|
769
769
|
"building_category": "Nonresidential",
|
770
|
-
"construction": "
|
770
|
+
"construction": "U 0.47 SHGC 0.47 Simple Glazing",
|
771
771
|
"orientation": null,
|
772
772
|
"minimum_percent_of_surface": null,
|
773
773
|
"maximum_percent_of_surface": null,
|
@@ -987,7 +987,7 @@
|
|
987
987
|
"intended_surface_type": "ExteriorWindow",
|
988
988
|
"standards_construction_type": "Metal framing (all other)",
|
989
989
|
"building_category": "Nonresidential",
|
990
|
-
"construction": "
|
990
|
+
"construction": "U 0.47 SHGC 0.47 Simple Glazing",
|
991
991
|
"orientation": null,
|
992
992
|
"minimum_percent_of_surface": null,
|
993
993
|
"maximum_percent_of_surface": null,
|
@@ -1207,7 +1207,7 @@
|
|
1207
1207
|
"intended_surface_type": "ExteriorWindow",
|
1208
1208
|
"standards_construction_type": "Metal framing (all other)",
|
1209
1209
|
"building_category": "Nonresidential",
|
1210
|
-
"construction": "
|
1210
|
+
"construction": "U 0.77 SHGC 0.5 Simple Glazing",
|
1211
1211
|
"orientation": null,
|
1212
1212
|
"minimum_percent_of_surface": null,
|
1213
1213
|
"maximum_percent_of_surface": null,
|
@@ -1427,7 +1427,7 @@
|
|
1427
1427
|
"intended_surface_type": "ExteriorWindow",
|
1428
1428
|
"standards_construction_type": "Metal framing (all other)",
|
1429
1429
|
"building_category": "Nonresidential",
|
1430
|
-
"construction": "
|
1430
|
+
"construction": "U 0.77 SHGC 0.5 Simple Glazing",
|
1431
1431
|
"orientation": null,
|
1432
1432
|
"minimum_percent_of_surface": null,
|
1433
1433
|
"maximum_percent_of_surface": null,
|
@@ -1647,7 +1647,7 @@
|
|
1647
1647
|
"intended_surface_type": "ExteriorWindow",
|
1648
1648
|
"standards_construction_type": "Metal framing (all other)",
|
1649
1649
|
"building_category": "Nonresidential",
|
1650
|
-
"construction": "
|
1650
|
+
"construction": "U 0.77 SHGC 0.5 Simple Glazing",
|
1651
1651
|
"orientation": null,
|
1652
1652
|
"minimum_percent_of_surface": null,
|
1653
1653
|
"maximum_percent_of_surface": null,
|
@@ -1867,7 +1867,7 @@
|
|
1867
1867
|
"intended_surface_type": "ExteriorWindow",
|
1868
1868
|
"standards_construction_type": "Metal framing (all other)",
|
1869
1869
|
"building_category": "Nonresidential",
|
1870
|
-
"construction": "
|
1870
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
1871
1871
|
"orientation": null,
|
1872
1872
|
"minimum_percent_of_surface": null,
|
1873
1873
|
"maximum_percent_of_surface": null,
|
@@ -2087,7 +2087,7 @@
|
|
2087
2087
|
"intended_surface_type": "ExteriorWindow",
|
2088
2088
|
"standards_construction_type": "Metal framing (all other)",
|
2089
2089
|
"building_category": "Nonresidential",
|
2090
|
-
"construction": "
|
2090
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2091
2091
|
"orientation": null,
|
2092
2092
|
"minimum_percent_of_surface": null,
|
2093
2093
|
"maximum_percent_of_surface": null,
|
@@ -2307,7 +2307,7 @@
|
|
2307
2307
|
"intended_surface_type": "ExteriorWindow",
|
2308
2308
|
"standards_construction_type": "Metal framing (all other)",
|
2309
2309
|
"building_category": "Nonresidential",
|
2310
|
-
"construction": "
|
2310
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2311
2311
|
"orientation": null,
|
2312
2312
|
"minimum_percent_of_surface": null,
|
2313
2313
|
"maximum_percent_of_surface": null,
|
@@ -2527,7 +2527,7 @@
|
|
2527
2527
|
"intended_surface_type": "ExteriorWindow",
|
2528
2528
|
"standards_construction_type": "Metal framing (all other)",
|
2529
2529
|
"building_category": "Nonresidential",
|
2530
|
-
"construction": "
|
2530
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2531
2531
|
"orientation": null,
|
2532
2532
|
"minimum_percent_of_surface": null,
|
2533
2533
|
"maximum_percent_of_surface": null,
|
@@ -2747,7 +2747,7 @@
|
|
2747
2747
|
"intended_surface_type": "ExteriorWindow",
|
2748
2748
|
"standards_construction_type": "Metal framing (all other)",
|
2749
2749
|
"building_category": "Nonresidential",
|
2750
|
-
"construction": "
|
2750
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2751
2751
|
"orientation": null,
|
2752
2752
|
"minimum_percent_of_surface": null,
|
2753
2753
|
"maximum_percent_of_surface": null,
|
@@ -2967,7 +2967,7 @@
|
|
2967
2967
|
"intended_surface_type": "ExteriorWindow",
|
2968
2968
|
"standards_construction_type": "Metal framing (all other)",
|
2969
2969
|
"building_category": "Nonresidential",
|
2970
|
-
"construction": "
|
2970
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
2971
2971
|
"orientation": null,
|
2972
2972
|
"minimum_percent_of_surface": null,
|
2973
2973
|
"maximum_percent_of_surface": null,
|
@@ -3187,7 +3187,7 @@
|
|
3187
3187
|
"intended_surface_type": "ExteriorWindow",
|
3188
3188
|
"standards_construction_type": "Metal framing (all other)",
|
3189
3189
|
"building_category": "Nonresidential",
|
3190
|
-
"construction": "
|
3190
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
3191
3191
|
"orientation": null,
|
3192
3192
|
"minimum_percent_of_surface": null,
|
3193
3193
|
"maximum_percent_of_surface": null,
|
@@ -3407,7 +3407,7 @@
|
|
3407
3407
|
"intended_surface_type": "ExteriorWindow",
|
3408
3408
|
"standards_construction_type": "Metal framing (all other)",
|
3409
3409
|
"building_category": "Nonresidential",
|
3410
|
-
"construction": "
|
3410
|
+
"construction": "U 1.23 SHGC 0.82 Simple Glazing",
|
3411
3411
|
"orientation": null,
|
3412
3412
|
"minimum_percent_of_surface": null,
|
3413
3413
|
"maximum_percent_of_surface": null,
|
@@ -107,7 +107,7 @@
|
|
107
107
|
"intended_surface_type": "ExteriorWindow",
|
108
108
|
"standards_construction_type": "Metal framing (all other)",
|
109
109
|
"building_category": "Nonresidential",
|
110
|
-
"construction": "
|
110
|
+
"construction": "U 0.47 SHGC 0.49 Simple Glazing",
|
111
111
|
"orientation": null,
|
112
112
|
"minimum_percent_of_surface": null,
|
113
113
|
"maximum_percent_of_surface": null,
|
@@ -327,7 +327,7 @@
|
|
327
327
|
"intended_surface_type": "ExteriorWindow",
|
328
328
|
"standards_construction_type": "Metal framing (all other)",
|
329
329
|
"building_category": "Nonresidential",
|
330
|
-
"construction": "
|
330
|
+
"construction": "U 0.47 SHGC 0.47 Simple Glazing",
|
331
331
|
"orientation": null,
|
332
332
|
"minimum_percent_of_surface": null,
|
333
333
|
"maximum_percent_of_surface": null,
|
@@ -547,7 +547,7 @@
|
|
547
547
|
"intended_surface_type": "ExteriorWindow",
|
548
548
|
"standards_construction_type": "Metal framing (all other)",
|
549
549
|
"building_category": "Nonresidential",
|
550
|
-
"construction": "
|
550
|
+
"construction": "U 0.47 SHGC 0.47 Simple Glazing",
|
551
551
|
"orientation": null,
|
552
552
|
"minimum_percent_of_surface": null,
|
553
553
|
"maximum_percent_of_surface": null,
|
@@ -767,7 +767,7 @@
|
|
767
767
|
"intended_surface_type": "ExteriorWindow",
|
768
768
|
"standards_construction_type": "Metal framing (all other)",
|
769
769
|
"building_category": "Nonresidential",
|
770
|
-
"construction": "
|
770
|
+
"construction": "U 0.47 SHGC 0.47 Simple Glazing",
|
771
771
|
"orientation": null,
|
772
772
|
"minimum_percent_of_surface": null,
|
773
773
|
"maximum_percent_of_surface": null,
|
@@ -987,7 +987,7 @@
|
|
987
987
|
"intended_surface_type": "ExteriorWindow",
|
988
988
|
"standards_construction_type": "Metal framing (all other)",
|
989
989
|
"building_category": "Nonresidential",
|
990
|
-
"construction": "
|
990
|
+
"construction": "U 0.47 SHGC 0.47 Simple Glazing",
|
991
991
|
"orientation": null,
|
992
992
|
"minimum_percent_of_surface": null,
|
993
993
|
"maximum_percent_of_surface": null,
|
@@ -1207,7 +1207,7 @@
|
|
1207
1207
|
"intended_surface_type": "ExteriorWindow",
|
1208
1208
|
"standards_construction_type": "Metal framing (all other)",
|
1209
1209
|
"building_category": "Nonresidential",
|
1210
|
-
"construction": "
|
1210
|
+
"construction": "U 0.47 SHGC 0.46 Simple Glazing",
|
1211
1211
|
"orientation": null,
|
1212
1212
|
"minimum_percent_of_surface": null,
|
1213
1213
|
"maximum_percent_of_surface": null,
|
@@ -1427,7 +1427,7 @@
|
|
1427
1427
|
"intended_surface_type": "ExteriorWindow",
|
1428
1428
|
"standards_construction_type": "Metal framing (all other)",
|
1429
1429
|
"building_category": "Nonresidential",
|
1430
|
-
"construction": "
|
1430
|
+
"construction": "U 0.47 SHGC 0.46 Simple Glazing",
|
1431
1431
|
"orientation": null,
|
1432
1432
|
"minimum_percent_of_surface": null,
|
1433
1433
|
"maximum_percent_of_surface": null,
|
@@ -1647,7 +1647,7 @@
|
|
1647
1647
|
"intended_surface_type": "ExteriorWindow",
|
1648
1648
|
"standards_construction_type": "Metal framing (all other)",
|
1649
1649
|
"building_category": "Nonresidential",
|
1650
|
-
"construction": "
|
1650
|
+
"construction": "U 0.47 SHGC 0.49 Simple Glazing",
|
1651
1651
|
"orientation": null,
|
1652
1652
|
"minimum_percent_of_surface": null,
|
1653
1653
|
"maximum_percent_of_surface": null,
|
@@ -1867,7 +1867,7 @@
|
|
1867
1867
|
"intended_surface_type": "ExteriorWindow",
|
1868
1868
|
"standards_construction_type": "Metal framing (all other)",
|
1869
1869
|
"building_category": "Nonresidential",
|
1870
|
-
"construction": "
|
1870
|
+
"construction": "U 0.47 SHGC 0.47 Simple Glazing",
|
1871
1871
|
"orientation": null,
|
1872
1872
|
"minimum_percent_of_surface": null,
|
1873
1873
|
"maximum_percent_of_surface": null,
|
@@ -2087,7 +2087,7 @@
|
|
2087
2087
|
"intended_surface_type": "ExteriorWindow",
|
2088
2088
|
"standards_construction_type": "Metal framing (all other)",
|
2089
2089
|
"building_category": "Nonresidential",
|
2090
|
-
"construction": "
|
2090
|
+
"construction": "U 0.77 SHGC 0.61 Simple Glazing",
|
2091
2091
|
"orientation": null,
|
2092
2092
|
"minimum_percent_of_surface": null,
|
2093
2093
|
"maximum_percent_of_surface": null,
|
@@ -2307,7 +2307,7 @@
|
|
2307
2307
|
"intended_surface_type": "ExteriorWindow",
|
2308
2308
|
"standards_construction_type": "Metal framing (all other)",
|
2309
2309
|
"building_category": "Nonresidential",
|
2310
|
-
"construction": "
|
2310
|
+
"construction": "U 0.77 SHGC 0.61 Simple Glazing",
|
2311
2311
|
"orientation": null,
|
2312
2312
|
"minimum_percent_of_surface": null,
|
2313
2313
|
"maximum_percent_of_surface": null,
|
@@ -2527,7 +2527,7 @@
|
|
2527
2527
|
"intended_surface_type": "ExteriorWindow",
|
2528
2528
|
"standards_construction_type": "Metal framing (all other)",
|
2529
2529
|
"building_category": "Nonresidential",
|
2530
|
-
"construction": "
|
2530
|
+
"construction": "U 0.77 SHGC 0.61 Simple Glazing",
|
2531
2531
|
"orientation": null,
|
2532
2532
|
"minimum_percent_of_surface": null,
|
2533
2533
|
"maximum_percent_of_surface": null,
|
@@ -2747,7 +2747,7 @@
|
|
2747
2747
|
"intended_surface_type": "ExteriorWindow",
|
2748
2748
|
"standards_construction_type": "Metal framing (all other)",
|
2749
2749
|
"building_category": "Nonresidential",
|
2750
|
-
"construction": "
|
2750
|
+
"construction": "U 0.77 SHGC 0.61 Simple Glazing",
|
2751
2751
|
"orientation": null,
|
2752
2752
|
"minimum_percent_of_surface": null,
|
2753
2753
|
"maximum_percent_of_surface": null,
|
@@ -2967,7 +2967,7 @@
|
|
2967
2967
|
"intended_surface_type": "ExteriorWindow",
|
2968
2968
|
"standards_construction_type": "Metal framing (all other)",
|
2969
2969
|
"building_category": "Nonresidential",
|
2970
|
-
"construction": "
|
2970
|
+
"construction": "U 0.77 SHGC 0.61 Simple Glazing",
|
2971
2971
|
"orientation": null,
|
2972
2972
|
"minimum_percent_of_surface": null,
|
2973
2973
|
"maximum_percent_of_surface": null,
|
@@ -3187,7 +3187,7 @@
|
|
3187
3187
|
"intended_surface_type": "ExteriorWindow",
|
3188
3188
|
"standards_construction_type": "Metal framing (all other)",
|
3189
3189
|
"building_category": "Nonresidential",
|
3190
|
-
"construction": "
|
3190
|
+
"construction": "U 0.77 SHGC 0.61 Simple Glazing",
|
3191
3191
|
"orientation": null,
|
3192
3192
|
"minimum_percent_of_surface": null,
|
3193
3193
|
"maximum_percent_of_surface": null,
|
@@ -3407,7 +3407,7 @@
|
|
3407
3407
|
"intended_surface_type": "ExteriorWindow",
|
3408
3408
|
"standards_construction_type": "Metal framing (all other)",
|
3409
3409
|
"building_category": "Nonresidential",
|
3410
|
-
"construction": "
|
3410
|
+
"construction": "U 0.77 SHGC 0.61 Simple Glazing",
|
3411
3411
|
"orientation": null,
|
3412
3412
|
"minimum_percent_of_surface": null,
|
3413
3413
|
"maximum_percent_of_surface": null,
|