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.
- checksums.yaml +4 -4
- data/data/geometry/ASHRAEHighriseApartment.osm +0 -27
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/OpenStudio_Standards-ashrae_90_1_28Jan2022.xlsx +0 -0
- data/data/standards/test_performance_expected_dd_results.csv +710 -710
- data/lib/openstudio-standards/btap/btap_result.rb +2 -2
- data/lib/openstudio-standards/btap/reporting.rb +2 -2
- data/lib/openstudio-standards/btap/simmanager.rb +2 -2
- data/lib/openstudio-standards/hvac_sizing/Siz.ControllerOutdoorAir.rb +0 -54
- data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +11 -1
- data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +26 -5
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +35 -16
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +23 -10
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +36 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +0 -3
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +9 -3
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +2 -0
- data/lib/openstudio-standards/standards/Standards.Construction.rb +12 -6
- data/lib/openstudio-standards/standards/Standards.Model.rb +38 -7
- data/lib/openstudio-standards/standards/Standards.Space.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.SpaceType.rb +7 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +32 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22 -742
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.prototype_inputs.json +3 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +19 -559
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.prototype_inputs.json +3 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +19 -559
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.prototype_inputs.json +5 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +7 -7
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +19 -559
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.prototype_inputs.json +5 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +7 -7
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +370 -910
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.prototype_inputs.json +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +12 -12
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +19 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +2380 -1300
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.prototype_inputs.json +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +12 -12
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +140 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +1176 -312
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +172 -1132
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_sets.json +14 -14
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.prototype_inputs.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +9 -9
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +180 -1140
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_sets.json +14 -14
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.prototype_inputs.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +10 -10
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +9 -9
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +9 -9
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +12 -6
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +12 -6
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +16 -8
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +10 -20
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +209 -37
- data/lib/openstudio-standards/standards/necb/ECMS/loads.rb +1 -0
- data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +8 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +16 -9
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LowriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/MidriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +9 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +10 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +9 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +14 -8
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +14 -8
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +13 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +12 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +4 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +38 -19
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +2 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +15 -4
- data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +10 -651
- data/lib/openstudio-standards/standards/necb/NECB2020/necb_2020.rb +8 -38
- data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +159 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +41 -43
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +7 -4
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards.rb +1 -0
- metadata +4 -2
@@ -1885,7 +1885,7 @@
|
|
1885
1885
|
"climate_zone_set": "ClimateZone 0",
|
1886
1886
|
"operation_type": null,
|
1887
1887
|
"intended_surface_type": "GroundContactFloor",
|
1888
|
-
"standards_construction_type": "
|
1888
|
+
"standards_construction_type": "Unheated",
|
1889
1889
|
"building_category": "Adiabatic",
|
1890
1890
|
"construction": "Adiabatic GroundContactFloor",
|
1891
1891
|
"orientation": null,
|
@@ -1900,66 +1900,6 @@
|
|
1900
1900
|
"assembly_minimum_vt_shgc": null,
|
1901
1901
|
"notes": null
|
1902
1902
|
},
|
1903
|
-
{
|
1904
|
-
"template": "90.1-2016",
|
1905
|
-
"climate_zone_set": "ClimateZone 0",
|
1906
|
-
"operation_type": null,
|
1907
|
-
"intended_surface_type": "GroundContactFloor",
|
1908
|
-
"standards_construction_type": "Mass",
|
1909
|
-
"building_category": "Nonresidential",
|
1910
|
-
"construction": "ext-slab-mass",
|
1911
|
-
"orientation": null,
|
1912
|
-
"minimum_percent_of_surface": null,
|
1913
|
-
"maximum_percent_of_surface": null,
|
1914
|
-
"assembly_maximum_u_value": null,
|
1915
|
-
"u_value_includes_interior_film_coefficient": true,
|
1916
|
-
"u_value_includes_exterior_film_coefficient": true,
|
1917
|
-
"assembly_maximum_f_factor": null,
|
1918
|
-
"assembly_maximum_c_factor": null,
|
1919
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
1920
|
-
"assembly_minimum_vt_shgc": null,
|
1921
|
-
"notes": null
|
1922
|
-
},
|
1923
|
-
{
|
1924
|
-
"template": "90.1-2016",
|
1925
|
-
"climate_zone_set": "ClimateZone 0",
|
1926
|
-
"operation_type": null,
|
1927
|
-
"intended_surface_type": "GroundContactFloor",
|
1928
|
-
"standards_construction_type": "Metal Building",
|
1929
|
-
"building_category": "Nonresidential",
|
1930
|
-
"construction": "ext-slab-metal-building",
|
1931
|
-
"orientation": null,
|
1932
|
-
"minimum_percent_of_surface": null,
|
1933
|
-
"maximum_percent_of_surface": null,
|
1934
|
-
"assembly_maximum_u_value": null,
|
1935
|
-
"u_value_includes_interior_film_coefficient": true,
|
1936
|
-
"u_value_includes_exterior_film_coefficient": true,
|
1937
|
-
"assembly_maximum_f_factor": null,
|
1938
|
-
"assembly_maximum_c_factor": null,
|
1939
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
1940
|
-
"assembly_minimum_vt_shgc": null,
|
1941
|
-
"notes": null
|
1942
|
-
},
|
1943
|
-
{
|
1944
|
-
"template": "90.1-2016",
|
1945
|
-
"climate_zone_set": "ClimateZone 0",
|
1946
|
-
"operation_type": null,
|
1947
|
-
"intended_surface_type": "GroundContactFloor",
|
1948
|
-
"standards_construction_type": "SteelFramed",
|
1949
|
-
"building_category": "Nonresidential",
|
1950
|
-
"construction": "ext-slab-steel-frame",
|
1951
|
-
"orientation": null,
|
1952
|
-
"minimum_percent_of_surface": null,
|
1953
|
-
"maximum_percent_of_surface": null,
|
1954
|
-
"assembly_maximum_u_value": null,
|
1955
|
-
"u_value_includes_interior_film_coefficient": true,
|
1956
|
-
"u_value_includes_exterior_film_coefficient": true,
|
1957
|
-
"assembly_maximum_f_factor": null,
|
1958
|
-
"assembly_maximum_c_factor": null,
|
1959
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
1960
|
-
"assembly_minimum_vt_shgc": null,
|
1961
|
-
"notes": null
|
1962
|
-
},
|
1963
1903
|
{
|
1964
1904
|
"template": "90.1-2016",
|
1965
1905
|
"climate_zone_set": "ClimateZone 0",
|
@@ -2087,16 +2027,16 @@
|
|
2087
2027
|
"intended_surface_type": "Skylight",
|
2088
2028
|
"standards_construction_type": "Glass with Curb",
|
2089
2029
|
"building_category": "Nonresidential",
|
2090
|
-
"construction": "U 0.75 SHGC 0.
|
2030
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
2091
2031
|
"orientation": null,
|
2092
|
-
"minimum_percent_of_surface":
|
2093
|
-
"maximum_percent_of_surface":
|
2032
|
+
"minimum_percent_of_surface": null,
|
2033
|
+
"maximum_percent_of_surface": null,
|
2094
2034
|
"assembly_maximum_u_value": 0.75,
|
2095
2035
|
"u_value_includes_interior_film_coefficient": true,
|
2096
2036
|
"u_value_includes_exterior_film_coefficient": true,
|
2097
2037
|
"assembly_maximum_f_factor": null,
|
2098
2038
|
"assembly_maximum_c_factor": null,
|
2099
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
2039
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
2100
2040
|
"assembly_minimum_vt_shgc": null,
|
2101
2041
|
"notes": null
|
2102
2042
|
},
|
@@ -2107,16 +2047,16 @@
|
|
2107
2047
|
"intended_surface_type": "Skylight",
|
2108
2048
|
"standards_construction_type": "Glass with Curb",
|
2109
2049
|
"building_category": "Residential",
|
2110
|
-
"construction": "U 0.75 SHGC 0.
|
2050
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
2111
2051
|
"orientation": null,
|
2112
|
-
"minimum_percent_of_surface":
|
2113
|
-
"maximum_percent_of_surface":
|
2052
|
+
"minimum_percent_of_surface": null,
|
2053
|
+
"maximum_percent_of_surface": null,
|
2114
2054
|
"assembly_maximum_u_value": 0.75,
|
2115
2055
|
"u_value_includes_interior_film_coefficient": true,
|
2116
2056
|
"u_value_includes_exterior_film_coefficient": true,
|
2117
2057
|
"assembly_maximum_f_factor": null,
|
2118
2058
|
"assembly_maximum_c_factor": null,
|
2119
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
2059
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
2120
2060
|
"assembly_minimum_vt_shgc": null,
|
2121
2061
|
"notes": null
|
2122
2062
|
},
|
@@ -2127,16 +2067,16 @@
|
|
2127
2067
|
"intended_surface_type": "Skylight",
|
2128
2068
|
"standards_construction_type": "Glass with Curb",
|
2129
2069
|
"building_category": "Semiheated",
|
2130
|
-
"construction": "U 1.8 SHGC 0.
|
2070
|
+
"construction": "U 1.8 SHGC 0.55 Simple Glazing Skylight",
|
2131
2071
|
"orientation": null,
|
2132
|
-
"minimum_percent_of_surface":
|
2133
|
-
"maximum_percent_of_surface":
|
2072
|
+
"minimum_percent_of_surface": null,
|
2073
|
+
"maximum_percent_of_surface": null,
|
2134
2074
|
"assembly_maximum_u_value": 1.8,
|
2135
2075
|
"u_value_includes_interior_film_coefficient": true,
|
2136
2076
|
"u_value_includes_exterior_film_coefficient": true,
|
2137
2077
|
"assembly_maximum_f_factor": null,
|
2138
2078
|
"assembly_maximum_c_factor": null,
|
2139
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
2079
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
2140
2080
|
"assembly_minimum_vt_shgc": null,
|
2141
2081
|
"notes": null
|
2142
2082
|
},
|
@@ -2147,16 +2087,16 @@
|
|
2147
2087
|
"intended_surface_type": "Skylight",
|
2148
2088
|
"standards_construction_type": "Plastic with Curb",
|
2149
2089
|
"building_category": "Nonresidential",
|
2150
|
-
"construction": "U 0.75 SHGC 0.
|
2090
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
2151
2091
|
"orientation": null,
|
2152
|
-
"minimum_percent_of_surface":
|
2153
|
-
"maximum_percent_of_surface":
|
2092
|
+
"minimum_percent_of_surface": null,
|
2093
|
+
"maximum_percent_of_surface": null,
|
2154
2094
|
"assembly_maximum_u_value": 0.75,
|
2155
2095
|
"u_value_includes_interior_film_coefficient": true,
|
2156
2096
|
"u_value_includes_exterior_film_coefficient": true,
|
2157
2097
|
"assembly_maximum_f_factor": null,
|
2158
2098
|
"assembly_maximum_c_factor": null,
|
2159
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
2099
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
2160
2100
|
"assembly_minimum_vt_shgc": null,
|
2161
2101
|
"notes": null
|
2162
2102
|
},
|
@@ -2167,16 +2107,16 @@
|
|
2167
2107
|
"intended_surface_type": "Skylight",
|
2168
2108
|
"standards_construction_type": "Plastic with Curb",
|
2169
2109
|
"building_category": "Residential",
|
2170
|
-
"construction": "U 0.75 SHGC 0.
|
2110
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
2171
2111
|
"orientation": null,
|
2172
|
-
"minimum_percent_of_surface":
|
2173
|
-
"maximum_percent_of_surface":
|
2112
|
+
"minimum_percent_of_surface": null,
|
2113
|
+
"maximum_percent_of_surface": null,
|
2174
2114
|
"assembly_maximum_u_value": 0.75,
|
2175
2115
|
"u_value_includes_interior_film_coefficient": true,
|
2176
2116
|
"u_value_includes_exterior_film_coefficient": true,
|
2177
2117
|
"assembly_maximum_f_factor": null,
|
2178
2118
|
"assembly_maximum_c_factor": null,
|
2179
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
2119
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
2180
2120
|
"assembly_minimum_vt_shgc": null,
|
2181
2121
|
"notes": null
|
2182
2122
|
},
|
@@ -2189,14 +2129,14 @@
|
|
2189
2129
|
"building_category": "Semiheated",
|
2190
2130
|
"construction": "U 1.8 SHGC 0.55 Simple Glazing Skylight",
|
2191
2131
|
"orientation": null,
|
2192
|
-
"minimum_percent_of_surface":
|
2193
|
-
"maximum_percent_of_surface":
|
2132
|
+
"minimum_percent_of_surface": null,
|
2133
|
+
"maximum_percent_of_surface": null,
|
2194
2134
|
"assembly_maximum_u_value": 1.8,
|
2195
2135
|
"u_value_includes_interior_film_coefficient": true,
|
2196
2136
|
"u_value_includes_exterior_film_coefficient": true,
|
2197
2137
|
"assembly_maximum_f_factor": null,
|
2198
2138
|
"assembly_maximum_c_factor": null,
|
2199
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
2139
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
2200
2140
|
"assembly_minimum_vt_shgc": null,
|
2201
2141
|
"notes": null
|
2202
2142
|
},
|
@@ -2217,7 +2157,7 @@
|
|
2217
2157
|
"assembly_maximum_f_factor": null,
|
2218
2158
|
"assembly_maximum_c_factor": null,
|
2219
2159
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
2220
|
-
"assembly_minimum_vt_shgc":
|
2160
|
+
"assembly_minimum_vt_shgc": null,
|
2221
2161
|
"notes": null
|
2222
2162
|
},
|
2223
2163
|
{
|
@@ -2237,7 +2177,7 @@
|
|
2237
2177
|
"assembly_maximum_f_factor": null,
|
2238
2178
|
"assembly_maximum_c_factor": null,
|
2239
2179
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
2240
|
-
"assembly_minimum_vt_shgc":
|
2180
|
+
"assembly_minimum_vt_shgc": null,
|
2241
2181
|
"notes": null
|
2242
2182
|
},
|
2243
2183
|
{
|
@@ -2257,7 +2197,7 @@
|
|
2257
2197
|
"assembly_maximum_f_factor": null,
|
2258
2198
|
"assembly_maximum_c_factor": null,
|
2259
2199
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
2260
|
-
"assembly_minimum_vt_shgc":
|
2200
|
+
"assembly_minimum_vt_shgc": null,
|
2261
2201
|
"notes": null
|
2262
2202
|
},
|
2263
2203
|
{
|
@@ -2277,7 +2217,7 @@
|
|
2277
2217
|
"assembly_maximum_f_factor": null,
|
2278
2218
|
"assembly_maximum_c_factor": null,
|
2279
2219
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
2280
|
-
"assembly_minimum_vt_shgc":
|
2220
|
+
"assembly_minimum_vt_shgc": null,
|
2281
2221
|
"notes": null
|
2282
2222
|
},
|
2283
2223
|
{
|
@@ -2291,13 +2231,13 @@
|
|
2291
2231
|
"orientation": null,
|
2292
2232
|
"minimum_percent_of_surface": null,
|
2293
2233
|
"maximum_percent_of_surface": null,
|
2294
|
-
"assembly_maximum_u_value":
|
2234
|
+
"assembly_maximum_u_value": 1.8,
|
2295
2235
|
"u_value_includes_interior_film_coefficient": true,
|
2296
2236
|
"u_value_includes_exterior_film_coefficient": true,
|
2297
2237
|
"assembly_maximum_f_factor": null,
|
2298
2238
|
"assembly_maximum_c_factor": null,
|
2299
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
2300
|
-
"assembly_minimum_vt_shgc":
|
2239
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
2240
|
+
"assembly_minimum_vt_shgc": null,
|
2301
2241
|
"notes": null
|
2302
2242
|
},
|
2303
2243
|
{
|
@@ -2307,16 +2247,16 @@
|
|
2307
2247
|
"intended_surface_type": "Skylight",
|
2308
2248
|
"standards_construction_type": "Without Curb",
|
2309
2249
|
"building_category": "Nonresidential",
|
2310
|
-
"construction": "U 0.75 SHGC 0.
|
2250
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
2311
2251
|
"orientation": null,
|
2312
|
-
"minimum_percent_of_surface":
|
2313
|
-
"maximum_percent_of_surface":
|
2252
|
+
"minimum_percent_of_surface": null,
|
2253
|
+
"maximum_percent_of_surface": null,
|
2314
2254
|
"assembly_maximum_u_value": 0.75,
|
2315
2255
|
"u_value_includes_interior_film_coefficient": true,
|
2316
2256
|
"u_value_includes_exterior_film_coefficient": true,
|
2317
2257
|
"assembly_maximum_f_factor": null,
|
2318
2258
|
"assembly_maximum_c_factor": null,
|
2319
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
2259
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
2320
2260
|
"assembly_minimum_vt_shgc": null,
|
2321
2261
|
"notes": null
|
2322
2262
|
},
|
@@ -2327,16 +2267,16 @@
|
|
2327
2267
|
"intended_surface_type": "Skylight",
|
2328
2268
|
"standards_construction_type": "Without Curb",
|
2329
2269
|
"building_category": "Residential",
|
2330
|
-
"construction": "U 0.75 SHGC 0.
|
2270
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
2331
2271
|
"orientation": null,
|
2332
|
-
"minimum_percent_of_surface":
|
2333
|
-
"maximum_percent_of_surface":
|
2272
|
+
"minimum_percent_of_surface": null,
|
2273
|
+
"maximum_percent_of_surface": null,
|
2334
2274
|
"assembly_maximum_u_value": 0.75,
|
2335
2275
|
"u_value_includes_interior_film_coefficient": true,
|
2336
2276
|
"u_value_includes_exterior_film_coefficient": true,
|
2337
2277
|
"assembly_maximum_f_factor": null,
|
2338
2278
|
"assembly_maximum_c_factor": null,
|
2339
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
2279
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
2340
2280
|
"assembly_minimum_vt_shgc": null,
|
2341
2281
|
"notes": null
|
2342
2282
|
},
|
@@ -2347,16 +2287,16 @@
|
|
2347
2287
|
"intended_surface_type": "Skylight",
|
2348
2288
|
"standards_construction_type": "Without Curb",
|
2349
2289
|
"building_category": "Semiheated",
|
2350
|
-
"construction": "U 1.8 SHGC 0.
|
2290
|
+
"construction": "U 1.8 SHGC 0.55 Simple Glazing Skylight",
|
2351
2291
|
"orientation": null,
|
2352
|
-
"minimum_percent_of_surface":
|
2353
|
-
"maximum_percent_of_surface":
|
2292
|
+
"minimum_percent_of_surface": null,
|
2293
|
+
"maximum_percent_of_surface": null,
|
2354
2294
|
"assembly_maximum_u_value": 1.8,
|
2355
2295
|
"u_value_includes_interior_film_coefficient": true,
|
2356
2296
|
"u_value_includes_exterior_film_coefficient": true,
|
2357
2297
|
"assembly_maximum_f_factor": null,
|
2358
2298
|
"assembly_maximum_c_factor": null,
|
2359
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
2299
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
2360
2300
|
"assembly_minimum_vt_shgc": null,
|
2361
2301
|
"notes": null
|
2362
2302
|
},
|
@@ -4245,7 +4185,7 @@
|
|
4245
4185
|
"climate_zone_set": "ClimateZone 1",
|
4246
4186
|
"operation_type": null,
|
4247
4187
|
"intended_surface_type": "GroundContactFloor",
|
4248
|
-
"standards_construction_type": "
|
4188
|
+
"standards_construction_type": "Unheated",
|
4249
4189
|
"building_category": "Adiabatic",
|
4250
4190
|
"construction": "Adiabatic GroundContactFloor",
|
4251
4191
|
"orientation": null,
|
@@ -4260,66 +4200,6 @@
|
|
4260
4200
|
"assembly_minimum_vt_shgc": null,
|
4261
4201
|
"notes": null
|
4262
4202
|
},
|
4263
|
-
{
|
4264
|
-
"template": "90.1-2016",
|
4265
|
-
"climate_zone_set": "ClimateZone 1",
|
4266
|
-
"operation_type": null,
|
4267
|
-
"intended_surface_type": "GroundContactFloor",
|
4268
|
-
"standards_construction_type": "Mass",
|
4269
|
-
"building_category": "Nonresidential",
|
4270
|
-
"construction": "ext-slab-mass",
|
4271
|
-
"orientation": null,
|
4272
|
-
"minimum_percent_of_surface": null,
|
4273
|
-
"maximum_percent_of_surface": null,
|
4274
|
-
"assembly_maximum_u_value": null,
|
4275
|
-
"u_value_includes_interior_film_coefficient": true,
|
4276
|
-
"u_value_includes_exterior_film_coefficient": true,
|
4277
|
-
"assembly_maximum_f_factor": null,
|
4278
|
-
"assembly_maximum_c_factor": null,
|
4279
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
4280
|
-
"assembly_minimum_vt_shgc": null,
|
4281
|
-
"notes": null
|
4282
|
-
},
|
4283
|
-
{
|
4284
|
-
"template": "90.1-2016",
|
4285
|
-
"climate_zone_set": "ClimateZone 1",
|
4286
|
-
"operation_type": null,
|
4287
|
-
"intended_surface_type": "GroundContactFloor",
|
4288
|
-
"standards_construction_type": "Metal Building",
|
4289
|
-
"building_category": "Nonresidential",
|
4290
|
-
"construction": "ext-slab-metal-building",
|
4291
|
-
"orientation": null,
|
4292
|
-
"minimum_percent_of_surface": null,
|
4293
|
-
"maximum_percent_of_surface": null,
|
4294
|
-
"assembly_maximum_u_value": null,
|
4295
|
-
"u_value_includes_interior_film_coefficient": true,
|
4296
|
-
"u_value_includes_exterior_film_coefficient": true,
|
4297
|
-
"assembly_maximum_f_factor": null,
|
4298
|
-
"assembly_maximum_c_factor": null,
|
4299
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
4300
|
-
"assembly_minimum_vt_shgc": null,
|
4301
|
-
"notes": null
|
4302
|
-
},
|
4303
|
-
{
|
4304
|
-
"template": "90.1-2016",
|
4305
|
-
"climate_zone_set": "ClimateZone 1",
|
4306
|
-
"operation_type": null,
|
4307
|
-
"intended_surface_type": "GroundContactFloor",
|
4308
|
-
"standards_construction_type": "SteelFramed",
|
4309
|
-
"building_category": "Nonresidential",
|
4310
|
-
"construction": "ext-slab-steel-frame",
|
4311
|
-
"orientation": null,
|
4312
|
-
"minimum_percent_of_surface": null,
|
4313
|
-
"maximum_percent_of_surface": null,
|
4314
|
-
"assembly_maximum_u_value": null,
|
4315
|
-
"u_value_includes_interior_film_coefficient": true,
|
4316
|
-
"u_value_includes_exterior_film_coefficient": true,
|
4317
|
-
"assembly_maximum_f_factor": null,
|
4318
|
-
"assembly_maximum_c_factor": null,
|
4319
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
4320
|
-
"assembly_minimum_vt_shgc": null,
|
4321
|
-
"notes": null
|
4322
|
-
},
|
4323
4203
|
{
|
4324
4204
|
"template": "90.1-2016",
|
4325
4205
|
"climate_zone_set": "ClimateZone 1",
|
@@ -4447,16 +4327,16 @@
|
|
4447
4327
|
"intended_surface_type": "Skylight",
|
4448
4328
|
"standards_construction_type": "Glass with Curb",
|
4449
4329
|
"building_category": "Nonresidential",
|
4450
|
-
"construction": "U 0.75 SHGC 0.
|
4330
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
4451
4331
|
"orientation": null,
|
4452
|
-
"minimum_percent_of_surface":
|
4453
|
-
"maximum_percent_of_surface":
|
4332
|
+
"minimum_percent_of_surface": null,
|
4333
|
+
"maximum_percent_of_surface": null,
|
4454
4334
|
"assembly_maximum_u_value": 0.75,
|
4455
4335
|
"u_value_includes_interior_film_coefficient": true,
|
4456
4336
|
"u_value_includes_exterior_film_coefficient": true,
|
4457
4337
|
"assembly_maximum_f_factor": null,
|
4458
4338
|
"assembly_maximum_c_factor": null,
|
4459
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
4339
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
4460
4340
|
"assembly_minimum_vt_shgc": null,
|
4461
4341
|
"notes": null
|
4462
4342
|
},
|
@@ -4467,7 +4347,7 @@
|
|
4467
4347
|
"intended_surface_type": "Skylight",
|
4468
4348
|
"standards_construction_type": "Glass with Curb",
|
4469
4349
|
"building_category": "Residential",
|
4470
|
-
"construction": "U 0.75 SHGC 0.
|
4350
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
4471
4351
|
"orientation": null,
|
4472
4352
|
"minimum_percent_of_surface": 0.0,
|
4473
4353
|
"maximum_percent_of_surface": 2.0,
|
@@ -4476,7 +4356,7 @@
|
|
4476
4356
|
"u_value_includes_exterior_film_coefficient": true,
|
4477
4357
|
"assembly_maximum_f_factor": null,
|
4478
4358
|
"assembly_maximum_c_factor": null,
|
4479
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
4359
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
4480
4360
|
"assembly_minimum_vt_shgc": null,
|
4481
4361
|
"notes": null
|
4482
4362
|
},
|
@@ -4487,16 +4367,16 @@
|
|
4487
4367
|
"intended_surface_type": "Skylight",
|
4488
4368
|
"standards_construction_type": "Glass with Curb",
|
4489
4369
|
"building_category": "Semiheated",
|
4490
|
-
"construction": "U 1.8 SHGC 0.
|
4370
|
+
"construction": "U 1.8 SHGC 0.55 Simple Glazing Skylight",
|
4491
4371
|
"orientation": null,
|
4492
|
-
"minimum_percent_of_surface":
|
4493
|
-
"maximum_percent_of_surface":
|
4372
|
+
"minimum_percent_of_surface": null,
|
4373
|
+
"maximum_percent_of_surface": null,
|
4494
4374
|
"assembly_maximum_u_value": 1.8,
|
4495
4375
|
"u_value_includes_interior_film_coefficient": true,
|
4496
4376
|
"u_value_includes_exterior_film_coefficient": true,
|
4497
4377
|
"assembly_maximum_f_factor": null,
|
4498
4378
|
"assembly_maximum_c_factor": null,
|
4499
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
4379
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
4500
4380
|
"assembly_minimum_vt_shgc": null,
|
4501
4381
|
"notes": null
|
4502
4382
|
},
|
@@ -4507,16 +4387,16 @@
|
|
4507
4387
|
"intended_surface_type": "Skylight",
|
4508
4388
|
"standards_construction_type": "Plastic with Curb",
|
4509
4389
|
"building_category": "Nonresidential",
|
4510
|
-
"construction": "U 0.75 SHGC 0.
|
4390
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
4511
4391
|
"orientation": null,
|
4512
|
-
"minimum_percent_of_surface":
|
4513
|
-
"maximum_percent_of_surface":
|
4392
|
+
"minimum_percent_of_surface": null,
|
4393
|
+
"maximum_percent_of_surface": null,
|
4514
4394
|
"assembly_maximum_u_value": 0.75,
|
4515
4395
|
"u_value_includes_interior_film_coefficient": true,
|
4516
4396
|
"u_value_includes_exterior_film_coefficient": true,
|
4517
4397
|
"assembly_maximum_f_factor": null,
|
4518
4398
|
"assembly_maximum_c_factor": null,
|
4519
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
4399
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
4520
4400
|
"assembly_minimum_vt_shgc": null,
|
4521
4401
|
"notes": null
|
4522
4402
|
},
|
@@ -4527,7 +4407,7 @@
|
|
4527
4407
|
"intended_surface_type": "Skylight",
|
4528
4408
|
"standards_construction_type": "Plastic with Curb",
|
4529
4409
|
"building_category": "Residential",
|
4530
|
-
"construction": "U 0.75 SHGC 0.
|
4410
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
4531
4411
|
"orientation": null,
|
4532
4412
|
"minimum_percent_of_surface": 0.0,
|
4533
4413
|
"maximum_percent_of_surface": 2.0,
|
@@ -4536,7 +4416,7 @@
|
|
4536
4416
|
"u_value_includes_exterior_film_coefficient": true,
|
4537
4417
|
"assembly_maximum_f_factor": null,
|
4538
4418
|
"assembly_maximum_c_factor": null,
|
4539
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
4419
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
4540
4420
|
"assembly_minimum_vt_shgc": null,
|
4541
4421
|
"notes": null
|
4542
4422
|
},
|
@@ -4549,14 +4429,14 @@
|
|
4549
4429
|
"building_category": "Semiheated",
|
4550
4430
|
"construction": "U 1.8 SHGC 0.55 Simple Glazing Skylight",
|
4551
4431
|
"orientation": null,
|
4552
|
-
"minimum_percent_of_surface":
|
4553
|
-
"maximum_percent_of_surface":
|
4432
|
+
"minimum_percent_of_surface": null,
|
4433
|
+
"maximum_percent_of_surface": null,
|
4554
4434
|
"assembly_maximum_u_value": 1.8,
|
4555
4435
|
"u_value_includes_interior_film_coefficient": true,
|
4556
4436
|
"u_value_includes_exterior_film_coefficient": true,
|
4557
4437
|
"assembly_maximum_f_factor": null,
|
4558
4438
|
"assembly_maximum_c_factor": null,
|
4559
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
4439
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
4560
4440
|
"assembly_minimum_vt_shgc": null,
|
4561
4441
|
"notes": null
|
4562
4442
|
},
|
@@ -4577,7 +4457,7 @@
|
|
4577
4457
|
"assembly_maximum_f_factor": null,
|
4578
4458
|
"assembly_maximum_c_factor": null,
|
4579
4459
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
4580
|
-
"assembly_minimum_vt_shgc":
|
4460
|
+
"assembly_minimum_vt_shgc": null,
|
4581
4461
|
"notes": null
|
4582
4462
|
},
|
4583
4463
|
{
|
@@ -4597,7 +4477,7 @@
|
|
4597
4477
|
"assembly_maximum_f_factor": null,
|
4598
4478
|
"assembly_maximum_c_factor": null,
|
4599
4479
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
4600
|
-
"assembly_minimum_vt_shgc":
|
4480
|
+
"assembly_minimum_vt_shgc": null,
|
4601
4481
|
"notes": null
|
4602
4482
|
},
|
4603
4483
|
{
|
@@ -4617,7 +4497,7 @@
|
|
4617
4497
|
"assembly_maximum_f_factor": null,
|
4618
4498
|
"assembly_maximum_c_factor": null,
|
4619
4499
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
4620
|
-
"assembly_minimum_vt_shgc":
|
4500
|
+
"assembly_minimum_vt_shgc": null,
|
4621
4501
|
"notes": null
|
4622
4502
|
},
|
4623
4503
|
{
|
@@ -4637,7 +4517,7 @@
|
|
4637
4517
|
"assembly_maximum_f_factor": null,
|
4638
4518
|
"assembly_maximum_c_factor": null,
|
4639
4519
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
4640
|
-
"assembly_minimum_vt_shgc":
|
4520
|
+
"assembly_minimum_vt_shgc": null,
|
4641
4521
|
"notes": null
|
4642
4522
|
},
|
4643
4523
|
{
|
@@ -4651,13 +4531,13 @@
|
|
4651
4531
|
"orientation": null,
|
4652
4532
|
"minimum_percent_of_surface": null,
|
4653
4533
|
"maximum_percent_of_surface": null,
|
4654
|
-
"assembly_maximum_u_value":
|
4534
|
+
"assembly_maximum_u_value": 1.8,
|
4655
4535
|
"u_value_includes_interior_film_coefficient": true,
|
4656
4536
|
"u_value_includes_exterior_film_coefficient": true,
|
4657
4537
|
"assembly_maximum_f_factor": null,
|
4658
4538
|
"assembly_maximum_c_factor": null,
|
4659
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
4660
|
-
"assembly_minimum_vt_shgc": 0.
|
4539
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
4540
|
+
"assembly_minimum_vt_shgc": 0.55,
|
4661
4541
|
"notes": null
|
4662
4542
|
},
|
4663
4543
|
{
|
@@ -4667,16 +4547,16 @@
|
|
4667
4547
|
"intended_surface_type": "Skylight",
|
4668
4548
|
"standards_construction_type": "Without Curb",
|
4669
4549
|
"building_category": "Nonresidential",
|
4670
|
-
"construction": "U 0.75 SHGC 0.
|
4550
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
4671
4551
|
"orientation": null,
|
4672
|
-
"minimum_percent_of_surface":
|
4673
|
-
"maximum_percent_of_surface":
|
4552
|
+
"minimum_percent_of_surface": null,
|
4553
|
+
"maximum_percent_of_surface": null,
|
4674
4554
|
"assembly_maximum_u_value": 0.75,
|
4675
4555
|
"u_value_includes_interior_film_coefficient": true,
|
4676
4556
|
"u_value_includes_exterior_film_coefficient": true,
|
4677
4557
|
"assembly_maximum_f_factor": null,
|
4678
4558
|
"assembly_maximum_c_factor": null,
|
4679
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
4559
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
4680
4560
|
"assembly_minimum_vt_shgc": null,
|
4681
4561
|
"notes": null
|
4682
4562
|
},
|
@@ -4687,7 +4567,7 @@
|
|
4687
4567
|
"intended_surface_type": "Skylight",
|
4688
4568
|
"standards_construction_type": "Without Curb",
|
4689
4569
|
"building_category": "Residential",
|
4690
|
-
"construction": "U 0.75 SHGC 0.
|
4570
|
+
"construction": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
4691
4571
|
"orientation": null,
|
4692
4572
|
"minimum_percent_of_surface": 0.0,
|
4693
4573
|
"maximum_percent_of_surface": 2.0,
|
@@ -4696,7 +4576,7 @@
|
|
4696
4576
|
"u_value_includes_exterior_film_coefficient": true,
|
4697
4577
|
"assembly_maximum_f_factor": null,
|
4698
4578
|
"assembly_maximum_c_factor": null,
|
4699
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
4579
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
4700
4580
|
"assembly_minimum_vt_shgc": null,
|
4701
4581
|
"notes": null
|
4702
4582
|
},
|
@@ -4707,16 +4587,16 @@
|
|
4707
4587
|
"intended_surface_type": "Skylight",
|
4708
4588
|
"standards_construction_type": "Without Curb",
|
4709
4589
|
"building_category": "Semiheated",
|
4710
|
-
"construction": "U 1.8 SHGC 0.
|
4590
|
+
"construction": "U 1.8 SHGC 0.55 Simple Glazing Skylight",
|
4711
4591
|
"orientation": null,
|
4712
|
-
"minimum_percent_of_surface":
|
4713
|
-
"maximum_percent_of_surface":
|
4592
|
+
"minimum_percent_of_surface": null,
|
4593
|
+
"maximum_percent_of_surface": null,
|
4714
4594
|
"assembly_maximum_u_value": 1.8,
|
4715
4595
|
"u_value_includes_interior_film_coefficient": true,
|
4716
4596
|
"u_value_includes_exterior_film_coefficient": true,
|
4717
4597
|
"assembly_maximum_f_factor": null,
|
4718
4598
|
"assembly_maximum_c_factor": null,
|
4719
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
4599
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
4720
4600
|
"assembly_minimum_vt_shgc": null,
|
4721
4601
|
"notes": null
|
4722
4602
|
},
|
@@ -6605,7 +6485,7 @@
|
|
6605
6485
|
"climate_zone_set": "ClimateZone 2",
|
6606
6486
|
"operation_type": null,
|
6607
6487
|
"intended_surface_type": "GroundContactFloor",
|
6608
|
-
"standards_construction_type": "
|
6488
|
+
"standards_construction_type": "Unheated",
|
6609
6489
|
"building_category": "Adiabatic",
|
6610
6490
|
"construction": "Adiabatic GroundContactFloor",
|
6611
6491
|
"orientation": null,
|
@@ -6625,16 +6505,16 @@
|
|
6625
6505
|
"climate_zone_set": "ClimateZone 2",
|
6626
6506
|
"operation_type": null,
|
6627
6507
|
"intended_surface_type": "GroundContactFloor",
|
6628
|
-
"standards_construction_type": "
|
6508
|
+
"standards_construction_type": "Unheated",
|
6629
6509
|
"building_category": "Nonresidential",
|
6630
|
-
"construction": "
|
6510
|
+
"construction": "Typical Insulated Carpeted 8in Slab Floor",
|
6631
6511
|
"orientation": null,
|
6632
6512
|
"minimum_percent_of_surface": null,
|
6633
6513
|
"maximum_percent_of_surface": null,
|
6634
6514
|
"assembly_maximum_u_value": null,
|
6635
6515
|
"u_value_includes_interior_film_coefficient": true,
|
6636
6516
|
"u_value_includes_exterior_film_coefficient": true,
|
6637
|
-
"assembly_maximum_f_factor":
|
6517
|
+
"assembly_maximum_f_factor": 0.73,
|
6638
6518
|
"assembly_maximum_c_factor": null,
|
6639
6519
|
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6640
6520
|
"assembly_minimum_vt_shgc": null,
|
@@ -6645,16 +6525,16 @@
|
|
6645
6525
|
"climate_zone_set": "ClimateZone 2",
|
6646
6526
|
"operation_type": null,
|
6647
6527
|
"intended_surface_type": "GroundContactFloor",
|
6648
|
-
"standards_construction_type": "
|
6649
|
-
"building_category": "
|
6650
|
-
"construction": "
|
6528
|
+
"standards_construction_type": "Unheated",
|
6529
|
+
"building_category": "Residential",
|
6530
|
+
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
6651
6531
|
"orientation": null,
|
6652
6532
|
"minimum_percent_of_surface": null,
|
6653
6533
|
"maximum_percent_of_surface": null,
|
6654
6534
|
"assembly_maximum_u_value": null,
|
6655
6535
|
"u_value_includes_interior_film_coefficient": true,
|
6656
6536
|
"u_value_includes_exterior_film_coefficient": true,
|
6657
|
-
"assembly_maximum_f_factor":
|
6537
|
+
"assembly_maximum_f_factor": 0.73,
|
6658
6538
|
"assembly_maximum_c_factor": null,
|
6659
6539
|
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6660
6540
|
"assembly_minimum_vt_shgc": null,
|
@@ -6665,16 +6545,16 @@
|
|
6665
6545
|
"climate_zone_set": "ClimateZone 2",
|
6666
6546
|
"operation_type": null,
|
6667
6547
|
"intended_surface_type": "GroundContactFloor",
|
6668
|
-
"standards_construction_type": "
|
6669
|
-
"building_category": "
|
6670
|
-
"construction": "
|
6548
|
+
"standards_construction_type": "Unheated",
|
6549
|
+
"building_category": "Semiheated",
|
6550
|
+
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
6671
6551
|
"orientation": null,
|
6672
6552
|
"minimum_percent_of_surface": null,
|
6673
6553
|
"maximum_percent_of_surface": null,
|
6674
6554
|
"assembly_maximum_u_value": null,
|
6675
6555
|
"u_value_includes_interior_film_coefficient": true,
|
6676
6556
|
"u_value_includes_exterior_film_coefficient": true,
|
6677
|
-
"assembly_maximum_f_factor":
|
6557
|
+
"assembly_maximum_f_factor": 0.73,
|
6678
6558
|
"assembly_maximum_c_factor": null,
|
6679
6559
|
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6680
6560
|
"assembly_minimum_vt_shgc": null,
|
@@ -6684,78 +6564,18 @@
|
|
6684
6564
|
"template": "90.1-2016",
|
6685
6565
|
"climate_zone_set": "ClimateZone 2",
|
6686
6566
|
"operation_type": null,
|
6687
|
-
"intended_surface_type": "
|
6688
|
-
"standards_construction_type": "
|
6567
|
+
"intended_surface_type": "GroundContactWall",
|
6568
|
+
"standards_construction_type": "Mass",
|
6689
6569
|
"building_category": "Nonresidential",
|
6690
|
-
"construction": "Typical Insulated
|
6570
|
+
"construction": "Typical Insulated Basement Mass Wall",
|
6691
6571
|
"orientation": null,
|
6692
6572
|
"minimum_percent_of_surface": null,
|
6693
6573
|
"maximum_percent_of_surface": null,
|
6694
6574
|
"assembly_maximum_u_value": null,
|
6695
6575
|
"u_value_includes_interior_film_coefficient": true,
|
6696
6576
|
"u_value_includes_exterior_film_coefficient": true,
|
6697
|
-
"assembly_maximum_f_factor":
|
6698
|
-
"assembly_maximum_c_factor":
|
6699
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6700
|
-
"assembly_minimum_vt_shgc": null,
|
6701
|
-
"notes": null
|
6702
|
-
},
|
6703
|
-
{
|
6704
|
-
"template": "90.1-2016",
|
6705
|
-
"climate_zone_set": "ClimateZone 2",
|
6706
|
-
"operation_type": null,
|
6707
|
-
"intended_surface_type": "GroundContactFloor",
|
6708
|
-
"standards_construction_type": "Unheated",
|
6709
|
-
"building_category": "Residential",
|
6710
|
-
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
6711
|
-
"orientation": null,
|
6712
|
-
"minimum_percent_of_surface": null,
|
6713
|
-
"maximum_percent_of_surface": null,
|
6714
|
-
"assembly_maximum_u_value": null,
|
6715
|
-
"u_value_includes_interior_film_coefficient": true,
|
6716
|
-
"u_value_includes_exterior_film_coefficient": true,
|
6717
|
-
"assembly_maximum_f_factor": 0.73,
|
6718
|
-
"assembly_maximum_c_factor": null,
|
6719
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6720
|
-
"assembly_minimum_vt_shgc": null,
|
6721
|
-
"notes": null
|
6722
|
-
},
|
6723
|
-
{
|
6724
|
-
"template": "90.1-2016",
|
6725
|
-
"climate_zone_set": "ClimateZone 2",
|
6726
|
-
"operation_type": null,
|
6727
|
-
"intended_surface_type": "GroundContactFloor",
|
6728
|
-
"standards_construction_type": "Unheated",
|
6729
|
-
"building_category": "Semiheated",
|
6730
|
-
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
6731
|
-
"orientation": null,
|
6732
|
-
"minimum_percent_of_surface": null,
|
6733
|
-
"maximum_percent_of_surface": null,
|
6734
|
-
"assembly_maximum_u_value": null,
|
6735
|
-
"u_value_includes_interior_film_coefficient": true,
|
6736
|
-
"u_value_includes_exterior_film_coefficient": true,
|
6737
|
-
"assembly_maximum_f_factor": 0.73,
|
6738
|
-
"assembly_maximum_c_factor": null,
|
6739
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6740
|
-
"assembly_minimum_vt_shgc": null,
|
6741
|
-
"notes": null
|
6742
|
-
},
|
6743
|
-
{
|
6744
|
-
"template": "90.1-2016",
|
6745
|
-
"climate_zone_set": "ClimateZone 2",
|
6746
|
-
"operation_type": null,
|
6747
|
-
"intended_surface_type": "GroundContactWall",
|
6748
|
-
"standards_construction_type": "Mass",
|
6749
|
-
"building_category": "Nonresidential",
|
6750
|
-
"construction": "Typical Insulated Basement Mass Wall",
|
6751
|
-
"orientation": null,
|
6752
|
-
"minimum_percent_of_surface": null,
|
6753
|
-
"maximum_percent_of_surface": null,
|
6754
|
-
"assembly_maximum_u_value": null,
|
6755
|
-
"u_value_includes_interior_film_coefficient": true,
|
6756
|
-
"u_value_includes_exterior_film_coefficient": true,
|
6757
|
-
"assembly_maximum_f_factor": null,
|
6758
|
-
"assembly_maximum_c_factor": 1.14,
|
6577
|
+
"assembly_maximum_f_factor": null,
|
6578
|
+
"assembly_maximum_c_factor": 1.14,
|
6759
6579
|
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6760
6580
|
"assembly_minimum_vt_shgc": null,
|
6761
6581
|
"notes": null
|
@@ -6807,16 +6627,16 @@
|
|
6807
6627
|
"intended_surface_type": "Skylight",
|
6808
6628
|
"standards_construction_type": "Glass with Curb",
|
6809
6629
|
"building_category": "Nonresidential",
|
6810
|
-
"construction": "U 0.65 SHGC 0.
|
6630
|
+
"construction": "U 0.65 SHGC 0.35 Simple Glazing Skylight",
|
6811
6631
|
"orientation": null,
|
6812
|
-
"minimum_percent_of_surface":
|
6813
|
-
"maximum_percent_of_surface":
|
6632
|
+
"minimum_percent_of_surface": null,
|
6633
|
+
"maximum_percent_of_surface": null,
|
6814
6634
|
"assembly_maximum_u_value": 0.65,
|
6815
6635
|
"u_value_includes_interior_film_coefficient": true,
|
6816
6636
|
"u_value_includes_exterior_film_coefficient": true,
|
6817
6637
|
"assembly_maximum_f_factor": null,
|
6818
6638
|
"assembly_maximum_c_factor": null,
|
6819
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
6639
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
6820
6640
|
"assembly_minimum_vt_shgc": null,
|
6821
6641
|
"notes": null
|
6822
6642
|
},
|
@@ -6827,16 +6647,16 @@
|
|
6827
6647
|
"intended_surface_type": "Skylight",
|
6828
6648
|
"standards_construction_type": "Glass with Curb",
|
6829
6649
|
"building_category": "Residential",
|
6830
|
-
"construction": "U 0.65 SHGC 0.
|
6650
|
+
"construction": "U 0.65 SHGC 0.35 Simple Glazing Skylight",
|
6831
6651
|
"orientation": null,
|
6832
|
-
"minimum_percent_of_surface":
|
6833
|
-
"maximum_percent_of_surface":
|
6652
|
+
"minimum_percent_of_surface": null,
|
6653
|
+
"maximum_percent_of_surface": null,
|
6834
6654
|
"assembly_maximum_u_value": 0.65,
|
6835
6655
|
"u_value_includes_interior_film_coefficient": true,
|
6836
6656
|
"u_value_includes_exterior_film_coefficient": true,
|
6837
6657
|
"assembly_maximum_f_factor": null,
|
6838
6658
|
"assembly_maximum_c_factor": null,
|
6839
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
6659
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
6840
6660
|
"assembly_minimum_vt_shgc": null,
|
6841
6661
|
"notes": null
|
6842
6662
|
},
|
@@ -6847,16 +6667,16 @@
|
|
6847
6667
|
"intended_surface_type": "Skylight",
|
6848
6668
|
"standards_construction_type": "Glass with Curb",
|
6849
6669
|
"building_category": "Semiheated",
|
6850
|
-
"construction": "U 1.8 SHGC 0.
|
6670
|
+
"construction": "U 1.8 SHGC 0.55 Simple Glazing Skylight",
|
6851
6671
|
"orientation": null,
|
6852
|
-
"minimum_percent_of_surface":
|
6853
|
-
"maximum_percent_of_surface":
|
6672
|
+
"minimum_percent_of_surface": null,
|
6673
|
+
"maximum_percent_of_surface": null,
|
6854
6674
|
"assembly_maximum_u_value": 1.8,
|
6855
6675
|
"u_value_includes_interior_film_coefficient": true,
|
6856
6676
|
"u_value_includes_exterior_film_coefficient": true,
|
6857
6677
|
"assembly_maximum_f_factor": null,
|
6858
6678
|
"assembly_maximum_c_factor": null,
|
6859
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
6679
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
6860
6680
|
"assembly_minimum_vt_shgc": null,
|
6861
6681
|
"notes": null
|
6862
6682
|
},
|
@@ -6867,16 +6687,16 @@
|
|
6867
6687
|
"intended_surface_type": "Skylight",
|
6868
6688
|
"standards_construction_type": "Plastic with Curb",
|
6869
6689
|
"building_category": "Nonresidential",
|
6870
|
-
"construction": "U 0.65 SHGC 0.
|
6690
|
+
"construction": "U 0.65 SHGC 0.35 Simple Glazing Skylight",
|
6871
6691
|
"orientation": null,
|
6872
|
-
"minimum_percent_of_surface":
|
6873
|
-
"maximum_percent_of_surface":
|
6692
|
+
"minimum_percent_of_surface": null,
|
6693
|
+
"maximum_percent_of_surface": null,
|
6874
6694
|
"assembly_maximum_u_value": 0.65,
|
6875
6695
|
"u_value_includes_interior_film_coefficient": true,
|
6876
6696
|
"u_value_includes_exterior_film_coefficient": true,
|
6877
6697
|
"assembly_maximum_f_factor": null,
|
6878
6698
|
"assembly_maximum_c_factor": null,
|
6879
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
6699
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
6880
6700
|
"assembly_minimum_vt_shgc": null,
|
6881
6701
|
"notes": null
|
6882
6702
|
},
|
@@ -6887,16 +6707,16 @@
|
|
6887
6707
|
"intended_surface_type": "Skylight",
|
6888
6708
|
"standards_construction_type": "Plastic with Curb",
|
6889
6709
|
"building_category": "Residential",
|
6890
|
-
"construction": "U 0.65 SHGC 0.
|
6710
|
+
"construction": "U 0.65 SHGC 0.35 Simple Glazing Skylight",
|
6891
6711
|
"orientation": null,
|
6892
|
-
"minimum_percent_of_surface":
|
6893
|
-
"maximum_percent_of_surface":
|
6712
|
+
"minimum_percent_of_surface": null,
|
6713
|
+
"maximum_percent_of_surface": null,
|
6894
6714
|
"assembly_maximum_u_value": 0.65,
|
6895
6715
|
"u_value_includes_interior_film_coefficient": true,
|
6896
6716
|
"u_value_includes_exterior_film_coefficient": true,
|
6897
6717
|
"assembly_maximum_f_factor": null,
|
6898
6718
|
"assembly_maximum_c_factor": null,
|
6899
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
6719
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
6900
6720
|
"assembly_minimum_vt_shgc": null,
|
6901
6721
|
"notes": null
|
6902
6722
|
},
|
@@ -6909,14 +6729,14 @@
|
|
6909
6729
|
"building_category": "Semiheated",
|
6910
6730
|
"construction": "U 1.8 SHGC 0.55 Simple Glazing Skylight",
|
6911
6731
|
"orientation": null,
|
6912
|
-
"minimum_percent_of_surface":
|
6913
|
-
"maximum_percent_of_surface":
|
6732
|
+
"minimum_percent_of_surface": null,
|
6733
|
+
"maximum_percent_of_surface": null,
|
6914
6734
|
"assembly_maximum_u_value": 1.8,
|
6915
6735
|
"u_value_includes_interior_film_coefficient": true,
|
6916
6736
|
"u_value_includes_exterior_film_coefficient": true,
|
6917
6737
|
"assembly_maximum_f_factor": null,
|
6918
6738
|
"assembly_maximum_c_factor": null,
|
6919
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
6739
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
6920
6740
|
"assembly_minimum_vt_shgc": null,
|
6921
6741
|
"notes": null
|
6922
6742
|
},
|
@@ -6937,7 +6757,7 @@
|
|
6937
6757
|
"assembly_maximum_f_factor": null,
|
6938
6758
|
"assembly_maximum_c_factor": null,
|
6939
6759
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
6940
|
-
"assembly_minimum_vt_shgc":
|
6760
|
+
"assembly_minimum_vt_shgc": null,
|
6941
6761
|
"notes": null
|
6942
6762
|
},
|
6943
6763
|
{
|
@@ -6957,7 +6777,7 @@
|
|
6957
6777
|
"assembly_maximum_f_factor": null,
|
6958
6778
|
"assembly_maximum_c_factor": null,
|
6959
6779
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
6960
|
-
"assembly_minimum_vt_shgc":
|
6780
|
+
"assembly_minimum_vt_shgc": null,
|
6961
6781
|
"notes": null
|
6962
6782
|
},
|
6963
6783
|
{
|
@@ -6977,7 +6797,7 @@
|
|
6977
6797
|
"assembly_maximum_f_factor": null,
|
6978
6798
|
"assembly_maximum_c_factor": null,
|
6979
6799
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
6980
|
-
"assembly_minimum_vt_shgc":
|
6800
|
+
"assembly_minimum_vt_shgc": null,
|
6981
6801
|
"notes": null
|
6982
6802
|
},
|
6983
6803
|
{
|
@@ -6997,7 +6817,7 @@
|
|
6997
6817
|
"assembly_maximum_f_factor": null,
|
6998
6818
|
"assembly_maximum_c_factor": null,
|
6999
6819
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
7000
|
-
"assembly_minimum_vt_shgc":
|
6820
|
+
"assembly_minimum_vt_shgc": null,
|
7001
6821
|
"notes": null
|
7002
6822
|
},
|
7003
6823
|
{
|
@@ -7011,13 +6831,13 @@
|
|
7011
6831
|
"orientation": null,
|
7012
6832
|
"minimum_percent_of_surface": null,
|
7013
6833
|
"maximum_percent_of_surface": null,
|
7014
|
-
"assembly_maximum_u_value":
|
6834
|
+
"assembly_maximum_u_value": 1.8,
|
7015
6835
|
"u_value_includes_interior_film_coefficient": true,
|
7016
6836
|
"u_value_includes_exterior_film_coefficient": true,
|
7017
6837
|
"assembly_maximum_f_factor": null,
|
7018
6838
|
"assembly_maximum_c_factor": null,
|
7019
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
7020
|
-
"assembly_minimum_vt_shgc": 0.
|
6839
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
6840
|
+
"assembly_minimum_vt_shgc": 0.55,
|
7021
6841
|
"notes": null
|
7022
6842
|
},
|
7023
6843
|
{
|
@@ -7027,16 +6847,16 @@
|
|
7027
6847
|
"intended_surface_type": "Skylight",
|
7028
6848
|
"standards_construction_type": "Without Curb",
|
7029
6849
|
"building_category": "Nonresidential",
|
7030
|
-
"construction": "U 0.65 SHGC 0.
|
6850
|
+
"construction": "U 0.65 SHGC 0.35 Simple Glazing Skylight",
|
7031
6851
|
"orientation": null,
|
7032
|
-
"minimum_percent_of_surface":
|
7033
|
-
"maximum_percent_of_surface":
|
6852
|
+
"minimum_percent_of_surface": null,
|
6853
|
+
"maximum_percent_of_surface": null,
|
7034
6854
|
"assembly_maximum_u_value": 0.65,
|
7035
6855
|
"u_value_includes_interior_film_coefficient": true,
|
7036
6856
|
"u_value_includes_exterior_film_coefficient": true,
|
7037
6857
|
"assembly_maximum_f_factor": null,
|
7038
6858
|
"assembly_maximum_c_factor": null,
|
7039
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
6859
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
7040
6860
|
"assembly_minimum_vt_shgc": null,
|
7041
6861
|
"notes": null
|
7042
6862
|
},
|
@@ -7047,16 +6867,16 @@
|
|
7047
6867
|
"intended_surface_type": "Skylight",
|
7048
6868
|
"standards_construction_type": "Without Curb",
|
7049
6869
|
"building_category": "Residential",
|
7050
|
-
"construction": "U 0.65 SHGC 0.
|
6870
|
+
"construction": "U 0.65 SHGC 0.35 Simple Glazing Skylight",
|
7051
6871
|
"orientation": null,
|
7052
|
-
"minimum_percent_of_surface":
|
7053
|
-
"maximum_percent_of_surface":
|
6872
|
+
"minimum_percent_of_surface": null,
|
6873
|
+
"maximum_percent_of_surface": null,
|
7054
6874
|
"assembly_maximum_u_value": 0.65,
|
7055
6875
|
"u_value_includes_interior_film_coefficient": true,
|
7056
6876
|
"u_value_includes_exterior_film_coefficient": true,
|
7057
6877
|
"assembly_maximum_f_factor": null,
|
7058
6878
|
"assembly_maximum_c_factor": null,
|
7059
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
6879
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
7060
6880
|
"assembly_minimum_vt_shgc": null,
|
7061
6881
|
"notes": null
|
7062
6882
|
},
|
@@ -7067,16 +6887,16 @@
|
|
7067
6887
|
"intended_surface_type": "Skylight",
|
7068
6888
|
"standards_construction_type": "Without Curb",
|
7069
6889
|
"building_category": "Semiheated",
|
7070
|
-
"construction": "U 1.8 SHGC 0.
|
6890
|
+
"construction": "U 1.8 SHGC 0.55 Simple Glazing Skylight",
|
7071
6891
|
"orientation": null,
|
7072
|
-
"minimum_percent_of_surface":
|
7073
|
-
"maximum_percent_of_surface":
|
6892
|
+
"minimum_percent_of_surface": null,
|
6893
|
+
"maximum_percent_of_surface": null,
|
7074
6894
|
"assembly_maximum_u_value": 1.8,
|
7075
6895
|
"u_value_includes_interior_film_coefficient": true,
|
7076
6896
|
"u_value_includes_exterior_film_coefficient": true,
|
7077
6897
|
"assembly_maximum_f_factor": null,
|
7078
6898
|
"assembly_maximum_c_factor": null,
|
7079
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
6899
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
7080
6900
|
"assembly_minimum_vt_shgc": null,
|
7081
6901
|
"notes": null
|
7082
6902
|
},
|
@@ -8965,7 +8785,7 @@
|
|
8965
8785
|
"climate_zone_set": "ClimateZone 3",
|
8966
8786
|
"operation_type": null,
|
8967
8787
|
"intended_surface_type": "GroundContactFloor",
|
8968
|
-
"standards_construction_type": "
|
8788
|
+
"standards_construction_type": "Unheated",
|
8969
8789
|
"building_category": "Adiabatic",
|
8970
8790
|
"construction": "Adiabatic GroundContactFloor",
|
8971
8791
|
"orientation": null,
|
@@ -8980,66 +8800,6 @@
|
|
8980
8800
|
"assembly_minimum_vt_shgc": null,
|
8981
8801
|
"notes": null
|
8982
8802
|
},
|
8983
|
-
{
|
8984
|
-
"template": "90.1-2016",
|
8985
|
-
"climate_zone_set": "ClimateZone 3",
|
8986
|
-
"operation_type": null,
|
8987
|
-
"intended_surface_type": "GroundContactFloor",
|
8988
|
-
"standards_construction_type": "Mass",
|
8989
|
-
"building_category": "Nonresidential",
|
8990
|
-
"construction": "ext-slab-mass",
|
8991
|
-
"orientation": null,
|
8992
|
-
"minimum_percent_of_surface": null,
|
8993
|
-
"maximum_percent_of_surface": null,
|
8994
|
-
"assembly_maximum_u_value": null,
|
8995
|
-
"u_value_includes_interior_film_coefficient": true,
|
8996
|
-
"u_value_includes_exterior_film_coefficient": true,
|
8997
|
-
"assembly_maximum_f_factor": null,
|
8998
|
-
"assembly_maximum_c_factor": null,
|
8999
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
9000
|
-
"assembly_minimum_vt_shgc": null,
|
9001
|
-
"notes": null
|
9002
|
-
},
|
9003
|
-
{
|
9004
|
-
"template": "90.1-2016",
|
9005
|
-
"climate_zone_set": "ClimateZone 3",
|
9006
|
-
"operation_type": null,
|
9007
|
-
"intended_surface_type": "GroundContactFloor",
|
9008
|
-
"standards_construction_type": "Metal Building",
|
9009
|
-
"building_category": "Nonresidential",
|
9010
|
-
"construction": "ext-slab-metal-building",
|
9011
|
-
"orientation": null,
|
9012
|
-
"minimum_percent_of_surface": null,
|
9013
|
-
"maximum_percent_of_surface": null,
|
9014
|
-
"assembly_maximum_u_value": null,
|
9015
|
-
"u_value_includes_interior_film_coefficient": true,
|
9016
|
-
"u_value_includes_exterior_film_coefficient": true,
|
9017
|
-
"assembly_maximum_f_factor": null,
|
9018
|
-
"assembly_maximum_c_factor": null,
|
9019
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
9020
|
-
"assembly_minimum_vt_shgc": null,
|
9021
|
-
"notes": null
|
9022
|
-
},
|
9023
|
-
{
|
9024
|
-
"template": "90.1-2016",
|
9025
|
-
"climate_zone_set": "ClimateZone 3",
|
9026
|
-
"operation_type": null,
|
9027
|
-
"intended_surface_type": "GroundContactFloor",
|
9028
|
-
"standards_construction_type": "SteelFramed",
|
9029
|
-
"building_category": "Nonresidential",
|
9030
|
-
"construction": "ext-slab-steel-frame",
|
9031
|
-
"orientation": null,
|
9032
|
-
"minimum_percent_of_surface": null,
|
9033
|
-
"maximum_percent_of_surface": null,
|
9034
|
-
"assembly_maximum_u_value": null,
|
9035
|
-
"u_value_includes_interior_film_coefficient": true,
|
9036
|
-
"u_value_includes_exterior_film_coefficient": true,
|
9037
|
-
"assembly_maximum_f_factor": null,
|
9038
|
-
"assembly_maximum_c_factor": null,
|
9039
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
9040
|
-
"assembly_minimum_vt_shgc": null,
|
9041
|
-
"notes": null
|
9042
|
-
},
|
9043
8803
|
{
|
9044
8804
|
"template": "90.1-2016",
|
9045
8805
|
"climate_zone_set": "ClimateZone 3",
|
@@ -9167,16 +8927,16 @@
|
|
9167
8927
|
"intended_surface_type": "Skylight",
|
9168
8928
|
"standards_construction_type": "Glass with Curb",
|
9169
8929
|
"building_category": "Nonresidential",
|
9170
|
-
"construction": "U 0.55 SHGC 0.
|
8930
|
+
"construction": "U 0.55 SHGC 0.35 Simple Glazing Skylight",
|
9171
8931
|
"orientation": null,
|
9172
|
-
"minimum_percent_of_surface":
|
9173
|
-
"maximum_percent_of_surface":
|
8932
|
+
"minimum_percent_of_surface": null,
|
8933
|
+
"maximum_percent_of_surface": null,
|
9174
8934
|
"assembly_maximum_u_value": 0.55,
|
9175
8935
|
"u_value_includes_interior_film_coefficient": true,
|
9176
8936
|
"u_value_includes_exterior_film_coefficient": true,
|
9177
8937
|
"assembly_maximum_f_factor": null,
|
9178
8938
|
"assembly_maximum_c_factor": null,
|
9179
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
8939
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
9180
8940
|
"assembly_minimum_vt_shgc": null,
|
9181
8941
|
"notes": null
|
9182
8942
|
},
|
@@ -9187,7 +8947,7 @@
|
|
9187
8947
|
"intended_surface_type": "Skylight",
|
9188
8948
|
"standards_construction_type": "Glass with Curb",
|
9189
8949
|
"building_category": "Residential",
|
9190
|
-
"construction": "U 0.55 SHGC 0.
|
8950
|
+
"construction": "U 0.55 SHGC 0.35 Simple Glazing Skylight",
|
9191
8951
|
"orientation": null,
|
9192
8952
|
"minimum_percent_of_surface": 0.0,
|
9193
8953
|
"maximum_percent_of_surface": 2.0,
|
@@ -9196,7 +8956,7 @@
|
|
9196
8956
|
"u_value_includes_exterior_film_coefficient": true,
|
9197
8957
|
"assembly_maximum_f_factor": null,
|
9198
8958
|
"assembly_maximum_c_factor": null,
|
9199
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
8959
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
9200
8960
|
"assembly_minimum_vt_shgc": null,
|
9201
8961
|
"notes": null
|
9202
8962
|
},
|
@@ -9209,8 +8969,8 @@
|
|
9209
8969
|
"building_category": "Semiheated",
|
9210
8970
|
"construction": "U 1.7 SHGC 0.55 Simple Glazing Skylight",
|
9211
8971
|
"orientation": null,
|
9212
|
-
"minimum_percent_of_surface":
|
9213
|
-
"maximum_percent_of_surface":
|
8972
|
+
"minimum_percent_of_surface": null,
|
8973
|
+
"maximum_percent_of_surface": null,
|
9214
8974
|
"assembly_maximum_u_value": 1.7,
|
9215
8975
|
"u_value_includes_interior_film_coefficient": true,
|
9216
8976
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -9227,16 +8987,16 @@
|
|
9227
8987
|
"intended_surface_type": "Skylight",
|
9228
8988
|
"standards_construction_type": "Plastic with Curb",
|
9229
8989
|
"building_category": "Nonresidential",
|
9230
|
-
"construction": "U 0.55 SHGC 0.
|
8990
|
+
"construction": "U 0.55 SHGC 0.35 Simple Glazing Skylight",
|
9231
8991
|
"orientation": null,
|
9232
|
-
"minimum_percent_of_surface":
|
9233
|
-
"maximum_percent_of_surface":
|
8992
|
+
"minimum_percent_of_surface": null,
|
8993
|
+
"maximum_percent_of_surface": null,
|
9234
8994
|
"assembly_maximum_u_value": 0.55,
|
9235
8995
|
"u_value_includes_interior_film_coefficient": true,
|
9236
8996
|
"u_value_includes_exterior_film_coefficient": true,
|
9237
8997
|
"assembly_maximum_f_factor": null,
|
9238
8998
|
"assembly_maximum_c_factor": null,
|
9239
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
8999
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
9240
9000
|
"assembly_minimum_vt_shgc": null,
|
9241
9001
|
"notes": null
|
9242
9002
|
},
|
@@ -9247,7 +9007,7 @@
|
|
9247
9007
|
"intended_surface_type": "Skylight",
|
9248
9008
|
"standards_construction_type": "Plastic with Curb",
|
9249
9009
|
"building_category": "Residential",
|
9250
|
-
"construction": "U 0.55 SHGC 0.
|
9010
|
+
"construction": "U 0.55 SHGC 0.35 Simple Glazing Skylight",
|
9251
9011
|
"orientation": null,
|
9252
9012
|
"minimum_percent_of_surface": 0.0,
|
9253
9013
|
"maximum_percent_of_surface": 2.0,
|
@@ -9256,7 +9016,7 @@
|
|
9256
9016
|
"u_value_includes_exterior_film_coefficient": true,
|
9257
9017
|
"assembly_maximum_f_factor": null,
|
9258
9018
|
"assembly_maximum_c_factor": null,
|
9259
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
9019
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
9260
9020
|
"assembly_minimum_vt_shgc": null,
|
9261
9021
|
"notes": null
|
9262
9022
|
},
|
@@ -9269,8 +9029,8 @@
|
|
9269
9029
|
"building_category": "Semiheated",
|
9270
9030
|
"construction": "U 1.7 SHGC 0.55 Simple Glazing Skylight",
|
9271
9031
|
"orientation": null,
|
9272
|
-
"minimum_percent_of_surface":
|
9273
|
-
"maximum_percent_of_surface":
|
9032
|
+
"minimum_percent_of_surface": null,
|
9033
|
+
"maximum_percent_of_surface": null,
|
9274
9034
|
"assembly_maximum_u_value": 1.7,
|
9275
9035
|
"u_value_includes_interior_film_coefficient": true,
|
9276
9036
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -9297,7 +9057,7 @@
|
|
9297
9057
|
"assembly_maximum_f_factor": null,
|
9298
9058
|
"assembly_maximum_c_factor": null,
|
9299
9059
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
9300
|
-
"assembly_minimum_vt_shgc":
|
9060
|
+
"assembly_minimum_vt_shgc": null,
|
9301
9061
|
"notes": null
|
9302
9062
|
},
|
9303
9063
|
{
|
@@ -9317,7 +9077,7 @@
|
|
9317
9077
|
"assembly_maximum_f_factor": null,
|
9318
9078
|
"assembly_maximum_c_factor": null,
|
9319
9079
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
9320
|
-
"assembly_minimum_vt_shgc":
|
9080
|
+
"assembly_minimum_vt_shgc": null,
|
9321
9081
|
"notes": null
|
9322
9082
|
},
|
9323
9083
|
{
|
@@ -9337,7 +9097,7 @@
|
|
9337
9097
|
"assembly_maximum_f_factor": null,
|
9338
9098
|
"assembly_maximum_c_factor": null,
|
9339
9099
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
9340
|
-
"assembly_minimum_vt_shgc":
|
9100
|
+
"assembly_minimum_vt_shgc": null,
|
9341
9101
|
"notes": null
|
9342
9102
|
},
|
9343
9103
|
{
|
@@ -9357,7 +9117,7 @@
|
|
9357
9117
|
"assembly_maximum_f_factor": null,
|
9358
9118
|
"assembly_maximum_c_factor": null,
|
9359
9119
|
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
9360
|
-
"assembly_minimum_vt_shgc":
|
9120
|
+
"assembly_minimum_vt_shgc": null,
|
9361
9121
|
"notes": null
|
9362
9122
|
},
|
9363
9123
|
{
|
@@ -9371,13 +9131,13 @@
|
|
9371
9131
|
"orientation": null,
|
9372
9132
|
"minimum_percent_of_surface": null,
|
9373
9133
|
"maximum_percent_of_surface": null,
|
9374
|
-
"assembly_maximum_u_value":
|
9134
|
+
"assembly_maximum_u_value": 1.7,
|
9375
9135
|
"u_value_includes_interior_film_coefficient": true,
|
9376
9136
|
"u_value_includes_exterior_film_coefficient": true,
|
9377
9137
|
"assembly_maximum_f_factor": null,
|
9378
9138
|
"assembly_maximum_c_factor": null,
|
9379
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
9380
|
-
"assembly_minimum_vt_shgc": 0.
|
9139
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
9140
|
+
"assembly_minimum_vt_shgc": 0.55,
|
9381
9141
|
"notes": null
|
9382
9142
|
},
|
9383
9143
|
{
|
@@ -9387,16 +9147,16 @@
|
|
9387
9147
|
"intended_surface_type": "Skylight",
|
9388
9148
|
"standards_construction_type": "Without Curb",
|
9389
9149
|
"building_category": "Nonresidential",
|
9390
|
-
"construction": "U 0.55 SHGC 0.
|
9150
|
+
"construction": "U 0.55 SHGC 0.35 Simple Glazing Skylight",
|
9391
9151
|
"orientation": null,
|
9392
|
-
"minimum_percent_of_surface":
|
9393
|
-
"maximum_percent_of_surface":
|
9152
|
+
"minimum_percent_of_surface": null,
|
9153
|
+
"maximum_percent_of_surface": null,
|
9394
9154
|
"assembly_maximum_u_value": 0.55,
|
9395
9155
|
"u_value_includes_interior_film_coefficient": true,
|
9396
9156
|
"u_value_includes_exterior_film_coefficient": true,
|
9397
9157
|
"assembly_maximum_f_factor": null,
|
9398
9158
|
"assembly_maximum_c_factor": null,
|
9399
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
9159
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
9400
9160
|
"assembly_minimum_vt_shgc": null,
|
9401
9161
|
"notes": null
|
9402
9162
|
},
|
@@ -9407,7 +9167,7 @@
|
|
9407
9167
|
"intended_surface_type": "Skylight",
|
9408
9168
|
"standards_construction_type": "Without Curb",
|
9409
9169
|
"building_category": "Residential",
|
9410
|
-
"construction": "U 0.55 SHGC 0.
|
9170
|
+
"construction": "U 0.55 SHGC 0.35 Simple Glazing Skylight",
|
9411
9171
|
"orientation": null,
|
9412
9172
|
"minimum_percent_of_surface": 0.0,
|
9413
9173
|
"maximum_percent_of_surface": 2.0,
|
@@ -9416,7 +9176,7 @@
|
|
9416
9176
|
"u_value_includes_exterior_film_coefficient": true,
|
9417
9177
|
"assembly_maximum_f_factor": null,
|
9418
9178
|
"assembly_maximum_c_factor": null,
|
9419
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
9179
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.35,
|
9420
9180
|
"assembly_minimum_vt_shgc": null,
|
9421
9181
|
"notes": null
|
9422
9182
|
},
|
@@ -9429,8 +9189,8 @@
|
|
9429
9189
|
"building_category": "Semiheated",
|
9430
9190
|
"construction": "U 1.7 SHGC 0.55 Simple Glazing Skylight",
|
9431
9191
|
"orientation": null,
|
9432
|
-
"minimum_percent_of_surface":
|
9433
|
-
"maximum_percent_of_surface":
|
9192
|
+
"minimum_percent_of_surface": null,
|
9193
|
+
"maximum_percent_of_surface": null,
|
9434
9194
|
"assembly_maximum_u_value": 1.7,
|
9435
9195
|
"u_value_includes_interior_film_coefficient": true,
|
9436
9196
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -11325,7 +11085,7 @@
|
|
11325
11085
|
"climate_zone_set": "ClimateZone 4",
|
11326
11086
|
"operation_type": null,
|
11327
11087
|
"intended_surface_type": "GroundContactFloor",
|
11328
|
-
"standards_construction_type": "
|
11088
|
+
"standards_construction_type": "Unheated",
|
11329
11089
|
"building_category": "Adiabatic",
|
11330
11090
|
"construction": "Adiabatic GroundContactFloor",
|
11331
11091
|
"orientation": null,
|
@@ -11340,66 +11100,6 @@
|
|
11340
11100
|
"assembly_minimum_vt_shgc": null,
|
11341
11101
|
"notes": null
|
11342
11102
|
},
|
11343
|
-
{
|
11344
|
-
"template": "90.1-2016",
|
11345
|
-
"climate_zone_set": "ClimateZone 4",
|
11346
|
-
"operation_type": null,
|
11347
|
-
"intended_surface_type": "GroundContactFloor",
|
11348
|
-
"standards_construction_type": "Mass",
|
11349
|
-
"building_category": "Nonresidential",
|
11350
|
-
"construction": "ext-slab-mass",
|
11351
|
-
"orientation": null,
|
11352
|
-
"minimum_percent_of_surface": null,
|
11353
|
-
"maximum_percent_of_surface": null,
|
11354
|
-
"assembly_maximum_u_value": null,
|
11355
|
-
"u_value_includes_interior_film_coefficient": true,
|
11356
|
-
"u_value_includes_exterior_film_coefficient": true,
|
11357
|
-
"assembly_maximum_f_factor": null,
|
11358
|
-
"assembly_maximum_c_factor": null,
|
11359
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
11360
|
-
"assembly_minimum_vt_shgc": null,
|
11361
|
-
"notes": null
|
11362
|
-
},
|
11363
|
-
{
|
11364
|
-
"template": "90.1-2016",
|
11365
|
-
"climate_zone_set": "ClimateZone 4",
|
11366
|
-
"operation_type": null,
|
11367
|
-
"intended_surface_type": "GroundContactFloor",
|
11368
|
-
"standards_construction_type": "Metal Building",
|
11369
|
-
"building_category": "Nonresidential",
|
11370
|
-
"construction": "ext-slab-metal-building",
|
11371
|
-
"orientation": null,
|
11372
|
-
"minimum_percent_of_surface": null,
|
11373
|
-
"maximum_percent_of_surface": null,
|
11374
|
-
"assembly_maximum_u_value": null,
|
11375
|
-
"u_value_includes_interior_film_coefficient": true,
|
11376
|
-
"u_value_includes_exterior_film_coefficient": true,
|
11377
|
-
"assembly_maximum_f_factor": null,
|
11378
|
-
"assembly_maximum_c_factor": null,
|
11379
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
11380
|
-
"assembly_minimum_vt_shgc": null,
|
11381
|
-
"notes": null
|
11382
|
-
},
|
11383
|
-
{
|
11384
|
-
"template": "90.1-2016",
|
11385
|
-
"climate_zone_set": "ClimateZone 4",
|
11386
|
-
"operation_type": null,
|
11387
|
-
"intended_surface_type": "GroundContactFloor",
|
11388
|
-
"standards_construction_type": "SteelFramed",
|
11389
|
-
"building_category": "Nonresidential",
|
11390
|
-
"construction": "ext-slab-steel-frame",
|
11391
|
-
"orientation": null,
|
11392
|
-
"minimum_percent_of_surface": null,
|
11393
|
-
"maximum_percent_of_surface": null,
|
11394
|
-
"assembly_maximum_u_value": null,
|
11395
|
-
"u_value_includes_interior_film_coefficient": true,
|
11396
|
-
"u_value_includes_exterior_film_coefficient": true,
|
11397
|
-
"assembly_maximum_f_factor": null,
|
11398
|
-
"assembly_maximum_c_factor": null,
|
11399
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
11400
|
-
"assembly_minimum_vt_shgc": null,
|
11401
|
-
"notes": null
|
11402
|
-
},
|
11403
11103
|
{
|
11404
11104
|
"template": "90.1-2016",
|
11405
11105
|
"climate_zone_set": "ClimateZone 4",
|
@@ -11527,16 +11227,16 @@
|
|
11527
11227
|
"intended_surface_type": "Skylight",
|
11528
11228
|
"standards_construction_type": "Glass with Curb",
|
11529
11229
|
"building_category": "Nonresidential",
|
11530
|
-
"construction": "U 0.5 SHGC 0.
|
11230
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
11531
11231
|
"orientation": null,
|
11532
|
-
"minimum_percent_of_surface":
|
11533
|
-
"maximum_percent_of_surface":
|
11232
|
+
"minimum_percent_of_surface": null,
|
11233
|
+
"maximum_percent_of_surface": null,
|
11534
11234
|
"assembly_maximum_u_value": 0.5,
|
11535
11235
|
"u_value_includes_interior_film_coefficient": true,
|
11536
11236
|
"u_value_includes_exterior_film_coefficient": true,
|
11537
11237
|
"assembly_maximum_f_factor": null,
|
11538
11238
|
"assembly_maximum_c_factor": null,
|
11539
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
11239
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
11540
11240
|
"assembly_minimum_vt_shgc": null,
|
11541
11241
|
"notes": null
|
11542
11242
|
},
|
@@ -11547,16 +11247,16 @@
|
|
11547
11247
|
"intended_surface_type": "Skylight",
|
11548
11248
|
"standards_construction_type": "Glass with Curb",
|
11549
11249
|
"building_category": "Residential",
|
11550
|
-
"construction": "U 0.5 SHGC 0.
|
11250
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
11551
11251
|
"orientation": null,
|
11552
|
-
"minimum_percent_of_surface":
|
11553
|
-
"maximum_percent_of_surface":
|
11252
|
+
"minimum_percent_of_surface": null,
|
11253
|
+
"maximum_percent_of_surface": null,
|
11554
11254
|
"assembly_maximum_u_value": 0.5,
|
11555
11255
|
"u_value_includes_interior_film_coefficient": true,
|
11556
11256
|
"u_value_includes_exterior_film_coefficient": true,
|
11557
11257
|
"assembly_maximum_f_factor": null,
|
11558
11258
|
"assembly_maximum_c_factor": null,
|
11559
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
11259
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
11560
11260
|
"assembly_minimum_vt_shgc": null,
|
11561
11261
|
"notes": null
|
11562
11262
|
},
|
@@ -11569,8 +11269,8 @@
|
|
11569
11269
|
"building_category": "Semiheated",
|
11570
11270
|
"construction": "U 1.15 SHGC 0.55 Simple Glazing Skylight",
|
11571
11271
|
"orientation": null,
|
11572
|
-
"minimum_percent_of_surface":
|
11573
|
-
"maximum_percent_of_surface":
|
11272
|
+
"minimum_percent_of_surface": null,
|
11273
|
+
"maximum_percent_of_surface": null,
|
11574
11274
|
"assembly_maximum_u_value": 1.15,
|
11575
11275
|
"u_value_includes_interior_film_coefficient": true,
|
11576
11276
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -11587,16 +11287,16 @@
|
|
11587
11287
|
"intended_surface_type": "Skylight",
|
11588
11288
|
"standards_construction_type": "Plastic with Curb",
|
11589
11289
|
"building_category": "Nonresidential",
|
11590
|
-
"construction": "U 0.5 SHGC 0.
|
11290
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
11591
11291
|
"orientation": null,
|
11592
|
-
"minimum_percent_of_surface":
|
11593
|
-
"maximum_percent_of_surface":
|
11292
|
+
"minimum_percent_of_surface": null,
|
11293
|
+
"maximum_percent_of_surface": null,
|
11594
11294
|
"assembly_maximum_u_value": 0.5,
|
11595
11295
|
"u_value_includes_interior_film_coefficient": true,
|
11596
11296
|
"u_value_includes_exterior_film_coefficient": true,
|
11597
11297
|
"assembly_maximum_f_factor": null,
|
11598
11298
|
"assembly_maximum_c_factor": null,
|
11599
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
11299
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
11600
11300
|
"assembly_minimum_vt_shgc": null,
|
11601
11301
|
"notes": null
|
11602
11302
|
},
|
@@ -11607,16 +11307,16 @@
|
|
11607
11307
|
"intended_surface_type": "Skylight",
|
11608
11308
|
"standards_construction_type": "Plastic with Curb",
|
11609
11309
|
"building_category": "Residential",
|
11610
|
-
"construction": "U 0.5 SHGC 0.
|
11310
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
11611
11311
|
"orientation": null,
|
11612
|
-
"minimum_percent_of_surface":
|
11613
|
-
"maximum_percent_of_surface":
|
11312
|
+
"minimum_percent_of_surface": null,
|
11313
|
+
"maximum_percent_of_surface": null,
|
11614
11314
|
"assembly_maximum_u_value": 0.5,
|
11615
11315
|
"u_value_includes_interior_film_coefficient": true,
|
11616
11316
|
"u_value_includes_exterior_film_coefficient": true,
|
11617
11317
|
"assembly_maximum_f_factor": null,
|
11618
11318
|
"assembly_maximum_c_factor": null,
|
11619
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
11319
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
11620
11320
|
"assembly_minimum_vt_shgc": null,
|
11621
11321
|
"notes": null
|
11622
11322
|
},
|
@@ -11629,8 +11329,8 @@
|
|
11629
11329
|
"building_category": "Semiheated",
|
11630
11330
|
"construction": "U 1.15 SHGC 0.55 Simple Glazing Skylight",
|
11631
11331
|
"orientation": null,
|
11632
|
-
"minimum_percent_of_surface":
|
11633
|
-
"maximum_percent_of_surface":
|
11332
|
+
"minimum_percent_of_surface": null,
|
11333
|
+
"maximum_percent_of_surface": null,
|
11634
11334
|
"assembly_maximum_u_value": 1.15,
|
11635
11335
|
"u_value_includes_interior_film_coefficient": true,
|
11636
11336
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -11657,7 +11357,7 @@
|
|
11657
11357
|
"assembly_maximum_f_factor": null,
|
11658
11358
|
"assembly_maximum_c_factor": null,
|
11659
11359
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
11660
|
-
"assembly_minimum_vt_shgc":
|
11360
|
+
"assembly_minimum_vt_shgc": null,
|
11661
11361
|
"notes": null
|
11662
11362
|
},
|
11663
11363
|
{
|
@@ -11677,7 +11377,7 @@
|
|
11677
11377
|
"assembly_maximum_f_factor": null,
|
11678
11378
|
"assembly_maximum_c_factor": null,
|
11679
11379
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
11680
|
-
"assembly_minimum_vt_shgc":
|
11380
|
+
"assembly_minimum_vt_shgc": null,
|
11681
11381
|
"notes": null
|
11682
11382
|
},
|
11683
11383
|
{
|
@@ -11697,7 +11397,7 @@
|
|
11697
11397
|
"assembly_maximum_f_factor": null,
|
11698
11398
|
"assembly_maximum_c_factor": null,
|
11699
11399
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
11700
|
-
"assembly_minimum_vt_shgc":
|
11400
|
+
"assembly_minimum_vt_shgc": null,
|
11701
11401
|
"notes": null
|
11702
11402
|
},
|
11703
11403
|
{
|
@@ -11717,7 +11417,7 @@
|
|
11717
11417
|
"assembly_maximum_f_factor": null,
|
11718
11418
|
"assembly_maximum_c_factor": null,
|
11719
11419
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
11720
|
-
"assembly_minimum_vt_shgc":
|
11420
|
+
"assembly_minimum_vt_shgc": null,
|
11721
11421
|
"notes": null
|
11722
11422
|
},
|
11723
11423
|
{
|
@@ -11731,13 +11431,13 @@
|
|
11731
11431
|
"orientation": null,
|
11732
11432
|
"minimum_percent_of_surface": null,
|
11733
11433
|
"maximum_percent_of_surface": null,
|
11734
|
-
"assembly_maximum_u_value":
|
11434
|
+
"assembly_maximum_u_value": 1.15,
|
11735
11435
|
"u_value_includes_interior_film_coefficient": true,
|
11736
11436
|
"u_value_includes_exterior_film_coefficient": true,
|
11737
11437
|
"assembly_maximum_f_factor": null,
|
11738
11438
|
"assembly_maximum_c_factor": null,
|
11739
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
11740
|
-
"assembly_minimum_vt_shgc": 0.
|
11439
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
11440
|
+
"assembly_minimum_vt_shgc": 0.55,
|
11741
11441
|
"notes": null
|
11742
11442
|
},
|
11743
11443
|
{
|
@@ -11747,16 +11447,16 @@
|
|
11747
11447
|
"intended_surface_type": "Skylight",
|
11748
11448
|
"standards_construction_type": "Without Curb",
|
11749
11449
|
"building_category": "Nonresidential",
|
11750
|
-
"construction": "U 0.5 SHGC 0.
|
11450
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
11751
11451
|
"orientation": null,
|
11752
|
-
"minimum_percent_of_surface":
|
11753
|
-
"maximum_percent_of_surface":
|
11452
|
+
"minimum_percent_of_surface": null,
|
11453
|
+
"maximum_percent_of_surface": null,
|
11754
11454
|
"assembly_maximum_u_value": 0.5,
|
11755
11455
|
"u_value_includes_interior_film_coefficient": true,
|
11756
11456
|
"u_value_includes_exterior_film_coefficient": true,
|
11757
11457
|
"assembly_maximum_f_factor": null,
|
11758
11458
|
"assembly_maximum_c_factor": null,
|
11759
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
11459
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
11760
11460
|
"assembly_minimum_vt_shgc": null,
|
11761
11461
|
"notes": null
|
11762
11462
|
},
|
@@ -11767,16 +11467,16 @@
|
|
11767
11467
|
"intended_surface_type": "Skylight",
|
11768
11468
|
"standards_construction_type": "Without Curb",
|
11769
11469
|
"building_category": "Residential",
|
11770
|
-
"construction": "U 0.5 SHGC 0.
|
11470
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
11771
11471
|
"orientation": null,
|
11772
|
-
"minimum_percent_of_surface":
|
11773
|
-
"maximum_percent_of_surface":
|
11472
|
+
"minimum_percent_of_surface": null,
|
11473
|
+
"maximum_percent_of_surface": null,
|
11774
11474
|
"assembly_maximum_u_value": 0.5,
|
11775
11475
|
"u_value_includes_interior_film_coefficient": true,
|
11776
11476
|
"u_value_includes_exterior_film_coefficient": true,
|
11777
11477
|
"assembly_maximum_f_factor": null,
|
11778
11478
|
"assembly_maximum_c_factor": null,
|
11779
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
11479
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
11780
11480
|
"assembly_minimum_vt_shgc": null,
|
11781
11481
|
"notes": null
|
11782
11482
|
},
|
@@ -11789,8 +11489,8 @@
|
|
11789
11489
|
"building_category": "Semiheated",
|
11790
11490
|
"construction": "U 1.15 SHGC 0.55 Simple Glazing Skylight",
|
11791
11491
|
"orientation": null,
|
11792
|
-
"minimum_percent_of_surface":
|
11793
|
-
"maximum_percent_of_surface":
|
11492
|
+
"minimum_percent_of_surface": null,
|
11493
|
+
"maximum_percent_of_surface": null,
|
11794
11494
|
"assembly_maximum_u_value": 1.15,
|
11795
11495
|
"u_value_includes_interior_film_coefficient": true,
|
11796
11496
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -13685,7 +13385,7 @@
|
|
13685
13385
|
"climate_zone_set": "ClimateZone 5",
|
13686
13386
|
"operation_type": null,
|
13687
13387
|
"intended_surface_type": "GroundContactFloor",
|
13688
|
-
"standards_construction_type": "
|
13388
|
+
"standards_construction_type": "Unheated",
|
13689
13389
|
"building_category": "Adiabatic",
|
13690
13390
|
"construction": "Adiabatic GroundContactFloor",
|
13691
13391
|
"orientation": null,
|
@@ -13700,66 +13400,6 @@
|
|
13700
13400
|
"assembly_minimum_vt_shgc": null,
|
13701
13401
|
"notes": null
|
13702
13402
|
},
|
13703
|
-
{
|
13704
|
-
"template": "90.1-2016",
|
13705
|
-
"climate_zone_set": "ClimateZone 5",
|
13706
|
-
"operation_type": null,
|
13707
|
-
"intended_surface_type": "GroundContactFloor",
|
13708
|
-
"standards_construction_type": "Mass",
|
13709
|
-
"building_category": "Nonresidential",
|
13710
|
-
"construction": "ext-slab-mass",
|
13711
|
-
"orientation": null,
|
13712
|
-
"minimum_percent_of_surface": null,
|
13713
|
-
"maximum_percent_of_surface": null,
|
13714
|
-
"assembly_maximum_u_value": null,
|
13715
|
-
"u_value_includes_interior_film_coefficient": true,
|
13716
|
-
"u_value_includes_exterior_film_coefficient": true,
|
13717
|
-
"assembly_maximum_f_factor": null,
|
13718
|
-
"assembly_maximum_c_factor": null,
|
13719
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
13720
|
-
"assembly_minimum_vt_shgc": null,
|
13721
|
-
"notes": null
|
13722
|
-
},
|
13723
|
-
{
|
13724
|
-
"template": "90.1-2016",
|
13725
|
-
"climate_zone_set": "ClimateZone 5",
|
13726
|
-
"operation_type": null,
|
13727
|
-
"intended_surface_type": "GroundContactFloor",
|
13728
|
-
"standards_construction_type": "Metal Building",
|
13729
|
-
"building_category": "Nonresidential",
|
13730
|
-
"construction": "ext-slab-metal-building",
|
13731
|
-
"orientation": null,
|
13732
|
-
"minimum_percent_of_surface": null,
|
13733
|
-
"maximum_percent_of_surface": null,
|
13734
|
-
"assembly_maximum_u_value": null,
|
13735
|
-
"u_value_includes_interior_film_coefficient": true,
|
13736
|
-
"u_value_includes_exterior_film_coefficient": true,
|
13737
|
-
"assembly_maximum_f_factor": null,
|
13738
|
-
"assembly_maximum_c_factor": null,
|
13739
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
13740
|
-
"assembly_minimum_vt_shgc": null,
|
13741
|
-
"notes": null
|
13742
|
-
},
|
13743
|
-
{
|
13744
|
-
"template": "90.1-2016",
|
13745
|
-
"climate_zone_set": "ClimateZone 5",
|
13746
|
-
"operation_type": null,
|
13747
|
-
"intended_surface_type": "GroundContactFloor",
|
13748
|
-
"standards_construction_type": "SteelFramed",
|
13749
|
-
"building_category": "Nonresidential",
|
13750
|
-
"construction": "ext-slab-steel-frame",
|
13751
|
-
"orientation": null,
|
13752
|
-
"minimum_percent_of_surface": null,
|
13753
|
-
"maximum_percent_of_surface": null,
|
13754
|
-
"assembly_maximum_u_value": null,
|
13755
|
-
"u_value_includes_interior_film_coefficient": true,
|
13756
|
-
"u_value_includes_exterior_film_coefficient": true,
|
13757
|
-
"assembly_maximum_f_factor": null,
|
13758
|
-
"assembly_maximum_c_factor": null,
|
13759
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
13760
|
-
"assembly_minimum_vt_shgc": null,
|
13761
|
-
"notes": null
|
13762
|
-
},
|
13763
13403
|
{
|
13764
13404
|
"template": "90.1-2016",
|
13765
13405
|
"climate_zone_set": "ClimateZone 5",
|
@@ -13887,16 +13527,16 @@
|
|
13887
13527
|
"intended_surface_type": "Skylight",
|
13888
13528
|
"standards_construction_type": "Glass with Curb",
|
13889
13529
|
"building_category": "Nonresidential",
|
13890
|
-
"construction": "U 0.5 SHGC 0.
|
13530
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
13891
13531
|
"orientation": null,
|
13892
|
-
"minimum_percent_of_surface":
|
13893
|
-
"maximum_percent_of_surface":
|
13532
|
+
"minimum_percent_of_surface": null,
|
13533
|
+
"maximum_percent_of_surface": null,
|
13894
13534
|
"assembly_maximum_u_value": 0.5,
|
13895
13535
|
"u_value_includes_interior_film_coefficient": true,
|
13896
13536
|
"u_value_includes_exterior_film_coefficient": true,
|
13897
13537
|
"assembly_maximum_f_factor": null,
|
13898
13538
|
"assembly_maximum_c_factor": null,
|
13899
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
13539
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
13900
13540
|
"assembly_minimum_vt_shgc": null,
|
13901
13541
|
"notes": null
|
13902
13542
|
},
|
@@ -13907,16 +13547,16 @@
|
|
13907
13547
|
"intended_surface_type": "Skylight",
|
13908
13548
|
"standards_construction_type": "Glass with Curb",
|
13909
13549
|
"building_category": "Residential",
|
13910
|
-
"construction": "U 0.5 SHGC 0.
|
13550
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
13911
13551
|
"orientation": null,
|
13912
|
-
"minimum_percent_of_surface":
|
13913
|
-
"maximum_percent_of_surface":
|
13552
|
+
"minimum_percent_of_surface": null,
|
13553
|
+
"maximum_percent_of_surface": null,
|
13914
13554
|
"assembly_maximum_u_value": 0.5,
|
13915
13555
|
"u_value_includes_interior_film_coefficient": true,
|
13916
13556
|
"u_value_includes_exterior_film_coefficient": true,
|
13917
13557
|
"assembly_maximum_f_factor": null,
|
13918
13558
|
"assembly_maximum_c_factor": null,
|
13919
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
13559
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
13920
13560
|
"assembly_minimum_vt_shgc": null,
|
13921
13561
|
"notes": null
|
13922
13562
|
},
|
@@ -13929,8 +13569,8 @@
|
|
13929
13569
|
"building_category": "Semiheated",
|
13930
13570
|
"construction": "U 0.98 SHGC 0.55 Simple Glazing Skylight",
|
13931
13571
|
"orientation": null,
|
13932
|
-
"minimum_percent_of_surface":
|
13933
|
-
"maximum_percent_of_surface":
|
13572
|
+
"minimum_percent_of_surface": null,
|
13573
|
+
"maximum_percent_of_surface": null,
|
13934
13574
|
"assembly_maximum_u_value": 0.98,
|
13935
13575
|
"u_value_includes_interior_film_coefficient": true,
|
13936
13576
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -13947,16 +13587,16 @@
|
|
13947
13587
|
"intended_surface_type": "Skylight",
|
13948
13588
|
"standards_construction_type": "Plastic with Curb",
|
13949
13589
|
"building_category": "Nonresidential",
|
13950
|
-
"construction": "U 0.5 SHGC 0.
|
13590
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
13951
13591
|
"orientation": null,
|
13952
|
-
"minimum_percent_of_surface":
|
13953
|
-
"maximum_percent_of_surface":
|
13592
|
+
"minimum_percent_of_surface": null,
|
13593
|
+
"maximum_percent_of_surface": null,
|
13954
13594
|
"assembly_maximum_u_value": 0.5,
|
13955
13595
|
"u_value_includes_interior_film_coefficient": true,
|
13956
13596
|
"u_value_includes_exterior_film_coefficient": true,
|
13957
13597
|
"assembly_maximum_f_factor": null,
|
13958
13598
|
"assembly_maximum_c_factor": null,
|
13959
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
13599
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
13960
13600
|
"assembly_minimum_vt_shgc": null,
|
13961
13601
|
"notes": null
|
13962
13602
|
},
|
@@ -13967,16 +13607,16 @@
|
|
13967
13607
|
"intended_surface_type": "Skylight",
|
13968
13608
|
"standards_construction_type": "Plastic with Curb",
|
13969
13609
|
"building_category": "Residential",
|
13970
|
-
"construction": "U 0.5 SHGC 0.
|
13610
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
13971
13611
|
"orientation": null,
|
13972
|
-
"minimum_percent_of_surface":
|
13973
|
-
"maximum_percent_of_surface":
|
13612
|
+
"minimum_percent_of_surface": null,
|
13613
|
+
"maximum_percent_of_surface": null,
|
13974
13614
|
"assembly_maximum_u_value": 0.5,
|
13975
13615
|
"u_value_includes_interior_film_coefficient": true,
|
13976
13616
|
"u_value_includes_exterior_film_coefficient": true,
|
13977
13617
|
"assembly_maximum_f_factor": null,
|
13978
13618
|
"assembly_maximum_c_factor": null,
|
13979
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
13619
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
13980
13620
|
"assembly_minimum_vt_shgc": null,
|
13981
13621
|
"notes": null
|
13982
13622
|
},
|
@@ -13987,16 +13627,16 @@
|
|
13987
13627
|
"intended_surface_type": "Skylight",
|
13988
13628
|
"standards_construction_type": "Plastic with Curb",
|
13989
13629
|
"building_category": "Semiheated",
|
13990
|
-
"construction": "U 0.98 SHGC 0.
|
13630
|
+
"construction": "U 0.98 SHGC 0.55 Simple Glazing Skylight",
|
13991
13631
|
"orientation": null,
|
13992
|
-
"minimum_percent_of_surface":
|
13993
|
-
"maximum_percent_of_surface":
|
13632
|
+
"minimum_percent_of_surface": null,
|
13633
|
+
"maximum_percent_of_surface": null,
|
13994
13634
|
"assembly_maximum_u_value": 0.98,
|
13995
13635
|
"u_value_includes_interior_film_coefficient": true,
|
13996
13636
|
"u_value_includes_exterior_film_coefficient": true,
|
13997
13637
|
"assembly_maximum_f_factor": null,
|
13998
13638
|
"assembly_maximum_c_factor": null,
|
13999
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
13639
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
14000
13640
|
"assembly_minimum_vt_shgc": null,
|
14001
13641
|
"notes": null
|
14002
13642
|
},
|
@@ -14017,7 +13657,7 @@
|
|
14017
13657
|
"assembly_maximum_f_factor": null,
|
14018
13658
|
"assembly_maximum_c_factor": null,
|
14019
13659
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
14020
|
-
"assembly_minimum_vt_shgc":
|
13660
|
+
"assembly_minimum_vt_shgc": null,
|
14021
13661
|
"notes": null
|
14022
13662
|
},
|
14023
13663
|
{
|
@@ -14037,7 +13677,7 @@
|
|
14037
13677
|
"assembly_maximum_f_factor": null,
|
14038
13678
|
"assembly_maximum_c_factor": null,
|
14039
13679
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
14040
|
-
"assembly_minimum_vt_shgc":
|
13680
|
+
"assembly_minimum_vt_shgc": null,
|
14041
13681
|
"notes": null
|
14042
13682
|
},
|
14043
13683
|
{
|
@@ -14057,7 +13697,7 @@
|
|
14057
13697
|
"assembly_maximum_f_factor": null,
|
14058
13698
|
"assembly_maximum_c_factor": null,
|
14059
13699
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
14060
|
-
"assembly_minimum_vt_shgc":
|
13700
|
+
"assembly_minimum_vt_shgc": null,
|
14061
13701
|
"notes": null
|
14062
13702
|
},
|
14063
13703
|
{
|
@@ -14077,7 +13717,7 @@
|
|
14077
13717
|
"assembly_maximum_f_factor": null,
|
14078
13718
|
"assembly_maximum_c_factor": null,
|
14079
13719
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
14080
|
-
"assembly_minimum_vt_shgc":
|
13720
|
+
"assembly_minimum_vt_shgc": null,
|
14081
13721
|
"notes": null
|
14082
13722
|
},
|
14083
13723
|
{
|
@@ -14091,13 +13731,13 @@
|
|
14091
13731
|
"orientation": null,
|
14092
13732
|
"minimum_percent_of_surface": null,
|
14093
13733
|
"maximum_percent_of_surface": null,
|
14094
|
-
"assembly_maximum_u_value": 0.
|
13734
|
+
"assembly_maximum_u_value": 0.98,
|
14095
13735
|
"u_value_includes_interior_film_coefficient": true,
|
14096
13736
|
"u_value_includes_exterior_film_coefficient": true,
|
14097
13737
|
"assembly_maximum_f_factor": null,
|
14098
13738
|
"assembly_maximum_c_factor": null,
|
14099
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
14100
|
-
"assembly_minimum_vt_shgc": 0.
|
13739
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
13740
|
+
"assembly_minimum_vt_shgc": 0.55,
|
14101
13741
|
"notes": null
|
14102
13742
|
},
|
14103
13743
|
{
|
@@ -14107,16 +13747,16 @@
|
|
14107
13747
|
"intended_surface_type": "Skylight",
|
14108
13748
|
"standards_construction_type": "Without Curb",
|
14109
13749
|
"building_category": "Nonresidential",
|
14110
|
-
"construction": "U 0.5 SHGC 0.
|
13750
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
14111
13751
|
"orientation": null,
|
14112
|
-
"minimum_percent_of_surface":
|
14113
|
-
"maximum_percent_of_surface":
|
13752
|
+
"minimum_percent_of_surface": null,
|
13753
|
+
"maximum_percent_of_surface": null,
|
14114
13754
|
"assembly_maximum_u_value": 0.5,
|
14115
13755
|
"u_value_includes_interior_film_coefficient": true,
|
14116
13756
|
"u_value_includes_exterior_film_coefficient": true,
|
14117
13757
|
"assembly_maximum_f_factor": null,
|
14118
13758
|
"assembly_maximum_c_factor": null,
|
14119
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
13759
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
14120
13760
|
"assembly_minimum_vt_shgc": null,
|
14121
13761
|
"notes": null
|
14122
13762
|
},
|
@@ -14127,16 +13767,16 @@
|
|
14127
13767
|
"intended_surface_type": "Skylight",
|
14128
13768
|
"standards_construction_type": "Without Curb",
|
14129
13769
|
"building_category": "Residential",
|
14130
|
-
"construction": "U 0.5 SHGC 0.
|
13770
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
14131
13771
|
"orientation": null,
|
14132
|
-
"minimum_percent_of_surface":
|
14133
|
-
"maximum_percent_of_surface":
|
13772
|
+
"minimum_percent_of_surface": null,
|
13773
|
+
"maximum_percent_of_surface": null,
|
14134
13774
|
"assembly_maximum_u_value": 0.5,
|
14135
13775
|
"u_value_includes_interior_film_coefficient": true,
|
14136
13776
|
"u_value_includes_exterior_film_coefficient": true,
|
14137
13777
|
"assembly_maximum_f_factor": null,
|
14138
13778
|
"assembly_maximum_c_factor": null,
|
14139
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
13779
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
14140
13780
|
"assembly_minimum_vt_shgc": null,
|
14141
13781
|
"notes": null
|
14142
13782
|
},
|
@@ -14147,16 +13787,16 @@
|
|
14147
13787
|
"intended_surface_type": "Skylight",
|
14148
13788
|
"standards_construction_type": "Without Curb",
|
14149
13789
|
"building_category": "Semiheated",
|
14150
|
-
"construction": "U 0.98 SHGC 0.
|
13790
|
+
"construction": "U 0.98 SHGC 0.55 Simple Glazing Skylight",
|
14151
13791
|
"orientation": null,
|
14152
|
-
"minimum_percent_of_surface":
|
14153
|
-
"maximum_percent_of_surface":
|
13792
|
+
"minimum_percent_of_surface": null,
|
13793
|
+
"maximum_percent_of_surface": null,
|
14154
13794
|
"assembly_maximum_u_value": 0.98,
|
14155
13795
|
"u_value_includes_interior_film_coefficient": true,
|
14156
13796
|
"u_value_includes_exterior_film_coefficient": true,
|
14157
13797
|
"assembly_maximum_f_factor": null,
|
14158
13798
|
"assembly_maximum_c_factor": null,
|
14159
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
13799
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
14160
13800
|
"assembly_minimum_vt_shgc": null,
|
14161
13801
|
"notes": null
|
14162
13802
|
},
|
@@ -16045,7 +15685,7 @@
|
|
16045
15685
|
"climate_zone_set": "ClimateZone 6",
|
16046
15686
|
"operation_type": null,
|
16047
15687
|
"intended_surface_type": "GroundContactFloor",
|
16048
|
-
"standards_construction_type": "
|
15688
|
+
"standards_construction_type": "Unheated",
|
16049
15689
|
"building_category": "Adiabatic",
|
16050
15690
|
"construction": "Adiabatic GroundContactFloor",
|
16051
15691
|
"orientation": null,
|
@@ -16060,66 +15700,6 @@
|
|
16060
15700
|
"assembly_minimum_vt_shgc": null,
|
16061
15701
|
"notes": null
|
16062
15702
|
},
|
16063
|
-
{
|
16064
|
-
"template": "90.1-2016",
|
16065
|
-
"climate_zone_set": "ClimateZone 6",
|
16066
|
-
"operation_type": null,
|
16067
|
-
"intended_surface_type": "GroundContactFloor",
|
16068
|
-
"standards_construction_type": "Mass",
|
16069
|
-
"building_category": "Nonresidential",
|
16070
|
-
"construction": "ext-slab-mass",
|
16071
|
-
"orientation": null,
|
16072
|
-
"minimum_percent_of_surface": null,
|
16073
|
-
"maximum_percent_of_surface": null,
|
16074
|
-
"assembly_maximum_u_value": null,
|
16075
|
-
"u_value_includes_interior_film_coefficient": true,
|
16076
|
-
"u_value_includes_exterior_film_coefficient": true,
|
16077
|
-
"assembly_maximum_f_factor": null,
|
16078
|
-
"assembly_maximum_c_factor": null,
|
16079
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
16080
|
-
"assembly_minimum_vt_shgc": null,
|
16081
|
-
"notes": null
|
16082
|
-
},
|
16083
|
-
{
|
16084
|
-
"template": "90.1-2016",
|
16085
|
-
"climate_zone_set": "ClimateZone 6",
|
16086
|
-
"operation_type": null,
|
16087
|
-
"intended_surface_type": "GroundContactFloor",
|
16088
|
-
"standards_construction_type": "Metal Building",
|
16089
|
-
"building_category": "Nonresidential",
|
16090
|
-
"construction": "ext-slab-metal-building",
|
16091
|
-
"orientation": null,
|
16092
|
-
"minimum_percent_of_surface": null,
|
16093
|
-
"maximum_percent_of_surface": null,
|
16094
|
-
"assembly_maximum_u_value": null,
|
16095
|
-
"u_value_includes_interior_film_coefficient": true,
|
16096
|
-
"u_value_includes_exterior_film_coefficient": true,
|
16097
|
-
"assembly_maximum_f_factor": null,
|
16098
|
-
"assembly_maximum_c_factor": null,
|
16099
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
16100
|
-
"assembly_minimum_vt_shgc": null,
|
16101
|
-
"notes": null
|
16102
|
-
},
|
16103
|
-
{
|
16104
|
-
"template": "90.1-2016",
|
16105
|
-
"climate_zone_set": "ClimateZone 6",
|
16106
|
-
"operation_type": null,
|
16107
|
-
"intended_surface_type": "GroundContactFloor",
|
16108
|
-
"standards_construction_type": "SteelFramed",
|
16109
|
-
"building_category": "Nonresidential",
|
16110
|
-
"construction": "ext-slab-steel-frame",
|
16111
|
-
"orientation": null,
|
16112
|
-
"minimum_percent_of_surface": null,
|
16113
|
-
"maximum_percent_of_surface": null,
|
16114
|
-
"assembly_maximum_u_value": null,
|
16115
|
-
"u_value_includes_interior_film_coefficient": true,
|
16116
|
-
"u_value_includes_exterior_film_coefficient": true,
|
16117
|
-
"assembly_maximum_f_factor": null,
|
16118
|
-
"assembly_maximum_c_factor": null,
|
16119
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
16120
|
-
"assembly_minimum_vt_shgc": null,
|
16121
|
-
"notes": null
|
16122
|
-
},
|
16123
15703
|
{
|
16124
15704
|
"template": "90.1-2016",
|
16125
15705
|
"climate_zone_set": "ClimateZone 6",
|
@@ -16247,16 +15827,16 @@
|
|
16247
15827
|
"intended_surface_type": "Skylight",
|
16248
15828
|
"standards_construction_type": "Glass with Curb",
|
16249
15829
|
"building_category": "Nonresidential",
|
16250
|
-
"construction": "U 0.5 SHGC 0.
|
15830
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
16251
15831
|
"orientation": null,
|
16252
|
-
"minimum_percent_of_surface":
|
16253
|
-
"maximum_percent_of_surface":
|
15832
|
+
"minimum_percent_of_surface": null,
|
15833
|
+
"maximum_percent_of_surface": null,
|
16254
15834
|
"assembly_maximum_u_value": 0.5,
|
16255
15835
|
"u_value_includes_interior_film_coefficient": true,
|
16256
15836
|
"u_value_includes_exterior_film_coefficient": true,
|
16257
15837
|
"assembly_maximum_f_factor": null,
|
16258
15838
|
"assembly_maximum_c_factor": null,
|
16259
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
15839
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
16260
15840
|
"assembly_minimum_vt_shgc": null,
|
16261
15841
|
"notes": null
|
16262
15842
|
},
|
@@ -16267,16 +15847,16 @@
|
|
16267
15847
|
"intended_surface_type": "Skylight",
|
16268
15848
|
"standards_construction_type": "Glass with Curb",
|
16269
15849
|
"building_category": "Residential",
|
16270
|
-
"construction": "U 0.5 SHGC 0.
|
15850
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
16271
15851
|
"orientation": null,
|
16272
|
-
"minimum_percent_of_surface":
|
16273
|
-
"maximum_percent_of_surface":
|
15852
|
+
"minimum_percent_of_surface": null,
|
15853
|
+
"maximum_percent_of_surface": null,
|
16274
15854
|
"assembly_maximum_u_value": 0.5,
|
16275
15855
|
"u_value_includes_interior_film_coefficient": true,
|
16276
15856
|
"u_value_includes_exterior_film_coefficient": true,
|
16277
15857
|
"assembly_maximum_f_factor": null,
|
16278
15858
|
"assembly_maximum_c_factor": null,
|
16279
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
15859
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
16280
15860
|
"assembly_minimum_vt_shgc": null,
|
16281
15861
|
"notes": null
|
16282
15862
|
},
|
@@ -16289,8 +15869,8 @@
|
|
16289
15869
|
"building_category": "Semiheated",
|
16290
15870
|
"construction": "U 0.85 SHGC 0.55 Simple Glazing Skylight",
|
16291
15871
|
"orientation": null,
|
16292
|
-
"minimum_percent_of_surface":
|
16293
|
-
"maximum_percent_of_surface":
|
15872
|
+
"minimum_percent_of_surface": null,
|
15873
|
+
"maximum_percent_of_surface": null,
|
16294
15874
|
"assembly_maximum_u_value": 0.85,
|
16295
15875
|
"u_value_includes_interior_film_coefficient": true,
|
16296
15876
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -16307,16 +15887,16 @@
|
|
16307
15887
|
"intended_surface_type": "Skylight",
|
16308
15888
|
"standards_construction_type": "Plastic with Curb",
|
16309
15889
|
"building_category": "Nonresidential",
|
16310
|
-
"construction": "U 0.5 SHGC 0.
|
15890
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
16311
15891
|
"orientation": null,
|
16312
|
-
"minimum_percent_of_surface":
|
16313
|
-
"maximum_percent_of_surface":
|
15892
|
+
"minimum_percent_of_surface": null,
|
15893
|
+
"maximum_percent_of_surface": null,
|
16314
15894
|
"assembly_maximum_u_value": 0.5,
|
16315
15895
|
"u_value_includes_interior_film_coefficient": true,
|
16316
15896
|
"u_value_includes_exterior_film_coefficient": true,
|
16317
15897
|
"assembly_maximum_f_factor": null,
|
16318
15898
|
"assembly_maximum_c_factor": null,
|
16319
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
15899
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
16320
15900
|
"assembly_minimum_vt_shgc": null,
|
16321
15901
|
"notes": null
|
16322
15902
|
},
|
@@ -16327,16 +15907,16 @@
|
|
16327
15907
|
"intended_surface_type": "Skylight",
|
16328
15908
|
"standards_construction_type": "Plastic with Curb",
|
16329
15909
|
"building_category": "Residential",
|
16330
|
-
"construction": "U 0.5 SHGC 0.
|
15910
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
16331
15911
|
"orientation": null,
|
16332
|
-
"minimum_percent_of_surface":
|
16333
|
-
"maximum_percent_of_surface":
|
15912
|
+
"minimum_percent_of_surface": null,
|
15913
|
+
"maximum_percent_of_surface": null,
|
16334
15914
|
"assembly_maximum_u_value": 0.5,
|
16335
15915
|
"u_value_includes_interior_film_coefficient": true,
|
16336
15916
|
"u_value_includes_exterior_film_coefficient": true,
|
16337
15917
|
"assembly_maximum_f_factor": null,
|
16338
15918
|
"assembly_maximum_c_factor": null,
|
16339
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
15919
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
16340
15920
|
"assembly_minimum_vt_shgc": null,
|
16341
15921
|
"notes": null
|
16342
15922
|
},
|
@@ -16347,16 +15927,16 @@
|
|
16347
15927
|
"intended_surface_type": "Skylight",
|
16348
15928
|
"standards_construction_type": "Plastic with Curb",
|
16349
15929
|
"building_category": "Semiheated",
|
16350
|
-
"construction": "U 0.85 SHGC 0.
|
15930
|
+
"construction": "U 0.85 SHGC 0.55 Simple Glazing Skylight",
|
16351
15931
|
"orientation": null,
|
16352
|
-
"minimum_percent_of_surface":
|
16353
|
-
"maximum_percent_of_surface":
|
15932
|
+
"minimum_percent_of_surface": null,
|
15933
|
+
"maximum_percent_of_surface": null,
|
16354
15934
|
"assembly_maximum_u_value": 0.85,
|
16355
15935
|
"u_value_includes_interior_film_coefficient": true,
|
16356
15936
|
"u_value_includes_exterior_film_coefficient": true,
|
16357
15937
|
"assembly_maximum_f_factor": null,
|
16358
15938
|
"assembly_maximum_c_factor": null,
|
16359
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
15939
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
16360
15940
|
"assembly_minimum_vt_shgc": null,
|
16361
15941
|
"notes": null
|
16362
15942
|
},
|
@@ -16377,7 +15957,7 @@
|
|
16377
15957
|
"assembly_maximum_f_factor": null,
|
16378
15958
|
"assembly_maximum_c_factor": null,
|
16379
15959
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
16380
|
-
"assembly_minimum_vt_shgc":
|
15960
|
+
"assembly_minimum_vt_shgc": null,
|
16381
15961
|
"notes": null
|
16382
15962
|
},
|
16383
15963
|
{
|
@@ -16397,7 +15977,7 @@
|
|
16397
15977
|
"assembly_maximum_f_factor": null,
|
16398
15978
|
"assembly_maximum_c_factor": null,
|
16399
15979
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
16400
|
-
"assembly_minimum_vt_shgc":
|
15980
|
+
"assembly_minimum_vt_shgc": null,
|
16401
15981
|
"notes": null
|
16402
15982
|
},
|
16403
15983
|
{
|
@@ -16417,7 +15997,7 @@
|
|
16417
15997
|
"assembly_maximum_f_factor": null,
|
16418
15998
|
"assembly_maximum_c_factor": null,
|
16419
15999
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
16420
|
-
"assembly_minimum_vt_shgc":
|
16000
|
+
"assembly_minimum_vt_shgc": null,
|
16421
16001
|
"notes": null
|
16422
16002
|
},
|
16423
16003
|
{
|
@@ -16437,7 +16017,7 @@
|
|
16437
16017
|
"assembly_maximum_f_factor": null,
|
16438
16018
|
"assembly_maximum_c_factor": null,
|
16439
16019
|
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
16440
|
-
"assembly_minimum_vt_shgc":
|
16020
|
+
"assembly_minimum_vt_shgc": null,
|
16441
16021
|
"notes": null
|
16442
16022
|
},
|
16443
16023
|
{
|
@@ -16451,13 +16031,13 @@
|
|
16451
16031
|
"orientation": null,
|
16452
16032
|
"minimum_percent_of_surface": null,
|
16453
16033
|
"maximum_percent_of_surface": null,
|
16454
|
-
"assembly_maximum_u_value": 0.
|
16034
|
+
"assembly_maximum_u_value": 0.85,
|
16455
16035
|
"u_value_includes_interior_film_coefficient": true,
|
16456
16036
|
"u_value_includes_exterior_film_coefficient": true,
|
16457
16037
|
"assembly_maximum_f_factor": null,
|
16458
16038
|
"assembly_maximum_c_factor": null,
|
16459
|
-
"assembly_maximum_solar_heat_gain_coefficient": 0.
|
16460
|
-
"assembly_minimum_vt_shgc": 0.
|
16039
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
16040
|
+
"assembly_minimum_vt_shgc": 0.55,
|
16461
16041
|
"notes": null
|
16462
16042
|
},
|
16463
16043
|
{
|
@@ -16467,16 +16047,16 @@
|
|
16467
16047
|
"intended_surface_type": "Skylight",
|
16468
16048
|
"standards_construction_type": "Without Curb",
|
16469
16049
|
"building_category": "Nonresidential",
|
16470
|
-
"construction": "U 0.5 SHGC 0.
|
16050
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
16471
16051
|
"orientation": null,
|
16472
|
-
"minimum_percent_of_surface":
|
16473
|
-
"maximum_percent_of_surface":
|
16052
|
+
"minimum_percent_of_surface": null,
|
16053
|
+
"maximum_percent_of_surface": null,
|
16474
16054
|
"assembly_maximum_u_value": 0.5,
|
16475
16055
|
"u_value_includes_interior_film_coefficient": true,
|
16476
16056
|
"u_value_includes_exterior_film_coefficient": true,
|
16477
16057
|
"assembly_maximum_f_factor": null,
|
16478
16058
|
"assembly_maximum_c_factor": null,
|
16479
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
16059
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
16480
16060
|
"assembly_minimum_vt_shgc": null,
|
16481
16061
|
"notes": null
|
16482
16062
|
},
|
@@ -16487,16 +16067,16 @@
|
|
16487
16067
|
"intended_surface_type": "Skylight",
|
16488
16068
|
"standards_construction_type": "Without Curb",
|
16489
16069
|
"building_category": "Residential",
|
16490
|
-
"construction": "U 0.5 SHGC 0.
|
16070
|
+
"construction": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
|
16491
16071
|
"orientation": null,
|
16492
|
-
"minimum_percent_of_surface":
|
16493
|
-
"maximum_percent_of_surface":
|
16072
|
+
"minimum_percent_of_surface": null,
|
16073
|
+
"maximum_percent_of_surface": null,
|
16494
16074
|
"assembly_maximum_u_value": 0.5,
|
16495
16075
|
"u_value_includes_interior_film_coefficient": true,
|
16496
16076
|
"u_value_includes_exterior_film_coefficient": true,
|
16497
16077
|
"assembly_maximum_f_factor": null,
|
16498
16078
|
"assembly_maximum_c_factor": null,
|
16499
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
16079
|
+
"assembly_maximum_solar_heat_gain_coefficient": 0.4,
|
16500
16080
|
"assembly_minimum_vt_shgc": null,
|
16501
16081
|
"notes": null
|
16502
16082
|
},
|
@@ -16507,16 +16087,16 @@
|
|
16507
16087
|
"intended_surface_type": "Skylight",
|
16508
16088
|
"standards_construction_type": "Without Curb",
|
16509
16089
|
"building_category": "Semiheated",
|
16510
|
-
"construction": "U 0.85 SHGC 0.
|
16090
|
+
"construction": "U 0.85 SHGC 0.55 Simple Glazing Skylight",
|
16511
16091
|
"orientation": null,
|
16512
|
-
"minimum_percent_of_surface":
|
16513
|
-
"maximum_percent_of_surface":
|
16092
|
+
"minimum_percent_of_surface": null,
|
16093
|
+
"maximum_percent_of_surface": null,
|
16514
16094
|
"assembly_maximum_u_value": 0.85,
|
16515
16095
|
"u_value_includes_interior_film_coefficient": true,
|
16516
16096
|
"u_value_includes_exterior_film_coefficient": true,
|
16517
16097
|
"assembly_maximum_f_factor": null,
|
16518
16098
|
"assembly_maximum_c_factor": null,
|
16519
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
16099
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
16520
16100
|
"assembly_minimum_vt_shgc": null,
|
16521
16101
|
"notes": null
|
16522
16102
|
},
|
@@ -18405,7 +17985,7 @@
|
|
18405
17985
|
"climate_zone_set": "ClimateZone 7",
|
18406
17986
|
"operation_type": null,
|
18407
17987
|
"intended_surface_type": "GroundContactFloor",
|
18408
|
-
"standards_construction_type": "
|
17988
|
+
"standards_construction_type": "Unheated",
|
18409
17989
|
"building_category": "Adiabatic",
|
18410
17990
|
"construction": "Adiabatic GroundContactFloor",
|
18411
17991
|
"orientation": null,
|
@@ -18420,66 +18000,6 @@
|
|
18420
18000
|
"assembly_minimum_vt_shgc": null,
|
18421
18001
|
"notes": null
|
18422
18002
|
},
|
18423
|
-
{
|
18424
|
-
"template": "90.1-2016",
|
18425
|
-
"climate_zone_set": "ClimateZone 7",
|
18426
|
-
"operation_type": null,
|
18427
|
-
"intended_surface_type": "GroundContactFloor",
|
18428
|
-
"standards_construction_type": "Mass",
|
18429
|
-
"building_category": "Nonresidential",
|
18430
|
-
"construction": "ext-slab-mass",
|
18431
|
-
"orientation": null,
|
18432
|
-
"minimum_percent_of_surface": null,
|
18433
|
-
"maximum_percent_of_surface": null,
|
18434
|
-
"assembly_maximum_u_value": null,
|
18435
|
-
"u_value_includes_interior_film_coefficient": true,
|
18436
|
-
"u_value_includes_exterior_film_coefficient": true,
|
18437
|
-
"assembly_maximum_f_factor": null,
|
18438
|
-
"assembly_maximum_c_factor": null,
|
18439
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
18440
|
-
"assembly_minimum_vt_shgc": null,
|
18441
|
-
"notes": null
|
18442
|
-
},
|
18443
|
-
{
|
18444
|
-
"template": "90.1-2016",
|
18445
|
-
"climate_zone_set": "ClimateZone 7",
|
18446
|
-
"operation_type": null,
|
18447
|
-
"intended_surface_type": "GroundContactFloor",
|
18448
|
-
"standards_construction_type": "Metal Building",
|
18449
|
-
"building_category": "Nonresidential",
|
18450
|
-
"construction": "ext-slab-metal-building",
|
18451
|
-
"orientation": null,
|
18452
|
-
"minimum_percent_of_surface": null,
|
18453
|
-
"maximum_percent_of_surface": null,
|
18454
|
-
"assembly_maximum_u_value": null,
|
18455
|
-
"u_value_includes_interior_film_coefficient": true,
|
18456
|
-
"u_value_includes_exterior_film_coefficient": true,
|
18457
|
-
"assembly_maximum_f_factor": null,
|
18458
|
-
"assembly_maximum_c_factor": null,
|
18459
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
18460
|
-
"assembly_minimum_vt_shgc": null,
|
18461
|
-
"notes": null
|
18462
|
-
},
|
18463
|
-
{
|
18464
|
-
"template": "90.1-2016",
|
18465
|
-
"climate_zone_set": "ClimateZone 7",
|
18466
|
-
"operation_type": null,
|
18467
|
-
"intended_surface_type": "GroundContactFloor",
|
18468
|
-
"standards_construction_type": "SteelFramed",
|
18469
|
-
"building_category": "Nonresidential",
|
18470
|
-
"construction": "ext-slab-steel-frame",
|
18471
|
-
"orientation": null,
|
18472
|
-
"minimum_percent_of_surface": null,
|
18473
|
-
"maximum_percent_of_surface": null,
|
18474
|
-
"assembly_maximum_u_value": null,
|
18475
|
-
"u_value_includes_interior_film_coefficient": true,
|
18476
|
-
"u_value_includes_exterior_film_coefficient": true,
|
18477
|
-
"assembly_maximum_f_factor": null,
|
18478
|
-
"assembly_maximum_c_factor": null,
|
18479
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
18480
|
-
"assembly_minimum_vt_shgc": null,
|
18481
|
-
"notes": null
|
18482
|
-
},
|
18483
18003
|
{
|
18484
18004
|
"template": "90.1-2016",
|
18485
18005
|
"climate_zone_set": "ClimateZone 7",
|
@@ -18607,16 +18127,16 @@
|
|
18607
18127
|
"intended_surface_type": "Skylight",
|
18608
18128
|
"standards_construction_type": "Glass with Curb",
|
18609
18129
|
"building_category": "Nonresidential",
|
18610
|
-
"construction": "U 0.5 SHGC 0.
|
18130
|
+
"construction": "U 0.5 SHGC 0.55 Simple Glazing Skylight",
|
18611
18131
|
"orientation": null,
|
18612
|
-
"minimum_percent_of_surface":
|
18613
|
-
"maximum_percent_of_surface":
|
18132
|
+
"minimum_percent_of_surface": null,
|
18133
|
+
"maximum_percent_of_surface": null,
|
18614
18134
|
"assembly_maximum_u_value": 0.5,
|
18615
18135
|
"u_value_includes_interior_film_coefficient": true,
|
18616
18136
|
"u_value_includes_exterior_film_coefficient": true,
|
18617
18137
|
"assembly_maximum_f_factor": null,
|
18618
18138
|
"assembly_maximum_c_factor": null,
|
18619
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
18139
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
18620
18140
|
"assembly_minimum_vt_shgc": null,
|
18621
18141
|
"notes": null
|
18622
18142
|
},
|
@@ -18627,16 +18147,16 @@
|
|
18627
18147
|
"intended_surface_type": "Skylight",
|
18628
18148
|
"standards_construction_type": "Glass with Curb",
|
18629
18149
|
"building_category": "Residential",
|
18630
|
-
"construction": "U 0.5 SHGC 0.
|
18150
|
+
"construction": "U 0.5 SHGC 0.55 Simple Glazing Skylight",
|
18631
18151
|
"orientation": null,
|
18632
|
-
"minimum_percent_of_surface":
|
18633
|
-
"maximum_percent_of_surface":
|
18152
|
+
"minimum_percent_of_surface": null,
|
18153
|
+
"maximum_percent_of_surface": null,
|
18634
18154
|
"assembly_maximum_u_value": 0.5,
|
18635
18155
|
"u_value_includes_interior_film_coefficient": true,
|
18636
18156
|
"u_value_includes_exterior_film_coefficient": true,
|
18637
18157
|
"assembly_maximum_f_factor": null,
|
18638
18158
|
"assembly_maximum_c_factor": null,
|
18639
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
18159
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
18640
18160
|
"assembly_minimum_vt_shgc": null,
|
18641
18161
|
"notes": null
|
18642
18162
|
},
|
@@ -18649,8 +18169,8 @@
|
|
18649
18169
|
"building_category": "Semiheated",
|
18650
18170
|
"construction": "U 0.85 SHGC 0.55 Simple Glazing Skylight",
|
18651
18171
|
"orientation": null,
|
18652
|
-
"minimum_percent_of_surface":
|
18653
|
-
"maximum_percent_of_surface":
|
18172
|
+
"minimum_percent_of_surface": null,
|
18173
|
+
"maximum_percent_of_surface": null,
|
18654
18174
|
"assembly_maximum_u_value": 0.85,
|
18655
18175
|
"u_value_includes_interior_film_coefficient": true,
|
18656
18176
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -18669,8 +18189,8 @@
|
|
18669
18189
|
"building_category": "Nonresidential",
|
18670
18190
|
"construction": "U 0.5 SHGC 0.55 Simple Glazing Skylight",
|
18671
18191
|
"orientation": null,
|
18672
|
-
"minimum_percent_of_surface":
|
18673
|
-
"maximum_percent_of_surface":
|
18192
|
+
"minimum_percent_of_surface": null,
|
18193
|
+
"maximum_percent_of_surface": null,
|
18674
18194
|
"assembly_maximum_u_value": 0.5,
|
18675
18195
|
"u_value_includes_interior_film_coefficient": true,
|
18676
18196
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -18687,16 +18207,16 @@
|
|
18687
18207
|
"intended_surface_type": "Skylight",
|
18688
18208
|
"standards_construction_type": "Plastic with Curb",
|
18689
18209
|
"building_category": "Residential",
|
18690
|
-
"construction": "U 0.5 SHGC 0.
|
18210
|
+
"construction": "U 0.5 SHGC 0.55 Simple Glazing Skylight",
|
18691
18211
|
"orientation": null,
|
18692
|
-
"minimum_percent_of_surface":
|
18693
|
-
"maximum_percent_of_surface":
|
18212
|
+
"minimum_percent_of_surface": null,
|
18213
|
+
"maximum_percent_of_surface": null,
|
18694
18214
|
"assembly_maximum_u_value": 0.5,
|
18695
18215
|
"u_value_includes_interior_film_coefficient": true,
|
18696
18216
|
"u_value_includes_exterior_film_coefficient": true,
|
18697
18217
|
"assembly_maximum_f_factor": null,
|
18698
18218
|
"assembly_maximum_c_factor": null,
|
18699
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
18219
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
18700
18220
|
"assembly_minimum_vt_shgc": null,
|
18701
18221
|
"notes": null
|
18702
18222
|
},
|
@@ -18707,16 +18227,16 @@
|
|
18707
18227
|
"intended_surface_type": "Skylight",
|
18708
18228
|
"standards_construction_type": "Plastic with Curb",
|
18709
18229
|
"building_category": "Semiheated",
|
18710
|
-
"construction": "U 0.85 SHGC 0.
|
18230
|
+
"construction": "U 0.85 SHGC 0.55 Simple Glazing Skylight",
|
18711
18231
|
"orientation": null,
|
18712
|
-
"minimum_percent_of_surface":
|
18713
|
-
"maximum_percent_of_surface":
|
18232
|
+
"minimum_percent_of_surface": null,
|
18233
|
+
"maximum_percent_of_surface": null,
|
18714
18234
|
"assembly_maximum_u_value": 0.85,
|
18715
18235
|
"u_value_includes_interior_film_coefficient": true,
|
18716
18236
|
"u_value_includes_exterior_film_coefficient": true,
|
18717
18237
|
"assembly_maximum_f_factor": null,
|
18718
18238
|
"assembly_maximum_c_factor": null,
|
18719
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
18239
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
18720
18240
|
"assembly_minimum_vt_shgc": null,
|
18721
18241
|
"notes": null
|
18722
18242
|
},
|
@@ -18737,7 +18257,7 @@
|
|
18737
18257
|
"assembly_maximum_f_factor": null,
|
18738
18258
|
"assembly_maximum_c_factor": null,
|
18739
18259
|
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
18740
|
-
"assembly_minimum_vt_shgc":
|
18260
|
+
"assembly_minimum_vt_shgc": null,
|
18741
18261
|
"notes": null
|
18742
18262
|
},
|
18743
18263
|
{
|
@@ -18757,7 +18277,7 @@
|
|
18757
18277
|
"assembly_maximum_f_factor": null,
|
18758
18278
|
"assembly_maximum_c_factor": null,
|
18759
18279
|
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
18760
|
-
"assembly_minimum_vt_shgc":
|
18280
|
+
"assembly_minimum_vt_shgc": null,
|
18761
18281
|
"notes": null
|
18762
18282
|
},
|
18763
18283
|
{
|
@@ -18777,7 +18297,7 @@
|
|
18777
18297
|
"assembly_maximum_f_factor": null,
|
18778
18298
|
"assembly_maximum_c_factor": null,
|
18779
18299
|
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
18780
|
-
"assembly_minimum_vt_shgc":
|
18300
|
+
"assembly_minimum_vt_shgc": null,
|
18781
18301
|
"notes": null
|
18782
18302
|
},
|
18783
18303
|
{
|
@@ -18797,7 +18317,7 @@
|
|
18797
18317
|
"assembly_maximum_f_factor": null,
|
18798
18318
|
"assembly_maximum_c_factor": null,
|
18799
18319
|
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
18800
|
-
"assembly_minimum_vt_shgc":
|
18320
|
+
"assembly_minimum_vt_shgc": null,
|
18801
18321
|
"notes": null
|
18802
18322
|
},
|
18803
18323
|
{
|
@@ -18811,7 +18331,7 @@
|
|
18811
18331
|
"orientation": null,
|
18812
18332
|
"minimum_percent_of_surface": null,
|
18813
18333
|
"maximum_percent_of_surface": null,
|
18814
|
-
"assembly_maximum_u_value": 0.
|
18334
|
+
"assembly_maximum_u_value": 0.85,
|
18815
18335
|
"u_value_includes_interior_film_coefficient": true,
|
18816
18336
|
"u_value_includes_exterior_film_coefficient": true,
|
18817
18337
|
"assembly_maximum_f_factor": null,
|
@@ -18827,16 +18347,16 @@
|
|
18827
18347
|
"intended_surface_type": "Skylight",
|
18828
18348
|
"standards_construction_type": "Without Curb",
|
18829
18349
|
"building_category": "Nonresidential",
|
18830
|
-
"construction": "U 0.5 SHGC 0.
|
18350
|
+
"construction": "U 0.5 SHGC 0.55 Simple Glazing Skylight",
|
18831
18351
|
"orientation": null,
|
18832
|
-
"minimum_percent_of_surface":
|
18833
|
-
"maximum_percent_of_surface":
|
18352
|
+
"minimum_percent_of_surface": null,
|
18353
|
+
"maximum_percent_of_surface": null,
|
18834
18354
|
"assembly_maximum_u_value": 0.5,
|
18835
18355
|
"u_value_includes_interior_film_coefficient": true,
|
18836
18356
|
"u_value_includes_exterior_film_coefficient": true,
|
18837
18357
|
"assembly_maximum_f_factor": null,
|
18838
18358
|
"assembly_maximum_c_factor": null,
|
18839
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
18359
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
18840
18360
|
"assembly_minimum_vt_shgc": null,
|
18841
18361
|
"notes": null
|
18842
18362
|
},
|
@@ -18849,8 +18369,8 @@
|
|
18849
18369
|
"building_category": "Residential",
|
18850
18370
|
"construction": "U 0.5 SHGC 0.55 Simple Glazing Skylight",
|
18851
18371
|
"orientation": null,
|
18852
|
-
"minimum_percent_of_surface":
|
18853
|
-
"maximum_percent_of_surface":
|
18372
|
+
"minimum_percent_of_surface": null,
|
18373
|
+
"maximum_percent_of_surface": null,
|
18854
18374
|
"assembly_maximum_u_value": 0.5,
|
18855
18375
|
"u_value_includes_interior_film_coefficient": true,
|
18856
18376
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -18869,8 +18389,8 @@
|
|
18869
18389
|
"building_category": "Semiheated",
|
18870
18390
|
"construction": "U 0.85 SHGC 0.55 Simple Glazing Skylight",
|
18871
18391
|
"orientation": null,
|
18872
|
-
"minimum_percent_of_surface":
|
18873
|
-
"maximum_percent_of_surface":
|
18392
|
+
"minimum_percent_of_surface": null,
|
18393
|
+
"maximum_percent_of_surface": null,
|
18874
18394
|
"assembly_maximum_u_value": 0.85,
|
18875
18395
|
"u_value_includes_interior_film_coefficient": true,
|
18876
18396
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -20765,7 +20285,7 @@
|
|
20765
20285
|
"climate_zone_set": "ClimateZone 8",
|
20766
20286
|
"operation_type": null,
|
20767
20287
|
"intended_surface_type": "GroundContactFloor",
|
20768
|
-
"standards_construction_type": "
|
20288
|
+
"standards_construction_type": "Unheated",
|
20769
20289
|
"building_category": "Adiabatic",
|
20770
20290
|
"construction": "Adiabatic GroundContactFloor",
|
20771
20291
|
"orientation": null,
|
@@ -20780,66 +20300,6 @@
|
|
20780
20300
|
"assembly_minimum_vt_shgc": null,
|
20781
20301
|
"notes": null
|
20782
20302
|
},
|
20783
|
-
{
|
20784
|
-
"template": "90.1-2016",
|
20785
|
-
"climate_zone_set": "ClimateZone 8",
|
20786
|
-
"operation_type": null,
|
20787
|
-
"intended_surface_type": "GroundContactFloor",
|
20788
|
-
"standards_construction_type": "Mass",
|
20789
|
-
"building_category": "Nonresidential",
|
20790
|
-
"construction": "ext-slab-mass",
|
20791
|
-
"orientation": null,
|
20792
|
-
"minimum_percent_of_surface": null,
|
20793
|
-
"maximum_percent_of_surface": null,
|
20794
|
-
"assembly_maximum_u_value": null,
|
20795
|
-
"u_value_includes_interior_film_coefficient": true,
|
20796
|
-
"u_value_includes_exterior_film_coefficient": true,
|
20797
|
-
"assembly_maximum_f_factor": null,
|
20798
|
-
"assembly_maximum_c_factor": null,
|
20799
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
20800
|
-
"assembly_minimum_vt_shgc": null,
|
20801
|
-
"notes": null
|
20802
|
-
},
|
20803
|
-
{
|
20804
|
-
"template": "90.1-2016",
|
20805
|
-
"climate_zone_set": "ClimateZone 8",
|
20806
|
-
"operation_type": null,
|
20807
|
-
"intended_surface_type": "GroundContactFloor",
|
20808
|
-
"standards_construction_type": "Metal Building",
|
20809
|
-
"building_category": "Nonresidential",
|
20810
|
-
"construction": "ext-slab-metal-building",
|
20811
|
-
"orientation": null,
|
20812
|
-
"minimum_percent_of_surface": null,
|
20813
|
-
"maximum_percent_of_surface": null,
|
20814
|
-
"assembly_maximum_u_value": null,
|
20815
|
-
"u_value_includes_interior_film_coefficient": true,
|
20816
|
-
"u_value_includes_exterior_film_coefficient": true,
|
20817
|
-
"assembly_maximum_f_factor": null,
|
20818
|
-
"assembly_maximum_c_factor": null,
|
20819
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
20820
|
-
"assembly_minimum_vt_shgc": null,
|
20821
|
-
"notes": null
|
20822
|
-
},
|
20823
|
-
{
|
20824
|
-
"template": "90.1-2016",
|
20825
|
-
"climate_zone_set": "ClimateZone 8",
|
20826
|
-
"operation_type": null,
|
20827
|
-
"intended_surface_type": "GroundContactFloor",
|
20828
|
-
"standards_construction_type": "SteelFramed",
|
20829
|
-
"building_category": "Nonresidential",
|
20830
|
-
"construction": "ext-slab-steel-frame",
|
20831
|
-
"orientation": null,
|
20832
|
-
"minimum_percent_of_surface": null,
|
20833
|
-
"maximum_percent_of_surface": null,
|
20834
|
-
"assembly_maximum_u_value": null,
|
20835
|
-
"u_value_includes_interior_film_coefficient": true,
|
20836
|
-
"u_value_includes_exterior_film_coefficient": true,
|
20837
|
-
"assembly_maximum_f_factor": null,
|
20838
|
-
"assembly_maximum_c_factor": null,
|
20839
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
20840
|
-
"assembly_minimum_vt_shgc": null,
|
20841
|
-
"notes": null
|
20842
|
-
},
|
20843
20303
|
{
|
20844
20304
|
"template": "90.1-2016",
|
20845
20305
|
"climate_zone_set": "ClimateZone 8",
|
@@ -20967,16 +20427,16 @@
|
|
20967
20427
|
"intended_surface_type": "Skylight",
|
20968
20428
|
"standards_construction_type": "Glass with Curb",
|
20969
20429
|
"building_category": "Nonresidential",
|
20970
|
-
"construction": "U 0.
|
20430
|
+
"construction": "U 0.41 SHGC 0.55 Simple Glazing Skylight",
|
20971
20431
|
"orientation": null,
|
20972
|
-
"minimum_percent_of_surface":
|
20973
|
-
"maximum_percent_of_surface":
|
20974
|
-
"assembly_maximum_u_value": 0.
|
20432
|
+
"minimum_percent_of_surface": null,
|
20433
|
+
"maximum_percent_of_surface": null,
|
20434
|
+
"assembly_maximum_u_value": 0.41,
|
20975
20435
|
"u_value_includes_interior_film_coefficient": true,
|
20976
20436
|
"u_value_includes_exterior_film_coefficient": true,
|
20977
20437
|
"assembly_maximum_f_factor": null,
|
20978
20438
|
"assembly_maximum_c_factor": null,
|
20979
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
20439
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
20980
20440
|
"assembly_minimum_vt_shgc": null,
|
20981
20441
|
"notes": null
|
20982
20442
|
},
|
@@ -20987,16 +20447,16 @@
|
|
20987
20447
|
"intended_surface_type": "Skylight",
|
20988
20448
|
"standards_construction_type": "Glass with Curb",
|
20989
20449
|
"building_category": "Residential",
|
20990
|
-
"construction": "U 0.
|
20450
|
+
"construction": "U 0.41 SHGC 0.55 Simple Glazing Skylight",
|
20991
20451
|
"orientation": null,
|
20992
|
-
"minimum_percent_of_surface":
|
20993
|
-
"maximum_percent_of_surface":
|
20994
|
-
"assembly_maximum_u_value": 0.
|
20452
|
+
"minimum_percent_of_surface": null,
|
20453
|
+
"maximum_percent_of_surface": null,
|
20454
|
+
"assembly_maximum_u_value": 0.41,
|
20995
20455
|
"u_value_includes_interior_film_coefficient": true,
|
20996
20456
|
"u_value_includes_exterior_film_coefficient": true,
|
20997
20457
|
"assembly_maximum_f_factor": null,
|
20998
20458
|
"assembly_maximum_c_factor": null,
|
20999
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
20459
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
21000
20460
|
"assembly_minimum_vt_shgc": null,
|
21001
20461
|
"notes": null
|
21002
20462
|
},
|
@@ -21009,8 +20469,8 @@
|
|
21009
20469
|
"building_category": "Semiheated",
|
21010
20470
|
"construction": "U 0.85 SHGC 0.55 Simple Glazing Skylight",
|
21011
20471
|
"orientation": null,
|
21012
|
-
"minimum_percent_of_surface":
|
21013
|
-
"maximum_percent_of_surface":
|
20472
|
+
"minimum_percent_of_surface": null,
|
20473
|
+
"maximum_percent_of_surface": null,
|
21014
20474
|
"assembly_maximum_u_value": 0.85,
|
21015
20475
|
"u_value_includes_interior_film_coefficient": true,
|
21016
20476
|
"u_value_includes_exterior_film_coefficient": true,
|
@@ -21027,11 +20487,11 @@
|
|
21027
20487
|
"intended_surface_type": "Skylight",
|
21028
20488
|
"standards_construction_type": "Plastic with Curb",
|
21029
20489
|
"building_category": "Nonresidential",
|
21030
|
-
"construction": "U 0.
|
20490
|
+
"construction": "U 0.41 SHGC 0.55 Simple Glazing Skylight",
|
21031
20491
|
"orientation": null,
|
21032
|
-
"minimum_percent_of_surface":
|
21033
|
-
"maximum_percent_of_surface":
|
21034
|
-
"assembly_maximum_u_value": 0.
|
20492
|
+
"minimum_percent_of_surface": null,
|
20493
|
+
"maximum_percent_of_surface": null,
|
20494
|
+
"assembly_maximum_u_value": 0.41,
|
21035
20495
|
"u_value_includes_interior_film_coefficient": true,
|
21036
20496
|
"u_value_includes_exterior_film_coefficient": true,
|
21037
20497
|
"assembly_maximum_f_factor": null,
|
@@ -21047,16 +20507,16 @@
|
|
21047
20507
|
"intended_surface_type": "Skylight",
|
21048
20508
|
"standards_construction_type": "Plastic with Curb",
|
21049
20509
|
"building_category": "Residential",
|
21050
|
-
"construction": "U 0.
|
20510
|
+
"construction": "U 0.41 SHGC 0.55 Simple Glazing Skylight",
|
21051
20511
|
"orientation": null,
|
21052
|
-
"minimum_percent_of_surface":
|
21053
|
-
"maximum_percent_of_surface":
|
21054
|
-
"assembly_maximum_u_value": 0.
|
20512
|
+
"minimum_percent_of_surface": null,
|
20513
|
+
"maximum_percent_of_surface": null,
|
20514
|
+
"assembly_maximum_u_value": 0.41,
|
21055
20515
|
"u_value_includes_interior_film_coefficient": true,
|
21056
20516
|
"u_value_includes_exterior_film_coefficient": true,
|
21057
20517
|
"assembly_maximum_f_factor": null,
|
21058
20518
|
"assembly_maximum_c_factor": null,
|
21059
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
20519
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
21060
20520
|
"assembly_minimum_vt_shgc": null,
|
21061
20521
|
"notes": null
|
21062
20522
|
},
|
@@ -21067,16 +20527,16 @@
|
|
21067
20527
|
"intended_surface_type": "Skylight",
|
21068
20528
|
"standards_construction_type": "Plastic with Curb",
|
21069
20529
|
"building_category": "Semiheated",
|
21070
|
-
"construction": "U 0.85 SHGC 0.
|
20530
|
+
"construction": "U 0.85 SHGC 0.55 Simple Glazing Skylight",
|
21071
20531
|
"orientation": null,
|
21072
|
-
"minimum_percent_of_surface":
|
21073
|
-
"maximum_percent_of_surface":
|
20532
|
+
"minimum_percent_of_surface": null,
|
20533
|
+
"maximum_percent_of_surface": null,
|
21074
20534
|
"assembly_maximum_u_value": 0.85,
|
21075
20535
|
"u_value_includes_interior_film_coefficient": true,
|
21076
20536
|
"u_value_includes_exterior_film_coefficient": true,
|
21077
20537
|
"assembly_maximum_f_factor": null,
|
21078
20538
|
"assembly_maximum_c_factor": null,
|
21079
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
20539
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
21080
20540
|
"assembly_minimum_vt_shgc": null,
|
21081
20541
|
"notes": null
|
21082
20542
|
},
|
@@ -21097,7 +20557,7 @@
|
|
21097
20557
|
"assembly_maximum_f_factor": null,
|
21098
20558
|
"assembly_maximum_c_factor": null,
|
21099
20559
|
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
21100
|
-
"assembly_minimum_vt_shgc":
|
20560
|
+
"assembly_minimum_vt_shgc": null,
|
21101
20561
|
"notes": null
|
21102
20562
|
},
|
21103
20563
|
{
|
@@ -21117,7 +20577,7 @@
|
|
21117
20577
|
"assembly_maximum_f_factor": null,
|
21118
20578
|
"assembly_maximum_c_factor": null,
|
21119
20579
|
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
21120
|
-
"assembly_minimum_vt_shgc":
|
20580
|
+
"assembly_minimum_vt_shgc": null,
|
21121
20581
|
"notes": null
|
21122
20582
|
},
|
21123
20583
|
{
|
@@ -21137,7 +20597,7 @@
|
|
21137
20597
|
"assembly_maximum_f_factor": null,
|
21138
20598
|
"assembly_maximum_c_factor": null,
|
21139
20599
|
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
21140
|
-
"assembly_minimum_vt_shgc":
|
20600
|
+
"assembly_minimum_vt_shgc": null,
|
21141
20601
|
"notes": null
|
21142
20602
|
},
|
21143
20603
|
{
|
@@ -21157,7 +20617,7 @@
|
|
21157
20617
|
"assembly_maximum_f_factor": null,
|
21158
20618
|
"assembly_maximum_c_factor": null,
|
21159
20619
|
"assembly_maximum_solar_heat_gain_coefficient": 0.55,
|
21160
|
-
"assembly_minimum_vt_shgc":
|
20620
|
+
"assembly_minimum_vt_shgc": null,
|
21161
20621
|
"notes": null
|
21162
20622
|
},
|
21163
20623
|
{
|
@@ -21171,7 +20631,7 @@
|
|
21171
20631
|
"orientation": null,
|
21172
20632
|
"minimum_percent_of_surface": null,
|
21173
20633
|
"maximum_percent_of_surface": null,
|
21174
|
-
"assembly_maximum_u_value": 0.
|
20634
|
+
"assembly_maximum_u_value": 0.85,
|
21175
20635
|
"u_value_includes_interior_film_coefficient": true,
|
21176
20636
|
"u_value_includes_exterior_film_coefficient": true,
|
21177
20637
|
"assembly_maximum_f_factor": null,
|
@@ -21187,11 +20647,11 @@
|
|
21187
20647
|
"intended_surface_type": "Skylight",
|
21188
20648
|
"standards_construction_type": "Without Curb",
|
21189
20649
|
"building_category": "Nonresidential",
|
21190
|
-
"construction": "U 0.
|
20650
|
+
"construction": "U 0.41 SHGC 0.55 Simple Glazing Skylight",
|
21191
20651
|
"orientation": null,
|
21192
|
-
"minimum_percent_of_surface":
|
21193
|
-
"maximum_percent_of_surface":
|
21194
|
-
"assembly_maximum_u_value": 0.
|
20652
|
+
"minimum_percent_of_surface": null,
|
20653
|
+
"maximum_percent_of_surface": null,
|
20654
|
+
"assembly_maximum_u_value": 0.41,
|
21195
20655
|
"u_value_includes_interior_film_coefficient": true,
|
21196
20656
|
"u_value_includes_exterior_film_coefficient": true,
|
21197
20657
|
"assembly_maximum_f_factor": null,
|
@@ -21207,11 +20667,11 @@
|
|
21207
20667
|
"intended_surface_type": "Skylight",
|
21208
20668
|
"standards_construction_type": "Without Curb",
|
21209
20669
|
"building_category": "Residential",
|
21210
|
-
"construction": "U 0.
|
20670
|
+
"construction": "U 0.41 SHGC 0.55 Simple Glazing Skylight",
|
21211
20671
|
"orientation": null,
|
21212
|
-
"minimum_percent_of_surface":
|
21213
|
-
"maximum_percent_of_surface":
|
21214
|
-
"assembly_maximum_u_value": 0.
|
20672
|
+
"minimum_percent_of_surface": null,
|
20673
|
+
"maximum_percent_of_surface": null,
|
20674
|
+
"assembly_maximum_u_value": 0.41,
|
21215
20675
|
"u_value_includes_interior_film_coefficient": true,
|
21216
20676
|
"u_value_includes_exterior_film_coefficient": true,
|
21217
20677
|
"assembly_maximum_f_factor": null,
|
@@ -21227,16 +20687,16 @@
|
|
21227
20687
|
"intended_surface_type": "Skylight",
|
21228
20688
|
"standards_construction_type": "Without Curb",
|
21229
20689
|
"building_category": "Semiheated",
|
21230
|
-
"construction": "U 0.85 SHGC 0.
|
20690
|
+
"construction": "U 0.85 SHGC 0.55 Simple Glazing Skylight",
|
21231
20691
|
"orientation": null,
|
21232
|
-
"minimum_percent_of_surface":
|
21233
|
-
"maximum_percent_of_surface":
|
20692
|
+
"minimum_percent_of_surface": null,
|
20693
|
+
"maximum_percent_of_surface": null,
|
21234
20694
|
"assembly_maximum_u_value": 0.85,
|
21235
20695
|
"u_value_includes_interior_film_coefficient": true,
|
21236
20696
|
"u_value_includes_exterior_film_coefficient": true,
|
21237
20697
|
"assembly_maximum_f_factor": null,
|
21238
20698
|
"assembly_maximum_c_factor": null,
|
21239
|
-
"assembly_maximum_solar_heat_gain_coefficient":
|
20699
|
+
"assembly_maximum_solar_heat_gain_coefficient": null,
|
21240
20700
|
"assembly_minimum_vt_shgc": null,
|
21241
20701
|
"notes": null
|
21242
20702
|
}
|