openstudio-standards 0.2.15.pre.rc1 → 0.2.16.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/ASHRAEHighriseApartment.osm +0 -27
  3. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  4. data/data/standards/OpenStudio_Standards-ashrae_90_1_28Jan2022.xlsx +0 -0
  5. data/data/standards/test_performance_expected_dd_results.csv +710 -710
  6. data/lib/openstudio-standards/btap/btap_result.rb +2 -2
  7. data/lib/openstudio-standards/btap/reporting.rb +2 -2
  8. data/lib/openstudio-standards/btap/simmanager.rb +2 -2
  9. data/lib/openstudio-standards/hvac_sizing/Siz.ControllerOutdoorAir.rb +0 -54
  10. data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +11 -1
  11. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +1 -1
  12. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +26 -5
  13. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +35 -16
  14. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +23 -10
  15. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +36 -0
  16. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +6 -6
  17. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +0 -3
  18. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +2 -2
  19. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +9 -3
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +2 -0
  21. data/lib/openstudio-standards/standards/Standards.Construction.rb +12 -6
  22. data/lib/openstudio-standards/standards/Standards.Model.rb +38 -7
  23. data/lib/openstudio-standards/standards/Standards.Space.rb +4 -4
  24. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +7 -0
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +32 -11
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22 -742
  27. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +2 -2
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.prototype_inputs.json +12 -12
  29. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +81 -9
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +19 -559
  31. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_sets.json +2 -2
  32. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.prototype_inputs.json +12 -12
  33. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +80 -8
  34. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +19 -559
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_sets.json +2 -2
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.prototype_inputs.json +14 -14
  37. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +81 -137
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +19 -559
  39. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +2 -2
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.prototype_inputs.json +15 -15
  41. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +80 -136
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +370 -910
  43. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +2 -2
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.prototype_inputs.json +15 -15
  45. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.refrigeration_system.json +0 -8
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +428 -344
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +19 -6
  48. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +2380 -1300
  49. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +2 -2
  50. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.prototype_inputs.json +15 -15
  51. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.refrigeration_system.json +0 -8
  52. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +428 -344
  53. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +140 -0
  54. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +1176 -312
  55. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +172 -1132
  56. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_sets.json +14 -14
  57. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.prototype_inputs.json +15 -15
  58. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +83 -11
  59. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +180 -1140
  60. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_sets.json +14 -14
  61. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.prototype_inputs.json +15 -15
  62. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +84 -12
  63. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +9 -9
  64. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +9 -9
  65. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +12 -6
  66. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +12 -6
  67. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +16 -8
  68. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +10 -20
  69. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +209 -37
  70. data/lib/openstudio-standards/standards/necb/ECMS/loads.rb +1 -0
  71. data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +8 -6
  72. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +16 -9
  73. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartment.osm +1 -1
  74. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LowriseApartment.osm +1 -1
  75. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/MidriseApartment.osm +1 -1
  76. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +9 -5
  77. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +10 -6
  78. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +9 -5
  79. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +14 -8
  80. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +14 -8
  81. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +13 -6
  82. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +12 -6
  83. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +4 -2
  84. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +38 -19
  85. data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +2 -2
  86. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +15 -4
  87. data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +10 -651
  88. data/lib/openstudio-standards/standards/necb/NECB2020/necb_2020.rb +8 -38
  89. data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +159 -0
  90. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +41 -43
  91. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +7 -4
  92. data/lib/openstudio-standards/version.rb +1 -1
  93. data/lib/openstudio-standards.rb +1 -0
  94. metadata +4 -2
@@ -431,7 +431,7 @@
431
431
  "orientation": null,
432
432
  "minimum_percent_of_surface": null,
433
433
  "maximum_percent_of_surface": null,
434
- "assembly_maximum_u_value": null,
434
+ "assembly_maximum_u_value": 0.1,
435
435
  "u_value_includes_interior_film_coefficient": true,
436
436
  "u_value_includes_exterior_film_coefficient": true,
437
437
  "assembly_maximum_f_factor": null,
@@ -1085,7 +1085,7 @@
1085
1085
  "climate_zone_set": "ClimateZone 1",
1086
1086
  "operation_type": null,
1087
1087
  "intended_surface_type": "GroundContactFloor",
1088
- "standards_construction_type": "Mass",
1088
+ "standards_construction_type": "Unheated",
1089
1089
  "building_category": "Adiabatic",
1090
1090
  "construction": "Adiabatic GroundContactFloor",
1091
1091
  "orientation": null,
@@ -1100,66 +1100,6 @@
1100
1100
  "assembly_minimum_vt_shgc": null,
1101
1101
  "notes": null
1102
1102
  },
1103
- {
1104
- "template": "DOE Ref Pre-1980",
1105
- "climate_zone_set": "ClimateZone 1",
1106
- "operation_type": null,
1107
- "intended_surface_type": "GroundContactFloor",
1108
- "standards_construction_type": "Mass",
1109
- "building_category": "Nonresidential",
1110
- "construction": "ext-slab-mass",
1111
- "orientation": null,
1112
- "minimum_percent_of_surface": null,
1113
- "maximum_percent_of_surface": null,
1114
- "assembly_maximum_u_value": null,
1115
- "u_value_includes_interior_film_coefficient": true,
1116
- "u_value_includes_exterior_film_coefficient": true,
1117
- "assembly_maximum_f_factor": null,
1118
- "assembly_maximum_c_factor": null,
1119
- "assembly_maximum_solar_heat_gain_coefficient": null,
1120
- "assembly_minimum_vt_shgc": null,
1121
- "notes": null
1122
- },
1123
- {
1124
- "template": "DOE Ref Pre-1980",
1125
- "climate_zone_set": "ClimateZone 1",
1126
- "operation_type": null,
1127
- "intended_surface_type": "GroundContactFloor",
1128
- "standards_construction_type": "Metal Building",
1129
- "building_category": "Nonresidential",
1130
- "construction": "ext-slab-metal-building",
1131
- "orientation": null,
1132
- "minimum_percent_of_surface": null,
1133
- "maximum_percent_of_surface": null,
1134
- "assembly_maximum_u_value": null,
1135
- "u_value_includes_interior_film_coefficient": true,
1136
- "u_value_includes_exterior_film_coefficient": true,
1137
- "assembly_maximum_f_factor": null,
1138
- "assembly_maximum_c_factor": null,
1139
- "assembly_maximum_solar_heat_gain_coefficient": null,
1140
- "assembly_minimum_vt_shgc": null,
1141
- "notes": null
1142
- },
1143
- {
1144
- "template": "DOE Ref Pre-1980",
1145
- "climate_zone_set": "ClimateZone 1",
1146
- "operation_type": null,
1147
- "intended_surface_type": "GroundContactFloor",
1148
- "standards_construction_type": "SteelFramed",
1149
- "building_category": "Nonresidential",
1150
- "construction": "ext-slab-steel-frame",
1151
- "orientation": null,
1152
- "minimum_percent_of_surface": null,
1153
- "maximum_percent_of_surface": null,
1154
- "assembly_maximum_u_value": null,
1155
- "u_value_includes_interior_film_coefficient": true,
1156
- "u_value_includes_exterior_film_coefficient": true,
1157
- "assembly_maximum_f_factor": null,
1158
- "assembly_maximum_c_factor": null,
1159
- "assembly_maximum_solar_heat_gain_coefficient": null,
1160
- "assembly_minimum_vt_shgc": null,
1161
- "notes": null
1162
- },
1163
1103
  {
1164
1104
  "template": "DOE Ref Pre-1980",
1165
1105
  "climate_zone_set": "ClimateZone 1",
@@ -1167,14 +1107,14 @@
1167
1107
  "intended_surface_type": "GroundContactFloor",
1168
1108
  "standards_construction_type": "Unheated",
1169
1109
  "building_category": "Nonresidential",
1170
- "construction": "ext-slab",
1110
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
1171
1111
  "orientation": null,
1172
1112
  "minimum_percent_of_surface": null,
1173
1113
  "maximum_percent_of_surface": null,
1174
1114
  "assembly_maximum_u_value": null,
1175
1115
  "u_value_includes_interior_film_coefficient": true,
1176
1116
  "u_value_includes_exterior_film_coefficient": true,
1177
- "assembly_maximum_f_factor": null,
1117
+ "assembly_maximum_f_factor": 0.73,
1178
1118
  "assembly_maximum_c_factor": null,
1179
1119
  "assembly_maximum_solar_heat_gain_coefficient": null,
1180
1120
  "assembly_minimum_vt_shgc": null,
@@ -1207,14 +1147,14 @@
1207
1147
  "intended_surface_type": "GroundContactFloor",
1208
1148
  "standards_construction_type": "Unheated",
1209
1149
  "building_category": "Semiheated",
1210
- "construction": "ext-slab",
1150
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
1211
1151
  "orientation": null,
1212
1152
  "minimum_percent_of_surface": null,
1213
1153
  "maximum_percent_of_surface": null,
1214
1154
  "assembly_maximum_u_value": null,
1215
1155
  "u_value_includes_interior_film_coefficient": true,
1216
1156
  "u_value_includes_exterior_film_coefficient": true,
1217
- "assembly_maximum_f_factor": null,
1157
+ "assembly_maximum_f_factor": 0.73,
1218
1158
  "assembly_maximum_c_factor": null,
1219
1159
  "assembly_maximum_solar_heat_gain_coefficient": null,
1220
1160
  "assembly_minimum_vt_shgc": null,
@@ -1891,7 +1831,7 @@
1891
1831
  "orientation": null,
1892
1832
  "minimum_percent_of_surface": null,
1893
1833
  "maximum_percent_of_surface": null,
1894
- "assembly_maximum_u_value": null,
1834
+ "assembly_maximum_u_value": 0.1,
1895
1835
  "u_value_includes_interior_film_coefficient": true,
1896
1836
  "u_value_includes_exterior_film_coefficient": true,
1897
1837
  "assembly_maximum_f_factor": null,
@@ -2545,7 +2485,7 @@
2545
2485
  "climate_zone_set": "ClimateZone 2A",
2546
2486
  "operation_type": null,
2547
2487
  "intended_surface_type": "GroundContactFloor",
2548
- "standards_construction_type": "Mass",
2488
+ "standards_construction_type": "Unheated",
2549
2489
  "building_category": "Adiabatic",
2550
2490
  "construction": "Adiabatic GroundContactFloor",
2551
2491
  "orientation": null,
@@ -2560,66 +2500,6 @@
2560
2500
  "assembly_minimum_vt_shgc": null,
2561
2501
  "notes": null
2562
2502
  },
2563
- {
2564
- "template": "DOE Ref Pre-1980",
2565
- "climate_zone_set": "ClimateZone 2A",
2566
- "operation_type": null,
2567
- "intended_surface_type": "GroundContactFloor",
2568
- "standards_construction_type": "Mass",
2569
- "building_category": "Nonresidential",
2570
- "construction": "ext-slab-mass",
2571
- "orientation": null,
2572
- "minimum_percent_of_surface": null,
2573
- "maximum_percent_of_surface": null,
2574
- "assembly_maximum_u_value": null,
2575
- "u_value_includes_interior_film_coefficient": true,
2576
- "u_value_includes_exterior_film_coefficient": true,
2577
- "assembly_maximum_f_factor": null,
2578
- "assembly_maximum_c_factor": null,
2579
- "assembly_maximum_solar_heat_gain_coefficient": null,
2580
- "assembly_minimum_vt_shgc": null,
2581
- "notes": null
2582
- },
2583
- {
2584
- "template": "DOE Ref Pre-1980",
2585
- "climate_zone_set": "ClimateZone 2A",
2586
- "operation_type": null,
2587
- "intended_surface_type": "GroundContactFloor",
2588
- "standards_construction_type": "Metal Building",
2589
- "building_category": "Nonresidential",
2590
- "construction": "ext-slab-metal-building",
2591
- "orientation": null,
2592
- "minimum_percent_of_surface": null,
2593
- "maximum_percent_of_surface": null,
2594
- "assembly_maximum_u_value": null,
2595
- "u_value_includes_interior_film_coefficient": true,
2596
- "u_value_includes_exterior_film_coefficient": true,
2597
- "assembly_maximum_f_factor": null,
2598
- "assembly_maximum_c_factor": null,
2599
- "assembly_maximum_solar_heat_gain_coefficient": null,
2600
- "assembly_minimum_vt_shgc": null,
2601
- "notes": null
2602
- },
2603
- {
2604
- "template": "DOE Ref Pre-1980",
2605
- "climate_zone_set": "ClimateZone 2A",
2606
- "operation_type": null,
2607
- "intended_surface_type": "GroundContactFloor",
2608
- "standards_construction_type": "SteelFramed",
2609
- "building_category": "Nonresidential",
2610
- "construction": "ext-slab-steel-frame",
2611
- "orientation": null,
2612
- "minimum_percent_of_surface": null,
2613
- "maximum_percent_of_surface": null,
2614
- "assembly_maximum_u_value": null,
2615
- "u_value_includes_interior_film_coefficient": true,
2616
- "u_value_includes_exterior_film_coefficient": true,
2617
- "assembly_maximum_f_factor": null,
2618
- "assembly_maximum_c_factor": null,
2619
- "assembly_maximum_solar_heat_gain_coefficient": null,
2620
- "assembly_minimum_vt_shgc": null,
2621
- "notes": null
2622
- },
2623
2503
  {
2624
2504
  "template": "DOE Ref Pre-1980",
2625
2505
  "climate_zone_set": "ClimateZone 2A",
@@ -2627,14 +2507,14 @@
2627
2507
  "intended_surface_type": "GroundContactFloor",
2628
2508
  "standards_construction_type": "Unheated",
2629
2509
  "building_category": "Nonresidential",
2630
- "construction": "ext-slab",
2510
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
2631
2511
  "orientation": null,
2632
2512
  "minimum_percent_of_surface": null,
2633
2513
  "maximum_percent_of_surface": null,
2634
2514
  "assembly_maximum_u_value": null,
2635
2515
  "u_value_includes_interior_film_coefficient": true,
2636
2516
  "u_value_includes_exterior_film_coefficient": true,
2637
- "assembly_maximum_f_factor": null,
2517
+ "assembly_maximum_f_factor": 0.73,
2638
2518
  "assembly_maximum_c_factor": null,
2639
2519
  "assembly_maximum_solar_heat_gain_coefficient": null,
2640
2520
  "assembly_minimum_vt_shgc": null,
@@ -2667,14 +2547,14 @@
2667
2547
  "intended_surface_type": "GroundContactFloor",
2668
2548
  "standards_construction_type": "Unheated",
2669
2549
  "building_category": "Semiheated",
2670
- "construction": "ext-slab",
2550
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
2671
2551
  "orientation": null,
2672
2552
  "minimum_percent_of_surface": null,
2673
2553
  "maximum_percent_of_surface": null,
2674
2554
  "assembly_maximum_u_value": null,
2675
2555
  "u_value_includes_interior_film_coefficient": true,
2676
2556
  "u_value_includes_exterior_film_coefficient": true,
2677
- "assembly_maximum_f_factor": null,
2557
+ "assembly_maximum_f_factor": 0.73,
2678
2558
  "assembly_maximum_c_factor": null,
2679
2559
  "assembly_maximum_solar_heat_gain_coefficient": null,
2680
2560
  "assembly_minimum_vt_shgc": null,
@@ -3351,7 +3231,7 @@
3351
3231
  "orientation": null,
3352
3232
  "minimum_percent_of_surface": null,
3353
3233
  "maximum_percent_of_surface": null,
3354
- "assembly_maximum_u_value": null,
3234
+ "assembly_maximum_u_value": 0.1,
3355
3235
  "u_value_includes_interior_film_coefficient": true,
3356
3236
  "u_value_includes_exterior_film_coefficient": true,
3357
3237
  "assembly_maximum_f_factor": null,
@@ -4005,7 +3885,7 @@
4005
3885
  "climate_zone_set": "ClimateZone 2B",
4006
3886
  "operation_type": null,
4007
3887
  "intended_surface_type": "GroundContactFloor",
4008
- "standards_construction_type": "Mass",
3888
+ "standards_construction_type": "Unheated",
4009
3889
  "building_category": "Adiabatic",
4010
3890
  "construction": "Adiabatic GroundContactFloor",
4011
3891
  "orientation": null,
@@ -4020,66 +3900,6 @@
4020
3900
  "assembly_minimum_vt_shgc": null,
4021
3901
  "notes": null
4022
3902
  },
