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
@@ -2045,7 +2045,7 @@
|
|
2045
2045
|
"climate_zone_set": "ClimateZone 0",
|
2046
2046
|
"operation_type": null,
|
2047
2047
|
"intended_surface_type": "GroundContactFloor",
|
2048
|
-
"standards_construction_type": "
|
2048
|
+
"standards_construction_type": "Unheated",
|
2049
2049
|
"building_category": "Adiabatic",
|
2050
2050
|
"construction": "Adiabatic GroundContactFloor",
|
2051
2051
|
"orientation": null,
|
@@ -2060,66 +2060,6 @@
|
|
2060
2060
|
"assembly_minimum_vt_shgc": null,
|
2061
2061
|
"notes": null
|
2062
2062
|
},
|
2063
|
-
{
|
2064
|
-
"template": "90.1-2004",
|
2065
|
-
"climate_zone_set": "ClimateZone 0",
|
2066
|
-
"operation_type": null,
|
2067
|
-
"intended_surface_type": "GroundContactFloor",
|
2068
|
-
"standards_construction_type": "Mass",
|
2069
|
-
"building_category": "Nonresidential",
|
2070
|
-
"construction": "ext-slab-mass",
|
2071
|
-
"orientation": null,
|
2072
|
-
"minimum_percent_of_surface": null,
|
2073
|
-
"maximum_percent_of_surface": null,
|
2074
|
-
"assembly_maximum_u_value": null,
|
2075
|
-
"u_value_includes_interior_film_coefficient": true,
|
2076
|
-
"u_value_includes_exterior_film_coefficient": true,
|
2077
|
-
"assembly_maximum_f_factor": null,
|
2078
|
-
"assembly_maximum_c_factor": null,
|
2079
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
2080
|
-
"assembly_minimum_vt_shgc": null,
|
2081
|
-
"notes": null
|
2082
|
-
},
|
2083
|
-
{
|
2084
|
-
"template": "90.1-2004",
|
2085
|
-
"climate_zone_set": "ClimateZone 0",
|
2086
|
-
"operation_type": null,
|
2087
|
-
"intended_surface_type": "GroundContactFloor",
|
2088
|
-
"standards_construction_type": "Metal Building",
|
2089
|
-
"building_category": "Nonresidential",
|
2090
|
-
"construction": "ext-slab-metal-building",
|
2091
|
-
"orientation": null,
|
2092
|
-
"minimum_percent_of_surface": null,
|
2093
|
-
"maximum_percent_of_surface": null,
|
2094
|
-
"assembly_maximum_u_value": null,
|
2095
|
-
"u_value_includes_interior_film_coefficient": true,
|
2096
|
-
"u_value_includes_exterior_film_coefficient": true,
|
2097
|
-
"assembly_maximum_f_factor": null,
|
2098
|
-
"assembly_maximum_c_factor": null,
|
2099
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
2100
|
-
"assembly_minimum_vt_shgc": null,
|
2101
|
-
"notes": null
|
2102
|
-
},
|
2103
|
-
{
|
2104
|
-
"template": "90.1-2004",
|
2105
|
-
"climate_zone_set": "ClimateZone 0",
|
2106
|
-
"operation_type": null,
|
2107
|
-
"intended_surface_type": "GroundContactFloor",
|
2108
|
-
"standards_construction_type": "SteelFramed",
|
2109
|
-
"building_category": "Nonresidential",
|
2110
|
-
"construction": "ext-slab-steel-frame",
|
2111
|
-
"orientation": null,
|
2112
|
-
"minimum_percent_of_surface": null,
|
2113
|
-
"maximum_percent_of_surface": null,
|
2114
|
-
"assembly_maximum_u_value": null,
|
2115
|
-
"u_value_includes_interior_film_coefficient": true,
|
2116
|
-
"u_value_includes_exterior_film_coefficient": true,
|
2117
|
-
"assembly_maximum_f_factor": null,
|
2118
|
-
"assembly_maximum_c_factor": null,
|
2119
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
2120
|
-
"assembly_minimum_vt_shgc": null,
|
2121
|
-
"notes": null
|
2122
|
-
},
|
2123
2063
|
{
|
2124
2064
|
"template": "90.1-2004",
|
2125
2065
|
"climate_zone_set": "ClimateZone 0",
|
@@ -4465,7 +4405,7 @@
|
|
4465
4405
|
"climate_zone_set": "ClimateZone 1",
|
4466
4406
|
"operation_type": null,
|
4467
4407
|
"intended_surface_type": "GroundContactFloor",
|
4468
|
-
"standards_construction_type": "
|
4408
|
+
"standards_construction_type": "Unheated",
|
4469
4409
|
"building_category": "Adiabatic",
|
4470
4410
|
"construction": "Adiabatic GroundContactFloor",
|
4471
4411
|
"orientation": null,
|
@@ -4480,66 +4420,6 @@
|
|
4480
4420
|
"assembly_minimum_vt_shgc": null,
|
4481
4421
|
"notes": null
|
4482
4422
|
},
|
4483
|
-
{
|
4484
|
-
"template": "90.1-2004",
|
4485
|
-
"climate_zone_set": "ClimateZone 1",
|
4486
|
-
"operation_type": null,
|
4487
|
-
"intended_surface_type": "GroundContactFloor",
|
4488
|
-
"standards_construction_type": "Mass",
|
4489
|
-
"building_category": "Nonresidential",
|
4490
|
-
"construction": "ext-slab-mass",
|
4491
|
-
"orientation": null,
|
4492
|
-
"minimum_percent_of_surface": null,
|
4493
|
-
"maximum_percent_of_surface": null,
|
4494
|
-
"assembly_maximum_u_value": null,
|
4495
|
-
"u_value_includes_interior_film_coefficient": true,
|
4496
|
-
"u_value_includes_exterior_film_coefficient": true,
|
4497
|
-
"assembly_maximum_f_factor": null,
|
4498
|
-
"assembly_maximum_c_factor": null,
|
4499
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
4500
|
-
"assembly_minimum_vt_shgc": null,
|
4501
|
-
"notes": null
|
4502
|
-
},
|
4503
|
-
{
|
4504
|
-
"template": "90.1-2004",
|
4505
|
-
"climate_zone_set": "ClimateZone 1",
|
4506
|
-
"operation_type": null,
|
4507
|
-
"intended_surface_type": "GroundContactFloor",
|
4508
|
-
"standards_construction_type": "Metal Building",
|
4509
|
-
"building_category": "Nonresidential",
|
4510
|
-
"construction": "ext-slab-metal-building",
|
4511
|
-
"orientation": null,
|
4512
|
-
"minimum_percent_of_surface": null,
|
4513
|
-
"maximum_percent_of_surface": null,
|
4514
|
-
"assembly_maximum_u_value": null,
|
4515
|
-
"u_value_includes_interior_film_coefficient": true,
|
4516
|
-
"u_value_includes_exterior_film_coefficient": true,
|
4517
|
-
"assembly_maximum_f_factor": null,
|
4518
|
-
"assembly_maximum_c_factor": null,
|
4519
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
4520
|
-
"assembly_minimum_vt_shgc": null,
|
4521
|
-
"notes": null
|
4522
|
-
},
|
4523
|
-
{
|
4524
|
-
"template": "90.1-2004",
|
4525
|
-
"climate_zone_set": "ClimateZone 1",
|
4526
|
-
"operation_type": null,
|
4527
|
-
"intended_surface_type": "GroundContactFloor",
|
4528
|
-
"standards_construction_type": "SteelFramed",
|
4529
|
-
"building_category": "Nonresidential",
|
4530
|
-
"construction": "ext-slab-steel-frame",
|
4531
|
-
"orientation": null,
|
4532
|
-
"minimum_percent_of_surface": null,
|
4533
|
-
"maximum_percent_of_surface": null,
|
4534
|
-
"assembly_maximum_u_value": null,
|
4535
|
-
"u_value_includes_interior_film_coefficient": true,
|
4536
|
-
"u_value_includes_exterior_film_coefficient": true,
|
4537
|
-
"assembly_maximum_f_factor": null,
|
4538
|
-
"assembly_maximum_c_factor": null,
|
4539
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
4540
|
-
"assembly_minimum_vt_shgc": null,
|
4541
|
-
"notes": null
|
4542
|
-
},
|
4543
4423
|
{
|
4544
4424
|
"template": "90.1-2004",
|
4545
4425
|
"climate_zone_set": "ClimateZone 1",
|
@@ -6885,7 +6765,7 @@
|
|
6885
6765
|
"climate_zone_set": "ClimateZone 2",
|
6886
6766
|
"operation_type": null,
|
6887
6767
|
"intended_surface_type": "GroundContactFloor",
|
6888
|
-
"standards_construction_type": "
|
6768
|
+
"standards_construction_type": "Unheated",
|
6889
6769
|
"building_category": "Adiabatic",
|
6890
6770
|
"construction": "Adiabatic GroundContactFloor",
|
6891
6771
|
"orientation": null,
|
@@ -6900,66 +6780,6 @@
|
|
6900
6780
|
"assembly_minimum_vt_shgc": null,
|
6901
6781
|
"notes": null
|
6902
6782
|
},
|
6903
|
-
{
|
6904
|
-
"template": "90.1-2004",
|
6905
|
-
"climate_zone_set": "ClimateZone 2",
|
6906
|
-
"operation_type": null,
|
6907
|
-
"intended_surface_type": "GroundContactFloor",
|
6908
|
-
"standards_construction_type": "Mass",
|
6909
|
-
"building_category": "Nonresidential",
|
6910
|
-
"construction": "ext-slab-mass",
|
6911
|
-
"orientation": null,
|
6912
|
-
"minimum_percent_of_surface": null,
|
6913
|
-
"maximum_percent_of_surface": null,
|
6914
|
-
"assembly_maximum_u_value": null,
|
6915
|
-
"u_value_includes_interior_film_coefficient": true,
|
6916
|
-
"u_value_includes_exterior_film_coefficient": true,
|
6917
|
-
"assembly_maximum_f_factor": null,
|
6918
|
-
"assembly_maximum_c_factor": null,
|
6919
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6920
|
-
"assembly_minimum_vt_shgc": null,
|
6921
|
-
"notes": null
|
6922
|
-
},
|
6923
|
-
{
|
6924
|
-
"template": "90.1-2004",
|
6925
|
-
"climate_zone_set": "ClimateZone 2",
|
6926
|
-
"operation_type": null,
|
6927
|
-
"intended_surface_type": "GroundContactFloor",
|
6928
|
-
"standards_construction_type": "Metal Building",
|
6929
|
-
"building_category": "Nonresidential",
|
6930
|
-
"construction": "ext-slab-metal-building",
|
6931
|
-
"orientation": null,
|
6932
|
-
"minimum_percent_of_surface": null,
|
6933
|
-
"maximum_percent_of_surface": null,
|
6934
|
-
"assembly_maximum_u_value": null,
|
6935
|
-
"u_value_includes_interior_film_coefficient": true,
|
6936
|
-
"u_value_includes_exterior_film_coefficient": true,
|
6937
|
-
"assembly_maximum_f_factor": null,
|
6938
|
-
"assembly_maximum_c_factor": null,
|
6939
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6940
|
-
"assembly_minimum_vt_shgc": null,
|
6941
|
-
"notes": null
|
6942
|
-
},
|
6943
|
-
{
|
6944
|
-
"template": "90.1-2004",
|
6945
|
-
"climate_zone_set": "ClimateZone 2",
|
6946
|
-
"operation_type": null,
|
6947
|
-
"intended_surface_type": "GroundContactFloor",
|
6948
|
-
"standards_construction_type": "SteelFramed",
|
6949
|
-
"building_category": "Nonresidential",
|
6950
|
-
"construction": "ext-slab-steel-frame",
|
6951
|
-
"orientation": null,
|
6952
|
-
"minimum_percent_of_surface": null,
|
6953
|
-
"maximum_percent_of_surface": null,
|
6954
|
-
"assembly_maximum_u_value": null,
|
6955
|
-
"u_value_includes_interior_film_coefficient": true,
|
6956
|
-
"u_value_includes_exterior_film_coefficient": true,
|
6957
|
-
"assembly_maximum_f_factor": null,
|
6958
|
-
"assembly_maximum_c_factor": null,
|
6959
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6960
|
-
"assembly_minimum_vt_shgc": null,
|
6961
|
-
"notes": null
|
6962
|
-
},
|
6963
6783
|
{
|
6964
6784
|
"template": "90.1-2004",
|
6965
6785
|
"climate_zone_set": "ClimateZone 2",
|
@@ -7325,7 +7145,7 @@
|
|
7325
7145
|
"climate_zone_set": "ClimateZone 3",
|
7326
7146
|
"operation_type": null,
|
7327
7147
|
"intended_surface_type": "GroundContactFloor",
|
7328
|
-
"standards_construction_type": "
|
7148
|
+
"standards_construction_type": "Unheated",
|
7329
7149
|
"building_category": "Adiabatic",
|
7330
7150
|
"construction": "Adiabatic GroundContactFloor",
|
7331
7151
|
"orientation": null,
|
@@ -7340,66 +7160,6 @@
|
|
7340
7160
|
"assembly_minimum_vt_shgc": null,
|
7341
7161
|
"notes": null
|
7342
7162
|
},
|
7343
|
-
{
|
7344
|
-
"template": "90.1-2004",
|
7345
|
-
"climate_zone_set": "ClimateZone 3",
|
7346
|
-
"operation_type": null,
|
7347
|
-
"intended_surface_type": "GroundContactFloor",
|
7348
|
-
"standards_construction_type": "Mass",
|
7349
|
-
"building_category": "Nonresidential",
|
7350
|
-
"construction": "ext-slab-mass",
|
7351
|
-
"orientation": null,
|
7352
|
-
"minimum_percent_of_surface": null,
|
7353
|
-
"maximum_percent_of_surface": null,
|
7354
|
-
"assembly_maximum_u_value": null,
|
7355
|
-
"u_value_includes_interior_film_coefficient": true,
|
7356
|
-
"u_value_includes_exterior_film_coefficient": true,
|
7357
|
-
"assembly_maximum_f_factor": null,
|
7358
|
-
"assembly_maximum_c_factor": null,
|
7359
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
7360
|
-
"assembly_minimum_vt_shgc": null,
|
7361
|
-
"notes": null
|
7362
|
-
},
|
7363
|
-
{
|
7364
|
-
"template": "90.1-2004",
|
7365
|
-
"climate_zone_set": "ClimateZone 3",
|
7366
|
-
"operation_type": null,
|
7367
|
-
"intended_surface_type": "GroundContactFloor",
|
7368
|
-
"standards_construction_type": "Metal Building",
|
7369
|
-
"building_category": "Nonresidential",
|
7370
|
-
"construction": "ext-slab-metal-building",
|
7371
|
-
"orientation": null,
|
7372
|
-
"minimum_percent_of_surface": null,
|
7373
|
-
"maximum_percent_of_surface": null,
|
7374
|
-
"assembly_maximum_u_value": null,
|
7375
|
-
"u_value_includes_interior_film_coefficient": true,
|
7376
|
-
"u_value_includes_exterior_film_coefficient": true,
|
7377
|
-
"assembly_maximum_f_factor": null,
|
7378
|
-
"assembly_maximum_c_factor": null,
|
7379
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
7380
|
-
"assembly_minimum_vt_shgc": null,
|
7381
|
-
"notes": null
|
7382
|
-
},
|
7383
|
-
{
|
7384
|
-
"template": "90.1-2004",
|
7385
|
-
"climate_zone_set": "ClimateZone 3",
|
7386
|
-
"operation_type": null,
|
7387
|
-
"intended_surface_type": "GroundContactFloor",
|
7388
|
-
"standards_construction_type": "SteelFramed",
|
7389
|
-
"building_category": "Nonresidential",
|
7390
|
-
"construction": "ext-slab-steel-frame",
|
7391
|
-
"orientation": null,
|
7392
|
-
"minimum_percent_of_surface": null,
|
7393
|
-
"maximum_percent_of_surface": null,
|
7394
|
-
"assembly_maximum_u_value": null,
|
7395
|
-
"u_value_includes_interior_film_coefficient": true,
|
7396
|
-
"u_value_includes_exterior_film_coefficient": true,
|
7397
|
-
"assembly_maximum_f_factor": null,
|
7398
|
-
"assembly_maximum_c_factor": null,
|
7399
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
7400
|
-
"assembly_minimum_vt_shgc": null,
|
7401
|
-
"notes": null
|
7402
|
-
},
|
7403
7163
|
{
|
7404
7164
|
"template": "90.1-2004",
|
7405
7165
|
"climate_zone_set": "ClimateZone 3A",
|
@@ -9445,7 +9205,7 @@
|
|
9445
9205
|
"climate_zone_set": "ClimateZone 3A",
|
9446
9206
|
"operation_type": null,
|
9447
9207
|
"intended_surface_type": "GroundContactFloor",
|
9448
|
-
"standards_construction_type": "
|
9208
|
+
"standards_construction_type": "Unheated",
|
9449
9209
|
"building_category": "Adiabatic",
|
9450
9210
|
"construction": "Adiabatic GroundContactFloor",
|
9451
9211
|
"orientation": null,
|
@@ -9460,66 +9220,6 @@
|
|
9460
9220
|
"assembly_minimum_vt_shgc": null,
|
9461
9221
|
"notes": null
|
9462
9222
|
},
|
9463
|
-
{
|
9464
|
-
"template": "90.1-2004",
|
9465
|
-
"climate_zone_set": "ClimateZone 3A",
|
9466
|
-
"operation_type": null,
|
9467
|
-
"intended_surface_type": "GroundContactFloor",
|
9468
|
-
"standards_construction_type": "Mass",
|
9469
|
-
"building_category": "Nonresidential",
|
9470
|
-
"construction": "ext-slab-mass",
|
9471
|
-
"orientation": null,
|
9472
|
-
"minimum_percent_of_surface": null,
|
9473
|
-
"maximum_percent_of_surface": null,
|
9474
|
-
"assembly_maximum_u_value": null,
|
9475
|
-
"u_value_includes_interior_film_coefficient": true,
|
9476
|
-
"u_value_includes_exterior_film_coefficient": true,
|
9477
|
-
"assembly_maximum_f_factor": null,
|
9478
|
-
"assembly_maximum_c_factor": null,
|
9479
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
9480
|
-
"assembly_minimum_vt_shgc": null,
|
9481
|
-
"notes": null
|
9482
|
-
},
|
9483
|
-
{
|
9484
|
-
"template": "90.1-2004",
|
9485
|
-
"climate_zone_set": "ClimateZone 3A",
|
9486
|
-
"operation_type": null,
|
9487
|
-
"intended_surface_type": "GroundContactFloor",
|
9488
|
-
"standards_construction_type": "Metal Building",
|
9489
|
-
"building_category": "Nonresidential",
|
9490
|
-
"construction": "ext-slab-metal-building",
|
9491
|
-
"orientation": null,
|
9492
|
-
"minimum_percent_of_surface": null,
|
9493
|
-
"maximum_percent_of_surface": null,
|
9494
|
-
"assembly_maximum_u_value": null,
|
9495
|
-
"u_value_includes_interior_film_coefficient": true,
|
9496
|
-
"u_value_includes_exterior_film_coefficient": true,
|
9497
|
-
"assembly_maximum_f_factor": null,
|
9498
|
-
"assembly_maximum_c_factor": null,
|
9499
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
9500
|
-
"assembly_minimum_vt_shgc": null,
|
9501
|
-
"notes": null
|
9502
|
-
},
|
9503
|
-
{
|
9504
|
-
"template": "90.1-2004",
|
9505
|
-
"climate_zone_set": "ClimateZone 3A",
|
9506
|
-
"operation_type": null,
|
9507
|
-
"intended_surface_type": "GroundContactFloor",
|
9508
|
-
"standards_construction_type": "SteelFramed",
|
9509
|
-
"building_category": "Nonresidential",
|
9510
|
-
"construction": "ext-slab-steel-frame",
|
9511
|
-
"orientation": null,
|
9512
|
-
"minimum_percent_of_surface": null,
|
9513
|
-
"maximum_percent_of_surface": null,
|
9514
|
-
"assembly_maximum_u_value": null,
|
9515
|
-
"u_value_includes_interior_film_coefficient": true,
|
9516
|
-
"u_value_includes_exterior_film_coefficient": true,
|
9517
|
-
"assembly_maximum_f_factor": null,
|
9518
|
-
"assembly_maximum_c_factor": null,
|
9519
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
9520
|
-
"assembly_minimum_vt_shgc": null,
|
9521
|
-
"notes": null
|
9522
|
-
},
|
9523
9223
|
{
|
9524
9224
|
"template": "90.1-2004",
|
9525
9225
|
"climate_zone_set": "ClimateZone 3A",
|
@@ -11865,7 +11565,7 @@
|
|
11865
11565
|
"climate_zone_set": "ClimateZone 3B",
|
11866
11566
|
"operation_type": null,
|
11867
11567
|
"intended_surface_type": "GroundContactFloor",
|
11868
|
-
"standards_construction_type": "
|
11568
|
+
"standards_construction_type": "Unheated",
|
11869
11569
|
"building_category": "Adiabatic",
|
11870
11570
|
"construction": "Adiabatic GroundContactFloor",
|
11871
11571
|
"orientation": null,
|
@@ -11880,66 +11580,6 @@
|
|
11880
11580
|
"assembly_minimum_vt_shgc": null,
|
11881
11581
|
"notes": null
|
11882
11582
|
},
|
11883
|
-
{
|
11884
|
-
"template": "90.1-2004",
|
11885
|
-
"climate_zone_set": "ClimateZone 3B",
|
11886
|
-
"operation_type": null,
|
11887
|
-
"intended_surface_type": "GroundContactFloor",
|
11888
|
-
"standards_construction_type": "Mass",
|
11889
|
-
"building_category": "Nonresidential",
|
11890
|
-
"construction": "ext-slab-mass",
|
11891
|
-
"orientation": null,
|
11892
|
-
"minimum_percent_of_surface": null,
|
11893
|
-
"maximum_percent_of_surface": null,
|
11894
|
-
"assembly_maximum_u_value": null,
|
11895
|
-
"u_value_includes_interior_film_coefficient": true,
|
11896
|
-
"u_value_includes_exterior_film_coefficient": true,
|
11897
|
-
"assembly_maximum_f_factor": null,
|
11898
|
-
"assembly_maximum_c_factor": null,
|
11899
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
11900
|
-
"assembly_minimum_vt_shgc": null,
|
11901
|
-
"notes": null
|
11902
|
-
},
|
11903
|
-
{
|
11904
|
-
"template": "90.1-2004",
|
11905
|
-
"climate_zone_set": "ClimateZone 3B",
|
11906
|
-
"operation_type": null,
|
11907
|
-
"intended_surface_type": "GroundContactFloor",
|
11908
|
-
"standards_construction_type": "Metal Building",
|
11909
|
-
"building_category": "Nonresidential",
|
11910
|
-
"construction": "ext-slab-metal-building",
|
11911
|
-
"orientation": null,
|
11912
|
-
"minimum_percent_of_surface": null,
|
11913
|
-
"maximum_percent_of_surface": null,
|
11914
|
-
"assembly_maximum_u_value": null,
|
11915
|
-
"u_value_includes_interior_film_coefficient": true,
|
11916
|
-
"u_value_includes_exterior_film_coefficient": true,
|
11917
|
-
"assembly_maximum_f_factor": null,
|
11918
|
-
"assembly_maximum_c_factor": null,
|
11919
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
11920
|
-
"assembly_minimum_vt_shgc": null,
|
11921
|
-
"notes": null
|
11922
|
-
},
|
11923
|
-
{
|
11924
|
-
"template": "90.1-2004",
|
11925
|
-
"climate_zone_set": "ClimateZone 3B",
|
11926
|
-
"operation_type": null,
|
11927
|
-
"intended_surface_type": "GroundContactFloor",
|
11928
|
-
"standards_construction_type": "SteelFramed",
|
11929
|
-
"building_category": "Nonresidential",
|
11930
|
-
"construction": "ext-slab-steel-frame",
|
11931
|
-
"orientation": null,
|
11932
|
-
"minimum_percent_of_surface": null,
|
11933
|
-
"maximum_percent_of_surface": null,
|
11934
|
-
"assembly_maximum_u_value": null,
|
11935
|
-
"u_value_includes_interior_film_coefficient": true,
|
11936
|
-
"u_value_includes_exterior_film_coefficient": true,
|
11937
|
-
"assembly_maximum_f_factor": null,
|
11938
|
-
"assembly_maximum_c_factor": null,
|
11939
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
11940
|
-
"assembly_minimum_vt_shgc": null,
|
11941
|
-
"notes": null
|
11942
|
-
},
|
11943
11583
|
{
|
11944
11584
|
"template": "90.1-2004",
|
11945
11585
|
"climate_zone_set": "ClimateZone 3B",
|
@@ -14285,7 +13925,7 @@
|
|
14285
13925
|
"climate_zone_set": "ClimateZone 3C",
|
14286
13926
|
"operation_type": null,
|
14287
13927
|
"intended_surface_type": "GroundContactFloor",
|
14288
|
-
"standards_construction_type": "
|
13928
|
+
"standards_construction_type": "Unheated",
|
14289
13929
|
"building_category": "Adiabatic",
|
14290
13930
|
"construction": "Adiabatic GroundContactFloor",
|
14291
13931
|
"orientation": null,
|
@@ -14300,66 +13940,6 @@
|
|
14300
13940
|
"assembly_minimum_vt_shgc": null,
|
14301
13941
|
"notes": null
|
14302
13942
|
},
|
14303
|
-
{
|
14304
|
-
"template": "90.1-2004",
|
14305
|
-
"climate_zone_set": "ClimateZone 3C",
|
14306
|
-
"operation_type": null,
|
14307
|
-
"intended_surface_type": "GroundContactFloor",
|
14308
|
-
"standards_construction_type": "Mass",
|
14309
|
-
"building_category": "Nonresidential",
|
14310
|
-
"construction": "ext-slab-mass",
|
14311
|
-
"orientation": null,
|
14312
|
-
"minimum_percent_of_surface": null,
|
14313
|
-
"maximum_percent_of_surface": null,
|
14314
|
-
"assembly_maximum_u_value": null,
|
14315
|
-
"u_value_includes_interior_film_coefficient": true,
|
14316
|
-
"u_value_includes_exterior_film_coefficient": true,
|
14317
|
-
"assembly_maximum_f_factor": null,
|
14318
|
-
"assembly_maximum_c_factor": null,
|
14319
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
14320
|
-
"assembly_minimum_vt_shgc": null,
|
14321
|
-
"notes": null
|
14322
|
-
},
|
14323
|
-
{
|
14324
|
-
"template": "90.1-2004",
|
14325
|
-
"climate_zone_set": "ClimateZone 3C",
|
14326
|
-
"operation_type": null,
|
14327
|
-
"intended_surface_type": "GroundContactFloor",
|
14328
|
-
"standards_construction_type": "Metal Building",
|
14329
|
-
"building_category": "Nonresidential",
|
14330
|
-
"construction": "ext-slab-metal-building",
|
14331
|
-
"orientation": null,
|
14332
|
-
"minimum_percent_of_surface": null,
|
14333
|
-
"maximum_percent_of_surface": null,
|
14334
|
-
"assembly_maximum_u_value": null,
|
14335
|
-
"u_value_includes_interior_film_coefficient": true,
|
14336
|
-
"u_value_includes_exterior_film_coefficient": true,
|
14337
|
-
"assembly_maximum_f_factor": null,
|
14338
|
-
"assembly_maximum_c_factor": null,
|
14339
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
14340
|
-
"assembly_minimum_vt_shgc": null,
|
14341
|
-
"notes": null
|
14342
|
-
},
|
14343
|
-
{
|
14344
|
-
"template": "90.1-2004",
|
14345
|
-
"climate_zone_set": "ClimateZone 3C",
|
14346
|
-
"operation_type": null,
|
14347
|
-
"intended_surface_type": "GroundContactFloor",
|
14348
|
-
"standards_construction_type": "SteelFramed",
|
14349
|
-
"building_category": "Nonresidential",
|
14350
|
-
"construction": "ext-slab-steel-frame",
|
14351
|
-
"orientation": null,
|
14352
|
-
"minimum_percent_of_surface": null,
|
14353
|
-
"maximum_percent_of_surface": null,
|
14354
|
-
"assembly_maximum_u_value": null,
|
14355
|
-
"u_value_includes_interior_film_coefficient": true,
|
14356
|
-
"u_value_includes_exterior_film_coefficient": true,
|
14357
|
-
"assembly_maximum_f_factor": null,
|
14358
|
-
"assembly_maximum_c_factor": null,
|
14359
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
14360
|
-
"assembly_minimum_vt_shgc": null,
|
14361
|
-
"notes": null
|
14362
|
-
},
|
14363
13943
|
{
|
14364
13944
|
"template": "90.1-2004",
|
14365
13945
|
"climate_zone_set": "ClimateZone 3C",
|
@@ -16674,67 +16254,7 @@
|
|
16674
16254
|
"assembly_maximum_u_value": null,
|
16675
16255
|
"u_value_includes_interior_film_coefficient": true,
|
16676
16256
|
"u_value_includes_exterior_film_coefficient": true,
|
16677
|
-
"assembly_maximum_f_factor": 0.84,
|
16678
|
-
"assembly_maximum_c_factor": null,
|
16679
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
16680
|
-
"assembly_minimum_vt_shgc": null,
|
16681
|
-
"notes": null
|
16682
|
-
},
|
16683
|
-
{
|
16684
|
-
"template": "90.1-2004",
|
16685
|
-
"climate_zone_set": "ClimateZone 4",
|
16686
|
-
"operation_type": null,
|
16687
|
-
"intended_surface_type": "GroundContactFloor",
|
16688
|
-
"standards_construction_type": "Heated",
|
16689
|
-
"building_category": "Semiheated",
|
16690
|
-
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
16691
|
-
"orientation": null,
|
16692
|
-
"minimum_percent_of_surface": null,
|
16693
|
-
"maximum_percent_of_surface": null,
|
16694
|
-
"assembly_maximum_u_value": null,
|
16695
|
-
"u_value_includes_interior_film_coefficient": true,
|
16696
|
-
"u_value_includes_exterior_film_coefficient": true,
|
16697
|
-
"assembly_maximum_f_factor": 1.02,
|
16698
|
-
"assembly_maximum_c_factor": null,
|
16699
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
16700
|
-
"assembly_minimum_vt_shgc": null,
|
16701
|
-
"notes": null
|
16702
|
-
},
|
16703
|
-
{
|
16704
|
-
"template": "90.1-2004",
|
16705
|
-
"climate_zone_set": "ClimateZone 4",
|
16706
|
-
"operation_type": null,
|
16707
|
-
"intended_surface_type": "GroundContactFloor",
|
16708
|
-
"standards_construction_type": "Mass",
|
16709
|
-
"building_category": "Adiabatic",
|
16710
|
-
"construction": "Adiabatic GroundContactFloor",
|
16711
|
-
"orientation": null,
|
16712
|
-
"minimum_percent_of_surface": null,
|
16713
|
-
"maximum_percent_of_surface": 0.0,
|
16714
|
-
"assembly_maximum_u_value": null,
|
16715
|
-
"u_value_includes_interior_film_coefficient": null,
|
16716
|
-
"u_value_includes_exterior_film_coefficient": null,
|
16717
|
-
"assembly_maximum_f_factor": null,
|
16718
|
-
"assembly_maximum_c_factor": null,
|
16719
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
16720
|
-
"assembly_minimum_vt_shgc": null,
|
16721
|
-
"notes": null
|
16722
|
-
},
|
16723
|
-
{
|
16724
|
-
"template": "90.1-2004",
|
16725
|
-
"climate_zone_set": "ClimateZone 4",
|
16726
|
-
"operation_type": null,
|
16727
|
-
"intended_surface_type": "GroundContactFloor",
|
16728
|
-
"standards_construction_type": "Mass",
|
16729
|
-
"building_category": "Nonresidential",
|
16730
|
-
"construction": "ext-slab-mass",
|
16731
|
-
"orientation": null,
|
16732
|
-
"minimum_percent_of_surface": null,
|
16733
|
-
"maximum_percent_of_surface": null,
|
16734
|
-
"assembly_maximum_u_value": null,
|
16735
|
-
"u_value_includes_interior_film_coefficient": true,
|
16736
|
-
"u_value_includes_exterior_film_coefficient": true,
|
16737
|
-
"assembly_maximum_f_factor": null,
|
16257
|
+
"assembly_maximum_f_factor": 0.84,
|
16738
16258
|
"assembly_maximum_c_factor": null,
|
16739
16259
|
"assembly_maximum_solar_heat_gain_coefficient": null,
|
16740
16260
|
"assembly_minimum_vt_shgc": null,
|
@@ -16745,16 +16265,16 @@
|
|
16745
16265
|
"climate_zone_set": "ClimateZone 4",
|
16746
16266
|
"operation_type": null,
|
16747
16267
|
"intended_surface_type": "GroundContactFloor",
|
16748
|
-
"standards_construction_type": "
|
16749
|
-
"building_category": "
|
16750
|
-
"construction": "
|
16268
|
+
"standards_construction_type": "Heated",
|
16269
|
+
"building_category": "Semiheated",
|
16270
|
+
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
16751
16271
|
"orientation": null,
|
16752
16272
|
"minimum_percent_of_surface": null,
|
16753
16273
|
"maximum_percent_of_surface": null,
|
16754
16274
|
"assembly_maximum_u_value": null,
|
16755
16275
|
"u_value_includes_interior_film_coefficient": true,
|
16756
16276
|
"u_value_includes_exterior_film_coefficient": true,
|
16757
|
-
"assembly_maximum_f_factor":
|
16277
|
+
"assembly_maximum_f_factor": 1.02,
|
16758
16278
|
"assembly_maximum_c_factor": null,
|
16759
16279
|
"assembly_maximum_solar_heat_gain_coefficient": null,
|
16760
16280
|
"assembly_minimum_vt_shgc": null,
|
@@ -16765,15 +16285,15 @@
|
|
16765
16285
|
"climate_zone_set": "ClimateZone 4",
|
16766
16286
|
"operation_type": null,
|
16767
16287
|
"intended_surface_type": "GroundContactFloor",
|
16768
|
-
"standards_construction_type": "
|
16769
|
-
"building_category": "
|
16770
|
-
"construction": "
|
16288
|
+
"standards_construction_type": "Unheated",
|
16289
|
+
"building_category": "Adiabatic",
|
16290
|
+
"construction": "Adiabatic GroundContactFloor",
|
16771
16291
|
"orientation": null,
|
16772
16292
|
"minimum_percent_of_surface": null,
|
16773
|
-
"maximum_percent_of_surface":
|
16293
|
+
"maximum_percent_of_surface": 0.0,
|
16774
16294
|
"assembly_maximum_u_value": null,
|
16775
|
-
"u_value_includes_interior_film_coefficient":
|
16776
|
-
"u_value_includes_exterior_film_coefficient":
|
16295
|
+
"u_value_includes_interior_film_coefficient": null,
|
16296
|
+
"u_value_includes_exterior_film_coefficient": null,
|
16777
16297
|
"assembly_maximum_f_factor": null,
|
16778
16298
|
"assembly_maximum_c_factor": null,
|
16779
16299
|
"assembly_maximum_solar_heat_gain_coefficient": null,
|
@@ -19125,7 +18645,7 @@
|
|
19125
18645
|
"climate_zone_set": "ClimateZone 5",
|
19126
18646
|
"operation_type": null,
|
19127
18647
|
"intended_surface_type": "GroundContactFloor",
|
19128
|
-
"standards_construction_type": "
|
18648
|
+
"standards_construction_type": "Unheated",
|
19129
18649
|
"building_category": "Adiabatic",
|
19130
18650
|
"construction": "Adiabatic GroundContactFloor",
|
19131
18651
|
"orientation": null,
|
@@ -19140,66 +18660,6 @@
|
|
19140
18660
|
"assembly_minimum_vt_shgc": null,
|
19141
18661
|
"notes": null
|
19142
18662
|
},
|
19143
|
-
{
|
19144
|
-
"template": "90.1-2004",
|
19145
|
-
"climate_zone_set": "ClimateZone 5",
|
19146
|
-
"operation_type": null,
|
19147
|
-
"intended_surface_type": "GroundContactFloor",
|
19148
|
-
"standards_construction_type": "Mass",
|
19149
|
-
"building_category": "Nonresidential",
|
19150
|
-
"construction": "ext-slab-mass",
|
19151
|
-
"orientation": null,
|
19152
|
-
"minimum_percent_of_surface": null,
|
19153
|
-
"maximum_percent_of_surface": null,
|
19154
|
-
"assembly_maximum_u_value": null,
|
19155
|
-
"u_value_includes_interior_film_coefficient": true,
|
19156
|
-
"u_value_includes_exterior_film_coefficient": true,
|
19157
|
-
"assembly_maximum_f_factor": null,
|
19158
|
-
"assembly_maximum_c_factor": null,
|
19159
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
19160
|
-
"assembly_minimum_vt_shgc": null,
|
19161
|
-
"notes": null
|
19162
|
-
},
|
19163
|
-
{
|
19164
|
-
"template": "90.1-2004",
|
19165
|
-
"climate_zone_set": "ClimateZone 5",
|
19166
|
-
"operation_type": null,
|
19167
|
-
"intended_surface_type": "GroundContactFloor",
|
19168
|
-
"standards_construction_type": "Metal Building",
|
19169
|
-
"building_category": "Nonresidential",
|
19170
|
-
"construction": "ext-slab-metal-building",
|
19171
|
-
"orientation": null,
|
19172
|
-
"minimum_percent_of_surface": null,
|
19173
|
-
"maximum_percent_of_surface": null,
|
19174
|
-
"assembly_maximum_u_value": null,
|
19175
|
-
"u_value_includes_interior_film_coefficient": true,
|
19176
|
-
"u_value_includes_exterior_film_coefficient": true,
|
19177
|
-
"assembly_maximum_f_factor": null,
|
19178
|
-
"assembly_maximum_c_factor": null,
|
19179
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
19180
|
-
"assembly_minimum_vt_shgc": null,
|
19181
|
-
"notes": null
|
19182
|
-
},
|
19183
|
-
{
|
19184
|
-
"template": "90.1-2004",
|
19185
|
-
"climate_zone_set": "ClimateZone 5",
|
19186
|
-
"operation_type": null,
|
19187
|
-
"intended_surface_type": "GroundContactFloor",
|
19188
|
-
"standards_construction_type": "SteelFramed",
|
19189
|
-
"building_category": "Nonresidential",
|
19190
|
-
"construction": "ext-slab-steel-frame",
|
19191
|
-
"orientation": null,
|
19192
|
-
"minimum_percent_of_surface": null,
|
19193
|
-
"maximum_percent_of_surface": null,
|
19194
|
-
"assembly_maximum_u_value": null,
|
19195
|
-
"u_value_includes_interior_film_coefficient": true,
|
19196
|
-
"u_value_includes_exterior_film_coefficient": true,
|
19197
|
-
"assembly_maximum_f_factor": null,
|
19198
|
-
"assembly_maximum_c_factor": null,
|
19199
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
19200
|
-
"assembly_minimum_vt_shgc": null,
|
19201
|
-
"notes": null
|
19202
|
-
},
|
19203
18663
|
{
|
19204
18664
|
"template": "90.1-2004",
|
19205
18665
|
"climate_zone_set": "ClimateZone 5",
|
@@ -21545,7 +21005,7 @@
|
|
21545
21005
|
"climate_zone_set": "ClimateZone 6",
|
21546
21006
|
"operation_type": null,
|
21547
21007
|
"intended_surface_type": "GroundContactFloor",
|
21548
|
-
"standards_construction_type": "
|
21008
|
+
"standards_construction_type": "Unheated",
|
21549
21009
|
"building_category": "Adiabatic",
|
21550
21010
|
"construction": "Adiabatic GroundContactFloor",
|
21551
21011
|
"orientation": null,
|
@@ -21560,66 +21020,6 @@
|
|
21560
21020
|
"assembly_minimum_vt_shgc": null,
|
21561
21021
|
"notes": null
|
21562
21022
|
},
|
21563
|
-
{
|
21564
|
-
"template": "90.1-2004",
|
21565
|
-
"climate_zone_set": "ClimateZone 6",
|
21566
|
-
"operation_type": null,
|
21567
|
-
"intended_surface_type": "GroundContactFloor",
|
21568
|
-
"standards_construction_type": "Mass",
|
21569
|
-
"building_category": "Nonresidential",
|
21570
|
-
"construction": "ext-slab-mass",
|
21571
|
-
"orientation": null,
|
21572
|
-
"minimum_percent_of_surface": null,
|
21573
|
-
"maximum_percent_of_surface": null,
|
21574
|
-
"assembly_maximum_u_value": null,
|
21575
|
-
"u_value_includes_interior_film_coefficient": true,
|
21576
|
-
"u_value_includes_exterior_film_coefficient": true,
|
21577
|
-
"assembly_maximum_f_factor": null,
|
21578
|
-
"assembly_maximum_c_factor": null,
|
21579
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
21580
|
-
"assembly_minimum_vt_shgc": null,
|
21581
|
-
"notes": null
|
21582
|
-
},
|
21583
|
-
{
|
21584
|
-
"template": "90.1-2004",
|
21585
|
-
"climate_zone_set": "ClimateZone 6",
|
21586
|
-
"operation_type": null,
|
21587
|
-
"intended_surface_type": "GroundContactFloor",
|
21588
|
-
"standards_construction_type": "Metal Building",
|
21589
|
-
"building_category": "Nonresidential",
|
21590
|
-
"construction": "ext-slab-metal-building",
|
21591
|
-
"orientation": null,
|
21592
|
-
"minimum_percent_of_surface": null,
|
21593
|
-
"maximum_percent_of_surface": null,
|
21594
|
-
"assembly_maximum_u_value": null,
|
21595
|
-
"u_value_includes_interior_film_coefficient": true,
|
21596
|
-
"u_value_includes_exterior_film_coefficient": true,
|
21597
|
-
"assembly_maximum_f_factor": null,
|
21598
|
-
"assembly_maximum_c_factor": null,
|
21599
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
21600
|
-
"assembly_minimum_vt_shgc": null,
|
21601
|
-
"notes": null
|
21602
|
-
},
|
21603
|
-
{
|
21604
|
-
"template": "90.1-2004",
|
21605
|
-
"climate_zone_set": "ClimateZone 6",
|
21606
|
-
"operation_type": null,
|
21607
|
-
"intended_surface_type": "GroundContactFloor",
|
21608
|
-
"standards_construction_type": "SteelFramed",
|
21609
|
-
"building_category": "Nonresidential",
|
21610
|
-
"construction": "ext-slab-steel-frame",
|
21611
|
-
"orientation": null,
|
21612
|
-
"minimum_percent_of_surface": null,
|
21613
|
-
"maximum_percent_of_surface": null,
|
21614
|
-
"assembly_maximum_u_value": null,
|
21615
|
-
"u_value_includes_interior_film_coefficient": true,
|
21616
|
-
"u_value_includes_exterior_film_coefficient": true,
|
21617
|
-
"assembly_maximum_f_factor": null,
|
21618
|
-
"assembly_maximum_c_factor": null,
|
21619
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
21620
|
-
"assembly_minimum_vt_shgc": null,
|
21621
|
-
"notes": null
|
21622
|
-
},
|
21623
21023
|
{
|
21624
21024
|
"template": "90.1-2004",
|
21625
21025
|
"climate_zone_set": "ClimateZone 6",
|
@@ -23965,7 +23365,7 @@
|
|
23965
23365
|
"climate_zone_set": "ClimateZone 7",
|
23966
23366
|
"operation_type": null,
|
23967
23367
|
"intended_surface_type": "GroundContactFloor",
|
23968
|
-
"standards_construction_type": "
|
23368
|
+
"standards_construction_type": "Unheated",
|
23969
23369
|
"building_category": "Adiabatic",
|
23970
23370
|
"construction": "Adiabatic GroundContactFloor",
|
23971
23371
|
"orientation": null,
|
@@ -23980,66 +23380,6 @@
|
|
23980
23380
|
"assembly_minimum_vt_shgc": null,
|
23981
23381
|
"notes": null
|
23982
23382
|
},
|
23983
|
-
{
|
23984
|
-
"template": "90.1-2004",
|
23985
|
-
"climate_zone_set": "ClimateZone 7",
|
23986
|
-
"operation_type": null,
|
23987
|
-
"intended_surface_type": "GroundContactFloor",
|
23988
|
-
"standards_construction_type": "Mass",
|
23989
|
-
"building_category": "Nonresidential",
|
23990
|
-
"construction": "ext-slab-mass",
|
23991
|
-
"orientation": null,
|
23992
|
-
"minimum_percent_of_surface": null,
|
23993
|
-
"maximum_percent_of_surface": null,
|
23994
|
-
"assembly_maximum_u_value": null,
|
23995
|
-
"u_value_includes_interior_film_coefficient": true,
|
23996
|
-
"u_value_includes_exterior_film_coefficient": true,
|
23997
|
-
"assembly_maximum_f_factor": null,
|
23998
|
-
"assembly_maximum_c_factor": null,
|
23999
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
24000
|
-
"assembly_minimum_vt_shgc": null,
|
24001
|
-
"notes": null
|
24002
|
-
},
|
24003
|
-
{
|
24004
|
-
"template": "90.1-2004",
|
24005
|
-
"climate_zone_set": "ClimateZone 7",
|
24006
|
-
"operation_type": null,
|
24007
|
-
"intended_surface_type": "GroundContactFloor",
|
24008
|
-
"standards_construction_type": "Metal Building",
|
24009
|
-
"building_category": "Nonresidential",
|
24010
|
-
"construction": "ext-slab-metal-building",
|
24011
|
-
"orientation": null,
|
24012
|
-
"minimum_percent_of_surface": null,
|
24013
|
-
"maximum_percent_of_surface": null,
|
24014
|
-
"assembly_maximum_u_value": null,
|
24015
|
-
"u_value_includes_interior_film_coefficient": true,
|
24016
|
-
"u_value_includes_exterior_film_coefficient": true,
|
24017
|
-
"assembly_maximum_f_factor": null,
|
24018
|
-
"assembly_maximum_c_factor": null,
|
24019
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
24020
|
-
"assembly_minimum_vt_shgc": null,
|
24021
|
-
"notes": null
|
24022
|
-
},
|
24023
|
-
{
|
24024
|
-
"template": "90.1-2004",
|
24025
|
-
"climate_zone_set": "ClimateZone 7",
|
24026
|
-
"operation_type": null,
|
24027
|
-
"intended_surface_type": "GroundContactFloor",
|
24028
|
-
"standards_construction_type": "SteelFramed",
|
24029
|
-
"building_category": "Nonresidential",
|
24030
|
-
"construction": "ext-slab-steel-frame",
|
24031
|
-
"orientation": null,
|
24032
|
-
"minimum_percent_of_surface": null,
|
24033
|
-
"maximum_percent_of_surface": null,
|
24034
|
-
"assembly_maximum_u_value": null,
|
24035
|
-
"u_value_includes_interior_film_coefficient": true,
|
24036
|
-
"u_value_includes_exterior_film_coefficient": true,
|
24037
|
-
"assembly_maximum_f_factor": null,
|
24038
|
-
"assembly_maximum_c_factor": null,
|
24039
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
24040
|
-
"assembly_minimum_vt_shgc": null,
|
24041
|
-
"notes": null
|
24042
|
-
},
|
24043
23383
|
{
|
24044
23384
|
"template": "90.1-2004",
|
24045
23385
|
"climate_zone_set": "ClimateZone 7",
|
@@ -26385,7 +25725,7 @@
|
|
26385
25725
|
"climate_zone_set": "ClimateZone 8",
|
26386
25726
|
"operation_type": null,
|
26387
25727
|
"intended_surface_type": "GroundContactFloor",
|
26388
|
-
"standards_construction_type": "
|
25728
|
+
"standards_construction_type": "Unheated",
|
26389
25729
|
"building_category": "Adiabatic",
|
26390
25730
|
"construction": "Adiabatic GroundContactFloor",
|
26391
25731
|
"orientation": null,
|
@@ -26400,66 +25740,6 @@
|
|
26400
25740
|
"assembly_minimum_vt_shgc": null,
|
26401
25741
|
"notes": null
|
26402
25742
|
},
|
26403
|
-
{
|
26404
|
-
"template": "90.1-2004",
|
26405
|
-
"climate_zone_set": "ClimateZone 8",
|
26406
|
-
"operation_type": null,
|
26407
|
-
"intended_surface_type": "GroundContactFloor",
|
26408
|
-
"standards_construction_type": "Mass",
|
26409
|
-
"building_category": "Nonresidential",
|
26410
|
-
"construction": "ext-slab-mass",
|
26411
|
-
"orientation": null,
|
26412
|
-
"minimum_percent_of_surface": null,
|
26413
|
-
"maximum_percent_of_surface": null,
|
26414
|
-
"assembly_maximum_u_value": null,
|
26415
|
-
"u_value_includes_interior_film_coefficient": true,
|
26416
|
-
"u_value_includes_exterior_film_coefficient": true,
|
26417
|
-
"assembly_maximum_f_factor": null,
|
26418
|
-
"assembly_maximum_c_factor": null,
|
26419
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
26420
|
-
"assembly_minimum_vt_shgc": null,
|
26421
|
-
"notes": null
|
26422
|
-
},
|
26423
|
-
{
|
26424
|
-
"template": "90.1-2004",
|
26425
|
-
"climate_zone_set": "ClimateZone 8",
|
26426
|
-
"operation_type": null,
|
26427
|
-
"intended_surface_type": "GroundContactFloor",
|
26428
|
-
"standards_construction_type": "Metal Building",
|
26429
|
-
"building_category": "Nonresidential",
|
26430
|
-
"construction": "ext-slab-metal-building",
|
26431
|
-
"orientation": null,
|
26432
|
-
"minimum_percent_of_surface": null,
|
26433
|
-
"maximum_percent_of_surface": null,
|
26434
|
-
"assembly_maximum_u_value": null,
|
26435
|
-
"u_value_includes_interior_film_coefficient": true,
|
26436
|
-
"u_value_includes_exterior_film_coefficient": true,
|
26437
|
-
"assembly_maximum_f_factor": null,
|
26438
|
-
"assembly_maximum_c_factor": null,
|
26439
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
26440
|
-
"assembly_minimum_vt_shgc": null,
|
26441
|
-
"notes": null
|
26442
|
-
},
|
26443
|
-
{
|
26444
|
-
"template": "90.1-2004",
|
26445
|
-
"climate_zone_set": "ClimateZone 8",
|
26446
|
-
"operation_type": null,
|
26447
|
-
"intended_surface_type": "GroundContactFloor",
|
26448
|
-
"standards_construction_type": "SteelFramed",
|
26449
|
-
"building_category": "Nonresidential",
|
26450
|
-
"construction": "ext-slab-steel-frame",
|
26451
|
-
"orientation": null,
|
26452
|
-
"minimum_percent_of_surface": null,
|
26453
|
-
"maximum_percent_of_surface": null,
|
26454
|
-
"assembly_maximum_u_value": null,
|
26455
|
-
"u_value_includes_interior_film_coefficient": true,
|
26456
|
-
"u_value_includes_exterior_film_coefficient": true,
|
26457
|
-
"assembly_maximum_f_factor": null,
|
26458
|
-
"assembly_maximum_c_factor": null,
|
26459
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
26460
|
-
"assembly_minimum_vt_shgc": null,
|
26461
|
-
"notes": null
|
26462
|
-
},
|
26463
25743
|
{
|
26464
25744
|
"template": "90.1-2004",
|
26465
25745
|
"climate_zone_set": "ClimateZone 8",
|