4023
- {
4024
- "template": "DOE Ref Pre-1980",
4025
- "climate_zone_set": "ClimateZone 2B",
4026
- "operation_type": null,
4027
- "intended_surface_type": "GroundContactFloor",
4028
- "standards_construction_type": "Mass",
4029
- "building_category": "Nonresidential",
4030
- "construction": "ext-slab-mass",
4031
- "orientation": null,
4032
- "minimum_percent_of_surface": null,
4033
- "maximum_percent_of_surface": null,
4034
- "assembly_maximum_u_value": null,
4035
- "u_value_includes_interior_film_coefficient": true,
4036
- "u_value_includes_exterior_film_coefficient": true,
4037
- "assembly_maximum_f_factor": null,
4038
- "assembly_maximum_c_factor": null,
4039
- "assembly_maximum_solar_heat_gain_coefficient": null,
4040
- "assembly_minimum_vt_shgc": null,
4041
- "notes": null
4042
- },
4043
- {
4044
- "template": "DOE Ref Pre-1980",
4045
- "climate_zone_set": "ClimateZone 2B",
4046
- "operation_type": null,
4047
- "intended_surface_type": "GroundContactFloor",
4048
- "standards_construction_type": "Metal Building",
4049
- "building_category": "Nonresidential",
4050
- "construction": "ext-slab-metal-building",
4051
- "orientation": null,
4052
- "minimum_percent_of_surface": null,
4053
- "maximum_percent_of_surface": null,
4054
- "assembly_maximum_u_value": null,
4055
- "u_value_includes_interior_film_coefficient": true,
4056
- "u_value_includes_exterior_film_coefficient": true,
4057
- "assembly_maximum_f_factor": null,
4058
- "assembly_maximum_c_factor": null,
4059
- "assembly_maximum_solar_heat_gain_coefficient": null,
4060
- "assembly_minimum_vt_shgc": null,
4061
- "notes": null
4062
- },
4063
- {
4064
- "template": "DOE Ref Pre-1980",
4065
- "climate_zone_set": "ClimateZone 2B",
4066
- "operation_type": null,
4067
- "intended_surface_type": "GroundContactFloor",
4068
- "standards_construction_type": "SteelFramed",
4069
- "building_category": "Nonresidential",
4070
- "construction": "ext-slab-steel-frame",
4071
- "orientation": null,
4072
- "minimum_percent_of_surface": null,
4073
- "maximum_percent_of_surface": null,
4074
- "assembly_maximum_u_value": null,
4075
- "u_value_includes_interior_film_coefficient": true,
4076
- "u_value_includes_exterior_film_coefficient": true,
4077
- "assembly_maximum_f_factor": null,
4078
- "assembly_maximum_c_factor": null,
4079
- "assembly_maximum_solar_heat_gain_coefficient": null,
4080
- "assembly_minimum_vt_shgc": null,
4081
- "notes": null
4082
- },
4083
3903
  {
4084
3904
  "template": "DOE Ref Pre-1980",
4085
3905
  "climate_zone_set": "ClimateZone 2B",
@@ -4087,14 +3907,14 @@
4087
3907
  "intended_surface_type": "GroundContactFloor",
4088
3908
  "standards_construction_type": "Unheated",
4089
3909
  "building_category": "Nonresidential",
4090
- "construction": "ext-slab",
3910
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
4091
3911
  "orientation": null,
4092
3912
  "minimum_percent_of_surface": null,
4093
3913
  "maximum_percent_of_surface": null,
4094
3914
  "assembly_maximum_u_value": null,
4095
3915
  "u_value_includes_interior_film_coefficient": true,
4096
3916
  "u_value_includes_exterior_film_coefficient": true,
4097
- "assembly_maximum_f_factor": null,
3917
+ "assembly_maximum_f_factor": 0.73,
4098
3918
  "assembly_maximum_c_factor": null,
4099
3919
  "assembly_maximum_solar_heat_gain_coefficient": null,
4100
3920
  "assembly_minimum_vt_shgc": null,
@@ -4127,14 +3947,14 @@
4127
3947
  "intended_surface_type": "GroundContactFloor",
4128
3948
  "standards_construction_type": "Unheated",
4129
3949
  "building_category": "Semiheated",
4130
- "construction": "ext-slab",
3950
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
4131
3951
  "orientation": null,
4132
3952
  "minimum_percent_of_surface": null,
4133
3953
  "maximum_percent_of_surface": null,
4134
3954
  "assembly_maximum_u_value": null,
4135
3955
  "u_value_includes_interior_film_coefficient": true,
4136
3956
  "u_value_includes_exterior_film_coefficient": true,
4137
- "assembly_maximum_f_factor": null,
3957
+ "assembly_maximum_f_factor": 0.73,
4138
3958
  "assembly_maximum_c_factor": null,
4139
3959
  "assembly_maximum_solar_heat_gain_coefficient": null,
4140
3960
  "assembly_minimum_vt_shgc": null,
@@ -4811,7 +4631,7 @@
4811
4631
  "orientation": null,
4812
4632
  "minimum_percent_of_surface": null,
4813
4633
  "maximum_percent_of_surface": null,
4814
- "assembly_maximum_u_value": null,
4634
+ "assembly_maximum_u_value": 0.1,
4815
4635
  "u_value_includes_interior_film_coefficient": true,
4816
4636
  "u_value_includes_exterior_film_coefficient": true,
4817
4637
  "assembly_maximum_f_factor": null,
@@ -5465,7 +5285,7 @@
5465
5285
  "climate_zone_set": "ClimateZone 3A",
5466
5286
  "operation_type": null,
5467
5287
  "intended_surface_type": "GroundContactFloor",
5468
- "standards_construction_type": "Mass",
5288
+ "standards_construction_type": "Unheated",
5469
5289
  "building_category": "Adiabatic",
5470
5290
  "construction": "Adiabatic GroundContactFloor",
5471
5291
  "orientation": null,
@@ -5485,16 +5305,16 @@
5485
5305
  "climate_zone_set": "ClimateZone 3A",
5486
5306
  "operation_type": null,
5487
5307
  "intended_surface_type": "GroundContactFloor",
5488
- "standards_construction_type": "Mass",
5308
+ "standards_construction_type": "Unheated",
5489
5309
  "building_category": "Nonresidential",
5490
- "construction": "ext-slab-mass",
5310
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
5491
5311
  "orientation": null,
5492
5312
  "minimum_percent_of_surface": null,
5493
5313
  "maximum_percent_of_surface": null,
5494
5314
  "assembly_maximum_u_value": null,
5495
5315
  "u_value_includes_interior_film_coefficient": true,
5496
5316
  "u_value_includes_exterior_film_coefficient": true,
5497
- "assembly_maximum_f_factor": null,
5317
+ "assembly_maximum_f_factor": 0.73,
5498
5318
  "assembly_maximum_c_factor": null,
5499
5319
  "assembly_maximum_solar_heat_gain_coefficient": null,
5500
5320
  "assembly_minimum_vt_shgc": null,
@@ -5505,16 +5325,16 @@
5505
5325
  "climate_zone_set": "ClimateZone 3A",
5506
5326
  "operation_type": null,
5507
5327
  "intended_surface_type": "GroundContactFloor",
5508
- "standards_construction_type": "Metal Building",
5509
- "building_category": "Nonresidential",
5510
- "construction": "ext-slab-metal-building",
5328
+ "standards_construction_type": "Unheated",
5329
+ "building_category": "Residential",
5330
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
5511
5331
  "orientation": null,
5512
5332
  "minimum_percent_of_surface": null,
5513
5333
  "maximum_percent_of_surface": null,
5514
5334
  "assembly_maximum_u_value": null,
5515
5335
  "u_value_includes_interior_film_coefficient": true,
5516
5336
  "u_value_includes_exterior_film_coefficient": true,
5517
- "assembly_maximum_f_factor": null,
5337
+ "assembly_maximum_f_factor": 0.73,
5518
5338
  "assembly_maximum_c_factor": null,
5519
5339
  "assembly_maximum_solar_heat_gain_coefficient": null,
5520
5340
  "assembly_minimum_vt_shgc": null,
@@ -5525,16 +5345,16 @@
5525
5345
  "climate_zone_set": "ClimateZone 3A",
5526
5346
  "operation_type": null,
5527
5347
  "intended_surface_type": "GroundContactFloor",
5528
- "standards_construction_type": "SteelFramed",
5529
- "building_category": "Nonresidential",
5530
- "construction": "ext-slab-steel-frame",
5348
+ "standards_construction_type": "Unheated",
5349
+ "building_category": "Semiheated",
5350
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
5531
5351
  "orientation": null,
5532
5352
  "minimum_percent_of_surface": null,
5533
5353
  "maximum_percent_of_surface": null,
5534
5354
  "assembly_maximum_u_value": null,
5535
5355
  "u_value_includes_interior_film_coefficient": true,
5536
5356
  "u_value_includes_exterior_film_coefficient": true,
5537
- "assembly_maximum_f_factor": null,
5357
+ "assembly_maximum_f_factor": 0.73,
5538
5358
  "assembly_maximum_c_factor": null,
5539
5359
  "assembly_maximum_solar_heat_gain_coefficient": null,
5540
5360
  "assembly_minimum_vt_shgc": null,
@@ -5544,14 +5364,14 @@
5544
5364
  "template": "DOE Ref Pre-1980",
5545
5365
  "climate_zone_set": "ClimateZone 3A",
5546
5366
  "operation_type": null,
5547
- "intended_surface_type": "GroundContactFloor",
5548
- "standards_construction_type": "Unheated",
5367
+ "intended_surface_type": "GroundContactWall",
5368
+ "standards_construction_type": "Mass",
5549
5369
  "building_category": "Nonresidential",
5550
- "construction": "ext-slab",
5370
+ "construction": "Typical Insulated Basement Mass Wall",
5551
5371
  "orientation": null,
5552
5372
  "minimum_percent_of_surface": null,
5553
5373
  "maximum_percent_of_surface": null,
5554
- "assembly_maximum_u_value": null,
5374
+ "assembly_maximum_u_value": 0.0,
5555
5375
  "u_value_includes_interior_film_coefficient": true,
5556
5376
  "u_value_includes_exterior_film_coefficient": true,
5557
5377
  "assembly_maximum_f_factor": null,
@@ -5564,18 +5384,18 @@
5564
5384
  "template": "DOE Ref Pre-1980",
5565
5385
  "climate_zone_set": "ClimateZone 3A",
5566
5386
  "operation_type": null,
5567
- "intended_surface_type": "GroundContactFloor",
5568
- "standards_construction_type": "Unheated",
5387
+ "intended_surface_type": "GroundContactWall",
5388
+ "standards_construction_type": "Mass",
5569
5389
  "building_category": "Residential",
5570
- "construction": "Typical Insulated Carpeted 6in Slab Floor",
5390
+ "construction": "Typical Insulated Basement Mass Wall",
5571
5391
  "orientation": null,
5572
5392
  "minimum_percent_of_surface": null,
5573
5393
  "maximum_percent_of_surface": null,
5574
5394
  "assembly_maximum_u_value": null,
5575
5395
  "u_value_includes_interior_film_coefficient": true,
5576
5396
  "u_value_includes_exterior_film_coefficient": true,
5577
- "assembly_maximum_f_factor": 0.73,
5578
- "assembly_maximum_c_factor": null,
5397
+ "assembly_maximum_f_factor": null,
5398
+ "assembly_maximum_c_factor": 1.14,
5579
5399
  "assembly_maximum_solar_heat_gain_coefficient": null,
5580
5400
  "assembly_minimum_vt_shgc": null,
5581
5401
  "notes": null
@@ -5584,14 +5404,14 @@
5584
5404
  "template": "DOE Ref Pre-1980",
5585
5405
  "climate_zone_set": "ClimateZone 3A",
5586
5406
  "operation_type": null,
5587
- "intended_surface_type": "GroundContactFloor",
5588
- "standards_construction_type": "Unheated",
5407
+ "intended_surface_type": "GroundContactWall",
5408
+ "standards_construction_type": "Mass",
5589
5409
  "building_category": "Semiheated",
5590
- "construction": "ext-slab",
5410
+ "construction": "Typical Insulated Basement Mass Wall",
5591
5411
  "orientation": null,
5592
5412
  "minimum_percent_of_surface": null,
5593
5413
  "maximum_percent_of_surface": null,
5594
- "assembly_maximum_u_value": null,
5414
+ "assembly_maximum_u_value": 0.0,
5595
5415
  "u_value_includes_interior_film_coefficient": true,
5596
5416
  "u_value_includes_exterior_film_coefficient": true,
5597
5417
  "assembly_maximum_f_factor": null,
@@ -5604,70 +5424,10 @@
5604
5424
  "template": "DOE Ref Pre-1980",
5605
5425
  "climate_zone_set": "ClimateZone 3A",
5606
5426
  "operation_type": null,
5607
- "intended_surface_type": "GroundContactWall",
5608
- "standards_construction_type": "Mass",
5427
+ "intended_surface_type": "Skylight",
5428
+ "standards_construction_type": "Glass with Curb",
5609
5429
  "building_category": "Nonresidential",
5610
- "construction": "Typical Insulated Basement Mass Wall",
5611
- "orientation": null,
5612
- "minimum_percent_of_surface": null,
5613
- "maximum_percent_of_surface": null,
5614
- "assembly_maximum_u_value": 0.0,
5615
- "u_value_includes_interior_film_coefficient": true,
5616
- "u_value_includes_exterior_film_coefficient": true,
5617
- "assembly_maximum_f_factor": null,
5618
- "assembly_maximum_c_factor": null,
5619
- "assembly_maximum_solar_heat_gain_coefficient": null,
5620
- "assembly_minimum_vt_shgc": null,
5621
- "notes": null
5622
- },
5623
- {
5624
- "template": "DOE Ref Pre-1980",
5625
- "climate_zone_set": "ClimateZone 3A",
5626
- "operation_type": null,
5627
- "intended_surface_type": "GroundContactWall",
5628
- "standards_construction_type": "Mass",
5629
- "building_category": "Residential",
5630
- "construction": "Typical Insulated Basement Mass Wall",
5631
- "orientation": null,
5632
- "minimum_percent_of_surface": null,
5633
- "maximum_percent_of_surface": null,
5634
- "assembly_maximum_u_value": null,
5635
- "u_value_includes_interior_film_coefficient": true,
5636
- "u_value_includes_exterior_film_coefficient": true,
5637
- "assembly_maximum_f_factor": null,
5638
- "assembly_maximum_c_factor": 1.14,
5639
- "assembly_maximum_solar_heat_gain_coefficient": null,
5640
- "assembly_minimum_vt_shgc": null,
5641
- "notes": null
5642
- },
5643
- {
5644
- "template": "DOE Ref Pre-1980",
5645
- "climate_zone_set": "ClimateZone 3A",
5646
- "operation_type": null,
5647
- "intended_surface_type": "GroundContactWall",
5648
- "standards_construction_type": "Mass",
5649
- "building_category": "Semiheated",
5650
- "construction": "Typical Insulated Basement Mass Wall",
5651
- "orientation": null,
5652
- "minimum_percent_of_surface": null,
5653
- "maximum_percent_of_surface": null,
5654
- "assembly_maximum_u_value": 0.0,
5655
- "u_value_includes_interior_film_coefficient": true,
5656
- "u_value_includes_exterior_film_coefficient": true,
5657
- "assembly_maximum_f_factor": null,
5658
- "assembly_maximum_c_factor": null,
5659
- "assembly_maximum_solar_heat_gain_coefficient": null,
5660
- "assembly_minimum_vt_shgc": null,
5661
- "notes": null
5662
- },
5663
- {
5664
- "template": "DOE Ref Pre-1980",
5665
- "climate_zone_set": "ClimateZone 3A",
5666
- "operation_type": null,
5667
- "intended_surface_type": "Skylight",
5668
- "standards_construction_type": "Glass with Curb",
5669
- "building_category": "Nonresidential",
5670
- "construction": "U 1.17 SHGC 0.39 Simple Glazing Skylight",
5430
+ "construction": "U 1.17 SHGC 0.39 Simple Glazing Skylight",
5671
5431
  "orientation": null,
5672
5432
  "minimum_percent_of_surface": 0.0,
5673
5433
  "maximum_percent_of_surface": 2.0,
@@ -6271,7 +6031,7 @@
6271
6031
  "orientation": null,
6272
6032
  "minimum_percent_of_surface": null,
6273
6033
  "maximum_percent_of_surface": null,
6274
- "assembly_maximum_u_value": null,
6034
+ "assembly_maximum_u_value": 0.1,
6275
6035
  "u_value_includes_interior_film_coefficient": true,
6276
6036
  "u_value_includes_exterior_film_coefficient": true,
6277
6037
  "assembly_maximum_f_factor": null,
@@ -6925,7 +6685,7 @@
6925
6685
  "climate_zone_set": "ClimateZone 3B",
6926
6686
  "operation_type": null,
6927
6687
  "intended_surface_type": "GroundContactFloor",
6928
- "standards_construction_type": "Mass",
6688
+ "standards_construction_type": "Unheated",
6929
6689
  "building_category": "Adiabatic",
6930
6690
  "construction": "Adiabatic GroundContactFloor",
6931
6691
  "orientation": null,
@@ -6940,66 +6700,6 @@
6940
6700
  "assembly_minimum_vt_shgc": null,
6941
6701
  "notes": null
6942
6702
  },
6943
- {
6944
- "template": "DOE Ref Pre-1980",
6945
- "climate_zone_set": "ClimateZone 3B",
6946
- "operation_type": null,
6947
- "intended_surface_type": "GroundContactFloor",
6948
- "standards_construction_type": "Mass",
6949
- "building_category": "Nonresidential",
6950
- "construction": "ext-slab-mass",
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
- {
6964
- "template": "DOE Ref Pre-1980",
6965
- "climate_zone_set": "ClimateZone 3B",
6966
- "operation_type": null,
6967
- "intended_surface_type": "GroundContactFloor",
6968
- "standards_construction_type": "Metal Building",
6969
- "building_category": "Nonresidential",
6970
- "construction": "ext-slab-metal-building",
6971
- "orientation": null,
6972
- "minimum_percent_of_surface": null,
6973
- "maximum_percent_of_surface": null,
6974
- "assembly_maximum_u_value": null,
6975
- "u_value_includes_interior_film_coefficient": true,
6976
- "u_value_includes_exterior_film_coefficient": true,
6977
- "assembly_maximum_f_factor": null,
6978
- "assembly_maximum_c_factor": null,
6979
- "assembly_maximum_solar_heat_gain_coefficient": null,
6980
- "assembly_minimum_vt_shgc": null,
6981
- "notes": null
6982
- },
6983
- {
6984
- "template": "DOE Ref Pre-1980",
6985
- "climate_zone_set": "ClimateZone 3B",
6986
- "operation_type": null,
6987
- "intended_surface_type": "GroundContactFloor",
6988
- "standards_construction_type": "SteelFramed",
6989
- "building_category": "Nonresidential",
6990
- "construction": "ext-slab-steel-frame",
6991
- "orientation": null,
6992
- "minimum_percent_of_surface": null,
6993
- "maximum_percent_of_surface": null,
6994
- "assembly_maximum_u_value": null,
6995
- "u_value_includes_interior_film_coefficient": true,
6996
- "u_value_includes_exterior_film_coefficient": true,
6997
- "assembly_maximum_f_factor": null,
6998
- "assembly_maximum_c_factor": null,
6999
- "assembly_maximum_solar_heat_gain_coefficient": null,
7000
- "assembly_minimum_vt_shgc": null,
7001
- "notes": null
7002
- },
7003
6703
  {
7004
6704
  "template": "DOE Ref Pre-1980",
7005
6705
  "climate_zone_set": "ClimateZone 3B",
@@ -7007,14 +6707,14 @@
7007
6707
  "intended_surface_type": "GroundContactFloor",
7008
6708
  "standards_construction_type": "Unheated",
7009
6709
  "building_category": "Nonresidential",
7010
- "construction": "ext-slab",
6710
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
7011
6711
  "orientation": null,
7012
6712
  "minimum_percent_of_surface": null,
7013
6713
  "maximum_percent_of_surface": null,
7014
6714
  "assembly_maximum_u_value": null,
7015
6715
  "u_value_includes_interior_film_coefficient": true,
7016
6716
  "u_value_includes_exterior_film_coefficient": true,
7017
- "assembly_maximum_f_factor": null,
6717
+ "assembly_maximum_f_factor": 0.73,
7018
6718
  "assembly_maximum_c_factor": null,
7019
6719
  "assembly_maximum_solar_heat_gain_coefficient": null,
7020
6720
  "assembly_minimum_vt_shgc": null,
@@ -7047,14 +6747,14 @@
7047
6747
  "intended_surface_type": "GroundContactFloor",
7048
6748
  "standards_construction_type": "Unheated",
7049
6749
  "building_category": "Semiheated",
7050
- "construction": "ext-slab",
6750
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
7051
6751
  "orientation": null,
7052
6752
  "minimum_percent_of_surface": null,
7053
6753
  "maximum_percent_of_surface": null,
7054
6754
  "assembly_maximum_u_value": null,
7055
6755
  "u_value_includes_interior_film_coefficient": true,
7056
6756
  "u_value_includes_exterior_film_coefficient": true,
7057
- "assembly_maximum_f_factor": null,
6757
+ "assembly_maximum_f_factor": 0.73,
7058
6758
  "assembly_maximum_c_factor": null,
7059
6759
  "assembly_maximum_solar_heat_gain_coefficient": null,
7060
6760
  "assembly_minimum_vt_shgc": null,
@@ -7731,7 +7431,7 @@
7731
7431
  "orientation": null,
7732
7432
  "minimum_percent_of_surface": null,
7733
7433
  "maximum_percent_of_surface": null,
7734
- "assembly_maximum_u_value": null,
7434
+ "assembly_maximum_u_value": 0.1,
7735
7435
  "u_value_includes_interior_film_coefficient": true,
7736
7436
  "u_value_includes_exterior_film_coefficient": true,
7737
7437
  "assembly_maximum_f_factor": null,
@@ -8385,7 +8085,7 @@
8385
8085
  "climate_zone_set": "ClimateZone 3C",
8386
8086
  "operation_type": null,
8387
8087
  "intended_surface_type": "GroundContactFloor",
8388
- "standards_construction_type": "Mass",
8088
+ "standards_construction_type": "Unheated",
8389
8089
  "building_category": "Adiabatic",
8390
8090
  "construction": "Adiabatic GroundContactFloor",
8391
8091
  "orientation": null,
@@ -8400,66 +8100,6 @@
8400
8100
  "assembly_minimum_vt_shgc": null,
8401
8101
  "notes": null
8402
8102
  },
8403
- {
8404
- "template": "DOE Ref Pre-1980",
8405
- "climate_zone_set": "ClimateZone 3C",
8406
- "operation_type": null,
8407
- "intended_surface_type": "GroundContactFloor",
8408
- "standards_construction_type": "Mass",
8409
- "building_category": "Nonresidential",
8410
- "construction": "ext-slab-mass",
8411
- "orientation": null,
8412
- "minimum_percent_of_surface": null,
8413
- "maximum_percent_of_surface": null,
8414
- "assembly_maximum_u_value": null,
8415
- "u_value_includes_interior_film_coefficient": true,
8416
- "u_value_includes_exterior_film_coefficient": true,
8417
- "assembly_maximum_f_factor": null,
8418
- "assembly_maximum_c_factor": null,
8419
- "assembly_maximum_solar_heat_gain_coefficient": null,
8420
- "assembly_minimum_vt_shgc": null,
8421
- "notes": null
8422
- },
8423
- {
8424
- "template": "DOE Ref Pre-1980",
8425
- "climate_zone_set": "ClimateZone 3C",
8426
- "operation_type": null,
8427
- "intended_surface_type": "GroundContactFloor",
8428
- "standards_construction_type": "Metal Building",
8429
- "building_category": "Nonresidential",
8430
- "construction": "ext-slab-metal-building",
8431
- "orientation": null,
8432
- "minimum_percent_of_surface": null,
8433
- "maximum_percent_of_surface": null,
8434
- "assembly_maximum_u_value": null,
8435
- "u_value_includes_interior_film_coefficient": true,
8436
- "u_value_includes_exterior_film_coefficient": true,
8437
- "assembly_maximum_f_factor": null,
8438
- "assembly_maximum_c_factor": null,
8439
- "assembly_maximum_solar_heat_gain_coefficient": null,
8440
- "assembly_minimum_vt_shgc": null,
8441
- "notes": null
8442
- },
8443
- {
8444
- "template": "DOE Ref Pre-1980",
8445
- "climate_zone_set": "ClimateZone 3C",
8446
- "operation_type": null,
8447
- "intended_surface_type": "GroundContactFloor",
8448
- "standards_construction_type": "SteelFramed",
8449
- "building_category": "Nonresidential",
8450
- "construction": "ext-slab-steel-frame",
8451
- "orientation": null,
8452
- "minimum_percent_of_surface": null,
8453
- "maximum_percent_of_surface": null,
8454
- "assembly_maximum_u_value": null,
8455
- "u_value_includes_interior_film_coefficient": true,
8456
- "u_value_includes_exterior_film_coefficient": true,
8457
- "assembly_maximum_f_factor": null,
8458
- "assembly_maximum_c_factor": null,
8459
- "assembly_maximum_solar_heat_gain_coefficient": null,
8460
- "assembly_minimum_vt_shgc": null,
8461
- "notes": null
8462
- },
8463
8103
  {
8464
8104
  "template": "DOE Ref Pre-1980",
8465
8105
  "climate_zone_set": "ClimateZone 3C",
@@ -8467,14 +8107,14 @@
8467
8107
  "intended_surface_type": "GroundContactFloor",
8468
8108
  "standards_construction_type": "Unheated",
8469
8109
  "building_category": "Nonresidential",
8470
- "construction": "ext-slab",
8110
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
8471
8111
  "orientation": null,
8472
8112
  "minimum_percent_of_surface": null,
8473
8113
  "maximum_percent_of_surface": null,
8474
8114
  "assembly_maximum_u_value": null,
8475
8115
  "u_value_includes_interior_film_coefficient": true,
8476
8116
  "u_value_includes_exterior_film_coefficient": true,
8477
- "assembly_maximum_f_factor": null,
8117
+ "assembly_maximum_f_factor": 0.73,
8478
8118
  "assembly_maximum_c_factor": null,
8479
8119
  "assembly_maximum_solar_heat_gain_coefficient": null,
8480
8120
  "assembly_minimum_vt_shgc": null,
@@ -8507,14 +8147,14 @@
8507
8147
  "intended_surface_type": "GroundContactFloor",
8508
8148
  "standards_construction_type": "Unheated",
8509
8149
  "building_category": "Semiheated",
8510
- "construction": "ext-slab",
8150
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
8511
8151
  "orientation": null,
8512
8152
  "minimum_percent_of_surface": null,
8513
8153
  "maximum_percent_of_surface": null,
8514
8154
  "assembly_maximum_u_value": null,
8515
8155
  "u_value_includes_interior_film_coefficient": true,
8516
8156
  "u_value_includes_exterior_film_coefficient": true,
8517
- "assembly_maximum_f_factor": null,
8157
+ "assembly_maximum_f_factor": 0.73,
8518
8158
  "assembly_maximum_c_factor": null,
8519
8159
  "assembly_maximum_solar_heat_gain_coefficient": null,
8520
8160
  "assembly_minimum_vt_shgc": null,
@@ -9191,7 +8831,7 @@
9191
8831
  "orientation": null,
9192
8832
  "minimum_percent_of_surface": null,
9193
8833
  "maximum_percent_of_surface": null,
9194
- "assembly_maximum_u_value": null,
8834
+ "assembly_maximum_u_value": 0.086,
9195
8835
  "u_value_includes_interior_film_coefficient": true,
9196
8836
  "u_value_includes_exterior_film_coefficient": true,
9197
8837
  "assembly_maximum_f_factor": null,
@@ -9845,7 +9485,7 @@
9845
9485
  "climate_zone_set": "ClimateZone 4A",
9846
9486
  "operation_type": null,
9847
9487
  "intended_surface_type": "GroundContactFloor",
9848
- "standards_construction_type": "Mass",
9488
+ "standards_construction_type": "Unheated",
9849
9489
  "building_category": "Adiabatic",
9850
9490
  "construction": "Adiabatic GroundContactFloor",
9851
9491
  "orientation": null,
@@ -9865,16 +9505,16 @@
9865
9505
  "climate_zone_set": "ClimateZone 4A",
9866
9506
  "operation_type": null,
9867
9507
  "intended_surface_type": "GroundContactFloor",
9868
- "standards_construction_type": "Mass",
9508
+ "standards_construction_type": "Unheated",
9869
9509
  "building_category": "Nonresidential",
9870
- "construction": "ext-slab-mass",
9510
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
9871
9511
  "orientation": null,
9872
9512
  "minimum_percent_of_surface": null,
9873
9513
  "maximum_percent_of_surface": null,
9874
9514
  "assembly_maximum_u_value": null,
9875
9515
  "u_value_includes_interior_film_coefficient": true,
9876
9516
  "u_value_includes_exterior_film_coefficient": true,
9877
- "assembly_maximum_f_factor": null,
9517
+ "assembly_maximum_f_factor": 0.73,
9878
9518
  "assembly_maximum_c_factor": null,
9879
9519
  "assembly_maximum_solar_heat_gain_coefficient": null,
9880
9520
  "assembly_minimum_vt_shgc": null,
@@ -9885,16 +9525,16 @@
9885
9525
  "climate_zone_set": "ClimateZone 4A",
9886
9526
  "operation_type": null,
9887
9527
  "intended_surface_type": "GroundContactFloor",
9888
- "standards_construction_type": "Metal Building",
9889
- "building_category": "Nonresidential",
9890
- "construction": "ext-slab-metal-building",
9528
+ "standards_construction_type": "Unheated",
9529
+ "building_category": "Residential",
9530
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
9891
9531
  "orientation": null,
9892
9532
  "minimum_percent_of_surface": null,
9893
9533
  "maximum_percent_of_surface": null,
9894
9534
  "assembly_maximum_u_value": null,
9895
9535
  "u_value_includes_interior_film_coefficient": true,
9896
9536
  "u_value_includes_exterior_film_coefficient": true,
9897
- "assembly_maximum_f_factor": null,
9537
+ "assembly_maximum_f_factor": 0.73,
9898
9538
  "assembly_maximum_c_factor": null,
9899
9539
  "assembly_maximum_solar_heat_gain_coefficient": null,
9900
9540
  "assembly_minimum_vt_shgc": null,
@@ -9905,16 +9545,16 @@
9905
9545
  "climate_zone_set": "ClimateZone 4A",
9906
9546
  "operation_type": null,
9907
9547
  "intended_surface_type": "GroundContactFloor",
9908
- "standards_construction_type": "SteelFramed",
9909
- "building_category": "Nonresidential",
9910
- "construction": "ext-slab-steel-frame",
9548
+ "standards_construction_type": "Unheated",
9549
+ "building_category": "Semiheated",
9550
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
9911
9551
  "orientation": null,
9912
9552
  "minimum_percent_of_surface": null,
9913
9553
  "maximum_percent_of_surface": null,
9914
9554
  "assembly_maximum_u_value": null,
9915
9555
  "u_value_includes_interior_film_coefficient": true,
9916
9556
  "u_value_includes_exterior_film_coefficient": true,
9917
- "assembly_maximum_f_factor": null,
9557
+ "assembly_maximum_f_factor": 0.73,
9918
9558
  "assembly_maximum_c_factor": null,
9919
9559
  "assembly_maximum_solar_heat_gain_coefficient": null,
9920
9560
  "assembly_minimum_vt_shgc": null,
@@ -9924,14 +9564,14 @@
9924
9564
  "template": "DOE Ref Pre-1980",
9925
9565
  "climate_zone_set": "ClimateZone 4A",
9926
9566
  "operation_type": null,
9927
- "intended_surface_type": "GroundContactFloor",
9928
- "standards_construction_type": "Unheated",
9567
+ "intended_surface_type": "GroundContactWall",
9568
+ "standards_construction_type": "Mass",
9929
9569
  "building_category": "Nonresidential",
9930
- "construction": "ext-slab",
9570
+ "construction": "Typical Insulated Basement Mass Wall",
9931
9571
  "orientation": null,
9932
9572
  "minimum_percent_of_surface": null,
9933
9573
  "maximum_percent_of_surface": null,
9934
- "assembly_maximum_u_value": null,
9574
+ "assembly_maximum_u_value": 0.0,
9935
9575
  "u_value_includes_interior_film_coefficient": true,
9936
9576
  "u_value_includes_exterior_film_coefficient": true,
9937
9577
  "assembly_maximum_f_factor": null,
@@ -9944,18 +9584,18 @@
9944
9584
  "template": "DOE Ref Pre-1980",
9945
9585
  "climate_zone_set": "ClimateZone 4A",
9946
9586
  "operation_type": null,
9947
- "intended_surface_type": "GroundContactFloor",
9948
- "standards_construction_type": "Unheated",
9587
+ "intended_surface_type": "GroundContactWall",
9588
+ "standards_construction_type": "Mass",
9949
9589
  "building_category": "Residential",
9950
- "construction": "Typical Insulated Carpeted 6in Slab Floor",
9590
+ "construction": "Typical Insulated Basement Mass Wall",
9951
9591
  "orientation": null,
9952
9592
  "minimum_percent_of_surface": null,
9953
9593
  "maximum_percent_of_surface": null,
9954
9594
  "assembly_maximum_u_value": null,
9955
9595
  "u_value_includes_interior_film_coefficient": true,
9956
9596
  "u_value_includes_exterior_film_coefficient": true,
9957
- "assembly_maximum_f_factor": 0.73,
9958
- "assembly_maximum_c_factor": null,
9597
+ "assembly_maximum_f_factor": null,
9598
+ "assembly_maximum_c_factor": 1.14,
9959
9599
  "assembly_maximum_solar_heat_gain_coefficient": null,
9960
9600
  "assembly_minimum_vt_shgc": null,
9961
9601
  "notes": null
@@ -9964,14 +9604,14 @@
9964
9604
  "template": "DOE Ref Pre-1980",
9965
9605
  "climate_zone_set": "ClimateZone 4A",
9966
9606
  "operation_type": null,
9967
- "intended_surface_type": "GroundContactFloor",
9968
- "standards_construction_type": "Unheated",
9607
+ "intended_surface_type": "GroundContactWall",
9608
+ "standards_construction_type": "Mass",
9969
9609
  "building_category": "Semiheated",
9970
- "construction": "ext-slab",
9610
+ "construction": "Typical Insulated Basement Mass Wall",
9971
9611
  "orientation": null,
9972
9612
  "minimum_percent_of_surface": null,
9973
9613
  "maximum_percent_of_surface": null,
9974
- "assembly_maximum_u_value": null,
9614
+ "assembly_maximum_u_value": 0.0,
9975
9615
  "u_value_includes_interior_film_coefficient": true,
9976
9616
  "u_value_includes_exterior_film_coefficient": true,
9977
9617
  "assembly_maximum_f_factor": null,
@@ -9984,81 +9624,21 @@
9984
9624
  "template": "DOE Ref Pre-1980",
9985
9625
  "climate_zone_set": "ClimateZone 4A",
9986
9626
  "operation_type": null,
9987
- "intended_surface_type": "GroundContactWall",
9988
- "standards_construction_type": "Mass",
9627
+ "intended_surface_type": "Skylight",
9628
+ "standards_construction_type": "Glass with Curb",
9989
9629
  "building_category": "Nonresidential",
9990
- "construction": "Typical Insulated Basement Mass Wall",
9630
+ "construction": "U 1.17 SHGC 0.49 Simple Glazing Skylight",
9991
9631
  "orientation": null,
9992
- "minimum_percent_of_surface": null,
9993
- "maximum_percent_of_surface": null,
9994
- "assembly_maximum_u_value": 0.0,
9632
+ "minimum_percent_of_surface": 0.0,
9633
+ "maximum_percent_of_surface": 2.0,
9634
+ "assembly_maximum_u_value": 1.17,
9995
9635
  "u_value_includes_interior_film_coefficient": true,
9996
9636
  "u_value_includes_exterior_film_coefficient": true,
9997
9637
  "assembly_maximum_f_factor": null,
9998
9638
  "assembly_maximum_c_factor": null,
9999
- "assembly_maximum_solar_heat_gain_coefficient": null,
9639
+ "assembly_maximum_solar_heat_gain_coefficient": 0.39,
10000
9640
  "assembly_minimum_vt_shgc": null,
10001
- "notes": null
10002
- },
10003
- {
10004
- "template": "DOE Ref Pre-1980",
10005
- "climate_zone_set": "ClimateZone 4A",
10006
- "operation_type": null,
10007
- "intended_surface_type": "GroundContactWall",
10008
- "standards_construction_type": "Mass",
10009
- "building_category": "Residential",
10010
- "construction": "Typical Insulated Basement Mass Wall",
10011
- "orientation": null,
10012
- "minimum_percent_of_surface": null,
10013
- "maximum_percent_of_surface": null,
10014
- "assembly_maximum_u_value": null,
10015
- "u_value_includes_interior_film_coefficient": true,
10016
- "u_value_includes_exterior_film_coefficient": true,
10017
- "assembly_maximum_f_factor": null,
10018
- "assembly_maximum_c_factor": 1.14,
10019
- "assembly_maximum_solar_heat_gain_coefficient": null,
10020
- "assembly_minimum_vt_shgc": null,
10021
- "notes": null
10022
- },
10023
- {
10024
- "template": "DOE Ref Pre-1980",
10025
- "climate_zone_set": "ClimateZone 4A",
10026
- "operation_type": null,
10027
- "intended_surface_type": "GroundContactWall",
10028
- "standards_construction_type": "Mass",
10029
- "building_category": "Semiheated",
10030
- "construction": "Typical Insulated Basement Mass Wall",
10031
- "orientation": null,
10032
- "minimum_percent_of_surface": null,
10033
- "maximum_percent_of_surface": null,
10034
- "assembly_maximum_u_value": 0.0,
10035
- "u_value_includes_interior_film_coefficient": true,
10036
- "u_value_includes_exterior_film_coefficient": true,
10037
- "assembly_maximum_f_factor": null,
10038
- "assembly_maximum_c_factor": null,
10039
- "assembly_maximum_solar_heat_gain_coefficient": null,
10040
- "assembly_minimum_vt_shgc": null,
10041
- "notes": null
10042
- },
10043
- {
10044
- "template": "DOE Ref Pre-1980",
10045
- "climate_zone_set": "ClimateZone 4A",
10046
- "operation_type": null,
10047
- "intended_surface_type": "Skylight",
10048
- "standards_construction_type": "Glass with Curb",
10049
- "building_category": "Nonresidential",
10050
- "construction": "U 1.17 SHGC 0.49 Simple Glazing Skylight",
10051
- "orientation": null,
10052
- "minimum_percent_of_surface": 0.0,
10053
- "maximum_percent_of_surface": 2.0,
10054
- "assembly_maximum_u_value": 1.17,
10055
- "u_value_includes_interior_film_coefficient": true,
10056
- "u_value_includes_exterior_film_coefficient": true,
10057
- "assembly_maximum_f_factor": null,
10058
- "assembly_maximum_c_factor": null,
10059
- "assembly_maximum_solar_heat_gain_coefficient": 0.39,
10060
- "assembly_minimum_vt_shgc": null,
10061
- "notes": "same as 90.1-2004"
9641
+ "notes": "same as 90.1-2004"
10062
9642
  },
10063
9643
  {
10064
9644
  "template": "DOE Ref Pre-1980",
@@ -10651,7 +10231,7 @@
10651
10231
  "orientation": null,
10652
10232
  "minimum_percent_of_surface": null,
10653
10233
  "maximum_percent_of_surface": null,
10654
- "assembly_maximum_u_value": null,
10234
+ "assembly_maximum_u_value": 0.089,
10655
10235
  "u_value_includes_interior_film_coefficient": true,
10656
10236
  "u_value_includes_exterior_film_coefficient": true,
10657
10237
  "assembly_maximum_f_factor": null,
@@ -11305,7 +10885,7 @@
11305
10885
  "climate_zone_set": "ClimateZone 4B",
11306
10886
  "operation_type": null,
11307
10887
  "intended_surface_type": "GroundContactFloor",
11308
- "standards_construction_type": "Mass",
10888
+ "standards_construction_type": "Unheated",
11309
10889
  "building_category": "Adiabatic",
11310
10890
  "construction": "Adiabatic GroundContactFloor",
11311
10891
  "orientation": null,
@@ -11320,66 +10900,6 @@
11320
10900
  "assembly_minimum_vt_shgc": null,
11321
10901
  "notes": null
11322
10902
  },
11323
- {
11324
- "template": "DOE Ref Pre-1980",
11325
- "climate_zone_set": "ClimateZone 4B",
11326
- "operation_type": null,
11327
- "intended_surface_type": "GroundContactFloor",
11328
- "standards_construction_type": "Mass",
11329
- "building_category": "Nonresidential",
11330
- "construction": "ext-slab-mass",
11331
- "orientation": null,
11332
- "minimum_percent_of_surface": null,
11333
- "maximum_percent_of_surface": null,
11334
- "assembly_maximum_u_value": null,
11335
- "u_value_includes_interior_film_coefficient": true,
11336
- "u_value_includes_exterior_film_coefficient": true,
11337
- "assembly_maximum_f_factor": null,
11338
- "assembly_maximum_c_factor": null,
11339
- "assembly_maximum_solar_heat_gain_coefficient": null,
11340
- "assembly_minimum_vt_shgc": null,
11341
- "notes": null
11342
- },
11343
- {
11344
- "template": "DOE Ref Pre-1980",
11345
- "climate_zone_set": "ClimateZone 4B",
11346
- "operation_type": null,
11347
- "intended_surface_type": "GroundContactFloor",
11348
- "standards_construction_type": "Metal Building",
11349
- "building_category": "Nonresidential",
11350
- "construction": "ext-slab-metal-building",
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": "DOE Ref Pre-1980",
11365
- "climate_zone_set": "ClimateZone 4B",
11366
- "operation_type": null,
11367
- "intended_surface_type": "GroundContactFloor",
11368
- "standards_construction_type": "SteelFramed",
11369
- "building_category": "Nonresidential",
11370
- "construction": "ext-slab-steel-frame",
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
10903
  {
11384
10904
  "template": "DOE Ref Pre-1980",
11385
10905
  "climate_zone_set": "ClimateZone 4B",
@@ -11387,14 +10907,14 @@
11387
10907
  "intended_surface_type": "GroundContactFloor",
11388
10908
  "standards_construction_type": "Unheated",
11389
10909
  "building_category": "Nonresidential",
11390
- "construction": "ext-slab",
10910
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
11391
10911
  "orientation": null,
11392
10912
  "minimum_percent_of_surface": null,
11393
10913
  "maximum_percent_of_surface": null,
11394
10914
  "assembly_maximum_u_value": null,
11395
10915
  "u_value_includes_interior_film_coefficient": true,
11396
10916
  "u_value_includes_exterior_film_coefficient": true,
11397
- "assembly_maximum_f_factor": null,
10917
+ "assembly_maximum_f_factor": 0.73,
11398
10918
  "assembly_maximum_c_factor": null,
11399
10919
  "assembly_maximum_solar_heat_gain_coefficient": null,
11400
10920
  "assembly_minimum_vt_shgc": null,
@@ -11427,14 +10947,14 @@
11427
10947
  "intended_surface_type": "GroundContactFloor",
11428
10948
  "standards_construction_type": "Unheated",
11429
10949
  "building_category": "Semiheated",
11430
- "construction": "ext-slab",
10950
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
11431
10951
  "orientation": null,
11432
10952
  "minimum_percent_of_surface": null,
11433
10953
  "maximum_percent_of_surface": null,
11434
10954
  "assembly_maximum_u_value": null,
11435
10955
  "u_value_includes_interior_film_coefficient": true,
11436
10956
  "u_value_includes_exterior_film_coefficient": true,
11437
- "assembly_maximum_f_factor": null,
10957
+ "assembly_maximum_f_factor": 0.73,
11438
10958
  "assembly_maximum_c_factor": null,
11439
10959
  "assembly_maximum_solar_heat_gain_coefficient": null,
11440
10960
  "assembly_minimum_vt_shgc": null,
@@ -12111,7 +11631,7 @@
12111
11631
  "orientation": null,
12112
11632
  "minimum_percent_of_surface": null,
12113
11633
  "maximum_percent_of_surface": null,
12114
- "assembly_maximum_u_value": null,
11634
+ "assembly_maximum_u_value": 0.085,
12115
11635
  "u_value_includes_interior_film_coefficient": true,
12116
11636
  "u_value_includes_exterior_film_coefficient": true,
12117
11637
  "assembly_maximum_f_factor": null,
@@ -12765,7 +12285,7 @@
12765
12285
  "climate_zone_set": "ClimateZone 4C",
12766
12286
  "operation_type": null,
12767
12287
  "intended_surface_type": "GroundContactFloor",
12768
- "standards_construction_type": "Mass",
12288
+ "standards_construction_type": "Unheated",
12769
12289
  "building_category": "Adiabatic",
12770
12290
  "construction": "Adiabatic GroundContactFloor",
12771
12291
  "orientation": null,
@@ -12780,66 +12300,6 @@
12780
12300
  "assembly_minimum_vt_shgc": null,
12781
12301
  "notes": null
12782
12302
  },
12783
- {
12784
- "template": "DOE Ref Pre-1980",
12785
- "climate_zone_set": "ClimateZone 4C",
12786
- "operation_type": null,
12787
- "intended_surface_type": "GroundContactFloor",
12788
- "standards_construction_type": "Mass",
12789
- "building_category": "Nonresidential",
12790
- "construction": "ext-slab-mass",
12791
- "orientation": null,
12792
- "minimum_percent_of_surface": null,
12793
- "maximum_percent_of_surface": null,
12794
- "assembly_maximum_u_value": null,
12795
- "u_value_includes_interior_film_coefficient": true,
12796
- "u_value_includes_exterior_film_coefficient": true,
12797
- "assembly_maximum_f_factor": null,
12798
- "assembly_maximum_c_factor": null,
12799
- "assembly_maximum_solar_heat_gain_coefficient": null,
12800
- "assembly_minimum_vt_shgc": null,
12801
- "notes": null
12802
- },
12803
- {
12804
- "template": "DOE Ref Pre-1980",
12805
- "climate_zone_set": "ClimateZone 4C",
12806
- "operation_type": null,
12807
- "intended_surface_type": "GroundContactFloor",
12808
- "standards_construction_type": "Metal Building",
12809
- "building_category": "Nonresidential",
12810
- "construction": "ext-slab-metal-building",
12811
- "orientation": null,
12812
- "minimum_percent_of_surface": null,
12813
- "maximum_percent_of_surface": null,
12814
- "assembly_maximum_u_value": null,
12815
- "u_value_includes_interior_film_coefficient": true,
12816
- "u_value_includes_exterior_film_coefficient": true,
12817
- "assembly_maximum_f_factor": null,
12818
- "assembly_maximum_c_factor": null,
12819
- "assembly_maximum_solar_heat_gain_coefficient": null,
12820
- "assembly_minimum_vt_shgc": null,
12821
- "notes": null
12822
- },
12823
- {
12824
- "template": "DOE Ref Pre-1980",
12825
- "climate_zone_set": "ClimateZone 4C",
12826
- "operation_type": null,
12827
- "intended_surface_type": "GroundContactFloor",
12828
- "standards_construction_type": "SteelFramed",
12829
- "building_category": "Nonresidential",
12830
- "construction": "ext-slab-steel-frame",
12831
- "orientation": null,
12832
- "minimum_percent_of_surface": null,
12833
- "maximum_percent_of_surface": null,
12834
- "assembly_maximum_u_value": null,
12835
- "u_value_includes_interior_film_coefficient": true,
12836
- "u_value_includes_exterior_film_coefficient": true,
12837
- "assembly_maximum_f_factor": null,
12838
- "assembly_maximum_c_factor": null,
12839
- "assembly_maximum_solar_heat_gain_coefficient": null,
12840
- "assembly_minimum_vt_shgc": null,
12841
- "notes": null
12842
- },
12843
12303
  {
12844
12304
  "template": "DOE Ref Pre-1980",
12845
12305
  "climate_zone_set": "ClimateZone 4C",
@@ -12847,14 +12307,14 @@
12847
12307
  "intended_surface_type": "GroundContactFloor",
12848
12308
  "standards_construction_type": "Unheated",
12849
12309
  "building_category": "Nonresidential",
12850
- "construction": "ext-slab",
12310
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
12851
12311
  "orientation": null,
12852
12312
  "minimum_percent_of_surface": null,
12853
12313
  "maximum_percent_of_surface": null,
12854
12314
  "assembly_maximum_u_value": null,
12855
12315
  "u_value_includes_interior_film_coefficient": true,
12856
12316
  "u_value_includes_exterior_film_coefficient": true,
12857
- "assembly_maximum_f_factor": null,
12317
+ "assembly_maximum_f_factor": 0.73,
12858
12318
  "assembly_maximum_c_factor": null,
12859
12319
  "assembly_maximum_solar_heat_gain_coefficient": null,
12860
12320
  "assembly_minimum_vt_shgc": null,
@@ -12874,7 +12334,7 @@
12874
12334
  "assembly_maximum_u_value": null,
12875
12335
  "u_value_includes_interior_film_coefficient": true,
12876
12336
  "u_value_includes_exterior_film_coefficient": true,
12877
- "assembly_maximum_f_factor": 0.73,
12337
+ "assembly_maximum_f_factor": 0.729999999999999,
12878
12338
  "assembly_maximum_c_factor": null,
12879
12339
  "assembly_maximum_solar_heat_gain_coefficient": null,
12880
12340
  "assembly_minimum_vt_shgc": null,
@@ -12887,14 +12347,14 @@
12887
12347
  "intended_surface_type": "GroundContactFloor",
12888
12348
  "standards_construction_type": "Unheated",
12889
12349
  "building_category": "Semiheated",
12890
- "construction": "ext-slab",
12350
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
12891
12351
  "orientation": null,
12892
12352
  "minimum_percent_of_surface": null,
12893
12353
  "maximum_percent_of_surface": null,
12894
12354
  "assembly_maximum_u_value": null,
12895
12355
  "u_value_includes_interior_film_coefficient": true,
12896
12356
  "u_value_includes_exterior_film_coefficient": true,
12897
- "assembly_maximum_f_factor": null,
12357
+ "assembly_maximum_f_factor": 0.729999999999999,
12898
12358
  "assembly_maximum_c_factor": null,
12899
12359
  "assembly_maximum_solar_heat_gain_coefficient": null,
12900
12360
  "assembly_minimum_vt_shgc": null,
@@ -13571,7 +13031,7 @@
13571
13031
  "orientation": null,
13572
13032
  "minimum_percent_of_surface": null,
13573
13033
  "maximum_percent_of_surface": null,
13574
- "assembly_maximum_u_value": null,
13034
+ "assembly_maximum_u_value": 0.072,
13575
13035
  "u_value_includes_interior_film_coefficient": true,
13576
13036
  "u_value_includes_exterior_film_coefficient": true,
13577
13037
  "assembly_maximum_f_factor": null,
@@ -14225,7 +13685,7 @@
14225
13685
  "climate_zone_set": "ClimateZone 5A",
14226
13686
  "operation_type": null,
14227
13687
  "intended_surface_type": "GroundContactFloor",
14228
- "standards_construction_type": "Mass",
13688
+ "standards_construction_type": "Unheated",
14229
13689
  "building_category": "Adiabatic",
14230
13690
  "construction": "Adiabatic GroundContactFloor",
14231
13691
  "orientation": null,
@@ -14240,66 +13700,6 @@
14240
13700
  "assembly_minimum_vt_shgc": null,
14241
13701
  "notes": null
14242
13702
  },
14243
- {
14244
- "template": "DOE Ref Pre-1980",
14245
- "climate_zone_set": "ClimateZone 5A",
14246
- "operation_type": null,
14247
- "intended_surface_type": "GroundContactFloor",
14248
- "standards_construction_type": "Mass",
14249
- "building_category": "Nonresidential",
14250
- "construction": "ext-slab-mass",
14251
- "orientation": null,
14252
- "minimum_percent_of_surface": null,
14253
- "maximum_percent_of_surface": null,
14254
- "assembly_maximum_u_value": null,
14255
- "u_value_includes_interior_film_coefficient": true,
14256
- "u_value_includes_exterior_film_coefficient": true,
14257
- "assembly_maximum_f_factor": null,
14258
- "assembly_maximum_c_factor": null,
14259
- "assembly_maximum_solar_heat_gain_coefficient": null,
14260
- "assembly_minimum_vt_shgc": null,
14261
- "notes": null
14262
- },
14263
- {
14264
- "template": "DOE Ref Pre-1980",
14265
- "climate_zone_set": "ClimateZone 5A",
14266
- "operation_type": null,
14267
- "intended_surface_type": "GroundContactFloor",
14268
- "standards_construction_type": "Metal Building",
14269
- "building_category": "Nonresidential",
14270
- "construction": "ext-slab-metal-building",
14271
- "orientation": null,
14272
- "minimum_percent_of_surface": null,
14273
- "maximum_percent_of_surface": null,
14274
- "assembly_maximum_u_value": null,
14275
- "u_value_includes_interior_film_coefficient": true,
14276
- "u_value_includes_exterior_film_coefficient": true,
14277
- "assembly_maximum_f_factor": null,
14278
- "assembly_maximum_c_factor": null,
14279
- "assembly_maximum_solar_heat_gain_coefficient": null,
14280
- "assembly_minimum_vt_shgc": null,
14281
- "notes": null
14282
- },
14283
- {
14284
- "template": "DOE Ref Pre-1980",
14285
- "climate_zone_set": "ClimateZone 5A",
14286
- "operation_type": null,
14287
- "intended_surface_type": "GroundContactFloor",
14288
- "standards_construction_type": "SteelFramed",
14289
- "building_category": "Nonresidential",
14290
- "construction": "ext-slab-steel-frame",
14291
- "orientation": null,
14292
- "minimum_percent_of_surface": null,
14293
- "maximum_percent_of_surface": null,
14294
- "assembly_maximum_u_value": null,
14295
- "u_value_includes_interior_film_coefficient": true,
14296
- "u_value_includes_exterior_film_coefficient": true,
14297
- "assembly_maximum_f_factor": null,
14298
- "assembly_maximum_c_factor": null,
14299
- "assembly_maximum_solar_heat_gain_coefficient": null,
14300
- "assembly_minimum_vt_shgc": null,
14301
- "notes": null
14302
- },
14303
13703
  {
14304
13704
  "template": "DOE Ref Pre-1980",
14305
13705
  "climate_zone_set": "ClimateZone 5A",
@@ -14307,14 +13707,14 @@
14307
13707
  "intended_surface_type": "GroundContactFloor",
14308
13708
  "standards_construction_type": "Unheated",
14309
13709
  "building_category": "Nonresidential",
14310
- "construction": "ext-slab",
13710
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
14311
13711
  "orientation": null,
14312
13712
  "minimum_percent_of_surface": null,
14313
13713
  "maximum_percent_of_surface": null,
14314
13714
  "assembly_maximum_u_value": null,
14315
13715
  "u_value_includes_interior_film_coefficient": true,
14316
13716
  "u_value_includes_exterior_film_coefficient": true,
14317
- "assembly_maximum_f_factor": null,
13717
+ "assembly_maximum_f_factor": 0.729999999999999,
14318
13718
  "assembly_maximum_c_factor": null,
14319
13719
  "assembly_maximum_solar_heat_gain_coefficient": null,
14320
13720
  "assembly_minimum_vt_shgc": null,
@@ -14334,7 +13734,7 @@
14334
13734
  "assembly_maximum_u_value": null,
14335
13735
  "u_value_includes_interior_film_coefficient": true,
14336
13736
  "u_value_includes_exterior_film_coefficient": true,
14337
- "assembly_maximum_f_factor": 0.73,
13737
+ "assembly_maximum_f_factor": 0.729999999999999,
14338
13738
  "assembly_maximum_c_factor": null,
14339
13739
  "assembly_maximum_solar_heat_gain_coefficient": null,
14340
13740
  "assembly_minimum_vt_shgc": null,
@@ -14347,14 +13747,14 @@
14347
13747
  "intended_surface_type": "GroundContactFloor",
14348
13748
  "standards_construction_type": "Unheated",
14349
13749
  "building_category": "Semiheated",
14350
- "construction": "ext-slab",
13750
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
14351
13751
  "orientation": null,
14352
13752
  "minimum_percent_of_surface": null,
14353
13753
  "maximum_percent_of_surface": null,
14354
13754
  "assembly_maximum_u_value": null,
14355
13755
  "u_value_includes_interior_film_coefficient": true,
14356
13756
  "u_value_includes_exterior_film_coefficient": true,
14357
- "assembly_maximum_f_factor": null,
13757
+ "assembly_maximum_f_factor": 0.729999999999999,
14358
13758
  "assembly_maximum_c_factor": null,
14359
13759
  "assembly_maximum_solar_heat_gain_coefficient": null,
14360
13760
  "assembly_minimum_vt_shgc": null,
@@ -15031,7 +14431,7 @@
15031
14431
  "orientation": null,
15032
14432
  "minimum_percent_of_surface": null,
15033
14433
  "maximum_percent_of_surface": null,
15034
- "assembly_maximum_u_value": null,
14434
+ "assembly_maximum_u_value": 0.076,
15035
14435
  "u_value_includes_interior_film_coefficient": true,
15036
14436
  "u_value_includes_exterior_film_coefficient": true,
15037
14437
  "assembly_maximum_f_factor": null,
@@ -15685,7 +15085,7 @@
15685
15085
  "climate_zone_set": "ClimateZone 5B",
15686
15086
  "operation_type": null,
15687
15087
  "intended_surface_type": "GroundContactFloor",
15688
- "standards_construction_type": "Mass",
15088
+ "standards_construction_type": "Unheated",
15689
15089
  "building_category": "Adiabatic",
15690
15090
  "construction": "Adiabatic GroundContactFloor",
15691
15091
  "orientation": null,
@@ -15700,66 +15100,6 @@
15700
15100
  "assembly_minimum_vt_shgc": null,
15701
15101
  "notes": null
15702
15102
  },
15703
- {
15704
- "template": "DOE Ref Pre-1980",
15705
- "climate_zone_set": "ClimateZone 5B",
15706
- "operation_type": null,
15707
- "intended_surface_type": "GroundContactFloor",
15708
- "standards_construction_type": "Mass",
15709
- "building_category": "Nonresidential",
15710
- "construction": "ext-slab-mass",
15711
- "orientation": null,
15712
- "minimum_percent_of_surface": null,
15713
- "maximum_percent_of_surface": null,
15714
- "assembly_maximum_u_value": null,
15715
- "u_value_includes_interior_film_coefficient": true,
15716
- "u_value_includes_exterior_film_coefficient": true,
15717
- "assembly_maximum_f_factor": null,
15718
- "assembly_maximum_c_factor": null,
15719
- "assembly_maximum_solar_heat_gain_coefficient": null,
15720
- "assembly_minimum_vt_shgc": null,
15721
- "notes": null
15722
- },
15723
- {
15724
- "template": "DOE Ref Pre-1980",
15725
- "climate_zone_set": "ClimateZone 5B",
15726
- "operation_type": null,
15727
- "intended_surface_type": "GroundContactFloor",
15728
- "standards_construction_type": "Metal Building",
15729
- "building_category": "Nonresidential",
15730
- "construction": "ext-slab-metal-building",
15731
- "orientation": null,
15732
- "minimum_percent_of_surface": null,
15733
- "maximum_percent_of_surface": null,
15734
- "assembly_maximum_u_value": null,
15735
- "u_value_includes_interior_film_coefficient": true,
15736
- "u_value_includes_exterior_film_coefficient": true,
15737
- "assembly_maximum_f_factor": null,
15738
- "assembly_maximum_c_factor": null,
15739
- "assembly_maximum_solar_heat_gain_coefficient": null,
15740
- "assembly_minimum_vt_shgc": null,
15741
- "notes": null
15742
- },
15743
- {
15744
- "template": "DOE Ref Pre-1980",
15745
- "climate_zone_set": "ClimateZone 5B",
15746
- "operation_type": null,
15747
- "intended_surface_type": "GroundContactFloor",
15748
- "standards_construction_type": "SteelFramed",
15749
- "building_category": "Nonresidential",
15750
- "construction": "ext-slab-steel-frame",
15751
- "orientation": null,
15752
- "minimum_percent_of_surface": null,
15753
- "maximum_percent_of_surface": null,
15754
- "assembly_maximum_u_value": null,
15755
- "u_value_includes_interior_film_coefficient": true,
15756
- "u_value_includes_exterior_film_coefficient": true,
15757
- "assembly_maximum_f_factor": null,
15758
- "assembly_maximum_c_factor": null,
15759
- "assembly_maximum_solar_heat_gain_coefficient": null,
15760
- "assembly_minimum_vt_shgc": null,
15761
- "notes": null
15762
- },
15763
15103
  {
15764
15104
  "template": "DOE Ref Pre-1980",
15765
15105
  "climate_zone_set": "ClimateZone 5B",
@@ -15767,14 +15107,14 @@
15767
15107
  "intended_surface_type": "GroundContactFloor",
15768
15108
  "standards_construction_type": "Unheated",
15769
15109
  "building_category": "Nonresidential",
15770
- "construction": "ext-slab",
15110
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
15771
15111
  "orientation": null,
15772
15112
  "minimum_percent_of_surface": null,
15773
15113
  "maximum_percent_of_surface": null,
15774
15114
  "assembly_maximum_u_value": null,
15775
15115
  "u_value_includes_interior_film_coefficient": true,
15776
15116
  "u_value_includes_exterior_film_coefficient": true,
15777
- "assembly_maximum_f_factor": null,
15117
+ "assembly_maximum_f_factor": 0.729999999999999,
15778
15118
  "assembly_maximum_c_factor": null,
15779
15119
  "assembly_maximum_solar_heat_gain_coefficient": null,
15780
15120
  "assembly_minimum_vt_shgc": null,
@@ -15794,7 +15134,7 @@
15794
15134
  "assembly_maximum_u_value": null,
15795
15135
  "u_value_includes_interior_film_coefficient": true,
15796
15136
  "u_value_includes_exterior_film_coefficient": true,
15797
- "assembly_maximum_f_factor": 0.73,
15137
+ "assembly_maximum_f_factor": 0.729999999999999,
15798
15138
  "assembly_maximum_c_factor": null,
15799
15139
  "assembly_maximum_solar_heat_gain_coefficient": null,
15800
15140
  "assembly_minimum_vt_shgc": null,
@@ -15807,14 +15147,14 @@
15807
15147
  "intended_surface_type": "GroundContactFloor",
15808
15148
  "standards_construction_type": "Unheated",
15809
15149
  "building_category": "Semiheated",
15810
- "construction": "ext-slab",
15150
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
15811
15151
  "orientation": null,
15812
15152
  "minimum_percent_of_surface": null,
15813
15153
  "maximum_percent_of_surface": null,
15814
15154
  "assembly_maximum_u_value": null,
15815
15155
  "u_value_includes_interior_film_coefficient": true,
15816
15156
  "u_value_includes_exterior_film_coefficient": true,
15817
- "assembly_maximum_f_factor": null,
15157
+ "assembly_maximum_f_factor": 0.729999999999999,
15818
15158
  "assembly_maximum_c_factor": null,
15819
15159
  "assembly_maximum_solar_heat_gain_coefficient": null,
15820
15160
  "assembly_minimum_vt_shgc": null,
@@ -16491,7 +15831,7 @@
16491
15831
  "orientation": null,
16492
15832
  "minimum_percent_of_surface": null,
16493
15833
  "maximum_percent_of_surface": null,
16494
- "assembly_maximum_u_value": null,
15834
+ "assembly_maximum_u_value": 0.076,
16495
15835
  "u_value_includes_interior_film_coefficient": true,
16496
15836
  "u_value_includes_exterior_film_coefficient": true,
16497
15837
  "assembly_maximum_f_factor": null,
@@ -17145,7 +16485,7 @@
17145
16485
  "climate_zone_set": "ClimateZone 5C",
17146
16486
  "operation_type": null,
17147
16487
  "intended_surface_type": "GroundContactFloor",
17148
- "standards_construction_type": "Mass",
16488
+ "standards_construction_type": "Unheated",
17149
16489
  "building_category": "Adiabatic",
17150
16490
  "construction": "Adiabatic GroundContactFloor",
17151
16491
  "orientation": null,
@@ -17160,66 +16500,6 @@
17160
16500
  "assembly_minimum_vt_shgc": null,
17161
16501
  "notes": null
17162
16502
  },
17163
- {
17164
- "template": "DOE Ref Pre-1980",
17165
- "climate_zone_set": "ClimateZone 5C",
17166
- "operation_type": null,
17167
- "intended_surface_type": "GroundContactFloor",
17168
- "standards_construction_type": "Mass",
17169
- "building_category": "Nonresidential",
17170
- "construction": "ext-slab-mass",
17171
- "orientation": null,
17172
- "minimum_percent_of_surface": null,
17173
- "maximum_percent_of_surface": null,
17174
- "assembly_maximum_u_value": null,
17175
- "u_value_includes_interior_film_coefficient": true,
17176
- "u_value_includes_exterior_film_coefficient": true,
17177
- "assembly_maximum_f_factor": null,
17178
- "assembly_maximum_c_factor": null,
17179
- "assembly_maximum_solar_heat_gain_coefficient": null,
17180
- "assembly_minimum_vt_shgc": null,
17181
- "notes": null
17182
- },
17183
- {
17184
- "template": "DOE Ref Pre-1980",
17185
- "climate_zone_set": "ClimateZone 5C",
17186
- "operation_type": null,
17187
- "intended_surface_type": "GroundContactFloor",
17188
- "standards_construction_type": "Metal Building",
17189
- "building_category": "Nonresidential",
17190
- "construction": "ext-slab-metal-building",
17191
- "orientation": null,
17192
- "minimum_percent_of_surface": null,
17193
- "maximum_percent_of_surface": null,
17194
- "assembly_maximum_u_value": null,
17195
- "u_value_includes_interior_film_coefficient": true,
17196
- "u_value_includes_exterior_film_coefficient": true,
17197
- "assembly_maximum_f_factor": null,
17198
- "assembly_maximum_c_factor": null,
17199
- "assembly_maximum_solar_heat_gain_coefficient": null,
17200
- "assembly_minimum_vt_shgc": null,
17201
- "notes": null
17202
- },
17203
- {
17204
- "template": "DOE Ref Pre-1980",
17205
- "climate_zone_set": "ClimateZone 5C",
17206
- "operation_type": null,
17207
- "intended_surface_type": "GroundContactFloor",
17208
- "standards_construction_type": "SteelFramed",
17209
- "building_category": "Nonresidential",
17210
- "construction": "ext-slab-steel-frame",
17211
- "orientation": null,
17212
- "minimum_percent_of_surface": null,
17213
- "maximum_percent_of_surface": null,
17214
- "assembly_maximum_u_value": null,
17215
- "u_value_includes_interior_film_coefficient": true,
17216
- "u_value_includes_exterior_film_coefficient": true,
17217
- "assembly_maximum_f_factor": null,
17218
- "assembly_maximum_c_factor": null,
17219
- "assembly_maximum_solar_heat_gain_coefficient": null,
17220
- "assembly_minimum_vt_shgc": null,
17221
- "notes": null
17222
- },
17223
16503
  {
17224
16504
  "template": "DOE Ref Pre-1980",
17225
16505
  "climate_zone_set": "ClimateZone 5C",
@@ -17227,14 +16507,14 @@
17227
16507
  "intended_surface_type": "GroundContactFloor",
17228
16508
  "standards_construction_type": "Unheated",
17229
16509
  "building_category": "Nonresidential",
17230
- "construction": "ext-slab",
16510
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
17231
16511
  "orientation": null,
17232
16512
  "minimum_percent_of_surface": null,
17233
16513
  "maximum_percent_of_surface": null,
17234
16514
  "assembly_maximum_u_value": null,
17235
16515
  "u_value_includes_interior_film_coefficient": true,
17236
16516
  "u_value_includes_exterior_film_coefficient": true,
17237
- "assembly_maximum_f_factor": null,
16517
+ "assembly_maximum_f_factor": 0.729999999999999,
17238
16518
  "assembly_maximum_c_factor": null,
17239
16519
  "assembly_maximum_solar_heat_gain_coefficient": null,
17240
16520
  "assembly_minimum_vt_shgc": null,
@@ -17254,7 +16534,7 @@
17254
16534
  "assembly_maximum_u_value": null,
17255
16535
  "u_value_includes_interior_film_coefficient": true,
17256
16536
  "u_value_includes_exterior_film_coefficient": true,
17257
- "assembly_maximum_f_factor": 0.73,
16537
+ "assembly_maximum_f_factor": 0.729999999999999,
17258
16538
  "assembly_maximum_c_factor": null,
17259
16539
  "assembly_maximum_solar_heat_gain_coefficient": null,
17260
16540
  "assembly_minimum_vt_shgc": null,
@@ -17267,14 +16547,14 @@
17267
16547
  "intended_surface_type": "GroundContactFloor",
17268
16548
  "standards_construction_type": "Unheated",
17269
16549
  "building_category": "Semiheated",
17270
- "construction": "ext-slab",
16550
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
17271
16551
  "orientation": null,
17272
16552
  "minimum_percent_of_surface": null,
17273
16553
  "maximum_percent_of_surface": null,
17274
16554
  "assembly_maximum_u_value": null,
17275
16555
  "u_value_includes_interior_film_coefficient": true,
17276
16556
  "u_value_includes_exterior_film_coefficient": true,
17277
- "assembly_maximum_f_factor": null,
16557
+ "assembly_maximum_f_factor": 0.729999999999999,
17278
16558
  "assembly_maximum_c_factor": null,
17279
16559
  "assembly_maximum_solar_heat_gain_coefficient": null,
17280
16560
  "assembly_minimum_vt_shgc": null,
@@ -17951,7 +17231,7 @@
17951
17231
  "orientation": null,
17952
17232
  "minimum_percent_of_surface": null,
17953
17233
  "maximum_percent_of_surface": null,
17954
- "assembly_maximum_u_value": null,
17234
+ "assembly_maximum_u_value": 0.06,
17955
17235
  "u_value_includes_interior_film_coefficient": true,
17956
17236
  "u_value_includes_exterior_film_coefficient": true,
17957
17237
  "assembly_maximum_f_factor": null,
@@ -18514,69 +17794,9 @@
18514
17794
  "assembly_maximum_u_value": 0.57,
18515
17795
  "u_value_includes_interior_film_coefficient": true,
18516
17796
  "u_value_includes_exterior_film_coefficient": true,
18517
- "assembly_maximum_f_factor": null,
18518
- "assembly_maximum_c_factor": null,
18519
- "assembly_maximum_solar_heat_gain_coefficient": 0.39,
18520
- "assembly_minimum_vt_shgc": null,
18521
- "notes": null
18522
- },
18523
- {
18524
- "template": "DOE Ref Pre-1980",
18525
- "climate_zone_set": "ClimateZone 6A",
18526
- "operation_type": null,
18527
- "intended_surface_type": "GlassDoor",
18528
- "standards_construction_type": "Metal framing (entrance door)",
18529
- "building_category": "Semiheated",
18530
- "construction": "U 1.22 SHGC 0.25 Sgl Elec Ref Colored 6mm",
18531
- "orientation": null,
18532
- "minimum_percent_of_surface": null,
18533
- "maximum_percent_of_surface": null,
18534
- "assembly_maximum_u_value": 1.22,
18535
- "u_value_includes_interior_film_coefficient": true,
18536
- "u_value_includes_exterior_film_coefficient": true,
18537
- "assembly_maximum_f_factor": null,
18538
- "assembly_maximum_c_factor": null,
18539
- "assembly_maximum_solar_heat_gain_coefficient": null,
18540
- "assembly_minimum_vt_shgc": null,
18541
- "notes": null
18542
- },
18543
- {
18544
- "template": "DOE Ref Pre-1980",
18545
- "climate_zone_set": "ClimateZone 6A",
18546
- "operation_type": null,
18547
- "intended_surface_type": "GroundContactFloor",
18548
- "standards_construction_type": "Heated",
18549
- "building_category": "Nonresidential",
18550
- "construction": "Typical Insulated Carpeted 6in Slab Floor",
18551
- "orientation": null,
18552
- "minimum_percent_of_surface": null,
18553
- "maximum_percent_of_surface": null,
18554
- "assembly_maximum_u_value": null,
18555
- "u_value_includes_interior_film_coefficient": true,
18556
- "u_value_includes_exterior_film_coefficient": true,
18557
- "assembly_maximum_f_factor": 0.84,
18558
- "assembly_maximum_c_factor": null,
18559
- "assembly_maximum_solar_heat_gain_coefficient": null,
18560
- "assembly_minimum_vt_shgc": null,
18561
- "notes": null
18562
- },
18563
- {
18564
- "template": "DOE Ref Pre-1980",
18565
- "climate_zone_set": "ClimateZone 6A",
18566
- "operation_type": null,
18567
- "intended_surface_type": "GroundContactFloor",
18568
- "standards_construction_type": "Heated",
18569
- "building_category": "Residential",
18570
- "construction": "Typical Insulated Carpeted 6in Slab Floor",
18571
- "orientation": null,
18572
- "minimum_percent_of_surface": null,
18573
- "maximum_percent_of_surface": null,
18574
- "assembly_maximum_u_value": null,
18575
- "u_value_includes_interior_film_coefficient": true,
18576
- "u_value_includes_exterior_film_coefficient": true,
18577
- "assembly_maximum_f_factor": 0.78,
17797
+ "assembly_maximum_f_factor": null,
18578
17798
  "assembly_maximum_c_factor": null,
18579
- "assembly_maximum_solar_heat_gain_coefficient": null,
17799
+ "assembly_maximum_solar_heat_gain_coefficient": 0.39,
18580
17800
  "assembly_minimum_vt_shgc": null,
18581
17801
  "notes": null
18582
17802
  },
@@ -18584,17 +17804,17 @@
18584
17804
  "template": "DOE Ref Pre-1980",
18585
17805
  "climate_zone_set": "ClimateZone 6A",
18586
17806
  "operation_type": null,
18587
- "intended_surface_type": "GroundContactFloor",
18588
- "standards_construction_type": "Heated",
17807
+ "intended_surface_type": "GlassDoor",
17808
+ "standards_construction_type": "Metal framing (entrance door)",
18589
17809
  "building_category": "Semiheated",
18590
- "construction": "Typical Insulated Carpeted 6in Slab Floor",
17810
+ "construction": "U 1.22 SHGC 0.25 Sgl Elec Ref Colored 6mm",
18591
17811
  "orientation": null,
18592
17812
  "minimum_percent_of_surface": null,
18593
17813
  "maximum_percent_of_surface": null,
18594
- "assembly_maximum_u_value": null,
17814
+ "assembly_maximum_u_value": 1.22,
18595
17815
  "u_value_includes_interior_film_coefficient": true,
18596
17816
  "u_value_includes_exterior_film_coefficient": true,
18597
- "assembly_maximum_f_factor": 1.02,
17817
+ "assembly_maximum_f_factor": null,
18598
17818
  "assembly_maximum_c_factor": null,
18599
17819
  "assembly_maximum_solar_heat_gain_coefficient": null,
18600
17820
  "assembly_minimum_vt_shgc": null,
@@ -18605,16 +17825,16 @@
18605
17825
  "climate_zone_set": "ClimateZone 6A",
18606
17826
  "operation_type": null,
18607
17827
  "intended_surface_type": "GroundContactFloor",
18608
- "standards_construction_type": "Mass",
18609
- "building_category": "Adiabatic",
18610
- "construction": "Adiabatic GroundContactFloor",
17828
+ "standards_construction_type": "Heated",
17829
+ "building_category": "Nonresidential",
17830
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
18611
17831
  "orientation": null,
18612
17832
  "minimum_percent_of_surface": null,
18613
- "maximum_percent_of_surface": 0.0,
17833
+ "maximum_percent_of_surface": null,
18614
17834
  "assembly_maximum_u_value": null,
18615
- "u_value_includes_interior_film_coefficient": null,
18616
- "u_value_includes_exterior_film_coefficient": null,
18617
- "assembly_maximum_f_factor": null,
17835
+ "u_value_includes_interior_film_coefficient": true,
17836
+ "u_value_includes_exterior_film_coefficient": true,
17837
+ "assembly_maximum_f_factor": 0.84,
18618
17838
  "assembly_maximum_c_factor": null,
18619
17839
  "assembly_maximum_solar_heat_gain_coefficient": null,
18620
17840
  "assembly_minimum_vt_shgc": null,
@@ -18625,16 +17845,16 @@
18625
17845
  "climate_zone_set": "ClimateZone 6A",
18626
17846
  "operation_type": null,
18627
17847
  "intended_surface_type": "GroundContactFloor",
18628
- "standards_construction_type": "Mass",
18629
- "building_category": "Nonresidential",
18630
- "construction": "ext-slab-mass",
17848
+ "standards_construction_type": "Heated",
17849
+ "building_category": "Residential",
17850
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
18631
17851
  "orientation": null,
18632
17852
  "minimum_percent_of_surface": null,
18633
17853
  "maximum_percent_of_surface": null,
18634
17854
  "assembly_maximum_u_value": null,
18635
17855
  "u_value_includes_interior_film_coefficient": true,
18636
17856
  "u_value_includes_exterior_film_coefficient": true,
18637
- "assembly_maximum_f_factor": null,
17857
+ "assembly_maximum_f_factor": 0.78,
18638
17858
  "assembly_maximum_c_factor": null,
18639
17859
  "assembly_maximum_solar_heat_gain_coefficient": null,
18640
17860
  "assembly_minimum_vt_shgc": null,
@@ -18645,16 +17865,16 @@
18645
17865
  "climate_zone_set": "ClimateZone 6A",
18646
17866
  "operation_type": null,
18647
17867
  "intended_surface_type": "GroundContactFloor",
18648
- "standards_construction_type": "Metal Building",
18649
- "building_category": "Nonresidential",
18650
- "construction": "ext-slab-metal-building",
17868
+ "standards_construction_type": "Heated",
17869
+ "building_category": "Semiheated",
17870
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
18651
17871
  "orientation": null,
18652
17872
  "minimum_percent_of_surface": null,
18653
17873
  "maximum_percent_of_surface": null,
18654
17874
  "assembly_maximum_u_value": null,
18655
17875
  "u_value_includes_interior_film_coefficient": true,
18656
17876
  "u_value_includes_exterior_film_coefficient": true,
18657
- "assembly_maximum_f_factor": null,
17877
+ "assembly_maximum_f_factor": 1.02,
18658
17878
  "assembly_maximum_c_factor": null,
18659
17879
  "assembly_maximum_solar_heat_gain_coefficient": null,
18660
17880
  "assembly_minimum_vt_shgc": null,
@@ -18665,15 +17885,15 @@
18665
17885
  "climate_zone_set": "ClimateZone 6A",
18666
17886
  "operation_type": null,
18667
17887
  "intended_surface_type": "GroundContactFloor",
18668
- "standards_construction_type": "SteelFramed",
18669
- "building_category": "Nonresidential",
18670
- "construction": "ext-slab-steel-frame",
17888
+ "standards_construction_type": "Unheated",
17889
+ "building_category": "Adiabatic",
17890
+ "construction": "Adiabatic GroundContactFloor",
18671
17891
  "orientation": null,
18672
17892
  "minimum_percent_of_surface": null,
18673
- "maximum_percent_of_surface": null,
17893
+ "maximum_percent_of_surface": 0.0,
18674
17894
  "assembly_maximum_u_value": null,
18675
- "u_value_includes_interior_film_coefficient": true,
18676
- "u_value_includes_exterior_film_coefficient": true,
17895
+ "u_value_includes_interior_film_coefficient": null,
17896
+ "u_value_includes_exterior_film_coefficient": null,
18677
17897
  "assembly_maximum_f_factor": null,
18678
17898
  "assembly_maximum_c_factor": null,
18679
17899
  "assembly_maximum_solar_heat_gain_coefficient": null,
@@ -18687,14 +17907,14 @@
18687
17907
  "intended_surface_type": "GroundContactFloor",
18688
17908
  "standards_construction_type": "Unheated",
18689
17909
  "building_category": "Nonresidential",
18690
- "construction": "ext-slab",
17910
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
18691
17911
  "orientation": null,
18692
17912
  "minimum_percent_of_surface": null,
18693
17913
  "maximum_percent_of_surface": null,
18694
17914
  "assembly_maximum_u_value": null,
18695
17915
  "u_value_includes_interior_film_coefficient": true,
18696
17916
  "u_value_includes_exterior_film_coefficient": true,
18697
- "assembly_maximum_f_factor": null,
17917
+ "assembly_maximum_f_factor": 0.729999999999999,
18698
17918
  "assembly_maximum_c_factor": null,
18699
17919
  "assembly_maximum_solar_heat_gain_coefficient": null,
18700
17920
  "assembly_minimum_vt_shgc": null,
@@ -18714,7 +17934,7 @@
18714
17934
  "assembly_maximum_u_value": null,
18715
17935
  "u_value_includes_interior_film_coefficient": true,
18716
17936
  "u_value_includes_exterior_film_coefficient": true,
18717
- "assembly_maximum_f_factor": 0.73,
17937
+ "assembly_maximum_f_factor": 0.729999999999999,
18718
17938
  "assembly_maximum_c_factor": null,
18719
17939
  "assembly_maximum_solar_heat_gain_coefficient": null,
18720
17940
  "assembly_minimum_vt_shgc": null,
@@ -18727,14 +17947,14 @@
18727
17947
  "intended_surface_type": "GroundContactFloor",
18728
17948
  "standards_construction_type": "Unheated",
18729
17949
  "building_category": "Semiheated",
18730
- "construction": "ext-slab",
17950
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
18731
17951
  "orientation": null,
18732
17952
  "minimum_percent_of_surface": null,
18733
17953
  "maximum_percent_of_surface": null,
18734
17954
  "assembly_maximum_u_value": null,
18735
17955
  "u_value_includes_interior_film_coefficient": true,
18736
17956
  "u_value_includes_exterior_film_coefficient": true,
18737
- "assembly_maximum_f_factor": null,
17957
+ "assembly_maximum_f_factor": 0.729999999999999,
18738
17958
  "assembly_maximum_c_factor": null,
18739
17959
  "assembly_maximum_solar_heat_gain_coefficient": null,
18740
17960
  "assembly_minimum_vt_shgc": null,
@@ -19411,7 +18631,7 @@
19411
18631
  "orientation": null,
19412
18632
  "minimum_percent_of_surface": null,
19413
18633
  "maximum_percent_of_surface": null,
19414
- "assembly_maximum_u_value": null,
18634
+ "assembly_maximum_u_value": 0.06,
19415
18635
  "u_value_includes_interior_film_coefficient": true,
19416
18636
  "u_value_includes_exterior_film_coefficient": true,
19417
18637
  "assembly_maximum_f_factor": null,
@@ -20065,7 +19285,7 @@
20065
19285
  "climate_zone_set": "ClimateZone 6B",
20066
19286
  "operation_type": null,
20067
19287
  "intended_surface_type": "GroundContactFloor",
20068
- "standards_construction_type": "Mass",
19288
+ "standards_construction_type": "Unheated",
20069
19289
  "building_category": "Adiabatic",
20070
19290
  "construction": "Adiabatic GroundContactFloor",
20071
19291
  "orientation": null,
@@ -20080,66 +19300,6 @@
20080
19300
  "assembly_minimum_vt_shgc": null,
20081
19301
  "notes": null
20082
19302
  },
20083
- {
20084
- "template": "DOE Ref Pre-1980",
20085
- "climate_zone_set": "ClimateZone 6B",
20086
- "operation_type": null,
20087
- "intended_surface_type": "GroundContactFloor",
20088
- "standards_construction_type": "Mass",
20089
- "building_category": "Nonresidential",
20090
- "construction": "ext-slab-mass",
20091
- "orientation": null,
20092
- "minimum_percent_of_surface": null,
20093
- "maximum_percent_of_surface": null,
20094
- "assembly_maximum_u_value": null,
20095
- "u_value_includes_interior_film_coefficient": true,
20096
- "u_value_includes_exterior_film_coefficient": true,
20097
- "assembly_maximum_f_factor": null,
20098
- "assembly_maximum_c_factor": null,
20099
- "assembly_maximum_solar_heat_gain_coefficient": null,
20100
- "assembly_minimum_vt_shgc": null,
20101
- "notes": null
20102
- },
20103
- {
20104
- "template": "DOE Ref Pre-1980",
20105
- "climate_zone_set": "ClimateZone 6B",
20106
- "operation_type": null,
20107
- "intended_surface_type": "GroundContactFloor",
20108
- "standards_construction_type": "Metal Building",
20109
- "building_category": "Nonresidential",
20110
- "construction": "ext-slab-metal-building",
20111
- "orientation": null,
20112
- "minimum_percent_of_surface": null,
20113
- "maximum_percent_of_surface": null,
20114
- "assembly_maximum_u_value": null,
20115
- "u_value_includes_interior_film_coefficient": true,
20116
- "u_value_includes_exterior_film_coefficient": true,
20117
- "assembly_maximum_f_factor": null,
20118
- "assembly_maximum_c_factor": null,
20119
- "assembly_maximum_solar_heat_gain_coefficient": null,
20120
- "assembly_minimum_vt_shgc": null,
20121
- "notes": null
20122
- },
20123
- {
20124
- "template": "DOE Ref Pre-1980",
20125
- "climate_zone_set": "ClimateZone 6B",
20126
- "operation_type": null,
20127
- "intended_surface_type": "GroundContactFloor",
20128
- "standards_construction_type": "SteelFramed",
20129
- "building_category": "Nonresidential",
20130
- "construction": "ext-slab-steel-frame",
20131
- "orientation": null,
20132
- "minimum_percent_of_surface": null,
20133
- "maximum_percent_of_surface": null,
20134
- "assembly_maximum_u_value": null,
20135
- "u_value_includes_interior_film_coefficient": true,
20136
- "u_value_includes_exterior_film_coefficient": true,
20137
- "assembly_maximum_f_factor": null,
20138
- "assembly_maximum_c_factor": null,
20139
- "assembly_maximum_solar_heat_gain_coefficient": null,
20140
- "assembly_minimum_vt_shgc": null,
20141
- "notes": null
20142
- },
20143
19303
  {
20144
19304
  "template": "DOE Ref Pre-1980",
20145
19305
  "climate_zone_set": "ClimateZone 6B",
@@ -20147,14 +19307,14 @@
20147
19307
  "intended_surface_type": "GroundContactFloor",
20148
19308
  "standards_construction_type": "Unheated",
20149
19309
  "building_category": "Nonresidential",
20150
- "construction": "ext-slab",
19310
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
20151
19311
  "orientation": null,
20152
19312
  "minimum_percent_of_surface": null,
20153
19313
  "maximum_percent_of_surface": null,
20154
19314
  "assembly_maximum_u_value": null,
20155
19315
  "u_value_includes_interior_film_coefficient": true,
20156
19316
  "u_value_includes_exterior_film_coefficient": true,
20157
- "assembly_maximum_f_factor": null,
19317
+ "assembly_maximum_f_factor": 0.729999999999999,
20158
19318
  "assembly_maximum_c_factor": null,
20159
19319
  "assembly_maximum_solar_heat_gain_coefficient": null,
20160
19320
  "assembly_minimum_vt_shgc": null,
@@ -20174,7 +19334,7 @@
20174
19334
  "assembly_maximum_u_value": null,
20175
19335
  "u_value_includes_interior_film_coefficient": true,
20176
19336
  "u_value_includes_exterior_film_coefficient": true,
20177
- "assembly_maximum_f_factor": 0.73,
19337
+ "assembly_maximum_f_factor": 0.729999999999998,
20178
19338
  "assembly_maximum_c_factor": null,
20179
19339
  "assembly_maximum_solar_heat_gain_coefficient": null,
20180
19340
  "assembly_minimum_vt_shgc": null,
@@ -20187,14 +19347,14 @@
20187
19347
  "intended_surface_type": "GroundContactFloor",
20188
19348
  "standards_construction_type": "Unheated",
20189
19349
  "building_category": "Semiheated",
20190
- "construction": "ext-slab",
19350
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
20191
19351
  "orientation": null,
20192
19352
  "minimum_percent_of_surface": null,
20193
19353
  "maximum_percent_of_surface": null,
20194
19354
  "assembly_maximum_u_value": null,
20195
19355
  "u_value_includes_interior_film_coefficient": true,
20196
19356
  "u_value_includes_exterior_film_coefficient": true,
20197
- "assembly_maximum_f_factor": null,
19357
+ "assembly_maximum_f_factor": 0.729999999999999,
20198
19358
  "assembly_maximum_c_factor": null,
20199
19359
  "assembly_maximum_solar_heat_gain_coefficient": null,
20200
19360
  "assembly_minimum_vt_shgc": null,
@@ -20871,7 +20031,7 @@
20871
20031
  "orientation": null,
20872
20032
  "minimum_percent_of_surface": null,
20873
20033
  "maximum_percent_of_surface": null,
20874
- "assembly_maximum_u_value": null,
20034
+ "assembly_maximum_u_value": 0.06,
20875
20035
  "u_value_includes_interior_film_coefficient": true,
20876
20036
  "u_value_includes_exterior_film_coefficient": true,
20877
20037
  "assembly_maximum_f_factor": null,
@@ -21525,7 +20685,7 @@
21525
20685
  "climate_zone_set": "ClimateZone 7",
21526
20686
  "operation_type": null,
21527
20687
  "intended_surface_type": "GroundContactFloor",
21528
- "standards_construction_type": "Mass",
20688
+ "standards_construction_type": "Unheated",
21529
20689
  "building_category": "Adiabatic",
21530
20690
  "construction": "Adiabatic GroundContactFloor",
21531
20691
  "orientation": null,
@@ -21540,66 +20700,6 @@
21540
20700
  "assembly_minimum_vt_shgc": null,
21541
20701
  "notes": null
21542
20702
  },
21543
- {
21544
- "template": "DOE Ref Pre-1980",
21545
- "climate_zone_set": "ClimateZone 7",
21546
- "operation_type": null,
21547
- "intended_surface_type": "GroundContactFloor",
21548
- "standards_construction_type": "Mass",
21549
- "building_category": "Nonresidential",
21550
- "construction": "ext-slab-mass",
21551
- "orientation": null,
21552
- "minimum_percent_of_surface": null,
21553
- "maximum_percent_of_surface": null,
21554
- "assembly_maximum_u_value": null,
21555
- "u_value_includes_interior_film_coefficient": true,
21556
- "u_value_includes_exterior_film_coefficient": true,
21557
- "assembly_maximum_f_factor": null,
21558
- "assembly_maximum_c_factor": null,
21559
- "assembly_maximum_solar_heat_gain_coefficient": null,
21560
- "assembly_minimum_vt_shgc": null,
21561
- "notes": null
21562
- },
21563
- {
21564
- "template": "DOE Ref Pre-1980",
21565
- "climate_zone_set": "ClimateZone 7",
21566
- "operation_type": null,
21567
- "intended_surface_type": "GroundContactFloor",
21568
- "standards_construction_type": "Metal Building",
21569
- "building_category": "Nonresidential",
21570
- "construction": "ext-slab-metal-building",
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": "DOE Ref Pre-1980",
21585
- "climate_zone_set": "ClimateZone 7",
21586
- "operation_type": null,
21587
- "intended_surface_type": "GroundContactFloor",
21588
- "standards_construction_type": "SteelFramed",
21589
- "building_category": "Nonresidential",
21590
- "construction": "ext-slab-steel-frame",
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
20703
  {
21604
20704
  "template": "DOE Ref Pre-1980",
21605
20705
  "climate_zone_set": "ClimateZone 7",
@@ -21607,14 +20707,14 @@
21607
20707
  "intended_surface_type": "GroundContactFloor",
21608
20708
  "standards_construction_type": "Unheated",
21609
20709
  "building_category": "Nonresidential",
21610
- "construction": "ext-slab",
20710
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
21611
20711
  "orientation": null,
21612
20712
  "minimum_percent_of_surface": null,
21613
20713
  "maximum_percent_of_surface": null,
21614
20714
  "assembly_maximum_u_value": null,
21615
20715
  "u_value_includes_interior_film_coefficient": true,
21616
20716
  "u_value_includes_exterior_film_coefficient": true,
21617
- "assembly_maximum_f_factor": null,
20717
+ "assembly_maximum_f_factor": 0.729999999999998,
21618
20718
  "assembly_maximum_c_factor": null,
21619
20719
  "assembly_maximum_solar_heat_gain_coefficient": null,
21620
20720
  "assembly_minimum_vt_shgc": null,
@@ -21647,14 +20747,14 @@
21647
20747
  "intended_surface_type": "GroundContactFloor",
21648
20748
  "standards_construction_type": "Unheated",
21649
20749
  "building_category": "Semiheated",
21650
- "construction": "ext-slab",
20750
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
21651
20751
  "orientation": null,
21652
20752
  "minimum_percent_of_surface": null,
21653
20753
  "maximum_percent_of_surface": null,
21654
20754
  "assembly_maximum_u_value": null,
21655
20755
  "u_value_includes_interior_film_coefficient": true,
21656
20756
  "u_value_includes_exterior_film_coefficient": true,
21657
- "assembly_maximum_f_factor": null,
20757
+ "assembly_maximum_f_factor": 0.729999999999998,
21658
20758
  "assembly_maximum_c_factor": null,
21659
20759
  "assembly_maximum_solar_heat_gain_coefficient": null,
21660
20760
  "assembly_minimum_vt_shgc": null,
@@ -22331,7 +21431,7 @@
22331
21431
  "orientation": null,
22332
21432
  "minimum_percent_of_surface": null,
22333
21433
  "maximum_percent_of_surface": null,
22334
- "assembly_maximum_u_value": null,
21434
+ "assembly_maximum_u_value": 0.06,
22335
21435
  "u_value_includes_interior_film_coefficient": true,
22336
21436
  "u_value_includes_exterior_film_coefficient": true,
22337
21437
  "assembly_maximum_f_factor": null,
@@ -22985,7 +22085,7 @@
22985
22085
  "climate_zone_set": "ClimateZone 8",
22986
22086
  "operation_type": null,
22987
22087
  "intended_surface_type": "GroundContactFloor",
22988
- "standards_construction_type": "Mass",
22088
+ "standards_construction_type": "Unheated",
22989
22089
  "building_category": "Adiabatic",
22990
22090
  "construction": "Adiabatic GroundContactFloor",
22991
22091
  "orientation": null,
@@ -23000,66 +22100,6 @@
23000
22100
  "assembly_minimum_vt_shgc": null,
23001
22101
  "notes": null
23002
22102
  },
23003
- {
23004
- "template": "DOE Ref Pre-1980",
23005
- "climate_zone_set": "ClimateZone 8",
23006
- "operation_type": null,
23007
- "intended_surface_type": "GroundContactFloor",
23008
- "standards_construction_type": "Mass",
23009
- "building_category": "Nonresidential",
23010
- "construction": "ext-slab-mass",
23011
- "orientation": null,
23012
- "minimum_percent_of_surface": null,
23013
- "maximum_percent_of_surface": null,
23014
- "assembly_maximum_u_value": null,
23015
- "u_value_includes_interior_film_coefficient": true,
23016
- "u_value_includes_exterior_film_coefficient": true,
23017
- "assembly_maximum_f_factor": null,
23018
- "assembly_maximum_c_factor": null,
23019
- "assembly_maximum_solar_heat_gain_coefficient": null,
23020
- "assembly_minimum_vt_shgc": null,
23021
- "notes": null
23022
- },
23023
- {
23024
- "template": "DOE Ref Pre-1980",
23025
- "climate_zone_set": "ClimateZone 8",
23026
- "operation_type": null,
23027
- "intended_surface_type": "GroundContactFloor",
23028
- "standards_construction_type": "Metal Building",
23029
- "building_category": "Nonresidential",
23030
- "construction": "ext-slab-metal-building",
23031
- "orientation": null,
23032
- "minimum_percent_of_surface": null,
23033
- "maximum_percent_of_surface": null,
23034
- "assembly_maximum_u_value": null,
23035
- "u_value_includes_interior_film_coefficient": true,
23036
- "u_value_includes_exterior_film_coefficient": true,
23037
- "assembly_maximum_f_factor": null,
23038
- "assembly_maximum_c_factor": null,
23039
- "assembly_maximum_solar_heat_gain_coefficient": null,
23040
- "assembly_minimum_vt_shgc": null,
23041
- "notes": null
23042
- },
23043
- {
23044
- "template": "DOE Ref Pre-1980",
23045
- "climate_zone_set": "ClimateZone 8",
23046
- "operation_type": null,
23047
- "intended_surface_type": "GroundContactFloor",
23048
- "standards_construction_type": "SteelFramed",
23049
- "building_category": "Nonresidential",
23050
- "construction": "ext-slab-steel-frame",
23051
- "orientation": null,
23052
- "minimum_percent_of_surface": null,
23053
- "maximum_percent_of_surface": null,
23054
- "assembly_maximum_u_value": null,
23055
- "u_value_includes_interior_film_coefficient": true,
23056
- "u_value_includes_exterior_film_coefficient": true,
23057
- "assembly_maximum_f_factor": null,
23058
- "assembly_maximum_c_factor": null,
23059
- "assembly_maximum_solar_heat_gain_coefficient": null,
23060
- "assembly_minimum_vt_shgc": null,
23061
- "notes": null
23062
- },
23063
22103
  {
23064
22104
  "template": "DOE Ref Pre-1980",
23065
22105
  "climate_zone_set": "ClimateZone 8",
@@ -23067,14 +22107,14 @@
23067
22107
  "intended_surface_type": "GroundContactFloor",
23068
22108
  "standards_construction_type": "Unheated",
23069
22109
  "building_category": "Nonresidential",
23070
- "construction": "ext-slab",
22110
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
23071
22111
  "orientation": null,
23072
22112
  "minimum_percent_of_surface": null,
23073
22113
  "maximum_percent_of_surface": null,
23074
22114
  "assembly_maximum_u_value": null,
23075
22115
  "u_value_includes_interior_film_coefficient": true,
23076
22116
  "u_value_includes_exterior_film_coefficient": true,
23077
- "assembly_maximum_f_factor": null,
22117
+ "assembly_maximum_f_factor": 0.54,
23078
22118
  "assembly_maximum_c_factor": null,
23079
22119
  "assembly_maximum_solar_heat_gain_coefficient": null,
23080
22120
  "assembly_minimum_vt_shgc": null,
@@ -23107,14 +22147,14 @@
23107
22147
  "intended_surface_type": "GroundContactFloor",
23108
22148
  "standards_construction_type": "Unheated",
23109
22149
  "building_category": "Semiheated",
23110
- "construction": "ext-slab",
22150
+ "construction": "Typical Insulated Carpeted 6in Slab Floor",
23111
22151
  "orientation": null,
23112
22152
  "minimum_percent_of_surface": null,
23113
22153
  "maximum_percent_of_surface": null,
23114
22154
  "assembly_maximum_u_value": null,
23115
22155
  "u_value_includes_interior_film_coefficient": true,
23116
22156
  "u_value_includes_exterior_film_coefficient": true,
23117
- "assembly_maximum_f_factor": null,
22157
+ "assembly_maximum_f_factor": 0.73,
23118
22158
  "assembly_maximum_c_factor": null,
23119
22159
  "assembly_maximum_solar_heat_gain_coefficient": null,
23120
22160
  "assembly_minimum_vt_shgc": null,