urbanopt-cli 0.6.4 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1045) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -0
  3. data/CMakeLists.txt +7 -7
  4. data/FindOpenStudioSDK.cmake +6 -6
  5. data/example_files/mappers/Baseline.rb +27 -27
  6. data/example_files/mappers/CreateBar.rb +7 -0
  7. data/example_files/mappers/HighEfficiency.rb +5 -4
  8. data/example_files/measures/BuildResidentialModel/measure.rb +109 -76
  9. data/example_files/residential/enclosure.tsv +102 -102
  10. data/example_files/resources/hpxml-measures/.github/workflows/config.yml +22 -16
  11. data/example_files/resources/hpxml-measures/.gitignore +3 -7
  12. data/example_files/resources/hpxml-measures/.rubocop.yml +67 -8
  13. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +1752 -1455
  14. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +3229 -5431
  15. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/geometry.rb +386 -553
  16. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +1075 -363
  17. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.rb +212 -0
  18. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.xml +898 -0
  19. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules.rb +109 -188
  20. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_README.md +0 -0
  21. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_clothes_dryer_power_consumption_dist.csv → BuildResidentialScheduleFile/resources/schedules_clothes_dryer_consumption_dist.csv} +0 -0
  22. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_clothes_dryer_power_duration_dist.csv → BuildResidentialScheduleFile/resources/schedules_clothes_dryer_duration_dist.csv} +0 -0
  23. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_clothes_washer_power_consumption_dist.csv → BuildResidentialScheduleFile/resources/schedules_clothes_washer_consumption_dist.csv} +0 -0
  24. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_clothes_washer_power_duration_dist.csv → BuildResidentialScheduleFile/resources/schedules_clothes_washer_duration_dist.csv} +0 -0
  25. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_config.json +2 -2
  26. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_config.md +0 -0
  27. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_cooking_power_consumption_dist.csv → BuildResidentialScheduleFile/resources/schedules_cooking_consumption_dist.csv} +0 -0
  28. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_cooking_power_duration_dist.csv → BuildResidentialScheduleFile/resources/schedules_cooking_duration_dist.csv} +0 -0
  29. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_dishwasher_power_consumption_dist.csv → BuildResidentialScheduleFile/resources/schedules_dishwasher_consumption_dist.csv} +0 -0
  30. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_dishwasher_power_duration_dist.csv → BuildResidentialScheduleFile/resources/schedules_dishwasher_duration_dist.csv} +0 -0
  31. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_clothes_washer_cluster_size_probability.csv → BuildResidentialScheduleFile/resources/schedules_hot_water_clothes_washer_cluster_size_probability.csv} +0 -0
  32. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_clothes_washer_event_duration_probability.csv → BuildResidentialScheduleFile/resources/schedules_hot_water_clothes_washer_event_duration_probability.csv} +0 -0
  33. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_dishwasher_cluster_size_probability.csv → BuildResidentialScheduleFile/resources/schedules_hot_water_dishwasher_cluster_size_probability.csv} +0 -0
  34. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML/resources/schedules_dishwasher_event_duration_probability.csv → BuildResidentialScheduleFile/resources/schedules_hot_water_dishwasher_event_duration_probability.csv} +0 -0
  35. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_shower_cluster_size_probability.csv +0 -0
  36. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_shower_event_duration_probability.csv +0 -0
  37. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_cooking_evening_duration_probability.csv +0 -0
  38. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_cooking_midday_duration_probability.csv +0 -0
  39. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_cooking_morning_duration_probability.csv +0 -0
  40. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +0 -0
  41. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +0 -0
  42. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +0 -0
  43. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_laundry_evening_duration_probability.csv +0 -0
  44. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_laundry_midday_duration_probability.csv +0 -0
  45. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_laundry_morning_duration_probability.csv +0 -0
  46. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_shower_evening_duration_probability.csv +0 -0
  47. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_shower_midday_duration_probability.csv +0 -0
  48. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_0_shower_morning_duration_probability.csv +0 -0
  49. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_cooking_evening_duration_probability.csv +0 -0
  50. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_cooking_midday_duration_probability.csv +0 -0
  51. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_cooking_morning_duration_probability.csv +0 -0
  52. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +0 -0
  53. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +0 -0
  54. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +0 -0
  55. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_laundry_evening_duration_probability.csv +0 -0
  56. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_laundry_midday_duration_probability.csv +0 -0
  57. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_laundry_morning_duration_probability.csv +0 -0
  58. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_shower_evening_duration_probability.csv +0 -0
  59. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_shower_midday_duration_probability.csv +0 -0
  60. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_1_shower_morning_duration_probability.csv +0 -0
  61. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_cooking_evening_duration_probability.csv +0 -0
  62. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_cooking_midday_duration_probability.csv +0 -0
  63. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_cooking_morning_duration_probability.csv +0 -0
  64. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +0 -0
  65. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +0 -0
  66. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +0 -0
  67. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_laundry_evening_duration_probability.csv +0 -0
  68. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_laundry_midday_duration_probability.csv +0 -0
  69. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_laundry_morning_duration_probability.csv +0 -0
  70. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_shower_evening_duration_probability.csv +0 -0
  71. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_shower_midday_duration_probability.csv +0 -0
  72. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_2_shower_morning_duration_probability.csv +0 -0
  73. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_cooking_evening_duration_probability.csv +0 -0
  74. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_cooking_midday_duration_probability.csv +0 -0
  75. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_cooking_morning_duration_probability.csv +0 -0
  76. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +0 -0
  77. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +0 -0
  78. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +0 -0
  79. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_laundry_evening_duration_probability.csv +0 -0
  80. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_laundry_midday_duration_probability.csv +0 -0
  81. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_laundry_morning_duration_probability.csv +0 -0
  82. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_shower_evening_duration_probability.csv +0 -0
  83. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_shower_midday_duration_probability.csv +0 -0
  84. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_duration_probability_cluster_3_shower_morning_duration_probability.csv +0 -0
  85. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_mkv_chain_initial_prob_cluster_0.csv +0 -0
  86. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_mkv_chain_initial_prob_cluster_1.csv +0 -0
  87. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_mkv_chain_initial_prob_cluster_2.csv +0 -0
  88. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_mkv_chain_initial_prob_cluster_3.csv +0 -0
  89. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_mkv_chain_transition_prob_cluster_0.csv +0 -0
  90. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_mkv_chain_transition_prob_cluster_1.csv +0 -0
  91. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_mkv_chain_transition_prob_cluster_2.csv +0 -0
  92. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_mkv_chain_transition_prob_cluster_3.csv +0 -0
  93. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekday_state_and_monthly_schedule_shift.csv +0 -0
  94. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_cooking_evening_duration_probability.csv +0 -0
  95. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_cooking_midday_duration_probability.csv +0 -0
  96. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_cooking_morning_duration_probability.csv +0 -0
  97. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +0 -0
  98. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +0 -0
  99. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +0 -0
  100. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_laundry_evening_duration_probability.csv +0 -0
  101. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_laundry_midday_duration_probability.csv +0 -0
  102. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_laundry_morning_duration_probability.csv +0 -0
  103. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_shower_evening_duration_probability.csv +0 -0
  104. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_shower_midday_duration_probability.csv +0 -0
  105. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_0_shower_morning_duration_probability.csv +0 -0
  106. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_cooking_evening_duration_probability.csv +0 -0
  107. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_cooking_midday_duration_probability.csv +0 -0
  108. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_cooking_morning_duration_probability.csv +0 -0
  109. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +0 -0
  110. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +0 -0
  111. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +0 -0
  112. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_laundry_evening_duration_probability.csv +0 -0
  113. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_laundry_midday_duration_probability.csv +0 -0
  114. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_laundry_morning_duration_probability.csv +0 -0
  115. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_shower_evening_duration_probability.csv +0 -0
  116. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_shower_midday_duration_probability.csv +0 -0
  117. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_1_shower_morning_duration_probability.csv +0 -0
  118. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_cooking_evening_duration_probability.csv +0 -0
  119. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_cooking_midday_duration_probability.csv +0 -0
  120. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_cooking_morning_duration_probability.csv +0 -0
  121. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +0 -0
  122. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +0 -0
  123. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +0 -0
  124. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_laundry_evening_duration_probability.csv +0 -0
  125. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_laundry_midday_duration_probability.csv +0 -0
  126. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_laundry_morning_duration_probability.csv +0 -0
  127. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_shower_evening_duration_probability.csv +0 -0
  128. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_shower_midday_duration_probability.csv +0 -0
  129. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_2_shower_morning_duration_probability.csv +0 -0
  130. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_cooking_evening_duration_probability.csv +0 -0
  131. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_cooking_midday_duration_probability.csv +0 -0
  132. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_cooking_morning_duration_probability.csv +0 -0
  133. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +0 -0
  134. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +0 -0
  135. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +0 -0
  136. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_laundry_evening_duration_probability.csv +0 -0
  137. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_laundry_midday_duration_probability.csv +0 -0
  138. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_laundry_morning_duration_probability.csv +0 -0
  139. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_shower_evening_duration_probability.csv +0 -0
  140. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_shower_midday_duration_probability.csv +0 -0
  141. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_duration_probability_cluster_3_shower_morning_duration_probability.csv +0 -0
  142. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_mkv_chain_initial_prob_cluster_0.csv +0 -0
  143. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_mkv_chain_initial_prob_cluster_1.csv +0 -0
  144. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_mkv_chain_initial_prob_cluster_2.csv +0 -0
  145. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_mkv_chain_initial_prob_cluster_3.csv +0 -0
  146. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_mkv_chain_transition_prob_cluster_0.csv +0 -0
  147. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_mkv_chain_transition_prob_cluster_1.csv +0 -0
  148. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_mkv_chain_transition_prob_cluster_2.csv +0 -0
  149. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_mkv_chain_transition_prob_cluster_3.csv +0 -0
  150. data/example_files/resources/hpxml-measures/{BuildResidentialHPXML → BuildResidentialScheduleFile}/resources/schedules_weekend_state_and_monthly_schedule_shift.csv +0 -0
  151. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/tests/build_residential_schedule_file_test.rb +526 -0
  152. data/example_files/resources/hpxml-measures/Changelog.md +84 -8
  153. data/example_files/resources/hpxml-measures/Gemfile +4 -1
  154. data/example_files/resources/hpxml-measures/Gemfile.lock +17 -6
  155. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +387 -387
  156. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +167 -251
  157. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/BaseElements.xsd +275 -59
  158. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/EPvalidator.xml +471 -247
  159. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/HPXML.xsd +1 -1
  160. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/HPXMLDataTypes.xsd +171 -79
  161. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/HPXMLvalidator.xml +155 -78
  162. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +188 -141
  163. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb +83 -0
  164. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +99 -11
  165. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb +558 -342
  166. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/energyplus.rb +2 -0
  167. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +64 -72
  168. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +96 -93
  169. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +965 -350
  170. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +887 -216
  171. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +664 -760
  172. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb +306 -287
  173. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +20 -29
  174. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +0 -20
  175. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lu_hvac_equipment_efficiency.csv +493 -0
  176. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lu_water_heater_efficiency.csv +157 -0
  177. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/materials.rb +156 -108
  178. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/meta_measure.rb +41 -3
  179. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/minitest_helper.rb +14 -2
  180. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +18 -18
  181. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/pv.rb +14 -7
  182. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/smooth.csv +8761 -0
  183. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/stochastic-vacancy.csv +8761 -0
  184. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/stochastic.csv +8761 -0
  185. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +431 -428
  186. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/validator.rb +21 -12
  187. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/version.rb +3 -3
  188. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb +245 -234
  189. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +10 -5
  190. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlhelper.rb +19 -8
  191. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +44 -23
  192. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_battery.rb +241 -0
  193. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +1374 -297
  194. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_enclosure.rb +702 -55
  195. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_generator.rb +0 -1
  196. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +1 -1
  197. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb +238 -40
  198. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb +2 -2
  199. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_pv.rb +0 -2
  200. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb +186 -0
  201. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb +955 -176
  202. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_water_heater.rb +47 -61
  203. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/util.rb +1 -1
  204. data/example_files/resources/hpxml-measures/LICENSE.md +1 -1
  205. data/example_files/resources/hpxml-measures/README.md +12 -9
  206. data/example_files/resources/hpxml-measures/Rakefile +1 -1
  207. data/example_files/resources/hpxml-measures/ReportHPXMLOutput/measure.rb +448 -0
  208. data/example_files/resources/hpxml-measures/ReportHPXMLOutput/measure.xml +81 -0
  209. data/example_files/resources/hpxml-measures/ReportHPXMLOutput/resources/constants.rb +71 -0
  210. data/example_files/resources/hpxml-measures/ReportHPXMLOutput/tests/hpxml_output_report_test.rb +232 -0
  211. data/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.rb +1977 -0
  212. data/example_files/resources/hpxml-measures/{SimulationOutputReport → ReportSimulationOutput}/measure.xml +682 -31
  213. data/example_files/resources/hpxml-measures/{SimulationOutputReport → ReportSimulationOutput}/resources/constants.rb +20 -2
  214. data/example_files/resources/hpxml-measures/{SimulationOutputReport → ReportSimulationOutput}/tests/output_report_test.rb +83 -218
  215. data/example_files/resources/hpxml-measures/docs/source/index.rst +1 -2
  216. data/example_files/resources/hpxml-measures/docs/source/intro.rst +6 -3
  217. data/example_files/resources/hpxml-measures/docs/source/usage_instructions.rst +73 -0
  218. data/example_files/resources/hpxml-measures/docs/source/workflow_inputs.rst +915 -494
  219. data/example_files/resources/hpxml-measures/docs/source/workflow_outputs.rst +263 -111
  220. data/example_files/resources/hpxml-measures/tasks.rb +3830 -6981
  221. data/example_files/resources/hpxml-measures/weather/ZAF_Cape.Town.688160_IWEC-cache.csv +35 -0
  222. data/example_files/resources/hpxml-measures/weather/ZAF_Cape.Town.688160_IWEC.epw +8768 -0
  223. data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +25 -5
  224. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +102 -91
  225. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-portable.xml +93 -83
  226. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-whole-home.xml +93 -83
  227. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-multiple.xml +93 -83
  228. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +93 -83
  229. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +102 -91
  230. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +103 -97
  231. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +96 -85
  232. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +102 -91
  233. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +102 -91
  234. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +102 -91
  235. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +96 -125
  236. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +119 -104
  237. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +94 -89
  238. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +93 -83
  239. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +104 -95
  240. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +104 -95
  241. data/example_files/resources/hpxml-measures/workflow/sample_files/base-battery-outside.xml +584 -0
  242. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml +99 -68
  243. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multiple.xml +119 -79
  244. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml +99 -68
  245. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-heated-space.xml +99 -68
  246. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml +99 -68
  247. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml +97 -66
  248. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml +97 -66
  249. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml +97 -66
  250. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml +100 -69
  251. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml +100 -69
  252. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-baseboard.xml +94 -65
  253. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml +94 -65
  254. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml +94 -65
  255. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml +94 -65
  256. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml +97 -68
  257. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-baseboard.xml +94 -65
  258. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml +94 -65
  259. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml +94 -65
  260. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml +97 -68
  261. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml +97 -68
  262. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-generator.xml +98 -67
  263. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml +96 -64
  264. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room.xml +105 -84
  265. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-multiple.xml +108 -77
  266. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-preconditioning.xml +100 -69
  267. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent.xml +100 -69
  268. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-pv.xml +98 -67
  269. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater-recirc.xml +97 -66
  270. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater.xml +97 -66
  271. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily.xml +97 -66
  272. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/invalid-facility-type-surfaces.xml → base-bldgtype-single-family-attached-2stories.xml} +152 -167
  273. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached.xml +124 -114
  274. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +102 -95
  275. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +102 -95
  276. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +102 -95
  277. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +104 -94
  278. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +105 -96
  279. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +102 -95
  280. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +102 -95
  281. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +102 -95
  282. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +104 -95
  283. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +102 -95
  284. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +102 -95
  285. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +102 -95
  286. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +104 -97
  287. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +102 -95
  288. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +104 -95
  289. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +104 -95
  290. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +104 -95
  291. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +102 -95
  292. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +104 -95
  293. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +108 -101
  294. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +96 -85
  295. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +104 -95
  296. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +104 -95
  297. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +104 -95
  298. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +104 -95
  299. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +104 -95
  300. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +106 -97
  301. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +106 -97
  302. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +106 -97
  303. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +106 -97
  304. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +106 -97
  305. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +106 -97
  306. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +104 -95
  307. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-elec-uef.xml +105 -96
  308. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +104 -95
  309. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef-fhr.xml +574 -0
  310. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef.xml +105 -96
  311. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +104 -95
  312. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +104 -95
  313. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-uef.xml +105 -97
  314. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +106 -97
  315. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +106 -97
  316. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +104 -95
  317. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +104 -95
  318. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +104 -95
  319. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +104 -95
  320. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-uef.xml +104 -95
  321. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +104 -95
  322. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-uef.xml +104 -95
  323. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +106 -97
  324. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +106 -97
  325. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +104 -95
  326. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +104 -95
  327. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +131 -119
  328. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +120 -99
  329. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +104 -95
  330. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +104 -95
  331. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +104 -95
  332. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +104 -95
  333. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +131 -118
  334. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +104 -95
  335. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +104 -95
  336. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +104 -95
  337. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +104 -95
  338. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +104 -95
  339. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-orientations.xml +579 -0
  340. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +110 -101
  341. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +213 -95
  342. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/invalid-id.xml → base-enclosure-skylights-physical-properties.xml} +123 -105
  343. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-shading.xml +114 -105
  344. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +112 -103
  345. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-level.xml +92 -82
  346. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +533 -547
  347. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces2.xml +545 -559
  348. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/generator-output-greater-than-consumption.xml → base-enclosure-thermal-mass.xml} +117 -111
  349. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +239 -109
  350. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +88 -79
  351. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-physical-properties.xml +584 -0
  352. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading.xml +115 -106
  353. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +89 -79
  354. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-basement-garage.xml +123 -110
  355. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +119 -172
  356. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +104 -95
  357. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-interior-insulation.xml +107 -95
  358. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-crawlspace.xml +572 -0
  359. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +119 -128
  360. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +92 -82
  361. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +117 -110
  362. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +106 -91
  363. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +107 -98
  364. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +105 -97
  365. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +108 -98
  366. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +108 -98
  367. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +115 -110
  368. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml +101 -94
  369. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml +103 -95
  370. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +104 -94
  371. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +104 -94
  372. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml +590 -0
  373. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml +589 -0
  374. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +104 -94
  375. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml +104 -94
  376. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml +105 -94
  377. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-manual-s-oversize-allowances.xml +103 -93
  378. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed.xml +106 -93
  379. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-manual-s-oversize-allowances.xml +103 -93
  380. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed.xml +106 -93
  381. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/hvac-invalid-distribution-system-type.xml → base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml} +587 -570
  382. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-manual-s-oversize-allowances.xml +103 -93
  383. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed.xml +106 -93
  384. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-elec-only.xml +102 -95
  385. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-central-ac-1-speed.xml +103 -94
  386. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-only.xml +101 -94
  387. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-1-speed.xml +101 -94
  388. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-2-speed.xml +101 -94
  389. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-var-speed.xml +101 -94
  390. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml +108 -95
  391. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed.xml +106 -93
  392. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml +106 -93
  393. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-elec-resistance-only.xml +99 -92
  394. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-evap-cooler-furnace-gas.xml +103 -94
  395. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-floor-furnace-propane-only.xml +99 -92
  396. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-elec-only.xml +102 -95
  397. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-2-speed.xml +104 -95
  398. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-var-speed.xml +104 -95
  399. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-only.xml +101 -94
  400. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-room-ac.xml +103 -94
  401. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml +104 -94
  402. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml +105 -94
  403. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-manual-s-oversize-allowances.xml +103 -93
  404. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump.xml +106 -93
  405. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml +101 -94
  406. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml +104 -94
  407. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml +105 -94
  408. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-manual-s-oversize-allowances.xml +103 -93
  409. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted.xml +106 -93
  410. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml +541 -0
  411. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/invalid-relatedhvac-dhw-indirect.xml → base-hvac-autosize-ptac-with-heating.xml} +528 -517
  412. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/boiler-invalid-afue.xml → base-hvac-autosize-ptac.xml} +109 -113
  413. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp.xml +531 -0
  414. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-only.xml +99 -92
  415. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-stove-oil-only.xml +99 -92
  416. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-wall-furnace-elec-only.xml +100 -93
  417. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize.xml +104 -95
  418. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +101 -94
  419. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +102 -95
  420. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +103 -94
  421. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +101 -94
  422. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +101 -94
  423. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +101 -94
  424. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +101 -94
  425. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +101 -94
  426. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +101 -94
  427. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +101 -94
  428. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +106 -96
  429. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +104 -95
  430. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml +104 -94
  431. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +104 -94
  432. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +104 -94
  433. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +104 -94
  434. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +104 -94
  435. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/unattached-solar-thermal-system.xml → base-hvac-ducts-area-fractions.xml} +596 -577
  436. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-none-furnace-gas-central-ac-1-speed.xml → base-hvac-ducts-leakage-cfm50.xml} +108 -106
  437. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +104 -95
  438. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +99 -92
  439. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +103 -94
  440. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +101 -94
  441. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +99 -92
  442. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +99 -92
  443. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +99 -92
  444. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +99 -92
  445. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-coal-only.xml +101 -94
  446. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +104 -95
  447. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +102 -95
  448. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +104 -95
  449. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +104 -95
  450. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +101 -94
  451. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +103 -94
  452. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +101 -94
  453. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +101 -94
  454. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +101 -94
  455. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +104 -95
  456. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml +101 -94
  457. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml +102 -94
  458. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +103 -93
  459. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-all-air-to-air-heat-pump-1-speed.xml → base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml} +104 -94
  460. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-all-air-to-air-heat-pump-2-speed.xml → base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml} +104 -94
  461. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-all-air-to-air-heat-pump-var-speed.xml → base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml} +104 -94
  462. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-all-furnace-gas-central-ac-1-speed.xml → base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml} +104 -95
  463. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-all-furnace-gas-central-ac-2-speed.xml → base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml} +104 -95
  464. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-all-furnace-gas-central-ac-var-speed.xml → base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml} +104 -95
  465. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-all-furnace-gas-only.xml → base-hvac-install-quality-furnace-gas-only.xml} +101 -94
  466. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-all-ground-to-air-heat-pump.xml → base-hvac-install-quality-ground-to-air-heat-pump.xml} +104 -94
  467. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-all-mini-split-air-conditioner-only-ducted.xml → base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml} +101 -94
  468. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-all-mini-split-heat-pump-ducted.xml → base-hvac-install-quality-mini-split-heat-pump-ducted.xml} +104 -94
  469. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +101 -94
  470. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +99 -92
  471. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +101 -94
  472. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +103 -95
  473. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +104 -94
  474. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml +542 -0
  475. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +101 -92
  476. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +124 -100
  477. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +94 -89
  478. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +99 -92
  479. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat-detailed.xml +104 -95
  480. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat.xml +104 -95
  481. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/cfis-with-hydronic-distribution.xml → base-hvac-ptac-with-heating.xml} +530 -532
  482. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/hvac-distribution-return-duct-leakage-missing.xml → base-hvac-ptac.xml} +515 -528
  483. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp.xml +531 -0
  484. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +99 -92
  485. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-ceer.xml +516 -0
  486. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +99 -92
  487. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-seasons.xml +584 -0
  488. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +104 -95
  489. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +99 -92
  490. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +99 -92
  491. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +104 -95
  492. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +104 -95
  493. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +100 -93
  494. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +110 -96
  495. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-holiday.xml +586 -0
  496. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +95 -86
  497. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-AMY-2012.xml +104 -95
  498. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +108 -98
  499. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/invalid-foundation-wall-properties.xml → base-location-capetown-zaf.xml} +134 -127
  500. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +92 -82
  501. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +105 -98
  502. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-helena-mt.xml +104 -95
  503. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-honolulu-hi.xml +92 -82
  504. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +92 -82
  505. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-phoenix-az.xml +92 -82
  506. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-portland-or.xml +108 -98
  507. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +106 -97
  508. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +106 -97
  509. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +107 -98
  510. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +104 -97
  511. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +107 -98
  512. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +106 -97
  513. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +106 -97
  514. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +105 -96
  515. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +106 -97
  516. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +106 -97
  517. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +106 -97
  518. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +141 -114
  519. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +106 -97
  520. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +105 -96
  521. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +101 -101
  522. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators.xml +105 -96
  523. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +157 -112
  524. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +157 -112
  525. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +96 -87
  526. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +108 -99
  527. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shielding-of-home.xml +104 -95
  528. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +113 -102
  529. data/example_files/resources/hpxml-measures/workflow/sample_files/base-multiple-buildings.xml +318 -291
  530. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-ah.xml +608 -0
  531. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/enclosure-garage-missing-roof-ceiling.xml → base-pv-battery-garage.xml} +678 -626
  532. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/multifamily-reference-surface.xml → base-pv-battery-outside-degrades.xml} +610 -575
  533. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-outside.xml +608 -0
  534. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +105 -96
  535. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-airflow-defect-furnace-gas-central-ac-1-speed.xml → base-schedules-detailed-smooth.xml} +105 -101
  536. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-charge-defect-furnace-gas-central-ac-1-speed.xml → base-schedules-detailed-stochastic-vacancy.xml} +105 -98
  537. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-install-quality-blower-efficiency-furnace-gas-central-ac-1-speed.xml → base-schedules-detailed-stochastic.xml} +105 -101
  538. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-lighting-detailed.xml → base-schedules-simple.xml} +625 -585
  539. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-calendar-year-custom.xml +104 -95
  540. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +104 -95
  541. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +104 -95
  542. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +104 -95
  543. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +104 -95
  544. data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +104 -95
  545. data/example_files/resources/hpxml-measures/workflow/template-build-hpxml-and-stocastic-schedules.osw +129 -0
  546. data/example_files/resources/hpxml-measures/workflow/template-stochastic-schedules.osw +53 -0
  547. data/example_files/resources/hpxml-measures/workflow/template.osw +7 -2
  548. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +75 -44
  549. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +75 -44
  550. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +75 -44
  551. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +75 -44
  552. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +75 -44
  553. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +75 -44
  554. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +75 -44
  555. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +75 -44
  556. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +63 -32
  557. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +63 -32
  558. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +66 -35
  559. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +66 -35
  560. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +66 -35
  561. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +66 -35
  562. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +69 -38
  563. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +69 -38
  564. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +75 -44
  565. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +75 -44
  566. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +75 -44
  567. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +75 -44
  568. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +75 -44
  569. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +75 -44
  570. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +78 -47
  571. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +78 -47
  572. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +114 -103
  573. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +126 -103
  574. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results.csv +321 -294
  575. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_ashrae_140.csv +26 -26
  576. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_hvac_sizing.csv +320 -293
  577. data/example_files/resources/hpxml-measures/workflow/tests/compare.py +351 -0
  578. data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +253 -260
  579. data/example_files/visualization/input_visualization_feature.html +12 -3
  580. data/example_files/visualization/input_visualization_scenario.html +10 -4
  581. data/example_files/weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.ddy +17 -17
  582. data/lib/uo_cli/version.rb +1 -1
  583. data/lib/uo_cli.rb +10 -3
  584. data/uo_cli.gemspec +6 -6
  585. metadata +217 -639
  586. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/constants.rb +0 -59
  587. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-coal.osw +0 -337
  588. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief-portable.osw +0 -337
  589. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief-whole-home.osw +0 -337
  590. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier.osw +0 -337
  591. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-gas.osw +0 -337
  592. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-modified.osw +0 -337
  593. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-none.osw +0 -337
  594. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-oil.osw +0 -337
  595. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-propane.osw +0 -337
  596. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-wood.osw +0 -337
  597. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-flat.osw +0 -337
  598. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-radiant-barrier.osw +0 -337
  599. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-unvented-insulated-roof.osw +0 -337
  600. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-vented.osw +0 -337
  601. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily-shared-boiler-only-baseboard.osw +0 -341
  602. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily-shared-boiler-only-fan-coil.osw +0 -341
  603. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily-shared-mechvent-preconditioning.osw +0 -348
  604. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily-shared-mechvent.osw +0 -342
  605. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily-shared-pv.osw +0 -341
  606. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily-shared-water-heater.osw +0 -341
  607. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily.osw +0 -341
  608. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-single-family-attached.osw +0 -339
  609. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless-outside.osw +0 -337
  610. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless.osw +0 -337
  611. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-dwhr.osw +0 -337
  612. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-outside.osw +0 -337
  613. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-standbyloss.osw +0 -337
  614. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-with-solar-fraction.osw +0 -337
  615. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect.osw +0 -337
  616. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-electric.osw +0 -337
  617. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-gas.osw +0 -337
  618. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-hpwh.osw +0 -337
  619. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-indirect.osw +0 -337
  620. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-low-flow-fixtures.osw +0 -337
  621. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-none.osw +0 -337
  622. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-demand.osw +0 -337
  623. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-manual.osw +0 -337
  624. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-nocontrol.osw +0 -337
  625. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-temperature.osw +0 -337
  626. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-timer.osw +0 -337
  627. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-evacuated-tube.osw +0 -337
  628. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-flat-plate.osw +0 -337
  629. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-ics.osw +0 -337
  630. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-fraction.osw +0 -337
  631. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-indirect-flat-plate.osw +0 -337
  632. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-thermosyphon-flat-plate.osw +0 -337
  633. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-coal.osw +0 -337
  634. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-elec-uef.osw +0 -338
  635. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-outside.osw +0 -337
  636. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-uef.osw +0 -338
  637. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas.osw +0 -337
  638. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-outside.osw +0 -337
  639. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-uef.osw +0 -338
  640. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar-fraction.osw +0 -337
  641. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar.osw +0 -337
  642. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump.osw +0 -337
  643. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-oil.osw +0 -337
  644. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-wood.osw +0 -337
  645. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-outside.osw +0 -337
  646. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-uef.osw +0 -337
  647. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric.osw +0 -337
  648. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-uef.osw +0 -337
  649. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar-fraction.osw +0 -337
  650. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar.osw +0 -337
  651. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas.osw +0 -337
  652. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-propane.osw +0 -337
  653. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories-garage.osw +0 -337
  654. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories.osw +0 -337
  655. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-1.osw +0 -337
  656. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-2.osw +0 -337
  657. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-4.osw +0 -337
  658. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-5.osw +0 -337
  659. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-garage.osw +0 -337
  660. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-ach-house-pressure.osw +0 -337
  661. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm-house-pressure.osw +0 -337
  662. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm50.osw +0 -337
  663. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-flue.osw +0 -337
  664. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-natural-ach.osw +0 -337
  665. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-overhangs.osw +0 -337
  666. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-windows-none.osw +0 -337
  667. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-ambient.osw +0 -337
  668. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-conditioned-basement-slab-insulation.osw +0 -337
  669. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-slab.osw +0 -337
  670. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-assembly-r.osw +0 -338
  671. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-wall-insulation.osw +0 -337
  672. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement.osw +0 -337
  673. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unvented-crawlspace.osw +0 -337
  674. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-vented-crawlspace.osw +0 -337
  675. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.osw +0 -337
  676. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed-heating-only.osw +0 -337
  677. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed.osw +0 -337
  678. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-2-speed.osw +0 -337
  679. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-var-speed.osw +0 -337
  680. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-coal-only.osw +0 -337
  681. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-elec-only.osw +0 -337
  682. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-central-ac-1-speed.osw +0 -337
  683. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-only.osw +0 -337
  684. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-oil-only.osw +0 -337
  685. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-propane-only.osw +0 -337
  686. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-wood-only.osw +0 -337
  687. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-1-speed.osw +0 -337
  688. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-2-speed.osw +0 -337
  689. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-var-speed.osw +0 -337
  690. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.osw +0 -337
  691. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.osw +0 -338
  692. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.osw +0 -338
  693. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.osw +0 -338
  694. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.osw +0 -338
  695. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-mini-split-heat-pump-ducted.osw +0 -338
  696. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ducts-leakage-percent.osw +0 -337
  697. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-elec-resistance-only.osw +0 -337
  698. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-furnace-gas.osw +0 -335
  699. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only-ducted.osw +0 -335
  700. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only.osw +0 -335
  701. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fireplace-wood-only.osw +0 -337
  702. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fixed-heater-gas-only.osw +0 -337
  703. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-floor-furnace-propane-only.osw +0 -337
  704. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-coal-only.osw +0 -337
  705. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-central-ac-1-speed.osw +0 -337
  706. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-only.osw +0 -337
  707. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-2-speed.osw +0 -337
  708. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-var-speed.osw +0 -337
  709. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-only.osw +0 -337
  710. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-room-ac.osw +0 -336
  711. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-oil-only.osw +0 -337
  712. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-propane-only.osw +0 -337
  713. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-wood-only.osw +0 -337
  714. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump-cooling-only.osw +0 -336
  715. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump-heating-only.osw +0 -336
  716. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump.osw +0 -336
  717. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-airflow-defect-furnace-gas-central-ac-1-speed.osw +0 -339
  718. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-air-to-air-heat-pump-1-speed.osw +0 -339
  719. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-air-to-air-heat-pump-2-speed.osw +0 -339
  720. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-air-to-air-heat-pump-var-speed.osw +0 -339
  721. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-furnace-gas-central-ac-1-speed.osw +0 -340
  722. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-furnace-gas-central-ac-2-speed.osw +0 -340
  723. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-furnace-gas-central-ac-var-speed.osw +0 -340
  724. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-furnace-gas-only.osw +0 -338
  725. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-ground-to-air-heat-pump.osw +0 -338
  726. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-mini-split-air-conditioner-only-ducted.osw +0 -338
  727. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-mini-split-heat-pump-ducted.osw +0 -339
  728. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-charge-defect-furnace-gas-central-ac-1-speed.osw +0 -338
  729. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-none-furnace-gas-central-ac-1-speed.osw +0 -340
  730. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ducted.osw +0 -336
  731. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ductless.osw +0 -336
  732. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-cooling-only.osw +0 -337
  733. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-heating-only.osw +0 -337
  734. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted.osw +0 -337
  735. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ductless.osw +0 -337
  736. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-none.osw +0 -337
  737. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-portable-heater-gas-only.osw +0 -337
  738. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-programmable-thermostat-detailed.osw +0 -337
  739. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only-33percent.osw +0 -336
  740. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only.osw +0 -336
  741. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-setpoints.osw +0 -337
  742. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-oil-only.osw +0 -337
  743. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-wood-pellets-only.osw +0 -337
  744. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-undersized.osw +0 -337
  745. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-wall-furnace-elec-only.osw +0 -337
  746. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-ceiling-fans.osw +0 -337
  747. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-detailed.osw +0 -337
  748. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-AMY-2012.osw +0 -337
  749. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-baltimore-md.osw +0 -337
  750. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-dallas-tx.osw +0 -337
  751. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-duluth-mn.osw +0 -337
  752. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-helena-mt.osw +0 -337
  753. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-honolulu-hi.osw +0 -337
  754. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-miami-fl.osw +0 -337
  755. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-phoenix-az.osw +0 -337
  756. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-portland-or.osw +0 -337
  757. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-balanced.osw +0 -337
  758. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-bath-kitchen-fans.osw +0 -345
  759. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis-evap-cooler-only-ducted.osw +0 -335
  760. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis.osw +0 -337
  761. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv-atre-asre.osw +0 -337
  762. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv.osw +0 -337
  763. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust-rated-flow-rate.osw +0 -337
  764. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust.osw +0 -337
  765. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv-asre.osw +0 -337
  766. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv.osw +0 -337
  767. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-supply.osw +0 -337
  768. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-whole-house-fan.osw +0 -337
  769. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-defaults.osw +0 -324
  770. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon.osw +0 -337
  771. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon2.osw +0 -337
  772. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-neighbor-shading.osw +0 -337
  773. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-shielding-of-home.osw +0 -337
  774. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-usage-multiplier.osw +0 -337
  775. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-pv.osw +0 -337
  776. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic-vacant.osw +0 -341
  777. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic.osw +0 -337
  778. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-user-specified.osw +0 -338
  779. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-calendar-year-custom.osw +0 -338
  780. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-custom.osw +0 -342
  781. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-disabled.osw +0 -338
  782. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-runperiod-1-month.osw +0 -341
  783. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-timestep-10-mins.osw +0 -337
  784. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base.osw +0 -337
  785. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-auto.osw +0 -337
  786. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-double-exterior.osw +0 -341
  787. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-double-loaded-interior.osw +0 -341
  788. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-eaves.osw +0 -341
  789. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-single-exterior-front.osw +0 -341
  790. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-double-loaded-interior.osw +0 -341
  791. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-bottom-double-loaded-interior.osw +0 -341
  792. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-bottom.osw +0 -341
  793. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-middle-double-loaded-interior.osw +0 -341
  794. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-middle.osw +0 -341
  795. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-top-double-loaded-interior.osw +0 -341
  796. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-top.osw +0 -341
  797. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-bottom-double-loaded-interior.osw +0 -341
  798. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-bottom.osw +0 -341
  799. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-middle-double-loaded-interior.osw +0 -341
  800. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-middle.osw +0 -341
  801. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-top-double-loaded-interior.osw +0 -341
  802. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-top.osw +0 -341
  803. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-bottom-double-loaded-interior.osw +0 -341
  804. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-bottom.osw +0 -341
  805. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-middle-double-loaded-interior.osw +0 -341
  806. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-middle.osw +0 -341
  807. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-top-double-loaded-interior.osw +0 -341
  808. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-top.osw +0 -341
  809. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab.osw +0 -341
  810. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-double-loaded-interior.osw +0 -341
  811. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-bottom-double-loaded-interior.osw +0 -341
  812. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-bottom.osw +0 -341
  813. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-middle-double-loaded-interior.osw +0 -341
  814. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-middle.osw +0 -341
  815. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-top-double-loaded-interior.osw +0 -341
  816. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-top.osw +0 -341
  817. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-bottom-double-loaded-interior.osw +0 -341
  818. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-bottom.osw +0 -341
  819. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-middle-double-loaded-interior.osw +0 -341
  820. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-middle.osw +0 -341
  821. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-top-double-loaded-interior.osw +0 -341
  822. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-top.osw +0 -341
  823. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-bottom-double-loaded-interior.osw +0 -341
  824. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-bottom.osw +0 -341
  825. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-middle-double-loaded-interior.osw +0 -341
  826. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-middle.osw +0 -341
  827. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-top-double-loaded-interior.osw +0 -341
  828. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-top.osw +0 -341
  829. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace.osw +0 -341
  830. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-double-loaded-interior.osw +0 -341
  831. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-bottom-double-loaded-interior.osw +0 -341
  832. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-bottom.osw +0 -341
  833. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-middle-double-loaded-interior.osw +0 -341
  834. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-middle.osw +0 -341
  835. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-top-double-loaded-interior.osw +0 -341
  836. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-top.osw +0 -341
  837. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-bottom-double-loaded-interior.osw +0 -341
  838. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-bottom.osw +0 -341
  839. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-middle-double-loaded-interior.osw +0 -341
  840. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-middle.osw +0 -341
  841. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-top-double-loaded-interior.osw +0 -341
  842. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-top.osw +0 -341
  843. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-bottom-double-loaded-interior.osw +0 -341
  844. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-bottom.osw +0 -341
  845. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-middle-double-loaded-interior.osw +0 -341
  846. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-middle.osw +0 -341
  847. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-top-double-loaded-interior.osw +0 -341
  848. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-top.osw +0 -341
  849. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace.osw +0 -341
  850. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-atticroof-conditioned-eaves-gable.osw +0 -339
  851. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-atticroof-conditioned-eaves-hip.osw +0 -339
  852. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-atticroof-flat.osw +0 -339
  853. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-double-exterior.osw +0 -339
  854. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-double-loaded-interior.osw +0 -339
  855. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-single-exterior-front.osw +0 -339
  856. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-slab-middle.osw +0 -339
  857. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-slab-right.osw +0 -339
  858. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-slab.osw +0 -339
  859. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unconditioned-basement-middle.osw +0 -339
  860. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unconditioned-basement-right.osw +0 -339
  861. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unconditioned-basement.osw +0 -339
  862. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unvented-crawlspace-middle.osw +0 -339
  863. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unvented-crawlspace-right.osw +0 -339
  864. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unvented-crawlspace.osw +0 -339
  865. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-vented-crawlspace-middle.osw +0 -339
  866. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-vented-crawlspace-right.osw +0 -339
  867. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-vented-crawlspace.osw +0 -339
  868. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-solar-latitude.osw +0 -337
  869. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-atticroof-conditioned-eaves-gable.osw +0 -337
  870. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-atticroof-conditioned-eaves-hip.osw +0 -337
  871. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-atticroof-conditioned.osw +0 -337
  872. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-partially-protruded.osw +0 -337
  873. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-windows-shading.osw +0 -339
  874. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-gas-hot-tub-heater-with-zero-kwh.osw +0 -337
  875. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-gas-pool-heater-with-zero-kwh.osw +0 -337
  876. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-roofpitch.osw +0 -337
  877. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-schedules-random-seed.osw +0 -338
  878. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-boiler-to-heat-pump.osw +0 -336
  879. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-boiler-to-heating-system.osw +0 -337
  880. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace-to-heat-pump.osw +0 -337
  881. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace-to-heating-system.osw +0 -337
  882. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater-to-heat-pump.osw +0 -337
  883. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater-to-heating-system.osw +0 -337
  884. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-refrigerator.osw +0 -337
  885. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-zero-clothes-washer-kwh.osw +0 -337
  886. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-zero-dishwasher-kwh.osw +0 -337
  887. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-zero-extra-refrigerator-kwh.osw +0 -337
  888. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-zero-freezer-kwh.osw +0 -337
  889. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-zero-refrigerator-kwh.osw +0 -337
  890. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-floor-insulation.osw +0 -337
  891. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-one-floor-above-grade.osw +0 -337
  892. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-basement-with-ceiling-insulation.osw +0 -337
  893. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/cooling-system-and-heat-pump.osw +0 -337
  894. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/dhw-indirect-without-boiler.osw +0 -337
  895. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/ducts-location-and-areas-not-same-type.osw +0 -337
  896. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/foundation-wall-insulation-greater-than-height.osw +0 -337
  897. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/heating-system-and-heat-pump.osw +0 -337
  898. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-crawlspace-zero-foundation-height.osw +0 -341
  899. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-slab-non-zero-foundation-height.osw +0 -341
  900. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-no-building-orientation.osw +0 -338
  901. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multipliers-without-fuel-loads.osw +0 -337
  902. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multipliers-without-other-plug-loads.osw +0 -337
  903. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multipliers-without-tv-plug-loads.osw +0 -337
  904. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multipliers-without-vehicle-plug-loads.osw +0 -337
  905. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multipliers-without-well-pump-plug-loads.osw +0 -337
  906. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-electric-heat-pump-water-heater.osw +0 -337
  907. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-ceiling-fan-quantity.osw +0 -337
  908. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-geometry-num-bathrooms.osw +0 -337
  909. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-but-no-primary-heating.osw +0 -337
  910. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-majority-heat.osw +0 -337
  911. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-total-heat-load.osw +0 -337
  912. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-ambient.osw +0 -339
  913. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-no-building-orientation.osw +0 -337
  914. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-finished-basement-zero-foundation-height.osw +0 -337
  915. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-slab-non-zero-foundation-height.osw +0 -337
  916. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-with-shared-system.osw +0 -337
  917. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/slab-non-zero-foundation-height-above-grade.osw +0 -337
  918. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unconditioned-basement-with-wall-and-ceiling-insulation.osw +0 -337
  919. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-attic-with-floor-and-roof-insulation.osw +0 -337
  920. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-crawlspace-with-wall-and-ceiling-insulation.osw +0 -337
  921. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-attic-with-floor-and-roof-insulation.osw +0 -337
  922. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-crawlspace-with-wall-and-ceiling-insulation.osw +0 -337
  923. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/zero-number-of-bedrooms.osw +0 -337
  924. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/stochastic.csv +0 -8761
  925. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/user-specified.csv +0 -8761
  926. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/vacant.csv +0 -8761
  927. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_bath_schedule_1bed.csv +0 -369
  928. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_bath_schedule_2bed.csv +0 -465
  929. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_bath_schedule_3bed.csv +0 -611
  930. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_bath_schedule_4bed.csv +0 -685
  931. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_bath_schedule_5bed.csv +0 -767
  932. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_clotheswasher_schedule_1bed.csv +0 -637
  933. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_clotheswasher_schedule_2bed.csv +0 -744
  934. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_clotheswasher_schedule_3bed.csv +0 -929
  935. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_clotheswasher_schedule_4bed.csv +0 -1044
  936. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_clotheswasher_schedule_5bed.csv +0 -1250
  937. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_dishwasher_schedule_1bed.csv +0 -754
  938. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_dishwasher_schedule_2bed.csv +0 -961
  939. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_dishwasher_schedule_3bed.csv +0 -1102
  940. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_dishwasher_schedule_4bed.csv +0 -1293
  941. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_dishwasher_schedule_5bed.csv +0 -1508
  942. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_fixtures_schedule_1bed.csv +0 -13097
  943. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_fixtures_schedule_2bed.csv +0 -15977
  944. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_fixtures_schedule_3bed.csv +0 -18624
  945. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_fixtures_schedule_4bed.csv +0 -22075
  946. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_fixtures_schedule_5bed.csv +0 -25005
  947. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data_hot_water_max_flows.csv +0 -6
  948. data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.rb +0 -2444
  949. data/example_files/resources/hpxml-measures/docs/source/build_residential_hpxml.rst +0 -110
  950. data/example_files/resources/hpxml-measures/docs/source/getting_started.rst +0 -57
  951. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic-vacant.xml +0 -564
  952. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic.xml +0 -564
  953. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-user-specified.xml +0 -564
  954. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-dryer-location.xml +0 -563
  955. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-washer-location.xml +0 -563
  956. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cooking-range-location.xml +0 -563
  957. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dehumidifier-fraction-served.xml +0 -535
  958. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dehumidifier-setpoints.xml +0 -535
  959. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-frac-load-served.xml +0 -576
  960. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-invalid-ef-tank.xml +0 -563
  961. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-invalid-uef-tank-heat-pump.xml +0 -564
  962. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dishwasher-location.xml +0 -563
  963. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-leakage-cfm25.xml +0 -563
  964. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-leakage-percent.xml +0 -563
  965. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location-unconditioned-space.xml +0 -563
  966. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location.xml +0 -563
  967. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duplicate-id.xml +0 -563
  968. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-attic-missing-roof.xml +0 -547
  969. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-exterior-foundation-wall.xml +0 -544
  970. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-slab.xml +0 -547
  971. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-floor-area-exceeds-cfa.xml +0 -563
  972. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-floor-area-exceeds-cfa2.xml +0 -448
  973. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-exterior-wall.xml +0 -614
  974. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-slab.xml +0 -611
  975. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-ceiling-roof.xml +0 -551
  976. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-exterior-wall.xml +0 -473
  977. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-floor-slab.xml +0 -489
  978. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/frac-sensible-fuel-load.xml +0 -760
  979. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/frac-sensible-plug-load.xml +0 -759
  980. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/frac-total-fuel-load.xml +0 -761
  981. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/frac-total-plug-load.xml +0 -759
  982. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/furnace-invalid-afue.xml +0 -563
  983. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/generator-number-of-bedrooms-served.xml +0 -460
  984. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities.xml +0 -560
  985. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-cooling.xml +0 -921
  986. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-heating.xml +0 -921
  987. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-cooling.xml +0 -547
  988. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-heating.xml +0 -547
  989. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-frac-load-served.xml +0 -921
  990. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-inconsistent-fan-powers.xml +0 -569
  991. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-shared-negative-seer-eq.xml +0 -407
  992. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-assembly-effective-rvalue.xml +0 -563
  993. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-datatype-boolean.xml +0 -563
  994. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-datatype-float.xml +0 -563
  995. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-datatype-integer.xml +0 -563
  996. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-daylight-saving.xml +0 -570
  997. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-distribution-cfa-served.xml +0 -563
  998. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-epw-filepath.xml +0 -563
  999. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-facility-type-equipment.xml +0 -466
  1000. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-id2.xml +0 -591
  1001. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-infiltration-volume.xml +0 -563
  1002. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-input-parameters.xml +0 -565
  1003. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-neighbor-shading-azimuth.xml +0 -576
  1004. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-number-of-bedrooms-served.xml +0 -465
  1005. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-number-of-conditioned-floors.xml +0 -563
  1006. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-number-of-units-served.xml +0 -451
  1007. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-desuperheater.xml +0 -551
  1008. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-runperiod.xml +0 -565
  1009. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-schema-version.xml +0 -563
  1010. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-shared-vent-in-unit-flowrate.xml +0 -473
  1011. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-timestep.xml +0 -563
  1012. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-height.xml +0 -583
  1013. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/lighting-fractions.xml +0 -563
  1014. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-duct-location.xml +0 -917
  1015. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-elements.xml +0 -561
  1016. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-appliance.xml +0 -563
  1017. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-duct.xml +0 -563
  1018. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-water-heater.xml +0 -563
  1019. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multiple-buildings-without-building-id.xml +0 -1657
  1020. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multiple-buildings-wrong-building-id.xml +0 -1657
  1021. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multiple-shared-cooling-systems.xml +0 -432
  1022. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multiple-shared-heating-systems.xml +0 -434
  1023. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-roof.xml +0 -591
  1024. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-wall.xml +0 -563
  1025. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/num-bedrooms-exceeds-limit.xml +0 -563
  1026. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/orphaned-hvac-distribution.xml +0 -547
  1027. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerator-location.xml +0 -563
  1028. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-multiple-primary.xml +0 -569
  1029. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-no-primary.xml +0 -569
  1030. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-desuperheater.xml +0 -564
  1031. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-dhw-indirect.xml +0 -527
  1032. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-fraction-one.xml +0 -571
  1033. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-combi-tankless.xml +0 -532
  1034. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-desuperheater.xml +0 -566
  1035. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-dhw-indirect.xml +0 -532
  1036. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-cfis.xml +0 -576
  1037. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-door.xml +0 -563
  1038. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-hvac-distribution.xml +0 -563
  1039. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-clothes-washer-water-heater.xml +0 -466
  1040. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-dishwasher-water-heater.xml +0 -466
  1041. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-skylight.xml +0 -591
  1042. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-window.xml +0 -563
  1043. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location-other.xml +0 -563
  1044. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location.xml +0 -563
  1045. data/example_files/resources/hpxml-measures/workflow/tests/compare.rb +0 -130
@@ -1,294 +1,321 @@
1
- HPXML,Fuel Use: Electricity: Total (MBtu),Fuel Use: Electricity: Net (MBtu),Fuel Use: Natural Gas: Total (MBtu),Fuel Use: Fuel Oil: Total (MBtu),Fuel Use: Propane: Total (MBtu),Fuel Use: Wood Cord: Total (MBtu),Fuel Use: Wood Pellets: Total (MBtu),Fuel Use: Coal: Total (MBtu),End Use: Electricity: Heating (MBtu),End Use: Electricity: Heating Fans/Pumps (MBtu),End Use: Electricity: Cooling (MBtu),End Use: Electricity: Cooling Fans/Pumps (MBtu),End Use: Electricity: Hot Water (MBtu),End Use: Electricity: Hot Water Recirc Pump (MBtu),End Use: Electricity: Hot Water Solar Thermal Pump (MBtu),End Use: Electricity: Lighting Interior (MBtu),End Use: Electricity: Lighting Garage (MBtu),End Use: Electricity: Lighting Exterior (MBtu),End Use: Electricity: Mech Vent (MBtu),End Use: Electricity: Mech Vent Preheating (MBtu),End Use: Electricity: Mech Vent Precooling (MBtu),End Use: Electricity: Whole House Fan (MBtu),End Use: Electricity: Refrigerator (MBtu),End Use: Electricity: Freezer (MBtu),End Use: Electricity: Dehumidifier (MBtu),End Use: Electricity: Dishwasher (MBtu),End Use: Electricity: Clothes Washer (MBtu),End Use: Electricity: Clothes Dryer (MBtu),End Use: Electricity: Range/Oven (MBtu),End Use: Electricity: Ceiling Fan (MBtu),End Use: Electricity: Television (MBtu),End Use: Electricity: Plug Loads (MBtu),End Use: Electricity: Electric Vehicle Charging (MBtu),End Use: Electricity: Well Pump (MBtu),End Use: Electricity: Pool Heater (MBtu),End Use: Electricity: Pool Pump (MBtu),End Use: Electricity: Hot Tub Heater (MBtu),End Use: Electricity: Hot Tub Pump (MBtu),End Use: Electricity: PV (MBtu),End Use: Electricity: Generator (MBtu),End Use: Natural Gas: Heating (MBtu),End Use: Natural Gas: Hot Water (MBtu),End Use: Natural Gas: Clothes Dryer (MBtu),End Use: Natural Gas: Range/Oven (MBtu),End Use: Natural Gas: Mech Vent Preheating (MBtu),End Use: Natural Gas: Pool Heater (MBtu),End Use: Natural Gas: Hot Tub Heater (MBtu),End Use: Natural Gas: Grill (MBtu),End Use: Natural Gas: Lighting (MBtu),End Use: Natural Gas: Fireplace (MBtu),End Use: Natural Gas: Generator (MBtu),End Use: Fuel Oil: Heating (MBtu),End Use: Fuel Oil: Hot Water (MBtu),End Use: Fuel Oil: Clothes Dryer (MBtu),End Use: Fuel Oil: Range/Oven (MBtu),End Use: Fuel Oil: Mech Vent Preheating (MBtu),End Use: Fuel Oil: Grill (MBtu),End Use: Fuel Oil: Lighting (MBtu),End Use: Fuel Oil: Fireplace (MBtu),End Use: Propane: Heating (MBtu),End Use: Propane: Hot Water (MBtu),End Use: Propane: Clothes Dryer (MBtu),End Use: Propane: Range/Oven (MBtu),End Use: Propane: Mech Vent Preheating (MBtu),End Use: Propane: Grill (MBtu),End Use: Propane: Lighting (MBtu),End Use: Propane: Fireplace (MBtu),End Use: Propane: Generator (MBtu),End Use: Wood Cord: Heating (MBtu),End Use: Wood Cord: Hot Water (MBtu),End Use: Wood Cord: Clothes Dryer (MBtu),End Use: Wood Cord: Range/Oven (MBtu),End Use: Wood Cord: Mech Vent Preheating (MBtu),End Use: Wood Cord: Grill (MBtu),End Use: Wood Cord: Lighting (MBtu),End Use: Wood Cord: Fireplace (MBtu),End Use: Wood Pellets: Heating (MBtu),End Use: Wood Pellets: Hot Water (MBtu),End Use: Wood Pellets: Clothes Dryer (MBtu),End Use: Wood Pellets: Range/Oven (MBtu),End Use: Wood Pellets: Mech Vent Preheating (MBtu),End Use: Wood Pellets: Grill (MBtu),End Use: Wood Pellets: Lighting (MBtu),End Use: Wood Pellets: Fireplace (MBtu),End Use: Coal: Heating (MBtu),End Use: Coal: Hot Water (MBtu),End Use: Coal: Clothes Dryer (MBtu),End Use: Coal: Range/Oven (MBtu),End Use: Coal: Mech Vent Preheating (MBtu),End Use: Coal: Grill (MBtu),End Use: Coal: Lighting (MBtu),End Use: Coal: Fireplace (MBtu),Load: Heating (MBtu),Load: Cooling (MBtu),Load: Hot Water: Delivered (MBtu),Load: Hot Water: Tank Losses (MBtu),Load: Hot Water: Desuperheater (MBtu),Load: Hot Water: Solar Thermal (MBtu),Unmet Load: Heating (MBtu),Unmet Load: Cooling (MBtu),Peak Electricity: Winter Total (W),Peak Electricity: Summer Total (W),Peak Load: Heating (kBtu),Peak Load: Cooling (kBtu),Component Load: Heating: Roofs (MBtu),Component Load: Heating: Ceilings (MBtu),Component Load: Heating: Walls (MBtu),Component Load: Heating: Rim Joists (MBtu),Component Load: Heating: Foundation Walls (MBtu),Component Load: Heating: Doors (MBtu),Component Load: Heating: Windows (MBtu),Component Load: Heating: Skylights (MBtu),Component Load: Heating: Floors (MBtu),Component Load: Heating: Slabs (MBtu),Component Load: Heating: Internal Mass (MBtu),Component Load: Heating: Infiltration (MBtu),Component Load: Heating: Natural Ventilation (MBtu),Component Load: Heating: Mechanical Ventilation (MBtu),Component Load: Heating: Whole House Fan (MBtu),Component Load: Heating: Ducts (MBtu),Component Load: Heating: Internal Gains (MBtu),Component Load: Cooling: Roofs (MBtu),Component Load: Cooling: Ceilings (MBtu),Component Load: Cooling: Walls (MBtu),Component Load: Cooling: Rim Joists (MBtu),Component Load: Cooling: Foundation Walls (MBtu),Component Load: Cooling: Doors (MBtu),Component Load: Cooling: Windows (MBtu),Component Load: Cooling: Skylights (MBtu),Component Load: Cooling: Floors (MBtu),Component Load: Cooling: Slabs (MBtu),Component Load: Cooling: Internal Mass (MBtu),Component Load: Cooling: Infiltration (MBtu),Component Load: Cooling: Natural Ventilation (MBtu),Component Load: Cooling: Mechanical Ventilation (MBtu),Component Load: Cooling: Whole House Fan (MBtu),Component Load: Cooling: Ducts (MBtu),Component Load: Cooling: Internal Gains (MBtu),Hot Water: Clothes Washer (gal),Hot Water: Dishwasher (gal),Hot Water: Fixtures (gal),Hot Water: Distribution Waste (gal)
2
- base-appliances-coal.xml,32.38,32.38,15.46,0.0,0.0,0.0,0.0,4.87,0.0,0.4,3.63,0.73,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,0.14,0.1,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.8,3.07,0.0,0.0,0.0,0.0,14.62,11.91,9.22,0.61,0.0,0.0,0.0,0.01,6521.0,6652.0,21.77,21.87,0.0,3.81,3.73,0.54,4.17,1.86,-0.1,0.0,0.0,3.25,-0.1,5.45,0.0,0.33,0.0,3.52,-11.95,0.0,0.01,-0.42,-0.02,3.73,-0.31,9.38,0.0,0.0,-5.93,-0.05,-1.16,-6.73,-0.07,0.0,3.16,10.32,1354.0,998.0,11562.0,2653.0
3
- base-appliances-dehumidifier-ief-portable.xml,29.29,29.29,0.95,0.0,0.0,0.0,0.0,0.0,0.0,0.02,5.22,1.21,6.81,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.89,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.71,17.83,6.67,0.58,0.0,0.0,0.0,0.03,6310.0,6263.0,9.28,10.13,0.0,1.83,1.59,0.0,0.0,0.97,1.1,0.0,0.0,-0.44,-0.47,1.31,0.35,0.3,0.0,0.02,-6.05,0.0,0.97,0.27,0.0,0.0,0.21,17.72,0.0,0.0,-9.31,-0.44,-0.3,-2.94,-0.05,0.0,0.2,11.48,1355.0,998.0,10025.0,2470.0
4
- base-appliances-dehumidifier-ief-whole-home.xml,29.35,29.35,0.91,0.0,0.0,0.0,0.0,0.0,0.0,0.02,5.22,1.21,6.81,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.96,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.7,17.82,6.67,0.58,0.0,0.0,0.0,0.03,6651.0,6245.0,9.25,10.13,0.0,1.84,1.6,0.0,0.0,0.98,1.06,0.0,0.0,-0.43,-0.46,1.31,0.36,0.3,0.0,0.02,-6.11,0.0,0.99,0.28,0.0,0.0,0.22,17.68,0.0,0.0,-9.29,-0.43,-0.3,-2.92,-0.05,0.0,0.2,11.43,1355.0,998.0,10025.0,2470.0
5
- base-appliances-dehumidifier-multiple.xml,29.17,29.17,0.99,0.0,0.0,0.0,0.0,0.0,0.0,0.02,5.19,1.2,6.81,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.82,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.81,17.77,6.67,0.58,0.0,0.0,0.0,0.02,6564.0,6245.0,9.38,10.13,0.0,1.85,1.61,0.0,0.0,0.97,0.98,0.0,0.0,-0.41,-0.44,1.3,0.34,0.3,0.0,0.02,-5.91,0.0,1.0,0.29,0.0,0.0,0.21,17.62,0.0,0.0,-9.29,-0.41,-0.3,-2.93,-0.05,0.0,0.2,11.39,1355.0,998.0,10026.0,2470.0
6
- base-appliances-dehumidifier.xml,29.24,29.24,0.92,0.0,0.0,0.0,0.0,0.0,0.0,0.02,5.21,1.2,6.81,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.87,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.74,17.78,6.67,0.58,0.0,0.0,0.0,0.03,6538.0,6245.0,9.33,10.13,0.0,1.86,1.61,0.0,0.0,0.99,1.04,0.0,0.0,-0.43,-0.46,1.32,0.37,0.3,0.0,0.02,-6.08,0.0,1.0,0.29,0.0,0.0,0.22,17.66,0.0,0.0,-9.28,-0.44,-0.29,-2.9,-0.05,0.0,0.2,11.35,1355.0,998.0,10025.0,2470.0
7
- base-appliances-gas.xml,32.38,32.38,20.33,0.0,0.0,0.0,0.0,0.0,0.0,0.4,3.63,0.73,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,0.14,0.1,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.46,0.0,1.8,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.62,11.91,9.22,0.61,0.0,0.0,0.0,0.01,6521.0,6652.0,21.77,21.87,0.0,3.81,3.73,0.54,4.17,1.86,-0.1,0.0,0.0,3.25,-0.1,5.45,0.0,0.33,0.0,3.52,-11.95,0.0,0.01,-0.42,-0.02,3.73,-0.31,9.38,0.0,0.0,-5.93,-0.05,-1.16,-6.73,-0.07,0.0,3.16,10.32,1354.0,998.0,11562.0,2653.0
8
- base-appliances-modified.xml,35.87,35.87,15.22,0.0,0.0,0.0,0.0,0.0,0.0,0.4,3.64,0.73,9.67,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.05,0.0,0.0,0.64,0.37,1.52,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.39,11.96,9.78,0.61,0.0,0.0,0.0,0.01,7316.0,6759.0,21.13,21.58,0.0,3.81,3.73,0.54,4.17,1.86,-0.09,0.0,0.0,3.28,-0.1,5.6,0.0,0.0,0.0,3.47,-11.97,0.0,0.0,-0.42,-0.02,3.72,-0.31,9.36,0.0,0.0,-5.92,-0.05,-1.19,-6.76,0.0,0.0,3.16,10.41,1354.0,1998.0,11562.0,2653.0
9
- base-appliances-none.xml,27.7,27.7,17.28,0.0,0.0,0.0,0.0,0.0,0.0,0.45,3.34,0.66,7.93,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.34,10.65,7.91,0.61,0.0,0.0,0.0,0.01,6194.0,5470.0,21.59,20.91,0.0,3.8,3.72,0.54,3.93,1.86,-0.19,0.0,0.0,2.89,-0.12,5.6,0.0,0.0,0.0,3.9,-9.67,0.0,0.09,-0.35,-0.01,3.99,-0.27,9.53,0.0,0.0,-5.64,-0.07,-1.11,-6.29,0.0,0.0,2.88,7.91,0.0,0.0,11480.0,2634.0
10
- base-appliances-oil.xml,32.38,32.38,15.46,4.87,0.0,0.0,0.0,0.0,0.0,0.4,3.63,0.73,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,0.14,0.1,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.8,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.62,11.91,9.22,0.61,0.0,0.0,0.0,0.01,6521.0,6652.0,21.77,21.87,0.0,3.81,3.73,0.54,4.17,1.86,-0.1,0.0,0.0,3.25,-0.1,5.45,0.0,0.33,0.0,3.52,-11.95,0.0,0.01,-0.42,-0.02,3.73,-0.31,9.38,0.0,0.0,-5.93,-0.05,-1.16,-6.73,-0.07,0.0,3.16,10.32,1354.0,998.0,11562.0,2653.0
11
- base-appliances-propane.xml,32.38,32.38,15.46,0.0,4.87,0.0,0.0,0.0,0.0,0.4,3.63,0.73,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,0.14,0.1,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.8,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.62,11.91,9.22,0.61,0.0,0.0,0.0,0.01,6521.0,6652.0,21.77,21.87,0.0,3.81,3.73,0.54,4.17,1.86,-0.1,0.0,0.0,3.25,-0.1,5.45,0.0,0.33,0.0,3.52,-11.95,0.0,0.01,-0.42,-0.02,3.73,-0.31,9.38,0.0,0.0,-5.93,-0.05,-1.16,-6.73,-0.07,0.0,3.16,10.32,1354.0,998.0,11562.0,2653.0
12
- base-appliances-wood.xml,32.38,32.38,15.46,0.0,0.0,4.87,0.0,0.0,0.0,0.4,3.63,0.73,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,0.14,0.1,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.8,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.62,11.91,9.22,0.61,0.0,0.0,0.0,0.01,6521.0,6652.0,21.77,21.87,0.0,3.81,3.73,0.54,4.17,1.86,-0.1,0.0,0.0,3.25,-0.1,5.45,0.0,0.33,0.0,3.52,-11.95,0.0,0.01,-0.42,-0.02,3.73,-0.31,9.38,0.0,0.0,-5.93,-0.05,-1.16,-6.73,-0.07,0.0,3.16,10.32,1354.0,998.0,11562.0,2653.0
13
- base-atticroof-cathedral.xml,34.95,34.95,21.62,0.0,0.0,0.0,0.0,0.0,0.0,0.56,3.31,0.65,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.43,10.38,9.22,0.62,0.0,0.0,0.0,0.01,6588.0,6760.0,24.1,18.33,7.15,0.0,4.65,0.54,4.07,1.86,0.38,0.0,0.0,2.96,-0.17,10.07,0.0,0.49,0.0,0.0,-11.65,0.27,0.0,-0.41,0.0,3.88,-0.25,13.04,0.0,0.0,-5.78,-0.12,-1.82,-7.88,-0.09,0.0,0.0,9.65,1354.0,998.0,11562.0,2653.0
14
- base-atticroof-conditioned.xml,39.73,39.73,20.8,0.0,0.0,0.0,0.0,0.0,0.0,0.54,3.95,0.82,9.05,0.0,0.0,5.75,0.0,0.4,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,11.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.67,13.18,9.16,0.61,0.0,0.0,0.0,0.02,6982.0,7055.0,27.25,24.28,4.83,1.23,5.71,0.54,4.34,1.85,0.64,0.0,0.0,3.4,-0.14,7.77,0.0,0.49,0.0,2.5,-13.55,0.09,0.05,-0.41,-0.01,3.55,-0.28,14.53,0.0,0.0,-5.72,-0.09,-1.57,-9.03,-0.11,0.0,0.94,11.37,1354.0,998.0,11556.0,2556.0
15
- base-atticroof-flat.xml,34.28,34.28,14.39,0.0,0.0,0.0,0.0,0.0,0.0,0.37,2.93,0.56,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.6,8.81,9.22,0.61,0.0,0.0,0.0,0.01,6567.0,6587.0,19.79,14.52,6.39,0.0,3.68,0.54,4.07,1.84,-0.29,0.0,0.0,3.03,-0.12,5.4,0.0,0.49,0.0,0.0,-11.51,0.35,0.0,-0.38,-0.01,3.8,-0.29,9.44,0.0,0.0,-5.89,-0.06,-1.11,-6.64,-0.11,0.0,0.0,9.79,1354.0,998.0,11562.0,2653.0
16
- base-atticroof-radiant-barrier.xml,28.17,28.17,1.27,0.0,0.0,0.0,0.0,0.0,0.0,0.03,5.04,1.16,6.81,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.19,17.01,6.67,0.58,0.0,0.0,0.0,0.03,6353.0,6353.0,9.42,9.9,0.0,1.64,1.59,0.0,0.0,0.92,0.57,0.0,0.0,-0.26,-0.35,1.24,0.0,0.3,0.0,0.03,-4.59,0.0,0.85,0.32,0.0,0.0,0.18,17.37,0.0,0.0,-9.2,-0.32,-0.33,-3.12,-0.05,0.0,0.2,11.22,1355.0,998.0,10025.0,2470.0
17
- base-atticroof-unvented-insulated-roof.xml,34.55,34.55,16.41,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.1,0.6,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.51,9.5,9.22,0.62,0.0,0.0,0.0,0.01,6592.0,6592.0,20.56,16.02,0.0,6.15,3.7,0.54,4.1,1.85,-0.25,0.0,0.0,3.07,-0.13,5.42,0.0,0.49,0.0,2.03,-11.55,0.0,-1.06,-0.32,-0.01,3.82,-0.25,9.65,0.0,0.0,-5.84,-0.08,-1.06,-6.19,-0.1,0.0,1.26,9.75,1354.0,998.0,11562.0,2653.0
18
- base-atticroof-vented.xml,34.8,34.8,15.99,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.17,0.62,9.32,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.11,9.88,9.22,0.8,0.0,0.0,0.0,0.01,6659.0,6659.0,22.61,17.68,0.0,4.16,3.73,0.54,4.11,1.86,-0.14,0.0,0.0,3.12,-0.12,5.43,0.0,0.49,0.0,3.04,-11.17,0.0,-0.44,-0.37,-0.01,3.8,-0.28,9.5,0.0,0.0,-5.86,-0.07,-1.1,-6.41,-0.11,0.0,1.79,9.51,1354.0,998.0,11564.0,2654.0
19
- base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml,24.77,24.77,11.67,0.0,0.0,0.0,0.0,0.0,0.0,0.3,1.39,0.18,9.81,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.04,2.63,9.52,0.73,0.0,0.0,0.0,0.0,6325.0,4534.0,7.87,6.05,0.0,2.96,3.66,0.0,0.0,0.58,-0.1,0.0,3.01,0.0,-0.04,1.67,0.0,0.0,0.0,4.74,-5.44,0.0,-0.89,-0.2,0.0,0.0,-0.05,1.07,0.0,-0.92,0.0,-0.03,-0.28,-0.82,0.0,0.0,0.52,4.27,1354.0,998.0,11596.0,3211.0
20
- base-bldgtype-multifamily-adjacent-to-multiple.xml,24.87,24.87,6.88,0.0,0.0,0.0,0.0,0.0,0.0,0.18,1.66,0.24,9.7,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.51,3.73,9.52,0.61,0.0,0.0,0.01,0.0,6216.0,6097.0,14.49,10.61,0.0,-0.0,3.28,0.0,0.0,1.37,0.15,0.0,4.52,0.0,-0.05,1.63,0.0,0.52,0.0,2.55,-7.49,0.0,0.0,-0.35,0.0,0.0,-0.38,3.21,0.0,-2.81,0.0,-0.04,-0.29,-2.52,-0.07,0.0,0.44,6.55,1354.0,998.0,11593.0,3210.0
21
- base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml,25.06,25.06,24.55,0.0,0.0,0.0,0.0,0.0,0.0,0.64,1.3,0.15,9.9,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.23,2.22,9.52,0.82,0.0,0.0,0.0,0.0,6340.0,6179.0,11.26,8.59,0.0,5.4,4.23,0.0,0.0,0.79,-0.23,0.0,5.47,0.0,-0.06,1.7,0.0,0.0,0.0,11.68,-5.73,0.0,-1.15,-0.03,0.0,0.0,-0.05,1.06,0.0,-1.17,0.0,-0.06,-0.19,-0.64,0.0,0.0,0.5,3.98,1354.0,998.0,11594.0,3210.0
22
- base-bldgtype-multifamily-adjacent-to-other-heated-space.xml,24.43,24.43,1.34,0.0,0.0,0.0,0.0,0.0,0.0,0.03,1.41,0.18,9.72,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.27,2.71,9.52,0.64,0.0,0.0,0.0,0.01,6205.0,6205.0,3.6,6.05,0.0,0.34,3.15,0.0,0.0,0.38,0.06,0.0,0.38,0.0,-0.01,1.7,0.0,0.0,0.0,0.39,-5.14,0.0,-0.8,-0.43,0.0,0.0,-0.07,1.06,0.0,-0.83,0.0,-0.0,-0.38,-0.91,0.0,0.0,0.54,4.56,1354.0,998.0,11593.0,3210.0
23
- base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml,24.87,24.87,1.08,0.0,0.0,0.0,0.0,0.0,0.0,0.03,1.79,0.29,9.68,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.02,4.37,9.52,0.59,0.0,0.0,0.0,0.01,6311.0,6311.0,3.89,4.54,0.0,-0.0,3.2,0.0,0.0,0.37,0.18,0.0,-0.0,0.0,-0.06,1.77,0.0,0.0,0.0,0.32,-4.75,0.0,0.0,-0.52,0.0,0.0,-0.04,0.99,0.0,-0.0,0.0,-0.06,-0.52,-1.22,0.0,0.0,0.82,4.96,1354.0,998.0,11593.0,3210.0
24
- base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml,25.76,25.76,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.04,2.36,0.61,9.67,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.75,6.55,9.52,0.58,0.0,0.0,0.0,0.01,6192.0,6194.0,8.64,7.04,0.0,-0.01,2.62,0.0,0.0,0.41,1.49,0.0,-0.01,0.0,-0.34,1.64,0.0,0.51,0.0,0.0,-5.6,0.0,-0.0,-0.85,0.0,0.0,-0.04,3.42,0.0,-0.0,0.0,-0.33,-0.65,-3.12,-0.17,0.0,0.0,8.4,1354.0,998.0,11594.0,3210.0
25
- base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml,26.33,26.33,0.95,0.0,0.0,0.0,0.0,0.0,0.0,0.07,2.82,0.69,9.67,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.86,7.45,9.52,0.58,0.0,0.0,0.0,0.01,6221.0,6232.0,8.94,8.56,0.0,-0.01,2.62,0.0,0.0,0.41,1.48,0.0,-0.01,0.0,-0.34,1.64,0.0,0.51,0.0,0.11,-5.59,0.0,-0.0,-0.85,0.0,0.0,-0.04,3.41,0.0,-0.0,0.0,-0.33,-0.65,-3.13,-0.17,0.0,0.91,8.42,1354.0,998.0,11594.0,3210.0
26
- base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml,26.01,26.01,0.79,0.0,0.0,0.0,0.0,0.0,0.0,0.09,2.57,0.61,9.67,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.75,6.56,9.52,0.58,0.0,0.0,0.0,0.01,6234.0,6205.0,8.64,7.04,0.0,-0.01,2.62,0.0,0.0,0.41,1.49,0.0,-0.01,0.0,-0.34,1.64,0.0,0.51,0.0,0.0,-5.6,0.0,-0.0,-0.85,0.0,0.0,-0.04,3.42,0.0,-0.0,0.0,-0.33,-0.65,-3.12,-0.17,0.0,0.0,8.4,1354.0,998.0,11594.0,3210.0
27
- base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml,30.04,30.04,0.64,0.0,0.0,0.0,0.0,0.0,0.04,0.04,6.51,0.69,9.67,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.76,7.46,9.52,0.58,0.0,0.0,0.0,0.01,6227.0,6439.0,8.72,8.56,0.0,-0.01,2.62,0.0,0.0,0.41,1.48,0.0,-0.01,0.0,-0.34,1.64,0.0,0.51,0.0,0.02,-5.59,0.0,-0.0,-0.86,0.0,0.0,-0.04,3.41,0.0,-0.0,0.0,-0.33,-0.65,-3.13,-0.17,0.0,0.91,8.42,1354.0,998.0,11596.0,3211.0
28
- base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml,26.2,26.2,0.64,0.0,0.0,0.0,0.0,0.0,0.04,0.04,2.67,0.69,9.67,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.76,7.46,9.52,0.58,0.0,0.0,0.0,0.01,6204.0,6226.0,8.72,8.56,0.0,-0.01,2.62,0.0,0.0,0.41,1.48,0.0,-0.01,0.0,-0.34,1.64,0.0,0.51,0.0,0.02,-5.59,0.0,-0.0,-0.86,0.0,0.0,-0.04,3.41,0.0,-0.0,0.0,-0.33,-0.65,-3.13,-0.17,0.0,0.91,8.42,1354.0,998.0,11596.0,3211.0
29
- base-bldgtype-multifamily-shared-boiler-only-baseboard.xml,22.74,22.74,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.03,0.0,0.0,9.63,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.66,0.0,9.52,0.53,0.0,0.0,0.0,0.0,6142.0,0.0,8.64,0.0,0.0,-0.0,3.36,0.0,0.0,0.47,1.27,0.0,-0.0,0.0,-0.01,2.08,0.0,0.6,0.0,0.0,-7.23,0.0,0.0,-0.87,0.0,0.0,-0.12,2.01,0.0,0.0,0.0,0.0,-0.59,-7.01,-0.2,0.0,0.0,6.73,1354.0,998.0,11593.0,3210.0
30
- base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml,22.77,22.77,0.84,0.0,0.0,0.0,0.0,0.0,0.0,0.06,0.0,0.0,9.63,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.75,0.0,9.52,0.53,0.0,0.0,0.0,0.0,6171.0,0.0,8.94,0.0,0.0,-0.0,3.36,0.0,0.0,0.47,1.27,0.0,-0.0,0.0,-0.01,2.08,0.0,0.6,0.0,0.1,-7.23,0.0,0.0,-0.87,0.0,0.0,-0.12,2.01,0.0,0.0,0.0,0.0,-0.59,-7.01,-0.2,0.0,0.0,6.73,1354.0,998.0,11593.0,3210.0
31
- base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml,22.78,22.78,0.7,0.0,0.0,0.0,0.0,0.0,0.0,0.07,0.0,0.0,9.63,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.66,0.0,9.52,0.53,0.0,0.0,0.0,0.0,6183.0,0.0,8.64,0.0,0.0,-0.0,3.36,0.0,0.0,0.47,1.27,0.0,-0.0,0.0,-0.01,2.08,0.0,0.6,0.0,0.0,-7.23,0.0,0.0,-0.87,0.0,0.0,-0.12,2.01,0.0,0.0,0.0,0.0,-0.59,-7.01,-0.2,0.0,0.0,6.73,1354.0,998.0,11593.0,3210.0
32
- base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml,22.79,22.79,0.69,0.0,0.0,0.0,0.0,0.0,0.0,0.08,0.0,0.0,9.63,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.66,0.0,9.52,0.53,0.0,0.0,0.0,0.0,6184.0,0.0,8.64,0.0,0.0,-0.0,3.36,0.0,0.0,0.47,1.27,0.0,-0.0,0.0,-0.01,2.08,0.0,0.6,0.0,0.0,-7.23,0.0,0.0,-0.87,0.0,0.0,-0.12,2.01,0.0,0.0,0.0,0.0,-0.59,-7.01,-0.2,0.0,0.0,6.73,1354.0,998.0,11593.0,3210.0
33
- base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml,22.78,22.78,0.56,0.0,0.0,0.0,0.0,0.0,0.04,0.04,0.0,0.0,9.63,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.67,0.0,9.52,0.53,0.0,0.0,0.0,0.0,6154.0,2678.0,8.71,0.0,0.0,-0.0,3.36,0.0,0.0,0.47,1.27,0.0,-0.0,0.0,-0.01,2.08,0.0,0.6,0.0,0.02,-7.23,0.0,0.0,-0.87,0.0,0.0,-0.12,2.01,0.0,0.0,0.0,0.0,-0.59,-7.01,-0.2,0.0,0.0,6.73,1354.0,998.0,11595.0,3211.0
34
- base-bldgtype-multifamily-shared-chiller-only-baseboard.xml,25.7,25.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.34,0.6,9.68,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.46,9.52,0.59,0.0,0.0,0.0,0.01,0.0,6194.0,0.0,7.04,0.0,-0.01,2.46,0.0,0.0,0.37,1.13,0.0,-0.01,0.0,-0.31,1.51,0.0,0.47,0.0,0.0,-5.72,0.0,-0.0,-0.83,0.0,0.0,-0.04,3.35,0.0,-0.0,0.0,-0.3,-0.63,-3.12,-0.17,0.0,0.0,8.29,1354.0,998.0,11594.0,3210.0
35
- base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml,26.24,26.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.79,0.68,9.68,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.35,9.52,0.59,0.0,0.0,0.0,0.01,6080.0,6232.0,0.34,8.56,0.0,-0.01,2.46,0.0,0.0,0.37,1.12,0.0,-0.01,0.0,-0.31,1.51,0.0,0.47,0.0,-0.0,-5.7,0.0,-0.0,-0.83,0.0,0.0,-0.04,3.34,0.0,-0.0,0.0,-0.29,-0.64,-3.13,-0.18,0.0,0.9,8.31,1354.0,998.0,11593.0,3210.0
36
- base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml,25.91,25.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.54,0.6,9.68,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.46,9.52,0.59,0.0,0.0,0.0,0.01,0.0,6205.0,0.0,7.04,0.0,-0.01,2.46,0.0,0.0,0.37,1.13,0.0,-0.01,0.0,-0.31,1.51,0.0,0.47,0.0,0.0,-5.72,0.0,-0.0,-0.83,0.0,0.0,-0.04,3.35,0.0,-0.0,0.0,-0.3,-0.63,-3.12,-0.17,0.0,0.0,8.29,1354.0,998.0,11594.0,3210.0
37
- base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml,29.89,29.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.45,0.68,9.68,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.35,9.52,0.59,0.0,0.0,0.0,0.01,6227.0,6439.0,0.34,8.56,0.0,-0.01,2.46,0.0,0.0,0.37,1.12,0.0,-0.01,0.0,-0.31,1.51,0.0,0.47,0.0,-0.0,-5.7,0.0,-0.0,-0.83,0.0,0.0,-0.04,3.34,0.0,-0.0,0.0,-0.29,-0.64,-3.13,-0.18,0.0,0.9,8.31,1354.0,998.0,11593.0,3210.0
38
- base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml,26.09,26.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.65,0.68,9.68,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.35,9.52,0.59,0.0,0.0,0.0,0.01,6080.0,6226.0,0.34,8.56,0.0,-0.01,2.46,0.0,0.0,0.37,1.12,0.0,-0.01,0.0,-0.31,1.51,0.0,0.47,0.0,-0.0,-5.7,0.0,-0.0,-0.83,0.0,0.0,-0.04,3.34,0.0,-0.0,0.0,-0.29,-0.64,-3.13,-0.18,0.0,0.9,8.31,1354.0,998.0,11593.0,3210.0
39
- base-bldgtype-multifamily-shared-generator.xml,25.47,22.63,0.79,0.0,14.17,0.0,0.0,0.0,0.0,0.02,2.28,0.42,9.67,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-2.84,0.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.75,6.56,9.52,0.58,0.0,0.0,0.0,0.01,6188.0,6180.0,8.64,7.04,0.0,-0.01,2.62,0.0,0.0,0.41,1.49,0.0,-0.01,0.0,-0.34,1.64,0.0,0.51,0.0,0.0,-5.6,0.0,-0.0,-0.85,0.0,0.0,-0.04,3.42,0.0,-0.0,0.0,-0.33,-0.65,-3.12,-0.17,0.0,0.0,8.4,1354.0,998.0,11594.0,3210.0
40
- base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml,27.5,27.5,0.0,0.0,0.0,0.0,0.0,0.0,0.21,1.95,1.28,1.3,9.67,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.75,6.55,9.52,0.58,0.0,0.0,0.0,0.01,6362.0,6267.0,8.64,7.04,0.0,-0.01,2.62,0.0,0.0,0.41,1.49,0.0,-0.01,0.0,-0.34,1.64,0.0,0.51,0.0,0.0,-5.6,0.0,-0.0,-0.85,0.0,0.0,-0.04,3.42,0.0,-0.0,0.0,-0.33,-0.65,-3.12,-0.17,0.0,0.0,8.4,1354.0,998.0,11594.0,3210.0
41
- base-bldgtype-multifamily-shared-laundry-room.xml,25.65,25.65,0.64,0.0,0.0,0.0,0.0,0.0,0.0,0.02,2.29,0.42,9.85,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6,6.54,9.54,0.69,0.0,0.0,0.0,0.01,6913.0,7139.0,3.61,7.04,0.0,-0.01,2.6,0.0,0.0,0.41,1.53,0.0,-0.01,0.0,-0.33,1.71,0.0,0.0,0.0,0.0,-5.31,0.0,-0.0,-0.89,0.0,0.0,-0.04,3.43,0.0,-0.0,0.0,-0.32,-0.7,-3.15,0.0,0.0,0.0,8.29,1355.0,998.0,11501.0,3184.0
42
- base-bldgtype-multifamily-shared-mechvent-multiple.xml,30.68,30.68,23.76,0.0,0.0,0.0,0.0,0.0,0.0,0.16,2.05,0.34,9.69,0.0,0.0,2.03,0.0,0.21,3.77,1.42,0.17,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.0,0.0,0.0,0.0,17.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.67,5.4,9.52,0.61,0.0,0.0,0.0,0.0,6412.0,6397.0,7.85,8.54,0.0,-0.01,2.75,0.0,0.0,0.38,0.6,0.0,-0.01,0.0,-0.16,0.15,0.0,9.31,0.0,0.0,-7.22,0.0,-0.0,-0.3,0.0,0.0,0.01,3.19,0.0,-0.0,0.0,-0.15,-0.02,-2.49,-1.68,0.0,0.0,6.81,1354.0,998.0,11593.0,3210.0
43
- base-bldgtype-multifamily-shared-mechvent-preconditioning.xml,26.94,26.94,7.55,0.0,0.0,0.0,0.0,0.0,0.0,0.04,2.21,0.39,9.68,0.0,0.0,2.03,0.0,0.21,1.49,0.0,0.05,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.44,0.0,0.0,0.0,6.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.36,6.16,9.52,0.59,0.0,0.0,0.0,0.01,6242.0,6253.0,8.8,7.29,0.0,-0.01,2.71,0.0,0.0,0.41,1.26,0.0,-0.01,0.0,-0.29,1.67,0.0,1.8,0.0,0.0,-6.19,0.0,-0.0,-0.66,0.0,0.0,-0.02,3.36,0.0,-0.0,0.0,-0.28,-0.53,-3.01,-0.43,0.0,0.0,7.82,1354.0,998.0,11593.0,3210.0
44
- base-bldgtype-multifamily-shared-mechvent.xml,26.71,26.71,4.12,0.0,0.0,0.0,0.0,0.0,0.0,0.11,2.0,0.33,9.69,0.0,0.0,2.03,0.0,0.21,1.49,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.9,5.24,9.52,0.6,0.0,0.0,0.0,0.01,6254.0,6243.0,10.43,7.94,0.0,-0.01,2.75,0.0,0.0,0.38,0.72,0.0,-0.01,0.0,-0.17,1.65,0.0,5.71,0.0,0.0,-7.04,0.0,-0.0,-0.37,0.0,0.0,-0.0,3.21,0.0,-0.0,0.0,-0.17,-0.38,-2.59,-1.43,0.0,0.0,6.99,1354.0,998.0,11593.0,3210.0
45
- base-bldgtype-multifamily-shared-pv.xml,25.47,1.02,0.79,0.0,0.0,0.0,0.0,0.0,0.0,0.02,2.28,0.42,9.67,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,-24.45,0.0,0.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.75,6.56,9.52,0.58,0.0,0.0,0.0,0.01,6188.0,6180.0,8.64,7.04,0.0,-0.01,2.62,0.0,0.0,0.41,1.49,0.0,-0.01,0.0,-0.34,1.64,0.0,0.51,0.0,0.0,-5.6,0.0,-0.0,-0.85,0.0,0.0,-0.04,3.42,0.0,-0.0,0.0,-0.33,-0.65,-3.12,-0.17,0.0,0.0,8.4,1354.0,998.0,11594.0,3210.0
46
- base-bldgtype-multifamily-shared-water-heater-recirc.xml,16.81,16.81,13.49,0.0,0.0,0.0,0.0,0.0,0.0,0.03,2.21,0.4,0.0,1.1,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.98,12.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.93,6.27,9.54,0.57,0.0,0.0,0.0,0.01,2931.0,3069.0,8.79,7.07,0.0,-0.01,2.66,0.0,0.0,0.41,1.42,0.0,-0.01,0.0,-0.33,2.0,0.0,0.51,0.0,0.0,-5.75,0.0,-0.0,-0.77,0.0,0.0,-0.03,3.41,0.0,-0.0,0.0,-0.32,-0.73,-3.07,-0.17,0.0,0.0,8.05,1355.0,998.0,11403.0,3157.0
47
- base-bldgtype-multifamily-shared-water-heater.xml,15.72,15.72,13.49,0.0,0.0,0.0,0.0,0.0,0.0,0.03,2.21,0.4,0.0,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.98,12.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.93,6.27,9.54,0.57,0.0,0.0,0.0,0.01,2871.0,3009.0,8.79,7.07,0.0,-0.01,2.66,0.0,0.0,0.41,1.42,0.0,-0.01,0.0,-0.33,2.0,0.0,0.51,0.0,0.0,-5.75,0.0,-0.0,-0.77,0.0,0.0,-0.03,3.41,0.0,-0.0,0.0,-0.32,-0.73,-3.07,-0.17,0.0,0.0,8.05,1355.0,998.0,11403.0,3157.0
48
- base-bldgtype-multifamily.xml,25.47,25.47,0.79,0.0,0.0,0.0,0.0,0.0,0.0,0.02,2.28,0.42,9.67,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.75,6.56,9.52,0.58,0.0,0.0,0.0,0.01,6188.0,6180.0,8.64,7.04,0.0,-0.01,2.62,0.0,0.0,0.41,1.49,0.0,-0.01,0.0,-0.34,1.64,0.0,0.51,0.0,0.0,-5.6,0.0,-0.0,-0.85,0.0,0.0,-0.04,3.42,0.0,-0.0,0.0,-0.33,-0.65,-3.12,-0.17,0.0,0.0,8.4,1354.0,998.0,11594.0,3210.0
49
- base-bldgtype-single-family-attached.xml,29.59,29.59,8.8,0.0,0.0,0.0,0.0,0.0,0.0,0.23,2.34,0.42,9.42,0.0,0.0,3.26,0.0,0.27,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,5.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.32,6.62,9.37,0.61,0.0,0.0,0.0,0.01,6464.0,6425.0,16.72,12.95,0.0,2.44,2.28,0.53,2.59,1.78,0.02,0.0,0.0,1.67,-0.06,3.5,0.0,0.48,0.0,2.37,-9.31,0.0,0.04,-0.28,-0.03,2.11,-0.32,2.9,0.0,0.0,-3.96,-0.02,-0.85,-2.85,-0.11,0.0,1.63,8.35,1354.0,998.0,11577.0,2932.0
50
- base-dhw-combi-tankless-outside.xml,21.47,21.47,24.99,0.0,0.0,0.0,0.0,0.0,0.0,0.19,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.98,10.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.89,0.0,9.23,0.0,0.0,0.0,0.0,0.0,3180.0,0.0,18.93,0.0,0.0,3.95,3.72,0.54,4.12,1.86,-0.14,0.0,0.0,3.03,-0.12,6.54,0.0,0.49,0.0,0.0,-11.16,0.0,-0.19,-0.72,-0.06,3.58,-0.46,8.37,0.0,0.0,-6.58,-0.07,-1.69,-11.45,-0.14,0.0,0.0,9.52,1347.0,992.0,11349.0,2604.0
51
- base-dhw-combi-tankless.xml,21.47,21.47,24.99,0.0,0.0,0.0,0.0,0.0,0.0,0.19,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.98,10.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.89,0.0,9.23,0.0,0.0,0.0,0.0,0.0,3180.0,0.0,18.93,0.0,0.0,3.95,3.72,0.54,4.12,1.86,-0.14,0.0,0.0,3.03,-0.12,6.54,0.0,0.49,0.0,0.0,-11.16,0.0,-0.19,-0.72,-0.06,3.58,-0.46,8.37,0.0,0.0,-6.58,-0.07,-1.69,-11.45,-0.14,0.0,0.0,9.52,1347.0,992.0,11349.0,2604.0
52
- base-dhw-desuperheater-2-speed.xml,32.67,32.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.34,0.7,7.35,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.65,9.22,0.66,2.3,0.0,0.0,0.01,4409.0,4909.0,0.34,21.83,0.0,2.81,2.59,0.37,3.55,1.26,-3.7,0.0,0.0,0.42,-0.21,3.54,0.0,0.35,0.0,0.0,-11.12,0.0,-0.07,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.16,-0.04,-1.2,-6.58,-0.12,0.0,3.82,10.57,1354.0,998.0,11533.0,2647.0
53
- base-dhw-desuperheater-gshp.xml,35.85,35.85,0.0,0.0,0.0,0.0,0.0,0.0,3.77,0.62,2.01,0.96,7.23,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.37,10.89,9.22,0.61,2.22,0.0,0.0,0.0,7126.0,4947.0,22.36,18.55,0.0,3.84,3.72,0.54,4.11,1.86,-0.12,0.0,0.0,3.14,-0.11,5.42,0.0,0.49,0.0,2.55,-11.15,0.0,0.08,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.88,-0.06,-1.13,-6.7,-0.11,0.0,1.94,10.32,1354.0,998.0,11518.0,2643.0
54
- base-dhw-desuperheater-hpwh.xml,28.91,28.91,20.08,0.0,0.0,0.0,0.0,0.0,0.0,0.52,3.53,0.71,2.87,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.99,11.51,9.21,1.83,2.22,0.0,0.0,0.01,3680.0,4010.0,27.42,22.16,0.0,3.78,3.71,0.54,4.07,1.85,-0.27,0.0,0.0,2.98,-0.1,5.39,0.0,0.49,0.0,4.44,-7.99,0.0,0.1,-0.33,-0.01,3.84,-0.26,9.52,0.0,0.0,-5.84,-0.06,-1.06,-6.24,-0.1,0.0,3.04,9.01,1348.0,989.0,11581.0,2657.0
55
- base-dhw-desuperheater-tankless.xml,33.36,33.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.66,0.98,7.45,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.84,9.23,0.0,2.27,0.0,0.0,0.01,4298.0,5250.0,0.28,21.84,0.0,2.78,2.56,0.36,3.53,1.25,-3.8,0.0,0.0,0.32,-0.21,3.49,0.0,0.35,0.0,0.0,-10.75,0.0,-0.03,-0.45,-0.02,3.93,-0.33,9.33,0.0,0.0,-6.16,-0.04,-1.19,-6.5,-0.12,0.0,3.16,10.28,1353.0,996.0,11391.0,2614.0
56
- base-dhw-desuperheater-var-speed.xml,31.81,31.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.81,0.35,7.37,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.11,9.22,0.66,2.27,0.0,0.0,0.01,4153.0,4806.0,0.33,21.62,0.0,2.81,2.59,0.37,3.55,1.26,-3.7,0.0,0.0,0.42,-0.21,3.54,0.0,0.35,0.0,0.0,-11.12,0.0,-0.09,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.16,-0.04,-1.2,-6.59,-0.12,0.0,4.34,10.56,1354.0,998.0,11536.0,2647.0
57
- base-dhw-desuperheater.xml,33.33,33.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.7,1.0,7.35,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.04,9.22,0.66,2.3,0.0,0.0,0.01,3854.0,5129.0,0.3,21.91,0.0,2.81,2.59,0.37,3.55,1.26,-3.7,0.0,0.0,0.42,-0.21,3.54,0.0,0.35,0.0,0.0,-11.12,0.0,-0.04,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.16,-0.04,-1.2,-6.58,-0.12,0.0,3.2,10.57,1354.0,998.0,11535.0,2647.0
58
- base-dhw-dwhr.xml,32.9,32.9,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,6.92,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,6.82,0.61,0.0,0.0,0.0,0.01,6648.0,5490.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1355.0,998.0,10277.0,2358.0
59
- base-dhw-indirect-dse.xml,21.51,21.51,29.8,0.0,0.0,0.0,0.0,0.0,0.0,0.23,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.1,12.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.81,0.0,9.25,2.29,0.0,0.0,0.0,0.0,3179.0,0.0,18.62,0.0,0.0,3.94,3.72,0.54,4.14,1.85,-0.14,0.0,0.0,3.11,-0.1,6.53,0.0,0.49,0.0,0.0,-12.36,0.0,-0.25,-0.78,-0.07,3.54,-0.5,8.21,0.0,0.0,-6.62,-0.05,-1.77,-12.07,-0.15,0.0,0.0,10.61,1354.0,998.0,11175.0,2564.0
60
- base-dhw-indirect-outside.xml,21.48,21.48,28.65,0.0,0.0,0.0,0.0,0.0,0.0,0.2,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.87,13.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.89,0.0,9.25,3.27,0.0,0.0,0.0,0.0,3180.0,0.0,18.93,0.0,0.0,3.95,3.72,0.54,4.12,1.86,-0.14,0.0,0.0,3.03,-0.12,6.54,0.0,0.49,0.0,0.0,-11.16,0.0,-0.19,-0.72,-0.06,3.58,-0.46,8.37,0.0,0.0,-6.58,-0.07,-1.69,-11.45,-0.14,0.0,0.0,9.52,1353.0,996.0,11178.0,2565.0
61
- base-dhw-indirect-standbyloss.xml,21.46,21.46,26.62,0.0,0.0,0.0,0.0,0.0,0.0,0.18,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.44,13.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.25,2.71,0.0,0.0,0.0,0.0,3179.0,0.0,18.57,0.0,0.0,3.94,3.71,0.54,4.14,1.85,-0.14,0.0,0.0,3.13,-0.09,6.52,0.0,0.49,0.0,0.0,-12.57,0.0,-0.27,-0.79,-0.07,3.54,-0.5,8.17,0.0,0.0,-6.63,-0.04,-1.79,-12.19,-0.15,0.0,0.0,10.82,1354.0,997.0,11174.0,2564.0
62
- base-dhw-indirect-with-solar-fraction.xml,21.41,21.41,19.32,0.0,0.0,0.0,0.0,0.0,0.0,0.14,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.7,4.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.51,0.0,9.25,0.8,0.0,6.01,0.0,0.0,3181.0,0.0,18.82,0.0,0.0,3.95,3.72,0.54,4.13,1.86,-0.13,0.0,0.0,3.06,-0.12,6.54,0.0,0.49,0.0,0.0,-11.59,0.0,-0.21,-0.74,-0.07,3.57,-0.47,8.32,0.0,0.0,-6.6,-0.07,-1.72,-11.67,-0.15,0.0,0.0,9.89,474.0,349.0,3920.0,900.0
63
- base-dhw-indirect.xml,21.46,21.46,26.38,0.0,0.0,0.0,0.0,0.0,0.0,0.18,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.68,12.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.81,0.0,9.25,2.29,0.0,0.0,0.0,0.0,3179.0,0.0,18.62,0.0,0.0,3.94,3.72,0.54,4.14,1.85,-0.14,0.0,0.0,3.11,-0.1,6.53,0.0,0.49,0.0,0.0,-12.36,0.0,-0.25,-0.78,-0.07,3.54,-0.5,8.21,0.0,0.0,-6.62,-0.05,-1.77,-12.07,-0.15,0.0,0.0,10.61,1354.0,998.0,11175.0,2564.0
64
- base-dhw-jacket-electric.xml,34.8,34.8,16.25,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.54,0.71,8.85,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.37,11.55,9.22,0.29,0.0,0.0,0.0,0.01,6564.0,6871.0,23.91,21.55,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.15,-0.11,5.42,0.0,0.49,0.0,3.68,-11.3,0.0,0.04,-0.39,-0.01,3.79,-0.29,9.44,0.0,0.0,-5.87,-0.06,-1.12,-6.59,-0.11,0.0,3.08,9.68,1354.0,998.0,11558.0,2652.0
65
- base-dhw-jacket-gas.xml,26.08,26.08,31.06,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.64,0.73,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.68,14.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.77,11.95,9.23,2.72,0.0,0.0,0.0,0.01,3390.0,3569.0,24.21,21.97,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.15,-0.11,6.55,0.0,0.49,0.0,3.78,-12.11,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.88,-0.06,-1.38,-6.67,-0.11,0.0,3.17,10.35,1355.0,998.0,11403.0,2617.0
66
- base-dhw-jacket-hpwh.xml,28.85,28.85,20.12,0.0,0.0,0.0,0.0,0.0,0.0,0.52,3.18,0.62,3.25,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.03,10.05,9.22,1.34,0.0,0.0,0.0,0.01,3730.0,3437.0,26.89,21.69,0.0,3.78,3.72,0.54,4.07,1.85,-0.26,0.0,0.0,2.98,-0.1,5.39,0.0,0.49,0.0,4.45,-7.97,0.0,0.14,-0.32,-0.0,3.85,-0.26,9.57,0.0,0.0,-5.81,-0.06,-1.04,-5.9,-0.1,0.0,2.72,7.37,1350.0,978.0,11359.0,2607.0
67
- base-dhw-jacket-indirect.xml,21.46,21.46,26.17,0.0,0.0,0.0,0.0,0.0,0.0,0.18,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.88,12.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.97,0.0,9.25,1.93,0.0,0.0,0.0,0.0,3179.0,0.0,18.67,0.0,0.0,3.94,3.72,0.54,4.14,1.85,-0.14,0.0,0.0,3.1,-0.11,6.53,0.0,0.49,0.0,0.0,-12.18,0.0,-0.24,-0.77,-0.07,3.55,-0.49,8.24,0.0,0.0,-6.62,-0.06,-1.76,-11.97,-0.15,0.0,0.0,10.43,1352.0,997.0,11167.0,2563.0
68
- base-dhw-low-flow-fixtures.xml,34.76,34.76,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,8.78,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,8.82,0.61,0.0,0.0,0.0,0.01,6660.0,6582.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,10950.0,2513.0
69
- base-dhw-multiple.xml,23.35,23.35,18.32,0.0,0.0,0.0,0.0,0.0,0.0,0.11,0.0,0.0,1.96,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.37,3.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.13,0.0,9.22,2.86,0.0,5.99,0.0,0.0,3260.0,0.0,19.36,0.0,0.0,3.94,3.71,0.54,4.13,1.85,-0.14,0.0,0.0,3.1,-0.1,6.53,0.0,0.49,0.0,0.0,-12.0,0.0,-0.24,-0.76,-0.07,3.56,-0.49,8.25,0.0,0.0,-6.6,-0.05,-1.75,-11.88,-0.15,0.0,0.0,10.31,474.0,349.0,4019.0,922.0
70
- base-dhw-none.xml,23.74,23.74,15.84,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.54,0.71,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.0,0.0,0.0,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.98,11.59,0.0,0.0,0.0,0.0,0.0,0.01,1418.0,3044.0,21.43,21.54,0.0,3.82,3.73,0.54,4.14,1.86,-0.1,0.0,0.0,3.19,-0.11,5.61,0.0,0.0,0.0,3.6,-11.39,0.0,0.03,-0.4,-0.01,3.76,-0.3,9.42,0.0,0.0,-5.9,-0.06,-1.16,-6.64,0.0,0.0,3.08,9.79,0.0,0.0,0.0,0.0
71
- base-dhw-recirc-demand.xml,35.07,35.07,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.07,0.03,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.16,0.61,0.0,0.0,0.0,0.01,6681.0,6749.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11556.0,2545.0
72
- base-dhw-recirc-manual.xml,34.65,34.65,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,8.65,0.02,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.16,0.61,0.0,0.0,0.0,0.01,6681.0,6748.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11556.0,2545.0
73
- base-dhw-recirc-nocontrol.xml,49.99,49.99,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,22.53,1.49,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.25,0.61,0.0,0.0,0.0,0.01,11537.0,10081.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11565.0,2715.0
74
- base-dhw-recirc-temperature.xml,45.09,45.09,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,18.87,0.25,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.25,0.61,0.0,0.0,0.0,0.01,9465.0,7989.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11565.0,2715.0
75
- base-dhw-recirc-timer.xml,49.99,49.99,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,22.53,1.49,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.25,0.61,0.0,0.0,0.0,0.01,11537.0,10081.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11565.0,2715.0
76
- base-dhw-solar-direct-evacuated-tube.xml,29.57,29.57,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,3.26,0.0,0.33,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.65,9.23,0.62,0.0,6.35,0.0,0.01,6586.0,4041.0,23.86,21.61,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.84,1353.0,991.0,11286.0,2590.0
77
- base-dhw-solar-direct-flat-plate.xml,28.05,28.05,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,1.75,0.0,0.32,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.67,9.25,0.65,0.0,8.02,0.0,0.01,6686.0,4149.0,23.86,21.62,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.64,-0.11,0.0,3.11,9.86,1318.0,952.0,10821.0,2483.0
78
- base-dhw-solar-direct-ics.xml,29.54,29.54,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,3.24,0.0,0.32,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.66,9.24,0.63,0.0,6.39,0.0,0.01,6636.0,4290.0,23.86,21.62,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.3,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.85,1341.0,979.0,11150.0,2559.0
79
- base-dhw-solar-fraction.xml,29.15,29.15,16.3,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.54,0.71,3.21,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.41,11.52,9.23,0.21,0.0,6.0,0.0,0.01,4033.0,3695.0,23.93,21.53,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.14,-0.12,5.43,0.0,0.49,0.0,3.69,-11.26,0.0,0.04,-0.39,-0.01,3.79,-0.29,9.45,0.0,0.0,-5.87,-0.07,-1.12,-6.58,-0.11,0.0,3.08,9.63,474.0,349.0,3991.0,916.0
80
- base-dhw-solar-indirect-flat-plate.xml,28.2,28.2,15.73,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.65,0.74,1.81,0.0,0.31,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.87,12.03,9.24,0.64,0.0,7.93,0.0,0.01,6649.0,4157.0,23.88,21.88,0.0,3.81,3.73,0.54,4.12,1.86,-0.11,0.0,0.0,3.18,-0.1,5.42,0.0,0.49,0.0,3.58,-11.75,0.0,0.01,-0.41,-0.02,3.78,-0.3,9.39,0.0,0.0,-5.88,-0.05,-1.15,-6.76,-0.11,0.0,3.18,10.38,1334.0,962.0,10981.0,2520.0
81
- base-dhw-solar-thermosyphon-flat-plate.xml,27.77,27.77,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,1.78,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.67,9.25,0.65,0.0,7.97,0.0,0.01,6500.0,4249.0,23.86,21.62,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.64,-0.11,0.0,3.11,9.86,1324.0,956.0,10873.0,2495.0
82
- base-dhw-tank-coal.xml,26.12,26.12,16.32,0.0,0.0,0.0,0.0,15.46,0.0,0.42,3.68,0.74,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.46,0.0,0.0,0.0,0.0,0.0,0.0,15.43,12.13,9.23,3.62,0.0,0.0,0.0,0.01,3398.0,3578.0,24.1,22.03,0.0,3.81,3.73,0.54,4.12,1.86,-0.11,0.0,0.0,3.16,-0.11,6.55,0.0,0.49,0.0,3.7,-12.41,0.0,0.02,-0.4,-0.02,3.78,-0.3,9.4,0.0,0.0,-5.89,-0.05,-1.39,-6.74,-0.11,0.0,3.21,10.63,1355.0,998.0,11404.0,2617.0
83
- base-dhw-tank-elec-uef.xml,35.15,35.15,16.01,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.17,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.14,11.67,9.17,0.69,0.0,0.0,0.0,0.01,5727.0,5811.0,23.85,21.61,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.63,-11.5,0.0,0.03,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.64,-0.11,0.0,3.11,9.87,1353.0,998.0,11807.0,2709.0
84
- base-dhw-tank-gas-outside.xml,25.96,25.96,34.99,0.0,0.0,0.0,0.0,0.0,0.0,0.46,3.52,0.7,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.79,17.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.82,11.42,9.23,5.07,0.0,0.0,0.0,0.01,3368.0,3540.0,24.53,21.69,0.0,3.8,3.73,0.54,4.1,1.86,-0.14,0.0,0.0,3.09,-0.12,6.55,0.0,0.49,0.0,4.01,-11.18,0.0,0.07,-0.37,-0.01,3.81,-0.28,9.49,0.0,0.0,-5.87,-0.07,-1.34,-6.44,-0.11,0.0,3.06,9.5,1355.0,998.0,11404.0,2617.0
85
- base-dhw-tank-gas-uef.xml,26.09,26.09,31.46,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.65,0.74,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.57,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.67,12.0,9.23,2.97,0.0,0.0,0.0,0.01,3393.0,3572.0,24.17,21.98,0.0,3.81,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.15,-0.11,6.55,0.0,0.49,0.0,3.76,-12.2,0.0,0.03,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.88,-0.06,-1.38,-6.69,-0.11,0.0,3.18,10.44,1355.0,998.0,11403.0,2617.0
86
- base-dhw-tank-gas.xml,26.12,26.12,31.77,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.68,0.74,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.32,15.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.43,12.13,9.23,3.62,0.0,0.0,0.0,0.01,3398.0,3578.0,24.1,22.03,0.0,3.81,3.73,0.54,4.12,1.86,-0.11,0.0,0.0,3.16,-0.11,6.55,0.0,0.49,0.0,3.7,-12.41,0.0,0.02,-0.4,-0.02,3.78,-0.3,9.4,0.0,0.0,-5.89,-0.05,-1.39,-6.74,-0.11,0.0,3.21,10.63,1355.0,998.0,11404.0,2617.0
87
- base-dhw-tank-heat-pump-outside.xml,32.71,32.71,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.52,0.7,6.77,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.54,11.46,9.21,2.53,0.0,0.0,0.0,0.01,5779.0,4695.0,23.96,21.5,0.0,3.81,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.13,-0.11,5.43,0.0,0.49,0.0,3.72,-11.15,0.0,0.05,-0.39,-0.01,3.8,-0.29,9.44,0.0,0.0,-5.87,-0.06,-1.12,-6.55,-0.11,0.0,3.06,9.53,1351.0,989.0,11576.0,2656.0
88
- base-dhw-tank-heat-pump-uef.xml,27.85,27.85,20.89,0.0,0.0,0.0,0.0,0.0,0.0,0.54,3.12,0.6,2.31,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.75,9.79,9.21,1.33,0.0,0.0,0.0,0.01,3294.0,3253.0,29.74,21.38,0.0,3.78,3.72,0.54,4.07,1.86,-0.26,0.0,0.0,2.99,-0.12,5.4,0.0,0.49,0.0,4.59,-7.38,0.0,0.15,-0.31,-0.0,3.86,-0.25,9.61,0.0,0.0,-5.78,-0.07,-1.03,-5.76,-0.1,0.0,2.66,7.02,1338.0,984.0,11473.0,2633.0
89
- base-dhw-tank-heat-pump-with-solar-fraction.xml,27.06,27.06,17.72,0.0,0.0,0.0,0.0,0.0,0.0,0.46,3.4,0.67,1.25,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.76,10.94,9.23,0.61,0.0,6.0,0.0,0.01,3392.0,3548.0,27.39,21.24,0.0,3.8,3.73,0.54,4.1,1.86,-0.18,0.0,0.0,3.09,-0.1,5.41,0.0,0.49,0.0,3.98,-10.08,0.0,0.08,-0.36,-0.01,3.81,-0.28,9.48,0.0,0.0,-5.85,-0.05,-1.09,-6.33,-0.1,0.0,2.93,8.81,464.0,340.0,3911.0,897.0
90
- base-dhw-tank-heat-pump-with-solar.xml,27.86,27.86,17.0,0.0,0.0,0.0,0.0,0.0,0.0,0.44,3.64,0.73,1.43,0.0,0.35,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.08,11.97,9.18,1.97,0.0,7.22,0.0,0.01,3703.0,3606.0,27.08,22.07,0.0,3.8,3.73,0.54,4.11,1.86,-0.14,0.0,0.0,3.14,-0.1,5.42,0.0,0.49,0.0,3.83,-10.71,0.0,0.03,-0.4,-0.01,3.79,-0.3,9.41,0.0,0.0,-5.88,-0.05,-1.13,-6.68,-0.11,0.0,3.16,10.19,1354.0,995.0,11808.0,2710.0
91
- base-dhw-tank-heat-pump.xml,29.0,29.0,20.01,0.0,0.0,0.0,0.0,0.0,0.0,0.52,3.19,0.62,3.39,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.92,10.09,9.22,1.76,0.0,0.0,0.0,0.01,3490.0,3498.0,26.86,21.8,0.0,3.78,3.72,0.54,4.07,1.85,-0.27,0.0,0.0,2.98,-0.1,5.39,0.0,0.49,0.0,4.42,-8.05,0.0,0.13,-0.32,-0.0,3.85,-0.26,9.56,0.0,0.0,-5.81,-0.05,-1.05,-5.93,-0.1,0.0,2.73,7.46,1347.0,981.0,11451.0,2628.0
92
- base-dhw-tank-oil.xml,26.12,26.12,16.32,15.46,0.0,0.0,0.0,0.0,0.0,0.42,3.68,0.74,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.43,12.13,9.23,3.62,0.0,0.0,0.0,0.01,3398.0,3578.0,24.1,22.03,0.0,3.81,3.73,0.54,4.12,1.86,-0.11,0.0,0.0,3.16,-0.11,6.55,0.0,0.49,0.0,3.7,-12.41,0.0,0.02,-0.4,-0.02,3.78,-0.3,9.4,0.0,0.0,-5.89,-0.05,-1.39,-6.74,-0.11,0.0,3.21,10.63,1355.0,998.0,11404.0,2617.0
93
- base-dhw-tank-wood.xml,26.12,26.12,16.32,0.0,0.0,15.46,0.0,0.0,0.0,0.42,3.68,0.74,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.43,12.13,9.23,3.62,0.0,0.0,0.0,0.01,3398.0,3578.0,24.1,22.03,0.0,3.81,3.73,0.54,4.12,1.86,-0.11,0.0,0.0,3.16,-0.11,6.55,0.0,0.49,0.0,3.7,-12.41,0.0,0.02,-0.4,-0.02,3.78,-0.3,9.4,0.0,0.0,-5.89,-0.05,-1.39,-6.74,-0.11,0.0,3.21,10.63,1355.0,998.0,11404.0,2617.0
94
- base-dhw-tankless-electric-outside.xml,35.36,35.36,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.52,0.7,9.43,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.54,11.46,9.23,0.0,0.0,0.0,0.0,0.01,9586.0,7258.0,23.96,21.5,0.0,3.81,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.13,-0.11,5.43,0.0,0.49,0.0,3.72,-11.15,0.0,0.05,-0.39,-0.01,3.8,-0.29,9.44,0.0,0.0,-5.87,-0.06,-1.12,-6.55,-0.11,0.0,3.06,9.53,1355.0,998.0,11400.0,2616.0
95
- base-dhw-tankless-electric-uef.xml,35.26,35.26,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.52,0.7,9.33,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.54,11.46,9.23,0.0,0.0,0.0,0.0,0.01,9492.0,7190.0,23.96,21.5,0.0,3.81,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.13,-0.11,5.43,0.0,0.49,0.0,3.72,-11.15,0.0,0.05,-0.39,-0.01,3.8,-0.29,9.44,0.0,0.0,-5.87,-0.06,-1.12,-6.55,-0.11,0.0,3.06,9.53,1355.0,998.0,11400.0,2616.0
96
- base-dhw-tankless-electric.xml,35.36,35.36,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.52,0.7,9.43,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.54,11.46,9.23,0.0,0.0,0.0,0.0,0.01,9586.0,7258.0,23.96,21.5,0.0,3.81,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.13,-0.11,5.43,0.0,0.49,0.0,3.72,-11.15,0.0,0.05,-0.39,-0.01,3.8,-0.29,9.44,0.0,0.0,-5.87,-0.06,-1.12,-6.55,-0.11,0.0,3.06,9.53,1355.0,998.0,11400.0,2616.0
97
- base-dhw-tankless-gas-uef.xml,25.93,25.93,26.26,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.52,0.7,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.43,9.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.54,11.46,9.23,0.0,0.0,0.0,0.0,0.01,3371.0,3541.0,23.96,21.5,0.0,3.81,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.13,-0.11,5.43,0.0,0.49,0.0,3.72,-11.15,0.0,0.05,-0.39,-0.01,3.8,-0.29,9.44,0.0,0.0,-5.87,-0.06,-1.12,-6.55,-0.11,0.0,3.06,9.53,1355.0,998.0,11400.0,2616.0
98
- base-dhw-tankless-gas-with-solar-fraction.xml,25.93,25.93,20.42,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.52,0.7,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.43,3.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.54,11.46,9.23,0.0,0.0,6.0,0.0,0.01,3371.0,3541.0,23.96,21.5,0.0,3.81,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.13,-0.11,5.43,0.0,0.49,0.0,3.72,-11.15,0.0,0.05,-0.39,-0.01,3.8,-0.29,9.44,0.0,0.0,-5.87,-0.06,-1.12,-6.55,-0.11,0.0,3.06,9.53,474.0,349.0,3990.0,916.0
99
- base-dhw-tankless-gas-with-solar.xml,26.35,26.35,18.11,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.61,0.73,0.0,0.0,0.32,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.1,2.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.22,11.83,9.23,0.0,0.0,7.6,0.0,0.01,3418.0,3592.0,23.98,21.77,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.1,5.43,0.0,0.49,0.0,3.65,-11.45,0.0,0.03,-0.4,-0.01,3.79,-0.3,9.41,0.0,0.0,-5.88,-0.05,-1.13,-6.68,-0.11,0.0,3.14,10.06,1242.0,905.0,10545.0,2420.0
100
- base-dhw-tankless-gas.xml,25.93,25.93,27.82,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.52,0.7,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.43,11.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.54,11.46,9.23,0.0,0.0,0.0,0.0,0.01,3371.0,3541.0,23.96,21.5,0.0,3.81,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.13,-0.11,5.43,0.0,0.49,0.0,3.72,-11.15,0.0,0.05,-0.39,-0.01,3.8,-0.29,9.44,0.0,0.0,-5.87,-0.06,-1.12,-6.55,-0.11,0.0,3.06,9.53,1355.0,998.0,11400.0,2616.0
101
- base-dhw-tankless-propane.xml,25.93,25.93,16.43,0.0,11.39,0.0,0.0,0.0,0.0,0.43,3.52,0.7,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.54,11.46,9.23,0.0,0.0,0.0,0.0,0.01,3371.0,3541.0,23.96,21.5,0.0,3.81,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.13,-0.11,5.43,0.0,0.49,0.0,3.72,-11.15,0.0,0.05,-0.39,-0.01,3.8,-0.29,9.44,0.0,0.0,-5.87,-0.06,-1.12,-6.55,-0.11,0.0,3.06,9.53,1355.0,998.0,11400.0,2616.0
102
- base-enclosure-2stories-garage.xml,39.46,39.46,24.46,0.0,0.0,0.0,0.0,0.0,0.0,0.64,4.78,1.01,9.11,0.0,0.0,5.27,0.14,0.37,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,10.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.13,16.42,9.19,0.61,0.0,0.0,0.0,0.01,7044.0,7044.0,31.13,28.9,0.0,4.0,7.61,1.13,3.38,1.94,1.05,0.0,0.82,2.84,-0.36,9.7,0.0,0.51,0.0,3.27,-12.8,0.0,0.14,-0.74,-0.03,2.48,-0.23,19.94,0.0,-0.1,-4.06,-0.32,-1.69,-11.99,-0.09,0.0,2.53,10.71,1354.0,998.0,11559.0,2612.0
103
- base-enclosure-2stories.xml,42.99,42.99,27.41,0.0,0.0,0.0,0.0,0.0,0.0,0.71,4.84,1.03,8.99,0.0,0.0,6.37,0.0,0.43,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,12.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.91,16.65,9.13,0.61,0.0,0.0,0.0,0.01,7152.0,7152.0,34.56,31.61,0.0,3.91,8.14,1.12,4.62,1.92,0.42,0.0,0.0,3.79,-0.29,11.97,0.0,0.5,0.0,4.38,-14.65,0.0,0.09,-0.75,-0.03,3.48,-0.24,19.62,0.0,0.0,-5.56,-0.22,-2.15,-12.53,-0.09,0.0,3.04,12.08,1354.0,998.0,11553.0,2493.0
104
- base-enclosure-beds-1.xml,29.9,29.9,17.62,0.0,0.0,0.0,0.0,0.0,0.0,0.46,3.37,0.66,5.56,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.2,0.25,1.05,1.26,0.0,1.64,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.66,10.85,5.36,0.61,0.0,0.0,0.0,0.01,6532.0,6043.0,21.89,21.17,0.0,3.8,3.73,0.54,4.01,1.86,-0.16,0.0,0.0,3.0,-0.12,5.42,0.0,0.39,0.0,3.97,-9.87,0.0,0.09,-0.35,-0.01,3.9,-0.27,9.53,0.0,0.0,-5.74,-0.07,-1.08,-6.24,-0.06,0.0,2.93,8.22,940.0,637.0,6303.0,1635.0
105
- base-enclosure-beds-2.xml,32.55,32.55,16.86,0.0,0.0,0.0,0.0,0.0,0.0,0.44,3.46,0.69,7.39,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.26,0.31,1.28,1.4,0.0,1.88,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.93,11.24,7.33,0.61,0.0,0.0,0.0,0.01,6357.0,4372.0,22.11,21.35,0.0,3.81,3.73,0.54,4.07,1.86,-0.14,0.0,0.0,3.07,-0.11,5.43,0.0,0.45,0.0,3.82,-10.67,0.0,0.07,-0.37,-0.01,3.85,-0.28,9.47,0.0,0.0,-5.81,-0.06,-1.1,-6.43,-0.1,0.0,3.02,9.02,1147.0,818.0,8909.0,2214.0
106
- base-enclosure-beds-4.xml,37.68,37.68,15.2,0.0,0.0,0.0,0.0,0.0,0.0,0.4,3.67,0.74,10.89,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.38,0.42,1.74,1.66,0.0,2.35,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.37,12.06,11.09,0.61,0.0,0.0,0.0,0.01,6005.0,5748.0,21.11,21.85,0.0,3.81,3.72,0.54,4.16,1.86,-0.11,0.0,0.0,3.25,-0.09,5.42,0.0,0.47,0.0,3.46,-12.23,0.0,-0.0,-0.43,-0.02,3.73,-0.31,9.34,0.0,0.0,-5.93,-0.04,-1.17,-6.84,-0.1,0.0,3.19,10.67,1562.0,1178.0,13957.0,2961.0
107
- base-enclosure-beds-5.xml,40.22,40.22,14.61,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.78,0.77,12.59,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.43,0.48,1.98,1.79,0.0,2.58,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.81,12.52,12.92,0.61,0.0,0.0,0.0,0.01,6736.0,7384.0,20.76,21.95,0.0,3.82,3.73,0.54,4.21,1.86,-0.09,0.0,0.0,3.32,-0.09,5.32,0.0,0.76,0.0,3.34,-13.02,0.0,-0.03,-0.44,-0.02,3.67,-0.32,9.29,0.0,0.0,-6.0,-0.03,-1.17,-7.02,-0.14,0.0,3.28,11.48,1770.0,1359.0,16649.0,3285.0
108
- base-enclosure-garage.xml,34.07,34.07,17.73,0.0,0.0,0.0,0.0,0.0,0.0,0.46,2.5,0.45,9.24,0.0,0.0,4.51,0.14,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.77,7.11,9.22,0.71,0.0,0.0,0.0,0.01,6624.0,6809.0,16.31,13.96,0.0,3.57,3.69,0.53,3.54,1.78,3.1,0.0,0.0,1.77,-0.11,5.48,0.0,0.0,0.0,2.78,-9.37,0.0,0.2,-0.22,-0.0,3.41,-0.24,6.42,0.0,0.0,-5.23,-0.07,-1.09,-4.72,0.0,0.0,1.1,7.6,1354.0,998.0,11562.0,2653.0
109
- base-enclosure-infil-ach-house-pressure.xml,35.12,35.12,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6679.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
110
- base-enclosure-infil-cfm-house-pressure.xml,35.12,35.12,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6679.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
111
- base-enclosure-infil-cfm50.xml,35.12,35.12,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6679.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
112
- base-enclosure-infil-flue.xml,35.15,35.15,17.4,0.0,0.0,0.0,0.0,0.0,0.0,0.45,3.56,0.71,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.45,11.6,9.22,0.61,0.0,0.0,0.0,0.01,6580.0,6680.0,24.43,21.79,0.0,3.81,3.73,0.54,4.11,1.86,-0.13,0.0,0.0,3.11,-0.11,6.55,0.0,0.49,0.0,3.93,-11.51,0.0,0.06,-0.38,-0.01,3.8,-0.28,9.47,0.0,0.0,-5.88,-0.06,-1.35,-6.52,-0.11,0.0,3.1,9.79,1354.0,998.0,11562.0,2653.0
113
- base-enclosure-infil-natural-ach.xml,35.26,35.26,23.46,0.0,0.0,0.0,0.0,0.0,0.0,0.61,3.52,0.7,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.18,11.43,9.22,0.62,0.0,0.0,0.0,0.01,6603.0,6672.0,27.85,22.38,0.0,3.78,3.74,0.54,4.1,1.87,-0.15,0.0,0.0,3.0,-0.15,11.36,0.0,0.49,0.0,5.18,-11.62,0.0,0.12,-0.32,-0.0,3.85,-0.25,9.62,0.0,0.0,-5.85,-0.11,-2.13,-6.17,-0.1,0.0,3.07,9.68,1354.0,998.0,11562.0,2653.0
114
- base-enclosure-overhangs.xml,34.98,34.98,16.42,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.45,0.69,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.53,11.14,9.22,0.61,0.0,0.0,0.0,0.01,6578.0,6605.0,24.05,21.47,0.0,3.8,3.72,0.54,4.1,1.86,0.26,0.0,0.0,3.12,-0.11,5.42,0.0,0.49,0.0,3.72,-11.48,0.0,0.06,-0.38,-0.01,3.8,-0.29,8.85,0.0,0.0,-5.87,-0.06,-1.12,-6.51,-0.11,0.0,2.98,9.81,1354.0,998.0,11562.0,2653.0
115
- base-enclosure-rooftypes.xml,34.99,34.99,16.25,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.45,0.69,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.37,11.14,9.22,0.61,0.0,0.0,0.0,0.01,6576.0,6670.0,23.88,20.54,0.0,3.99,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.15,-0.11,5.42,0.0,0.49,0.0,3.7,-11.47,0.0,-0.25,-0.39,-0.01,3.79,-0.29,9.45,0.0,0.0,-5.87,-0.06,-1.12,-6.56,-0.11,0.0,2.76,9.82,1354.0,998.0,11562.0,2653.0
116
- base-enclosure-skylights-shading.xml,36.03,36.03,15.81,0.0,0.0,0.0,0.0,0.0,0.0,0.41,4.29,0.9,9.14,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.95,14.83,9.22,0.61,0.0,0.0,0.0,0.03,6603.0,6821.0,24.39,23.85,0.0,3.85,3.77,0.54,4.17,1.88,0.09,-0.81,0.0,3.29,-0.11,5.46,0.0,0.49,0.0,3.6,-11.4,0.0,-0.08,-0.47,-0.02,3.76,-0.33,9.22,3.28,0.0,-5.91,-0.06,-1.17,-7.01,-0.11,0.0,3.86,9.89,1354.0,998.0,11561.0,2653.0
117
- base-enclosure-skylights.xml,36.03,36.03,15.79,0.0,0.0,0.0,0.0,0.0,0.0,0.41,4.3,0.9,9.14,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.93,14.86,9.22,0.61,0.0,0.0,0.0,0.03,6604.0,6822.0,24.39,23.87,0.0,3.85,3.77,0.54,4.17,1.88,0.09,-0.83,0.0,3.29,-0.11,5.46,0.0,0.49,0.0,3.6,-11.4,0.0,-0.08,-0.47,-0.02,3.76,-0.33,9.22,3.32,0.0,-5.91,-0.06,-1.17,-7.02,-0.11,0.0,3.87,9.89,1354.0,998.0,11561.0,2653.0
118
- base-enclosure-split-level.xml,27.23,27.23,8.1,0.0,0.0,0.0,0.0,0.0,0.0,0.21,2.01,0.33,9.55,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.66,5.01,9.44,0.61,0.0,0.0,0.0,0.0,6295.0,6383.0,13.43,8.15,0.0,4.02,3.75,0.0,0.0,1.88,0.21,0.0,0.0,2.2,-0.13,3.12,0.0,0.51,0.0,0.22,-8.36,0.0,0.26,-0.29,0.0,0.0,-0.2,10.19,0.0,0.0,-6.65,-0.11,-0.58,-4.91,-0.09,0.0,0.03,7.49,1354.0,998.0,11585.0,3062.0
119
- base-enclosure-split-surfaces.xml,36.04,36.04,15.79,0.0,0.0,0.0,0.0,0.0,0.0,0.41,4.3,0.9,9.14,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.93,14.88,9.22,0.61,0.0,0.0,0.0,0.03,6605.0,6822.0,24.39,23.87,0.0,3.85,3.77,0.54,4.17,1.88,0.09,-0.83,0.0,3.29,-0.11,5.46,0.0,0.49,0.0,3.6,-11.4,0.0,-0.08,-0.47,-0.02,3.76,-0.33,9.21,3.32,0.0,-5.91,-0.06,-1.17,-7.0,-0.11,0.0,3.87,9.89,1354.0,998.0,11561.0,2653.0
120
- base-enclosure-split-surfaces2.xml,36.37,36.37,18.32,0.0,0.0,0.0,0.0,0.0,0.0,0.48,4.51,0.96,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.32,15.83,9.22,0.61,0.0,0.0,0.0,0.06,6739.0,6945.0,25.42,25.14,0.0,3.71,3.74,0.54,4.32,1.85,1.82,-0.68,0.0,3.48,-0.11,5.44,0.0,0.49,0.0,4.11,-11.47,0.0,-0.0,-0.45,-0.02,2.87,-0.32,9.93,3.25,0.0,-5.08,-0.06,-1.13,-6.94,-0.11,0.0,4.1,9.83,1354.0,998.0,11562.0,2653.0
121
- base-enclosure-walltypes.xml,34.1,34.1,33.45,0.0,0.0,0.0,0.0,0.0,0.0,0.87,2.37,0.43,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.64,6.78,9.22,0.62,0.0,0.0,0.0,0.01,6658.0,6391.0,27.41,13.08,0.0,3.51,19.35,0.55,3.97,1.75,-0.35,0.0,0.0,2.54,-0.14,5.42,0.0,0.49,0.0,6.67,-12.14,0.0,0.54,-2.11,0.01,3.98,-0.1,1.52,0.0,0.0,-5.83,-0.11,-0.85,-0.87,-0.08,0.0,1.48,9.16,1354.0,998.0,11562.0,2653.0
122
- base-enclosure-windows-none.xml,33.75,33.75,15.59,0.0,0.0,0.0,0.0,0.0,0.0,0.41,2.45,0.47,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.74,7.1,9.22,0.62,0.0,0.0,0.0,0.01,6609.0,6384.0,18.71,9.38,0.0,3.55,5.07,0.51,3.83,1.7,0.0,0.0,0.0,2.71,-0.08,5.18,0.0,0.47,0.0,3.23,-11.41,0.0,0.19,-0.47,-0.03,3.74,-0.26,0.0,0.0,0.0,-5.92,-0.03,-1.24,0.0,-0.12,0.0,1.33,9.88,1354.0,998.0,11562.0,2653.0
123
- base-enclosure-windows-shading.xml,33.05,33.05,19.13,0.0,0.0,0.0,0.0,0.0,0.0,0.5,1.84,0.28,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.09,4.4,9.22,0.62,0.0,0.0,0.0,0.0,6584.0,6303.0,24.43,14.12,0.0,3.89,3.8,0.56,4.13,1.91,2.6,0.0,0.0,3.04,-0.18,5.56,0.0,0.5,0.0,4.22,-12.02,0.0,0.61,0.05,0.03,3.99,-0.05,0.19,0.0,0.0,-5.55,-0.13,-0.76,-4.46,-0.07,0.0,1.24,9.29,1354.0,998.0,11561.0,2653.0
124
- base-foundation-ambient.xml,29.2,29.2,19.71,0.0,0.0,0.0,0.0,0.0,0.0,0.51,3.51,0.71,9.34,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.64,11.47,9.32,0.61,0.0,0.0,0.0,0.01,6323.0,6368.0,24.37,22.03,0.0,3.85,3.66,0.0,0.0,1.9,0.31,0.0,10.11,0.0,-0.35,2.5,0.0,0.52,0.0,4.38,-8.44,0.0,0.29,-0.25,0.0,0.0,-0.15,10.46,0.0,-3.18,0.0,-0.34,-0.41,-5.24,-0.08,0.0,3.03,7.41,1354.0,998.0,11572.0,2851.0
125
- base-foundation-basement-garage.xml,31.87,31.87,15.95,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.58,0.72,9.38,0.0,0.0,3.41,0.14,0.28,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,5.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.09,11.69,9.35,0.61,0.0,0.0,0.0,0.01,6451.0,6646.0,23.27,21.77,0.0,3.95,4.75,0.55,2.75,1.95,0.06,0.0,0.79,1.94,-0.09,3.85,0.0,0.5,0.0,3.7,-9.7,0.0,0.08,-0.39,-0.01,2.76,-0.29,9.43,0.0,-0.11,-4.24,-0.06,-0.75,-6.25,-0.1,0.0,3.25,8.37,1354.0,998.0,11574.0,2893.0
126
- base-foundation-complex.xml,35.61,35.61,20.49,0.0,0.0,0.0,0.0,0.0,0.0,0.53,3.86,0.79,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.38,12.94,9.22,0.61,0.0,0.0,0.0,0.01,6590.0,6739.0,26.63,22.67,0.0,3.78,3.73,0.53,8.0,1.86,-0.19,0.0,0.0,2.73,-0.11,5.41,0.0,0.48,0.0,4.56,-11.52,0.0,0.04,-0.38,-0.02,3.68,-0.29,9.44,0.0,0.0,-4.55,-0.07,-1.1,-6.83,-0.11,0.0,3.36,9.77,1354.0,998.0,11562.0,2653.0
127
- base-foundation-conditioned-basement-slab-insulation.xml,35.13,35.13,15.77,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.58,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.91,11.69,9.22,0.61,0.0,0.0,0.0,0.01,6574.0,6677.0,23.67,21.62,0.0,3.83,3.75,0.54,4.81,1.87,-0.07,0.0,0.0,2.13,-0.11,5.45,0.0,0.49,0.0,3.58,-11.48,0.0,0.04,-0.39,-0.01,3.53,-0.29,9.43,0.0,0.0,-5.56,-0.05,-1.12,-6.67,-0.11,0.0,3.11,9.81,1354.0,998.0,11562.0,2653.0
128
- base-foundation-conditioned-basement-wall-interior-insulation.xml,34.97,34.97,15.49,0.0,0.0,0.0,0.0,0.0,0.0,0.4,3.46,0.69,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.65,11.17,9.22,0.61,0.0,0.0,0.0,0.01,6574.0,6623.0,23.39,21.25,0.0,3.86,3.77,0.55,1.73,1.88,-0.0,0.0,0.0,4.85,-0.12,5.48,0.0,0.49,0.0,3.52,-11.5,0.0,0.07,-0.37,-0.01,2.28,-0.28,9.49,0.0,0.0,-5.1,-0.07,-1.1,-6.39,-0.11,0.0,3.0,9.79,1354.0,998.0,11562.0,2653.0
129
- base-foundation-multiple.xml,28.53,28.53,13.75,0.0,0.0,0.0,0.0,0.0,0.0,0.36,3.14,0.62,9.28,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.0,9.75,9.27,0.66,0.0,0.0,0.0,0.01,6409.0,6483.0,15.26,14.45,0.0,4.05,3.74,0.0,0.0,1.95,0.73,0.0,4.26,0.0,-0.29,2.6,0.0,0.0,0.0,1.94,-6.2,0.0,0.21,-0.41,0.0,0.0,-0.24,10.26,0.0,-0.1,0.0,-0.28,-0.48,-5.65,0.0,0.0,1.25,5.32,1354.0,998.0,11568.0,2747.0
130
- base-foundation-slab.xml,27.05,27.05,7.43,0.0,0.0,0.0,0.0,0.0,0.0,0.19,2.05,0.33,9.34,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.02,5.16,9.32,0.61,0.0,0.0,0.0,0.0,6354.0,6354.0,13.04,8.12,0.0,4.0,3.72,0.0,0.0,1.88,0.25,0.0,0.0,2.18,-0.12,2.45,0.0,0.51,0.0,0.2,-8.32,0.0,0.26,-0.29,0.0,0.0,-0.22,10.12,0.0,0.0,-6.68,-0.11,-0.48,-4.79,-0.1,0.0,0.03,7.53,1354.0,998.0,11572.0,2851.0
131
- base-foundation-unconditioned-basement-above-grade.xml,28.66,28.66,15.31,0.0,0.0,0.0,0.0,0.0,0.0,0.4,3.19,0.63,9.32,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.48,9.96,9.27,0.7,0.0,0.0,0.0,0.01,6388.0,6432.0,16.75,15.39,0.0,4.04,3.74,0.0,0.0,1.95,0.63,0.0,5.31,0.0,-0.29,2.6,0.0,0.0,0.0,2.55,-6.23,0.0,0.24,-0.39,0.0,0.0,-0.23,10.28,0.0,-0.2,0.0,-0.28,-0.46,-5.6,0.0,0.0,1.46,5.29,1354.0,998.0,11568.0,2747.0
132
- base-foundation-unconditioned-basement-assembly-r.xml,28.23,28.23,12.62,0.0,0.0,0.0,0.0,0.0,0.0,0.33,2.92,0.56,9.3,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.94,8.77,9.27,0.68,0.0,0.0,0.0,0.01,6404.0,6359.0,14.68,13.55,0.0,4.06,3.73,0.0,0.0,1.94,0.76,0.0,3.35,0.0,-0.3,2.61,0.0,0.0,0.0,1.76,-6.19,0.0,0.26,-0.35,0.0,0.0,-0.21,10.42,0.0,-1.29,0.0,-0.29,-0.47,-5.44,0.0,0.0,0.93,5.33,1354.0,998.0,11567.0,2747.0
133
- base-foundation-unconditioned-basement-wall-insulation.xml,28.04,28.04,19.23,0.0,0.0,0.0,0.0,0.0,0.0,0.5,2.66,0.49,9.26,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.18,7.68,9.27,0.64,0.0,0.0,0.0,0.01,6371.0,6449.0,15.74,11.59,0.0,3.78,3.51,0.0,0.0,1.78,-0.75,0.0,11.35,0.0,-0.08,2.49,0.0,0.0,0.0,2.43,-6.36,0.0,0.29,-0.25,0.0,0.0,-0.2,9.82,0.0,-2.27,0.0,-0.07,-0.44,-5.19,0.0,0.0,0.93,5.16,1354.0,998.0,11567.0,2747.0
134
- base-foundation-unconditioned-basement.xml,28.56,28.56,13.84,0.0,0.0,0.0,0.0,0.0,0.0,0.36,3.15,0.62,9.3,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.09,9.78,9.27,0.68,0.0,0.0,0.0,0.01,6362.0,6442.0,15.55,14.67,0.0,4.04,3.71,0.0,0.0,1.92,0.64,0.0,4.35,0.0,-0.29,2.6,0.0,0.0,0.0,2.11,-6.2,0.0,0.24,-0.37,0.0,0.0,-0.22,10.3,0.0,-0.25,0.0,-0.28,-0.47,-5.69,0.0,0.0,1.32,5.32,1354.0,998.0,11568.0,2747.0
135
- base-foundation-unvented-crawlspace.xml,28.51,28.51,10.75,0.0,0.0,0.0,0.0,0.0,0.0,0.28,3.1,0.61,9.39,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.16,9.58,9.32,0.67,0.0,0.0,0.0,0.01,6500.0,6500.0,17.18,13.74,0.0,4.07,3.74,0.0,0.0,1.95,1.16,0.0,2.8,0.0,-0.34,2.5,0.0,0.52,0.0,1.39,-7.85,0.0,0.16,-0.46,0.0,0.0,-0.25,10.46,0.0,-1.64,0.0,-0.33,-0.5,-5.85,-0.1,0.0,0.86,7.39,1354.0,998.0,11573.0,2852.0
136
- base-foundation-vented-crawlspace.xml,28.64,28.64,16.23,0.0,0.0,0.0,0.0,0.0,0.0,0.42,2.98,0.57,9.53,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.35,9.01,9.32,0.81,0.0,0.0,0.0,0.01,6487.0,6487.0,20.36,14.56,0.0,4.03,3.69,0.0,0.0,1.91,0.39,0.0,7.99,0.0,-0.29,2.28,0.0,0.52,0.0,2.72,-8.12,0.0,0.33,-0.29,0.0,0.0,-0.18,10.36,0.0,-3.07,0.0,-0.28,-0.37,-5.33,-0.09,0.0,0.96,7.12,1354.0,998.0,11575.0,2852.0
137
- base-foundation-walkout-basement.xml,35.23,35.23,19.47,0.0,0.0,0.0,0.0,0.0,0.0,0.51,3.58,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.41,11.68,9.22,0.61,0.0,0.0,0.0,0.01,6588.0,6686.0,25.84,22.07,0.0,3.83,3.79,0.54,2.47,1.87,0.47,0.0,0.0,4.85,-0.12,7.31,0.0,0.49,0.0,4.36,-11.53,0.0,0.02,-0.41,-0.01,1.8,-0.27,9.67,0.0,0.0,-3.15,-0.08,-1.43,-7.16,-0.11,0.0,3.08,9.77,1354.0,998.0,11562.0,2653.0
138
- base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,34.01,34.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.66,0.89,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.44,9.22,0.66,0.0,0.0,0.0,0.01,6247.0,6701.0,0.31,18.74,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.01,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,2.0,10.05,1354.0,998.0,11563.0,2653.0
139
- base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,38.61,38.61,0.0,0.0,0.0,0.0,0.0,0.0,6.83,1.37,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.4,0.0,9.22,0.6,0.0,0.0,0.0,0.0,8104.0,0.0,26.71,0.0,0.0,3.75,3.72,0.54,4.13,1.86,-0.13,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,4.95,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
140
- base-hvac-air-to-air-heat-pump-1-speed.xml,42.48,42.48,0.0,0.0,0.0,0.0,0.0,0.0,7.15,1.32,2.69,0.9,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.71,10.58,9.22,0.61,0.0,0.0,0.0,0.01,8049.0,6704.0,25.74,18.8,0.0,3.79,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.12,5.43,0.0,0.49,0.0,4.19,-11.47,0.0,0.08,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.02,9.82,1354.0,998.0,11562.0,2653.0
141
- base-hvac-air-to-air-heat-pump-2-speed.xml,41.72,41.72,0.0,0.0,0.0,0.0,0.0,0.0,7.52,0.52,2.58,0.68,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.15,11.13,9.22,0.61,0.0,0.0,0.0,0.01,7749.0,6675.0,25.72,19.9,0.0,3.74,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,5.67,-11.47,0.0,0.06,-0.4,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.58,9.82,1354.0,998.0,11562.0,2653.0
142
- base-hvac-air-to-air-heat-pump-var-speed.xml,39.32,39.32,0.0,0.0,0.0,0.0,0.0,0.0,5.98,0.57,2.14,0.2,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.92,12.0,9.22,0.61,0.0,0.0,0.0,0.0,7559.0,6530.0,25.97,20.27,0.0,3.67,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,7.49,-11.47,0.0,0.02,-0.39,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.49,9.82,1354.0,998.0,11562.0,2653.0
143
- base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml,34.45,34.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.99,1.0,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.37,9.22,0.66,0.0,0.0,0.0,0.15,6454.0,6727.0,0.3,21.34,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,-0.07,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,3.95,10.05,1354.0,998.0,11563.0,2653.0
144
- base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml,39.02,39.02,0.0,0.0,0.0,0.0,0.0,0.0,7.15,1.47,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.27,0.0,9.22,0.6,0.0,0.0,0.0,0.0,8482.0,0.0,26.91,0.0,0.0,3.72,3.72,0.54,4.13,1.86,-0.13,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,5.84,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
145
- base-hvac-autosize-air-to-air-heat-pump-1-speed-manual-s-oversize-allowances.xml,44.29,44.29,0.0,0.0,0.0,0.0,0.0,0.0,8.46,1.45,2.96,0.99,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.6,12.01,9.22,0.61,0.0,0.0,0.0,0.02,9076.0,6724.0,26.55,21.52,0.0,3.68,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,7.16,-11.47,0.0,0.02,-0.39,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.47,9.82,1354.0,998.0,11562.0,2653.0
146
- base-hvac-autosize-air-to-air-heat-pump-1-speed.xml,42.76,42.76,0.0,0.0,0.0,0.0,0.0,0.0,7.3,1.39,2.73,0.91,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.22,10.76,9.22,0.61,0.0,0.0,0.0,0.01,8100.0,6707.0,25.84,19.3,0.0,3.77,3.73,0.54,4.11,1.86,-0.1,0.0,0.0,3.16,-0.12,5.43,0.0,0.49,0.0,4.7,-11.47,0.0,0.07,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.21,9.82,1354.0,998.0,11562.0,2653.0
147
- base-hvac-autosize-air-to-air-heat-pump-2-speed-manual-s-oversize-allowances.xml,41.93,41.93,0.0,0.0,0.0,0.0,0.0,0.0,7.62,0.62,2.57,0.69,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.66,12.43,9.22,0.61,0.0,0.0,0.0,0.01,8748.0,6653.0,26.45,21.53,0.0,3.64,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,8.25,-11.47,0.0,0.0,-0.39,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.9,9.82,1354.0,998.0,11562.0,2653.0
148
- base-hvac-autosize-air-to-air-heat-pump-2-speed.xml,41.47,41.47,0.0,0.0,0.0,0.0,0.0,0.0,7.23,0.59,2.56,0.68,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.88,11.32,9.22,0.61,0.0,0.0,0.0,0.01,7720.0,6672.0,25.81,20.4,0.0,3.71,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,6.42,-11.47,0.0,0.05,-0.4,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.77,9.82,1354.0,998.0,11562.0,2653.0
149
- base-hvac-autosize-air-to-air-heat-pump-var-speed-manual-s-oversize-allowances.xml,40.2,40.2,0.0,0.0,0.0,0.0,0.0,0.0,6.52,0.7,2.25,0.31,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.49,12.72,9.22,0.61,0.0,0.0,0.0,0.0,8259.0,6537.0,26.62,21.38,0.0,3.61,3.74,0.54,4.11,1.86,-0.12,0.0,0.0,3.15,-0.11,5.43,0.0,0.49,0.0,9.11,-11.48,0.0,-0.01,-0.39,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.88,-0.06,-1.12,-6.64,-0.11,0.0,4.22,9.82,1354.0,998.0,11562.0,2653.0
150
- base-hvac-autosize-air-to-air-heat-pump-var-speed.xml,39.39,39.39,0.0,0.0,0.0,0.0,0.0,0.0,5.96,0.63,2.16,0.21,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.42,12.15,9.22,0.61,0.0,0.0,0.0,0.0,7588.0,6532.0,26.18,20.49,0.0,3.65,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.15,-0.11,5.43,0.0,0.49,0.0,8.0,-11.47,0.0,0.01,-0.39,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.88,-0.06,-1.13,-6.63,-0.11,0.0,3.64,9.82,1354.0,998.0,11562.0,2653.0
151
- base-hvac-autosize-boiler-elec-only.xml,42.77,42.77,0.0,0.0,0.0,0.0,0.0,0.0,12.23,0.13,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,8690.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.14,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
152
- base-hvac-autosize-boiler-gas-central-ac-1-speed.xml,35.33,35.33,13.34,0.0,0.0,0.0,0.0,0.0,0.0,0.15,3.74,1.01,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.67,12.53,9.22,0.61,0.0,0.0,0.0,0.16,6539.0,6731.0,18.4,21.38,0.0,3.95,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.12,5.43,0.0,0.49,0.0,0.0,-11.47,0.0,-0.01,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.99,9.83,1354.0,998.0,11562.0,2653.0
153
- base-hvac-autosize-boiler-gas-only.xml,30.56,30.56,13.27,0.0,0.0,0.0,0.0,0.0,0.0,0.15,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6489.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.14,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
154
- base-hvac-autosize-central-ac-only-1-speed.xml,35.17,35.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.7,1.0,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.37,9.22,0.66,0.0,0.0,0.0,0.15,6454.0,6727.0,0.3,21.34,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,-0.07,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,3.95,10.05,1354.0,998.0,11563.0,2653.0
155
- base-hvac-autosize-central-ac-only-2-speed.xml,34.52,34.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.35,0.71,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.8,9.22,0.66,0.0,0.0,0.0,0.09,6442.0,6642.0,0.37,21.34,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,-0.09,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,4.4,10.05,1354.0,998.0,11563.0,2653.0
156
- base-hvac-autosize-central-ac-only-var-speed.xml,33.74,33.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.81,0.47,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.13,9.22,0.66,0.0,0.0,0.0,0.18,6358.0,6508.0,0.37,21.16,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,-0.11,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.51,-0.12,0.0,4.76,10.05,1354.0,998.0,11563.0,2653.0
157
- base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml,43.82,43.82,0.0,0.0,0.0,0.0,0.0,0.0,7.18,1.47,3.74,1.01,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.35,12.53,9.22,0.61,0.0,0.0,0.0,0.16,8532.0,6731.0,26.91,21.38,0.0,3.73,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,5.86,-11.47,0.0,-0.0,-0.39,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.99,9.82,1354.0,998.0,11562.0,2653.0
158
- base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed.xml,39.62,39.62,9.25,0.0,0.0,0.0,0.0,0.0,3.51,2.05,2.73,0.91,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.64,10.76,9.22,0.61,0.0,0.0,0.0,0.01,7763.0,6707.0,25.83,19.3,0.0,3.71,3.73,0.54,4.11,1.86,-0.1,0.0,0.0,3.16,-0.12,5.43,0.0,0.49,0.0,6.17,-11.47,0.0,0.07,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.21,9.82,1354.0,998.0,11562.0,2653.0
159
- base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml,34.36,34.36,7.71,0.0,0.0,0.0,0.0,0.0,1.65,0.48,1.73,0.07,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.49,9.84,9.22,0.61,0.0,0.0,0.0,0.01,7046.0,6474.0,21.17,15.97,0.0,3.84,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,2.93,-11.47,0.0,0.11,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,1.29,9.82,1354.0,998.0,11562.0,2653.0
160
- base-hvac-autosize-elec-resistance-only.xml,42.03,42.03,0.0,0.0,0.0,0.0,0.0,0.0,11.62,0.0,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,8666.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.14,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
161
- base-hvac-autosize-evap-cooler-furnace-gas.xml,31.74,31.74,17.24,0.0,0.0,0.0,0.0,0.0,0.0,0.45,0.0,0.87,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.3,8.59,9.22,0.61,0.0,0.0,0.0,0.02,6531.0,6328.0,25.52,13.54,0.0,3.77,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.79,-11.47,0.0,0.13,-0.4,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.61,-0.11,0.0,-0.0,9.83,1354.0,998.0,11562.0,2653.0
162
- base-hvac-autosize-floor-furnace-propane-only.xml,30.41,30.41,0.0,0.0,15.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.6,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6471.0,0.0,18.85,0.0,0.0,3.94,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.05,-0.12,6.53,0.0,0.49,0.0,0.0,-11.48,0.0,-0.21,-0.74,-0.07,3.57,-0.47,8.33,0.0,0.0,-6.59,-0.07,-1.71,-11.61,-0.15,0.0,0.0,9.8,1354.0,998.0,11561.0,2653.0
163
- base-hvac-autosize-furnace-elec-only.xml,46.64,46.64,0.0,0.0,0.0,0.0,0.0,0.0,15.79,0.45,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.22,0.0,9.22,0.6,0.0,0.0,0.0,0.0,10406.0,2158.0,25.52,0.19,0.0,3.76,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,4.77,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
164
- base-hvac-autosize-furnace-gas-central-ac-2-speed.xml,34.88,34.88,16.99,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.38,0.71,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.99,12.96,9.22,0.61,0.0,0.0,0.0,0.09,6569.0,6644.0,25.08,21.38,0.0,3.78,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.48,-11.47,0.0,-0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,4.44,9.83,1354.0,998.0,11562.0,2653.0
165
- base-hvac-autosize-furnace-gas-central-ac-var-speed.xml,34.1,34.1,17.0,0.0,0.0,0.0,0.0,0.0,0.0,0.37,2.83,0.48,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.0,13.28,9.22,0.61,0.0,0.0,0.0,0.19,6570.0,6513.0,25.09,21.21,0.0,3.78,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.49,-11.47,0.0,-0.05,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.64,-0.11,0.0,4.8,9.83,1354.0,998.0,11562.0,2653.0
166
- base-hvac-autosize-furnace-gas-only.xml,30.85,30.85,17.16,0.0,0.0,0.0,0.0,0.0,0.0,0.45,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.22,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6531.0,427.0,25.52,0.19,0.0,3.76,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,4.77,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
167
- base-hvac-autosize-furnace-gas-room-ac.xml,34.93,34.93,17.24,0.0,0.0,0.0,0.0,0.0,0.0,0.45,4.06,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.3,8.6,9.22,0.61,0.0,0.0,0.0,0.13,6531.0,6901.0,25.52,13.53,0.0,3.77,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.79,-11.47,0.0,0.13,-0.4,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.61,-0.11,0.0,-0.0,9.83,1354.0,998.0,11562.0,2653.0
168
- base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml,33.68,33.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.46,0.75,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.92,9.22,0.66,0.0,0.0,0.0,0.01,6157.0,6597.0,0.27,21.98,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,-0.05,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,3.51,10.05,1354.0,998.0,11563.0,2653.0
169
- base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml,34.95,34.95,0.0,0.0,0.0,0.0,0.0,0.0,3.9,0.65,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.22,0.0,9.22,0.6,0.0,0.0,0.0,0.0,7229.0,909.0,24.25,0.19,0.0,3.8,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,3.74,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
170
- base-hvac-autosize-ground-to-air-heat-pump-manual-s-oversize-allowances.xml,37.58,37.58,0.0,0.0,0.0,0.0,0.0,0.0,3.85,0.64,1.98,0.68,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.05,11.0,9.22,0.61,0.0,0.0,0.0,0.01,7220.0,6556.0,23.87,19.28,0.0,3.82,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.51,-11.47,0.0,0.06,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.46,9.83,1354.0,998.0,11562.0,2653.0
171
- base-hvac-autosize-ground-to-air-heat-pump.xml,37.58,37.58,0.0,0.0,0.0,0.0,0.0,0.0,3.68,0.6,1.94,0.93,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.25,10.59,9.22,0.61,0.0,0.0,0.0,0.0,7178.0,6588.0,22.55,18.51,0.0,3.84,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,2.69,-11.47,0.0,0.08,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.03,9.83,1354.0,998.0,11562.0,2653.0
172
- base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml,32.89,32.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.31,0.12,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.23,9.22,0.66,0.0,0.0,0.0,0.03,6061.0,6454.0,0.29,16.37,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.02,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.51,-0.12,0.0,1.82,10.05,1354.0,998.0,11563.0,2653.0
173
- base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml,32.89,32.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.31,0.12,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.23,9.22,0.66,0.0,0.0,0.0,0.03,6061.0,6454.0,0.29,16.37,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.02,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.51,-0.12,0.0,1.82,10.05,1354.0,998.0,11563.0,2653.0
174
- base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml,34.79,34.79,0.0,0.0,0.0,0.0,0.0,0.0,4.11,0.28,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.36,0.0,9.22,0.6,0.0,0.0,0.0,0.0,7265.0,0.0,21.23,0.0,0.0,3.83,3.72,0.54,4.13,1.86,-0.13,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,2.86,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
175
- base-hvac-autosize-mini-split-heat-pump-ducted-manual-s-oversize-allowances.xml,37.42,37.42,0.0,0.0,0.0,0.0,0.0,0.0,4.74,0.27,1.9,0.09,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.82,10.15,9.22,0.61,0.0,0.0,0.0,0.01,7675.0,6465.0,21.37,16.29,0.0,3.83,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.27,-11.47,0.0,0.1,-0.4,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,1.61,9.82,1354.0,998.0,11562.0,2653.0
176
- base-hvac-autosize-mini-split-heat-pump-ducted.xml,36.6,36.6,0.0,0.0,0.0,0.0,0.0,0.0,4.13,0.24,1.73,0.07,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.39,9.84,9.22,0.61,0.0,0.0,0.0,0.01,7271.0,6474.0,21.17,15.97,0.0,3.84,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,2.83,-11.47,0.0,0.11,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,1.29,9.82,1354.0,998.0,11562.0,2653.0
177
- base-hvac-autosize-room-ac-only.xml,34.48,34.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.01,0.0,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.48,9.22,0.66,0.0,0.0,0.0,0.13,0.0,6897.0,0.0,13.49,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.06,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.48,-0.12,0.0,0.0,10.05,1354.0,998.0,11563.0,2653.0
178
- base-hvac-autosize-stove-oil-only.xml,30.48,30.48,0.0,15.68,0.0,0.0,0.0,0.0,0.0,0.07,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.6,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6479.0,0.0,18.85,0.0,0.0,3.94,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.05,-0.12,6.53,0.0,0.49,0.0,0.0,-11.48,0.0,-0.21,-0.74,-0.07,3.57,-0.47,8.33,0.0,0.0,-6.59,-0.07,-1.71,-11.61,-0.15,0.0,0.0,9.8,1354.0,998.0,11561.0,2653.0
179
- base-hvac-autosize-wall-furnace-elec-only.xml,42.03,42.03,0.0,0.0,0.0,0.0,0.0,0.0,11.62,0.0,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,8666.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.13,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.24,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
180
- base-hvac-autosize.xml,35.3,35.3,16.93,0.0,0.0,0.0,0.0,0.0,0.0,0.44,3.69,0.75,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.01,12.49,9.22,0.61,0.0,0.0,0.0,0.13,6579.0,6689.0,25.1,21.42,0.0,3.78,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.49,-11.47,0.0,-0.0,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.96,9.83,1354.0,998.0,11562.0,2653.0
181
- base-hvac-boiler-coal-only.xml,30.58,30.58,0.0,0.0,0.0,0.0,0.0,13.75,0.0,0.17,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6492.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.14,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
182
- base-hvac-boiler-elec-only.xml,43.22,43.22,0.0,0.0,0.0,0.0,0.0,0.0,12.72,0.09,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,8796.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.14,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
183
- base-hvac-boiler-gas-central-ac-1-speed.xml,35.12,35.12,13.88,0.0,0.0,0.0,0.0,0.0,0.0,0.1,3.62,0.97,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.67,11.68,9.22,0.61,0.0,0.0,0.0,0.01,6533.0,6720.0,18.4,21.65,0.0,3.95,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.12,5.43,0.0,0.49,0.0,0.0,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.14,9.83,1354.0,998.0,11562.0,2653.0
184
- base-hvac-boiler-gas-only.xml,30.51,30.51,13.81,0.0,0.0,0.0,0.0,0.0,0.0,0.1,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6483.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.14,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
185
- base-hvac-boiler-oil-only.xml,30.58,30.58,0.0,13.75,0.0,0.0,0.0,0.0,0.0,0.17,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6492.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.14,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
186
- base-hvac-boiler-propane-only.xml,30.5,30.5,0.0,0.0,13.83,0.0,0.0,0.0,0.0,0.09,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6481.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.14,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
187
- base-hvac-boiler-wood-only.xml,30.5,30.5,0.0,0.0,0.0,13.83,0.0,0.0,0.0,0.09,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6481.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.14,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
188
- base-hvac-central-ac-only-1-speed.xml,35.01,35.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.58,0.96,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.53,9.22,0.66,0.0,0.0,0.0,0.01,6248.0,6716.0,0.3,21.61,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,-0.03,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,3.1,10.05,1354.0,998.0,11563.0,2653.0
189
- base-hvac-central-ac-only-2-speed.xml,34.38,34.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.24,0.68,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.15,9.22,0.66,0.0,0.0,0.0,0.01,6448.0,6653.0,0.37,21.53,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,-0.06,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,3.73,10.05,1354.0,998.0,11563.0,2653.0
190
- base-hvac-central-ac-only-var-speed.xml,33.53,33.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.74,0.33,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.64,9.22,0.66,0.0,0.0,0.0,0.01,6361.0,6506.0,0.37,21.31,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,-0.09,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.51,-0.12,0.0,4.27,10.05,1354.0,998.0,11563.0,2653.0
191
- base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,43.25,43.25,0.0,0.0,0.0,0.0,0.0,0.0,6.86,1.38,3.62,0.97,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.48,11.68,9.22,0.61,0.0,0.0,0.0,0.01,8154.0,6720.0,26.71,21.65,0.0,3.76,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.97,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.14,9.82,1354.0,998.0,11562.0,2653.0
192
- base-hvac-dse.xml,35.71,35.71,15.43,0.0,0.0,0.0,0.0,0.0,0.0,0.4,4.11,0.78,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.67,8.59,9.22,0.61,0.0,0.0,0.0,0.01,6560.0,6622.0,18.4,13.53,0.0,3.95,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.12,5.43,0.0,0.49,0.0,0.0,-11.46,0.0,0.12,-0.4,-0.01,3.79,-0.3,9.43,0.0,0.0,-5.87,-0.07,-1.13,-6.61,-0.11,0.0,0.0,9.83,1354.0,998.0,11562.0,2653.0
193
- base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml,48.22,48.22,0.0,0.0,0.0,0.0,0.0,0.0,12.07,2.14,2.69,0.9,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.38,10.58,9.22,0.61,0.0,0.0,0.0,0.01,10549.0,6704.0,25.72,18.8,0.0,3.72,3.73,0.54,4.11,1.86,-0.1,0.0,0.0,3.16,-0.12,5.43,0.0,0.49,0.0,5.9,-11.47,0.0,0.08,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.02,9.82,1354.0,998.0,11562.0,2653.0
194
- base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,39.61,39.61,9.07,0.0,0.0,0.0,0.0,0.0,3.46,2.14,2.69,0.9,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.38,10.58,9.22,0.61,0.0,0.0,0.0,0.01,7724.0,6704.0,25.72,18.8,0.0,3.72,3.73,0.54,4.11,1.86,-0.1,0.0,0.0,3.16,-0.12,5.43,0.0,0.49,0.0,5.9,-11.47,0.0,0.08,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.02,9.82,1354.0,998.0,11562.0,2653.0
195
- base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,38.52,38.52,10.05,0.0,0.0,0.0,0.0,0.0,3.94,0.9,2.58,0.68,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.02,11.13,9.22,0.61,0.0,0.0,0.0,0.01,7559.0,6675.0,25.72,19.9,0.0,3.7,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,6.57,-11.47,0.0,0.06,-0.4,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.58,9.82,1354.0,998.0,11562.0,2653.0
196
- base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,37.01,37.01,9.87,0.0,0.0,0.0,0.0,0.0,2.86,1.39,2.14,0.2,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.46,12.0,9.22,0.61,0.0,0.0,0.0,0.0,7320.0,6530.0,26.09,20.27,0.0,3.65,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,8.04,-11.47,0.0,0.02,-0.39,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.49,9.82,1354.0,998.0,11562.0,2653.0
197
- base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,34.51,34.51,7.49,0.0,0.0,0.0,0.0,0.0,1.63,0.63,1.75,0.07,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.16,9.55,9.22,0.61,0.0,0.0,0.0,0.01,6949.0,6478.0,21.04,15.71,0.0,3.85,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,2.59,-11.47,0.0,0.12,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,0.98,9.82,1354.0,998.0,11562.0,2653.0
198
- base-hvac-ducts-leakage-percent.xml,35.3,35.3,16.82,0.0,0.0,0.0,0.0,0.0,0.0,0.44,3.7,0.75,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.91,12.28,9.22,0.61,0.0,0.0,0.0,0.01,6579.0,6688.0,24.95,22.83,0.0,3.78,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.4,-11.47,0.0,0.01,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.75,9.83,1354.0,998.0,11562.0,2653.0
199
- base-hvac-elec-resistance-only.xml,42.03,42.03,0.0,0.0,0.0,0.0,0.0,0.0,11.62,0.0,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,8666.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.14,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
200
- base-hvac-evap-cooler-furnace-gas.xml,31.58,31.58,16.71,0.0,0.0,0.0,0.0,0.0,0.0,0.43,0.0,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.8,8.59,9.22,0.61,0.0,0.0,0.0,0.01,6528.0,6320.0,24.77,13.54,0.0,3.79,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.27,-11.47,0.0,0.13,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.61,-0.11,0.0,-0.0,9.83,1354.0,998.0,11562.0,2653.0
201
- base-hvac-evap-cooler-only-ducted.xml,31.27,31.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.8,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.41,9.22,0.66,0.0,0.0,0.0,0.01,6315.0,6319.0,0.47,18.67,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.05,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.49,-0.12,0.0,0.93,10.05,1354.0,998.0,11563.0,2653.0
202
- base-hvac-evap-cooler-only.xml,31.18,31.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.71,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.47,9.22,0.66,0.0,0.0,0.0,0.01,0.0,6319.0,0.0,13.5,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.06,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.48,-0.12,0.0,0.0,10.05,1354.0,998.0,11563.0,2653.0
203
- base-hvac-fireplace-wood-only.xml,30.41,30.41,0.0,0.0,0.0,15.77,0.0,0.0,0.0,0.0,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.6,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6471.0,0.0,18.85,0.0,0.0,3.94,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.05,-0.12,6.53,0.0,0.49,0.0,0.0,-11.48,0.0,-0.21,-0.74,-0.07,3.57,-0.47,8.33,0.0,0.0,-6.59,-0.07,-1.71,-11.61,-0.15,0.0,0.0,9.8,1354.0,998.0,11561.0,2653.0
204
- base-hvac-fixed-heater-gas-only.xml,30.41,30.41,11.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6471.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.13,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.24,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
205
- base-hvac-floor-furnace-propane-only.xml,30.41,30.41,0.0,0.0,15.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.6,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6471.0,0.0,18.85,0.0,0.0,3.94,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.05,-0.12,6.53,0.0,0.49,0.0,0.0,-11.48,0.0,-0.21,-0.74,-0.07,3.57,-0.47,8.33,0.0,0.0,-6.59,-0.07,-1.71,-11.61,-0.15,0.0,0.0,9.8,1354.0,998.0,11561.0,2653.0
206
- base-hvac-furnace-coal-only.xml,30.84,30.84,0.0,0.0,0.0,0.0,0.0,16.63,0.0,0.43,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.72,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6528.0,426.0,24.77,0.19,0.0,3.78,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,4.26,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
207
- base-hvac-furnace-elec-central-ac-1-speed.xml,49.89,49.89,0.0,0.0,0.0,0.0,0.0,0.0,14.77,0.42,3.57,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,9930.0,6679.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
208
- base-hvac-furnace-elec-only.xml,46.14,46.14,0.0,0.0,0.0,0.0,0.0,0.0,15.3,0.43,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.72,0.0,9.22,0.6,0.0,0.0,0.0,0.0,10169.0,2117.0,24.77,0.19,0.0,3.78,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,4.26,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
209
- base-hvac-furnace-gas-central-ac-2-speed.xml,34.65,34.65,16.24,0.0,0.0,0.0,0.0,0.0,0.0,0.27,3.27,0.69,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.2,12.3,9.22,0.61,0.0,0.0,0.0,0.01,6556.0,6656.0,23.9,21.58,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.67,-11.47,0.0,0.0,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.76,9.83,1354.0,998.0,11562.0,2653.0
210
- base-hvac-furnace-gas-central-ac-var-speed.xml,33.78,33.78,16.24,0.0,0.0,0.0,0.0,0.0,0.0,0.27,2.76,0.33,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.2,12.8,9.22,0.61,0.0,0.0,0.0,0.01,6556.0,6511.0,23.9,21.35,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.67,-11.47,0.0,-0.02,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.64,-0.11,0.0,4.3,9.83,1354.0,998.0,11562.0,2653.0
211
- base-hvac-furnace-gas-only.xml,30.84,30.84,16.63,0.0,0.0,0.0,0.0,0.0,0.0,0.43,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.72,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6528.0,426.0,24.77,0.19,0.0,3.78,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,4.26,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
212
- base-hvac-furnace-gas-room-ac.xml,35.31,35.31,16.71,0.0,0.0,0.0,0.0,0.0,0.0,0.43,4.45,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.8,8.6,9.22,0.61,0.0,0.0,0.0,0.0,6528.0,6940.0,24.77,13.53,0.0,3.79,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.27,-11.47,0.0,0.13,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.61,-0.11,0.0,-0.0,9.83,1354.0,998.0,11562.0,2653.0
213
- base-hvac-furnace-oil-only.xml,30.84,30.84,0.0,16.63,0.0,0.0,0.0,0.0,0.0,0.43,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.72,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6528.0,426.0,24.77,0.19,0.0,3.78,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,4.26,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
214
- base-hvac-furnace-propane-only.xml,30.84,30.84,0.0,0.0,16.63,0.0,0.0,0.0,0.0,0.43,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.72,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6528.0,426.0,24.77,0.19,0.0,3.78,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,4.26,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
215
- base-hvac-furnace-wood-only.xml,30.84,30.84,0.0,0.0,0.0,16.63,0.0,0.0,0.0,0.43,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.72,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6528.0,426.0,24.77,0.19,0.0,3.78,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,4.26,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
216
- base-hvac-furnace-x3-dse.xml,35.71,35.71,15.43,0.0,0.0,0.0,0.0,0.0,0.0,0.4,4.11,0.78,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.67,8.59,9.22,0.61,0.0,0.0,0.0,0.01,6560.0,6622.0,18.4,13.53,0.0,3.95,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.12,5.43,0.0,0.49,0.0,0.0,-11.46,0.0,0.12,-0.4,-0.01,3.79,-0.3,9.43,0.0,0.0,-5.87,-0.07,-1.13,-6.61,-0.11,0.0,0.0,9.83,1354.0,998.0,11562.0,2653.0
217
- base-hvac-ground-to-air-heat-pump-cooling-only.xml,33.23,33.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.08,0.68,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.58,9.22,0.66,0.0,0.0,0.0,0.0,6151.0,6574.0,0.27,18.65,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.01,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,2.15,10.05,1354.0,998.0,11563.0,2653.0
218
- base-hvac-ground-to-air-heat-pump-heating-only.xml,34.88,34.88,0.0,0.0,0.0,0.0,0.0,0.0,3.84,0.63,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.74,0.0,9.22,0.6,0.0,0.0,0.0,0.0,7213.0,1052.0,23.42,0.2,0.0,3.81,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,3.24,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
219
- base-hvac-ground-to-air-heat-pump.xml,37.58,37.58,0.0,0.0,0.0,0.0,0.0,0.0,3.69,0.6,1.94,0.92,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.07,10.44,9.22,0.61,0.0,0.0,0.0,0.0,7178.0,6593.0,22.25,18.1,0.0,3.85,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,2.5,-11.47,0.0,0.08,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,1.88,9.83,1354.0,998.0,11562.0,2653.0
220
- base-hvac-install-quality-airflow-defect-furnace-gas-central-ac-1-speed.xml,35.29,35.29,16.95,0.0,0.0,0.0,0.0,0.0,0.0,0.33,3.94,0.6,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.92,12.23,9.22,0.61,0.0,0.0,0.0,0.02,6565.0,6718.0,24.78,22.08,0.0,3.78,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.41,-11.47,0.0,0.01,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.71,9.83,1354.0,998.0,11562.0,2653.0
221
- base-hvac-install-quality-all-air-to-air-heat-pump-1-speed.xml,44.61,44.61,0.0,0.0,0.0,0.0,0.0,0.0,9.37,0.93,3.28,0.6,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.88,11.09,9.22,0.61,0.0,0.0,0.0,0.01,8610.0,6739.0,26.14,20.02,0.0,3.75,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,5.39,-11.47,0.0,0.06,-0.4,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.54,9.82,1354.0,998.0,11562.0,2653.0
222
- base-hvac-install-quality-all-air-to-air-heat-pump-2-speed.xml,41.83,41.83,0.0,0.0,0.0,0.0,0.0,0.0,7.74,0.45,2.67,0.54,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.06,11.58,9.22,0.61,0.0,0.0,0.0,0.01,8198.0,6634.0,26.14,21.21,0.0,3.7,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,6.6,-11.47,0.0,0.04,-0.4,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.04,9.82,1354.0,998.0,11562.0,2653.0
223
- base-hvac-install-quality-all-air-to-air-heat-pump-var-speed.xml,40.53,40.53,0.0,0.0,0.0,0.0,0.0,0.0,6.88,0.52,2.51,0.2,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.78,12.47,9.22,0.61,0.0,0.0,0.0,0.0,7754.0,6574.0,26.48,20.93,0.0,3.64,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.15,-0.11,5.43,0.0,0.49,0.0,8.38,-11.47,0.0,-0.0,-0.39,-0.01,3.79,-0.29,9.42,0.0,0.0,-5.88,-0.06,-1.13,-6.64,-0.11,0.0,3.97,9.82,1354.0,998.0,11562.0,2653.0
224
- base-hvac-install-quality-all-furnace-gas-central-ac-1-speed.xml,35.69,35.69,16.96,0.0,0.0,0.0,0.0,0.0,0.0,0.32,4.29,0.66,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.92,12.48,9.22,0.61,0.0,0.0,0.0,0.07,6563.0,6760.0,24.78,21.63,0.0,3.78,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.41,-11.47,0.0,-0.0,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.95,9.83,1354.0,998.0,11562.0,2653.0
225
- base-hvac-install-quality-all-furnace-gas-central-ac-2-speed.xml,34.92,34.92,17.1,0.0,0.0,0.0,0.0,0.0,0.0,0.21,3.69,0.6,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.93,12.94,9.22,0.61,0.0,0.0,0.0,0.06,6548.0,6648.0,24.8,21.58,0.0,3.78,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.42,-11.47,0.0,-0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,4.42,9.83,1354.0,998.0,11562.0,2653.0
226
- base-hvac-install-quality-all-furnace-gas-central-ac-var-speed.xml,34.17,34.17,17.1,0.0,0.0,0.0,0.0,0.0,0.0,0.21,3.16,0.39,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.93,13.37,9.22,0.61,0.0,0.0,0.0,0.08,6548.0,6551.0,24.8,21.46,0.0,3.78,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,4.42,-11.47,0.0,-0.05,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.65,-0.11,0.0,4.89,9.83,1354.0,998.0,11562.0,2653.0
227
- base-hvac-install-quality-all-furnace-gas-only.xml,30.74,30.74,17.74,0.0,0.0,0.0,0.0,0.0,0.0,0.34,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.64,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6516.0,415.0,25.92,0.17,0.0,3.74,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.11,-0.1,5.41,0.0,0.49,0.0,5.21,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
228
- base-hvac-install-quality-all-ground-to-air-heat-pump.xml,37.32,37.32,0.0,0.0,0.0,0.0,0.0,0.0,3.84,0.49,1.93,0.63,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.69,10.74,9.22,0.61,0.0,0.0,0.0,0.01,7185.0,6551.0,23.08,18.61,0.0,3.83,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.15,-11.47,0.0,0.07,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,2.19,9.83,1354.0,998.0,11562.0,2653.0
229
- base-hvac-install-quality-all-mini-split-air-conditioner-only-ducted.xml,32.8,32.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.18,0.15,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.05,9.22,0.66,0.0,0.0,0.0,0.01,6124.0,6532.0,0.27,16.29,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.03,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,1.63,10.05,1354.0,998.0,11563.0,2653.0
230
- base-hvac-install-quality-all-mini-split-heat-pump-ducted.xml,37.37,37.37,0.0,0.0,0.0,0.0,0.0,0.0,4.35,0.41,2.05,0.13,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.28,9.78,9.22,0.61,0.0,0.0,0.0,0.01,7332.0,6545.0,21.15,15.97,0.0,3.84,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,2.72,-11.47,0.0,0.11,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,1.22,9.82,1354.0,998.0,11562.0,2653.0
231
- base-hvac-install-quality-blower-efficiency-furnace-gas-central-ac-1-speed.xml,35.09,35.09,16.07,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.56,0.7,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,6574.0,6676.0,23.86,21.59,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.65,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
232
- base-hvac-install-quality-charge-defect-furnace-gas-central-ac-1-speed.xml,35.61,35.61,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.93,0.84,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.95,9.22,0.61,0.0,0.0,0.0,0.03,6575.0,6714.0,23.86,21.27,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.02,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.41,9.83,1354.0,998.0,11562.0,2653.0
233
- base-hvac-install-quality-none-furnace-gas-central-ac-1-speed.xml,35.12,35.12,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6679.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
234
- base-hvac-mini-split-air-conditioner-only-ducted.xml,32.26,32.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.72,0.07,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.81,9.22,0.66,0.0,0.0,0.0,0.01,6076.0,6470.0,0.29,16.0,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.04,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,1.38,10.05,1354.0,998.0,11563.0,2653.0
235
- base-hvac-mini-split-air-conditioner-only-ductless.xml,32.09,32.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.6,0.02,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.47,9.22,0.66,0.0,0.0,0.0,0.01,0.0,6461.0,0.0,13.49,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.06,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.48,-0.12,0.0,0.0,10.05,1354.0,998.0,11563.0,2653.0
236
- base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,32.27,32.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.73,0.07,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.42,9.22,0.66,0.0,0.0,0.0,0.01,6083.0,6477.0,0.29,15.67,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.05,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.5,-0.12,0.0,0.98,10.05,1354.0,998.0,11563.0,2653.0
237
- base-hvac-mini-split-heat-pump-ducted-heating-only.xml,34.45,34.45,0.0,0.0,0.0,0.0,0.0,0.0,3.78,0.26,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.97,0.0,9.22,0.6,0.0,0.0,0.0,0.0,7142.0,587.0,21.06,0.01,0.0,3.84,3.72,0.54,4.13,1.86,-0.13,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,2.45,-11.44,0.0,-0.23,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.05,-1.43,-11.79,-0.15,0.0,-0.0,9.84,1354.0,998.0,11561.0,2653.0
238
- base-hvac-mini-split-heat-pump-ducted.xml,36.27,36.27,0.0,0.0,0.0,0.0,0.0,0.0,3.79,0.23,1.75,0.07,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.99,9.55,9.22,0.61,0.0,0.0,0.0,0.01,7147.0,6478.0,21.0,15.71,0.0,3.85,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,2.42,-11.47,0.0,0.12,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,0.98,9.82,1354.0,998.0,11562.0,2653.0
239
- base-hvac-mini-split-heat-pump-ductless.xml,35.53,35.53,0.0,0.0,0.0,0.0,0.0,0.0,3.29,0.07,1.71,0.03,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.67,8.59,9.22,0.61,0.0,0.0,0.0,0.01,6954.0,6474.0,18.4,13.53,0.0,3.95,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.12,5.43,0.0,0.49,0.0,0.0,-11.46,0.0,0.12,-0.4,-0.01,3.79,-0.3,9.43,0.0,0.0,-5.87,-0.07,-1.13,-6.61,-0.11,0.0,0.0,9.83,1354.0,998.0,11562.0,2653.0
240
- base-hvac-multiple.xml,45.87,45.87,5.06,2.59,2.64,0.0,0.0,0.0,9.5,0.75,4.6,0.58,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.61,15.7,9.22,0.61,0.0,0.0,0.0,0.07,8722.0,6796.0,36.31,26.55,0.0,3.73,3.73,0.54,4.11,1.86,-0.15,0.0,0.0,3.1,-0.11,6.54,0.0,0.49,0.0,11.17,-11.51,0.0,-0.01,-0.37,-0.01,3.8,-0.28,9.45,0.0,0.0,-5.88,-0.06,-1.35,-6.57,-0.11,0.0,7.27,9.78,1354.0,998.0,11567.0,2654.0
241
- base-hvac-none.xml,30.45,30.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.18,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.22,0.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354.0,998.0,11562.0,2653.0
242
- base-hvac-portable-heater-gas-only.xml,30.41,30.41,11.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6471.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.13,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.24,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
243
- base-hvac-programmable-thermostat-detailed.xml,34.68,34.68,15.78,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.21,0.64,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.55,10.3,9.22,0.61,0.0,0.0,0.01,0.03,6554.0,5297.0,35.72,24.91,0.0,3.8,3.69,0.54,4.26,1.83,-0.33,0.0,0.0,2.98,-0.05,5.33,0.0,0.48,0.0,3.43,-11.45,0.0,0.03,-0.43,-0.02,3.73,-0.32,9.22,0.0,0.0,-5.88,0.02,-1.17,-7.04,-0.11,0.0,2.44,9.84,1354.0,998.0,11562.0,2653.0
244
- base-hvac-programmable-thermostat.xml,34.76,34.76,15.03,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.3,0.65,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.13,10.59,9.22,0.62,0.0,0.0,0.0,0.06,6592.0,6192.0,29.13,24.63,0.0,3.75,3.65,0.53,4.11,1.81,-0.49,0.0,0.0,3.01,-0.06,5.26,0.0,0.48,0.0,3.33,-11.46,0.0,0.03,-0.43,-0.02,3.74,-0.32,9.23,0.0,0.0,-5.98,-0.01,-1.16,-7.11,-0.11,0.0,2.68,9.84,1354.0,998.0,11562.0,2653.0
245
- base-hvac-room-ac-only-33percent.xml,31.95,31.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.49,0.0,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.47,9.22,0.66,0.0,0.0,0.0,0.0,0.0,6437.0,0.0,13.49,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.06,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.48,-0.12,0.0,0.0,10.05,1354.0,998.0,11563.0,2653.0
246
- base-hvac-room-ac-only.xml,34.86,34.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.4,0.0,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.48,9.22,0.66,0.0,0.0,0.0,0.0,0.0,6935.0,0.0,13.49,0.0,2.83,2.61,0.37,3.56,1.27,-3.65,0.0,0.0,0.46,-0.21,3.56,0.0,0.35,0.0,0.0,-11.29,0.0,0.06,-0.45,-0.02,3.92,-0.33,9.31,0.0,0.0,-6.14,-0.04,-1.2,-6.48,-0.12,0.0,0.0,10.05,1354.0,998.0,11563.0,2653.0
247
- base-hvac-setpoints.xml,33.28,33.28,4.56,0.0,0.0,0.0,0.0,0.0,0.0,0.12,2.32,0.39,9.18,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.31,6.41,9.22,0.65,0.0,0.0,0.0,0.0,6548.0,6379.0,18.61,19.39,0.0,3.09,2.91,0.42,3.84,1.43,-2.68,0.0,0.0,1.14,-0.16,4.05,0.0,0.39,0.0,1.03,-11.27,0.0,0.01,-0.46,-0.02,3.87,-0.33,9.28,0.0,0.0,-5.86,-0.03,-1.17,-10.5,-0.12,0.0,1.77,10.05,1354.0,998.0,11562.0,2653.0
248
- base-hvac-stove-oil-only.xml,30.46,30.46,0.0,15.71,0.0,0.0,0.0,0.0,0.0,0.05,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.6,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6476.0,0.0,18.85,0.0,0.0,3.94,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.05,-0.12,6.53,0.0,0.49,0.0,0.0,-11.48,0.0,-0.21,-0.74,-0.07,3.57,-0.47,8.33,0.0,0.0,-6.59,-0.07,-1.71,-11.61,-0.15,0.0,0.0,9.8,1354.0,998.0,11561.0,2653.0
249
- base-hvac-stove-wood-pellets-only.xml,30.46,30.46,0.0,0.0,0.0,0.0,15.71,0.0,0.0,0.05,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.6,0.0,9.22,0.6,0.0,0.0,0.0,0.0,6476.0,0.0,18.85,0.0,0.0,3.94,3.72,0.54,4.13,1.86,-0.14,0.0,0.0,3.05,-0.12,6.53,0.0,0.49,0.0,0.0,-11.48,0.0,-0.21,-0.74,-0.07,3.57,-0.47,8.33,0.0,0.0,-6.59,-0.07,-1.71,-11.61,-0.15,0.0,0.0,9.8,1354.0,998.0,11561.0,2653.0
250
- base-hvac-undersized-allow-increased-fixed-capacities.xml,34.71,34.71,14.47,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.27,0.64,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.68,10.51,9.22,0.61,0.0,0.0,0.0,0.02,6568.0,6652.0,21.66,17.9,0.0,3.86,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,2.11,-11.47,0.0,0.08,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,1.98,9.83,1354.0,998.0,11562.0,2653.0
251
- base-hvac-undersized.xml,32.25,32.25,8.8,0.0,0.0,0.0,0.0,0.0,0.0,0.23,1.42,0.18,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.38,11.23,9.22,0.61,0.0,0.0,10.08,7.99,6550.0,6440.0,22.54,16.84,0.0,3.7,3.74,0.54,4.11,1.86,-0.15,0.0,0.0,3.14,-0.1,5.43,0.0,0.49,0.0,7.01,-11.49,0.0,0.05,-0.38,-0.01,3.79,-0.29,9.39,0.0,0.0,-5.88,-0.04,-1.12,-6.65,-0.11,0.0,2.78,9.8,1354.0,998.0,11562.0,2653.0
252
- base-hvac-wall-furnace-elec-only.xml,42.03,42.03,0.0,0.0,0.0,0.0,0.0,0.0,11.62,0.0,0.0,0.0,9.13,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.61,0.0,9.22,0.6,0.0,0.0,0.0,0.0,8666.0,0.0,18.4,0.0,0.0,3.94,3.72,0.54,4.13,1.85,-0.13,0.0,0.0,3.11,-0.11,5.41,0.0,0.49,0.0,0.0,-11.44,0.0,-0.24,-0.76,-0.07,3.55,-0.49,8.26,0.0,0.0,-6.59,-0.06,-1.43,-11.79,-0.15,0.0,0.0,9.84,1354.0,998.0,11561.0,2653.0
253
- base-lighting-ceiling-fans.xml,35.54,35.54,16.04,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.49,0.69,9.14,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.52,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.17,11.34,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6783.0,23.86,21.69,0.0,3.81,3.73,0.54,4.11,1.86,-0.12,0.0,0.0,3.16,-0.11,5.42,0.0,0.49,0.0,3.64,-11.46,0.0,-0.01,-0.44,-0.02,3.73,-0.32,9.29,0.0,0.0,-5.99,-0.06,-1.16,-6.92,-0.11,0.0,3.01,10.36,1354.0,998.0,11562.0,2653.0
254
- base-lighting-detailed.xml,35.35,35.35,16.16,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.59,0.72,9.15,0.0,0.0,4.51,0.0,0.53,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.28,11.74,9.22,0.61,0.0,0.0,0.0,0.01,6567.0,6699.0,23.85,21.66,0.0,3.81,3.73,0.54,4.1,1.86,-0.12,0.0,0.0,3.14,-0.11,5.42,0.0,0.49,0.0,3.67,-11.33,0.0,0.03,-0.4,-0.01,3.77,-0.3,9.42,0.0,0.0,-5.89,-0.06,-1.13,-6.65,-0.11,0.0,3.12,9.96,1354.0,998.0,11562.0,2653.0
255
- base-lighting-none.xml,30.06,30.06,18.21,0.0,0.0,0.0,0.0,0.0,0.0,0.47,3.34,0.66,9.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.22,10.67,9.22,0.62,0.0,0.0,0.0,0.01,6384.0,6486.0,24.33,21.07,0.0,3.77,3.7,0.54,3.86,1.85,-0.25,0.0,0.0,2.79,-0.12,5.41,0.0,0.49,0.0,4.09,-9.0,0.0,0.11,-0.34,-0.01,4.0,-0.26,9.59,0.0,0.0,-5.62,-0.07,-1.07,-6.22,-0.11,0.0,2.89,7.79,1354.0,998.0,11562.0,2653.0
256
- base-location-AMY-2012.xml,34.82,34.82,23.03,0.0,0.0,0.0,0.0,0.0,0.0,0.6,2.83,0.52,9.54,0.0,0.0,4.52,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.12,8.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.79,8.66,9.63,0.62,0.0,0.0,0.0,0.0,6696.0,6783.0,22.92,19.47,0.0,4.59,4.44,0.65,5.11,2.28,1.57,0.0,0.0,4.48,-0.21,5.8,0.0,0.5,0.0,5.34,-12.85,0.0,0.03,-0.38,-0.02,3.44,-0.29,7.78,0.0,0.0,-6.35,-0.14,-0.91,-5.48,-0.09,0.0,2.43,8.51,1354.0,998.0,11767.0,2700.0
257
- base-location-baltimore-md.xml,28.86,28.86,8.78,0.0,0.0,0.0,0.0,0.0,0.0,0.19,4.03,0.9,8.61,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.27,13.76,8.54,0.62,0.0,0.0,0.0,0.02,6489.0,6489.0,20.09,14.05,0.0,3.55,3.25,0.0,0.0,1.71,1.7,0.0,1.41,0.0,-0.26,2.52,0.0,0.52,0.0,1.14,-7.4,0.0,0.17,-0.37,0.0,0.0,-0.19,9.92,0.0,-0.79,0.0,-0.25,-0.47,-3.07,-0.11,0.0,1.18,7.84,1354.0,998.0,11160.0,2750.0
258
- base-location-dallas-tx.xml,28.21,28.21,1.31,0.0,0.0,0.0,0.0,0.0,0.0,0.03,5.08,1.17,6.81,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.24,17.12,6.67,0.58,0.0,0.0,0.0,0.03,6355.0,6355.0,9.55,10.13,0.0,1.82,1.59,0.0,0.0,0.91,0.51,0.0,0.0,-0.34,-0.35,1.23,0.0,0.3,0.0,0.03,-4.6,0.0,1.02,0.33,0.0,0.0,0.18,17.33,0.0,0.0,-9.24,-0.32,-0.32,-3.12,-0.05,0.0,0.2,11.22,1355.0,998.0,10025.0,2470.0
259
- base-location-duluth-mn.xml,29.65,29.65,40.74,0.0,0.0,0.0,0.0,0.0,0.0,0.92,1.82,0.25,11.54,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.39,3.71,11.55,0.79,0.0,0.0,0.0,0.01,6642.0,6642.0,24.76,11.75,0.0,7.08,6.75,0.0,0.0,3.56,8.37,0.0,7.95,0.0,-0.3,6.4,0.0,0.0,0.0,6.85,-8.33,0.0,-0.26,-0.62,0.0,0.0,-0.29,5.57,0.0,-1.08,0.0,-0.29,-0.47,-2.15,0.0,0.0,0.27,3.19,1354.0,998.0,12544.0,2979.0
260
- base-location-helena-mt.xml,35.02,35.02,30.89,0.0,0.0,0.0,0.0,0.0,0.0,0.76,2.31,0.37,10.3,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.18,6.32,10.45,0.62,0.0,0.0,0.0,0.0,6763.0,6614.0,30.08,17.3,0.0,5.67,5.44,0.8,5.47,2.78,2.96,0.0,0.0,6.04,-0.35,8.65,0.0,0.78,0.0,6.26,-15.44,0.0,0.06,-0.27,-0.01,2.92,-0.14,7.3,0.0,0.0,-4.97,-0.31,-0.68,-4.83,-0.08,0.0,1.48,5.87,1353.0,998.0,12137.0,2785.0
261
- base-location-honolulu-hi.xml,29.15,29.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.32,1.89,4.82,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.74,4.57,0.55,0.0,0.0,0.0,0.05,4874.0,4874.0,0.07,8.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.7,1.06,0.0,0.0,0.41,22.76,0.0,0.0,-11.66,-0.0,0.0,-2.74,0.01,0.0,0.43,15.79,1355.0,998.0,8543.0,2105.0
262
- base-location-miami-fl.xml,28.68,28.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.86,1.75,4.95,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.43,4.71,0.56,0.0,0.0,0.0,0.04,5149.0,5149.0,0.05,9.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.51,0.93,0.0,0.0,0.4,21.31,0.0,0.0,-11.13,-0.0,-0.18,-3.52,-0.01,0.0,0.39,15.79,1355.0,998.0,8627.0,2126.0
263
- base-location-phoenix-az.xml,30.64,30.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.45,1.89,5.18,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.53,4.95,0.56,0.0,0.0,0.0,0.01,6111.0,6197.0,1.63,13.28,0.0,0.83,0.55,0.0,0.0,0.49,0.56,0.0,0.0,-0.35,-0.53,0.47,0.0,0.12,0.0,0.0,-2.21,0.0,2.49,1.8,0.0,0.0,1.05,27.95,0.0,0.0,-12.12,-0.53,0.17,-5.37,0.07,0.0,0.52,13.59,1355.0,998.0,8431.0,2077.0
264
- base-location-portland-or.xml,26.78,26.78,12.16,0.0,0.0,0.0,0.0,0.0,0.0,0.26,1.95,0.36,9.09,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.45,5.43,8.87,0.8,0.0,0.0,0.0,0.01,6415.0,6292.0,12.6,13.62,0.0,3.44,3.13,0.0,0.0,1.66,1.35,0.0,7.14,0.0,-0.33,1.88,0.0,0.51,0.0,2.14,-9.58,0.0,-0.0,-0.48,0.0,0.0,-0.2,7.62,0.0,-2.96,0.0,-0.33,-0.4,-3.53,-0.12,0.0,0.36,5.65,1354.0,998.0,11369.0,2801.0
265
- base-mechvent-balanced.xml,37.29,37.29,34.5,0.0,0.0,0.0,0.0,0.0,0.0,0.9,3.48,0.69,9.15,0.0,0.0,4.51,0.0,0.33,1.79,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.63,11.22,9.22,0.62,0.0,0.0,0.0,0.02,6692.0,6675.0,32.52,23.96,0.0,3.75,3.76,0.55,4.08,1.91,-0.13,0.0,0.0,2.82,-0.27,5.43,0.0,15.26,0.0,7.34,-11.9,0.0,0.28,-0.19,0.02,3.94,-0.16,9.97,0.0,0.0,-5.77,-0.23,-0.83,-5.27,-3.03,0.0,3.04,9.4,1354.0,998.0,11561.0,2653.0
266
- base-mechvent-bath-kitchen-fans.xml,35.24,35.24,17.52,0.0,0.0,0.0,0.0,0.0,0.0,0.46,3.54,0.71,9.15,0.0,0.0,4.51,0.0,0.33,0.11,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.56,11.53,9.22,0.61,0.0,0.0,0.0,0.01,6581.0,6677.0,21.83,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.16,0.0,0.0,3.12,-0.1,4.81,0.0,2.3,0.0,3.94,-11.5,0.0,0.06,-0.37,-0.01,3.8,-0.28,9.45,0.0,0.0,-5.87,-0.05,-0.98,-6.49,-0.57,0.0,3.08,9.8,1354.0,998.0,11562.0,2653.0
267
- base-mechvent-cfis-dse.xml,38.09,38.09,27.56,0.0,0.0,0.0,0.0,0.0,0.0,0.72,4.09,0.77,9.15,0.0,0.0,4.51,0.0,0.33,2.09,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.84,8.48,9.22,0.62,0.0,0.0,0.0,0.01,6607.0,6732.0,21.59,15.24,0.0,4.0,3.75,0.54,4.1,1.89,-0.14,0.0,0.0,2.92,-0.21,1.59,0.0,14.12,0.0,0.0,-11.74,0.0,0.28,-0.26,0.01,3.89,-0.21,9.8,0.0,0.0,-5.81,-0.17,-0.22,-5.76,-2.59,0.0,0.0,9.56,1354.0,998.0,11562.0,2653.0
268
- base-mechvent-cfis-evap-cooler-only-ducted.xml,34.1,34.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.83,9.22,0.0,0.0,4.51,0.0,0.33,2.78,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.64,9.22,0.69,0.0,0.0,0.0,0.01,6424.0,6424.0,0.4,20.92,0.0,2.14,2.01,0.28,3.09,0.96,-5.59,0.0,0.0,-1.29,-0.24,0.69,0.0,7.48,0.0,1.81,-11.31,0.0,0.19,-0.33,-0.0,4.1,-0.26,9.71,0.0,0.0,-6.04,-0.03,-0.24,-5.41,-2.79,0.0,0.73,10.06,1354.0,998.0,11563.0,2653.0
269
- base-mechvent-cfis.xml,37.39,37.39,30.28,0.0,0.0,0.0,0.0,0.0,0.0,0.79,3.56,0.71,9.15,0.0,0.0,4.51,0.0,0.33,1.91,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.65,11.55,9.22,0.62,0.0,0.0,0.0,0.01,6615.0,6774.0,29.33,23.33,0.0,3.74,3.77,0.55,4.11,1.91,-0.11,0.0,0.0,2.89,-0.26,1.6,0.0,14.38,0.0,7.91,-11.85,0.0,0.27,-0.22,0.01,3.92,-0.18,9.88,0.0,0.0,-5.8,-0.22,-0.2,-5.55,-2.44,0.0,2.62,9.45,1354.0,998.0,11562.0,2653.0
270
- base-mechvent-erv-atre-asre.xml,37.05,37.05,20.08,0.0,0.0,0.0,0.0,0.0,0.0,0.52,3.59,0.72,9.15,0.0,0.0,4.51,0.0,0.33,1.79,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.99,11.71,9.22,0.62,0.0,0.0,0.0,0.01,6649.0,6740.0,25.86,22.35,0.0,3.79,3.73,0.54,4.1,1.86,-0.16,0.0,0.0,3.07,-0.12,5.38,0.0,3.78,0.0,4.48,-11.55,0.0,0.09,-0.35,-0.01,3.82,-0.27,9.54,0.0,0.0,-5.85,-0.07,-1.05,-6.32,-0.69,0.0,3.13,9.74,1354.0,998.0,11562.0,2653.0
271
- base-mechvent-erv.xml,37.05,37.05,20.08,0.0,0.0,0.0,0.0,0.0,0.0,0.52,3.59,0.72,9.15,0.0,0.0,4.51,0.0,0.33,1.79,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.99,11.71,9.22,0.62,0.0,0.0,0.0,0.01,6649.0,6740.0,25.86,22.35,0.0,3.79,3.73,0.54,4.1,1.86,-0.16,0.0,0.0,3.07,-0.12,5.38,0.0,3.79,0.0,4.48,-11.55,0.0,0.09,-0.35,-0.01,3.82,-0.27,9.54,0.0,0.0,-5.85,-0.07,-1.05,-6.32,-0.69,0.0,3.13,9.74,1354.0,998.0,11562.0,2653.0
272
- base-mechvent-exhaust-rated-flow-rate.xml,36.23,36.23,30.07,0.0,0.0,0.0,0.0,0.0,0.0,0.78,3.44,0.68,9.15,0.0,0.0,4.51,0.0,0.33,0.9,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.44,11.04,9.22,0.62,0.0,0.0,0.0,0.01,6646.0,6633.0,30.56,23.37,0.0,3.77,3.75,0.54,4.08,1.89,-0.14,0.0,0.0,2.87,-0.24,1.54,0.0,15.67,0.0,6.47,-11.82,0.0,0.25,-0.22,0.01,3.92,-0.18,9.9,0.0,0.0,-5.77,-0.2,-0.19,-5.4,-3.59,0.0,3.0,9.48,1354.0,998.0,11561.0,2653.0
273
- base-mechvent-exhaust.xml,36.23,36.23,30.07,0.0,0.0,0.0,0.0,0.0,0.0,0.78,3.44,0.68,9.15,0.0,0.0,4.51,0.0,0.33,0.9,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.44,11.04,9.22,0.62,0.0,0.0,0.0,0.01,6646.0,6633.0,30.56,23.37,0.0,3.77,3.75,0.54,4.08,1.89,-0.14,0.0,0.0,2.87,-0.24,1.54,0.0,15.67,0.0,6.47,-11.82,0.0,0.25,-0.22,0.01,3.92,-0.18,9.9,0.0,0.0,-5.77,-0.2,-0.19,-5.4,-3.59,0.0,3.0,9.48,1354.0,998.0,11561.0,2653.0
274
- base-mechvent-hrv-asre.xml,37.05,37.05,20.08,0.0,0.0,0.0,0.0,0.0,0.0,0.52,3.59,0.72,9.15,0.0,0.0,4.51,0.0,0.33,1.79,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.98,11.71,9.22,0.62,0.0,0.0,0.0,0.01,6649.0,6743.0,25.85,22.35,0.0,3.79,3.73,0.54,4.1,1.86,-0.16,0.0,0.0,3.07,-0.12,5.38,0.0,3.78,0.0,4.48,-11.55,0.0,0.09,-0.35,-0.01,3.82,-0.27,9.54,0.0,0.0,-5.85,-0.07,-1.05,-6.32,-0.69,0.0,3.13,9.74,1354.0,998.0,11562.0,2653.0
275
- base-mechvent-hrv.xml,37.05,37.05,20.08,0.0,0.0,0.0,0.0,0.0,0.0,0.52,3.59,0.72,9.15,0.0,0.0,4.51,0.0,0.33,1.79,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.99,11.71,9.22,0.62,0.0,0.0,0.0,0.01,6649.0,6743.0,25.85,22.35,0.0,3.79,3.73,0.54,4.1,1.86,-0.16,0.0,0.0,3.07,-0.12,5.38,0.0,3.78,0.0,4.48,-11.55,0.0,0.09,-0.35,-0.01,3.82,-0.27,9.54,0.0,0.0,-5.85,-0.07,-1.05,-6.32,-0.69,0.0,3.13,9.74,1354.0,998.0,11562.0,2653.0
276
- base-mechvent-multiple.xml,37.95,37.95,36.67,0.0,0.0,0.0,0.0,0.0,0.0,0.95,3.79,0.76,9.15,0.0,0.0,4.51,0.0,0.33,1.64,0.0,0.0,0.38,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.69,12.75,9.22,0.62,0.0,0.0,0.0,0.19,6672.0,6629.0,37.44,27.83,0.0,3.45,3.79,0.55,4.12,1.92,-0.07,0.0,0.0,2.91,-0.29,2.12,0.0,11.97,0.0,16.13,-11.9,0.0,0.13,-0.16,0.02,3.95,-0.14,10.07,0.0,0.0,-5.69,-0.26,-0.24,0.0,-2.08,-7.26,4.92,9.4,1354.0,998.0,11562.0,2653.0
277
- base-mechvent-supply.xml,36.28,36.28,28.94,0.0,0.0,0.0,0.0,0.0,0.0,0.75,3.5,0.69,9.15,0.0,0.0,4.51,0.0,0.33,0.9,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.37,11.32,9.22,0.62,0.0,0.0,0.0,0.02,6645.0,6667.0,29.2,23.47,0.0,3.78,3.76,0.54,4.09,1.89,-0.14,0.0,0.0,2.89,-0.23,1.59,0.0,14.7,0.0,6.26,-11.8,0.0,0.23,-0.23,0.01,3.91,-0.19,9.85,0.0,0.0,-5.79,-0.19,-0.21,-5.55,-3.14,0.0,3.06,9.5,1354.0,998.0,11562.0,2653.0
278
- base-mechvent-whole-house-fan.xml,34.62,34.62,16.16,0.0,0.0,0.0,0.0,0.0,0.0,0.42,2.65,0.48,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.65,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.28,7.63,9.22,0.62,0.0,0.0,0.0,0.01,6575.0,6368.0,23.86,20.54,0.0,3.83,3.75,0.54,4.1,1.87,-0.09,0.0,0.0,3.19,-0.11,5.44,0.0,0.49,0.0,3.67,-11.5,0.0,0.07,-0.24,0.01,3.9,-0.21,9.9,0.0,0.0,-5.53,-0.06,-0.98,0.0,-0.09,-10.82,2.14,9.8,1354.0,998.0,11562.0,2653.0
279
- base-misc-defaults.xml,30.42,10.78,14.16,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.21,0.63,2.55,0.0,0.32,4.51,0.0,0.33,0.07,0.0,0.0,0.0,2.36,0.0,0.0,0.45,0.34,2.51,1.53,0.74,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,-19.64,0.0,14.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.38,10.0,10.51,0.64,0.0,8.6,0.0,0.01,6582.0,5321.0,18.98,16.62,0.0,3.83,3.71,0.54,4.13,1.86,-0.13,0.0,0.0,3.18,-0.1,5.09,0.0,1.55,0.0,1.25,-11.61,0.0,0.31,-0.39,-0.01,3.7,-0.3,9.38,0.0,0.0,-5.97,-0.05,-1.06,-6.68,-0.39,0.0,0.8,10.77,1584.0,1522.0,10961.0,3863.0
280
- base-misc-generators.xml,35.12,31.71,24.55,0.0,8.5,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-3.41,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6679.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
281
- base-misc-loads-large-uncommon.xml,67.12,67.12,64.75,0.0,2.5,5.5,0.0,0.0,0.0,0.31,4.2,0.88,9.14,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,7.34,2.39,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,5.12,1.62,0.0,9.21,4.44,3.41,0.0,0.0,11.98,0.0,0.0,0.0,0.0,49.97,0.0,0.0,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.33,14.47,9.22,0.61,0.0,0.0,0.0,0.02,8234.0,8234.0,22.87,22.76,0.0,3.9,3.78,0.55,4.62,1.89,0.17,0.0,0.0,3.9,-0.12,5.49,0.0,0.49,0.0,2.79,-16.25,0.0,-0.12,-0.53,-0.03,3.2,-0.36,9.11,0.0,0.0,-6.58,-0.06,-1.26,-7.7,-0.12,0.0,3.67,15.3,1354.0,998.0,11561.0,2653.0
282
- base-misc-loads-large-uncommon2.xml,63.57,63.57,14.78,2.5,0.0,0.0,5.5,0.0,0.0,0.31,4.2,0.88,9.14,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,7.34,2.39,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,5.12,1.62,0.0,9.21,0.89,3.41,0.0,0.0,11.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.33,14.47,9.22,0.61,0.0,0.0,0.0,0.02,8185.0,8185.0,22.87,22.76,0.0,3.9,3.78,0.55,4.62,1.89,0.17,0.0,0.0,3.9,-0.12,5.49,0.0,0.49,0.0,2.79,-16.25,0.0,-0.12,-0.53,-0.03,3.2,-0.36,9.11,0.0,0.0,-6.58,-0.06,-1.26,-7.7,-0.12,0.0,3.67,15.3,1354.0,998.0,11561.0,2653.0
283
- base-misc-loads-none.xml,24.16,24.16,20.75,0.0,0.0,0.0,0.0,0.0,0.0,0.54,3.09,0.59,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.63,9.58,9.22,0.62,0.0,0.0,0.0,0.01,6249.0,6286.0,25.02,20.29,0.0,3.76,3.7,0.54,3.61,1.85,-0.26,0.0,0.0,2.41,-0.14,5.41,0.0,0.49,0.0,4.6,-6.4,0.0,0.18,-0.28,0.0,4.24,-0.23,9.74,0.0,0.0,-5.36,-0.1,-1.01,-5.77,-0.1,0.0,2.65,5.63,1354.0,998.0,11561.0,2653.0
284
- base-misc-neighbor-shading.xml,34.81,34.81,18.99,0.0,0.0,0.0,0.0,0.0,0.0,0.49,3.25,0.64,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.96,10.3,9.22,0.62,0.0,0.0,0.0,0.01,6583.0,6595.0,24.51,20.71,0.0,3.74,3.86,0.59,4.03,2.07,2.14,0.0,0.0,2.96,-0.11,5.38,0.0,0.48,0.0,4.24,-11.52,0.0,0.1,-0.45,-0.03,3.82,-0.4,8.14,0.0,0.0,-5.84,-0.07,-1.09,-6.3,-0.11,0.0,2.78,9.78,1354.0,998.0,11562.0,2653.0
285
- base-misc-shielding-of-home.xml,35.36,35.36,15.61,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.77,0.77,9.14,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.76,12.57,9.22,0.61,0.0,0.0,0.0,0.01,6574.0,6694.0,23.85,21.6,0.0,3.81,3.73,0.54,4.12,1.86,-0.11,0.0,0.0,3.18,-0.1,5.02,0.0,0.49,0.0,3.55,-11.43,0.0,-0.01,-0.43,-0.02,3.76,-0.31,9.31,0.0,0.0,-5.93,-0.05,-1.06,-5.72,-0.11,0.0,3.28,9.86,1354.0,998.0,11562.0,2653.0
286
- base-misc-usage-multiplier.xml,49.83,49.83,62.33,0.0,2.25,4.95,0.0,0.0,0.0,0.39,3.74,0.76,8.29,0.0,0.0,4.06,0.0,0.3,0.0,0.0,0.0,0.0,2.0,2.15,0.0,0.29,0.33,1.36,1.38,0.0,1.9,7.54,0.0,0.0,0.0,8.29,3.99,3.07,0.0,0.0,14.84,0.0,0.0,0.0,0.0,44.97,0.0,0.0,2.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.03,12.4,8.3,0.61,0.0,0.0,0.0,0.01,7614.0,7109.0,23.62,22.0,0.0,3.83,3.74,0.54,4.25,1.86,-0.08,0.0,0.0,3.37,-0.09,5.43,0.0,0.49,0.0,3.39,-12.81,0.0,-0.02,-0.44,-0.02,3.63,-0.32,9.3,0.0,0.0,-6.06,-0.04,-1.18,-6.94,-0.11,0.0,3.26,11.36,1219.0,898.0,10339.0,2373.0
287
- base-multiple-buildings.xml,35.12,35.12,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6679.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
288
- base-pv.xml,35.12,8.24,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,-26.88,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6679.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
289
- base-simcontrol-calendar-year-custom.xml,35.15,35.15,16.02,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.59,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.12,8.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.15,11.74,9.22,0.61,0.0,0.0,0.0,0.01,6592.0,6696.0,23.88,21.6,0.0,3.81,3.73,0.54,4.14,1.86,-0.18,0.0,0.0,3.14,-0.07,5.42,0.0,0.49,0.0,3.64,-11.48,0.0,0.02,-0.4,-0.01,3.8,-0.3,9.6,0.0,0.0,-5.91,-0.02,-1.14,-6.72,-0.11,0.0,3.12,9.82,1354.0,998.0,11562.0,2653.0
290
- base-simcontrol-daylight-saving-custom.xml,35.12,35.12,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6679.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
291
- base-simcontrol-daylight-saving-disabled.xml,35.1,35.1,16.04,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.55,0.71,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.17,11.57,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6967.0,23.86,21.24,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.3,9.42,0.0,0.0,-5.87,-0.06,-1.13,-6.67,-0.1,0.0,3.08,9.83,1354.0,998.0,11562.0,2653.0
292
- base-simcontrol-runperiod-1-month.xml,3.14,3.14,3.61,0.0,0.0,0.0,0.0,0.0,0.0,0.09,0.11,0.0,0.88,0.0,0.0,0.45,0.0,0.04,0.0,0.0,0.0,0.0,0.16,0.0,0.0,0.03,0.03,0.13,0.14,0.0,0.2,0.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.41,0.0,0.89,0.06,0.0,0.0,0.0,0.0,6575.0,474.0,17.73,0.2,0.0,0.75,0.7,0.1,1.04,0.34,0.11,0.0,0.0,0.49,-0.04,1.03,0.0,0.08,0.0,0.83,-2.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,112.0,83.0,1005.0,231.0
293
- base-simcontrol-timestep-10-mins.xml,35.25,35.25,16.89,0.0,0.0,0.0,0.0,0.0,0.0,0.44,3.72,0.75,9.06,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.98,12.2,9.12,0.61,0.0,0.0,0.0,0.01,14751.0,15443.0,30.36,21.35,0.0,3.9,3.78,0.55,4.21,1.89,0.09,0.0,0.0,3.25,-0.09,5.5,0.0,0.5,0.0,3.87,-11.5,0.0,-0.08,-0.39,-0.01,3.78,-0.29,9.48,0.0,0.0,-5.88,-0.06,-1.1,-6.29,-0.11,0.0,3.35,9.8,1355.0,998.0,12467.0,2861.0
294
- base.xml,35.12,35.12,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.57,0.72,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.18,11.64,9.22,0.61,0.0,0.0,0.0,0.01,6575.0,6679.0,23.86,21.6,0.0,3.81,3.73,0.54,4.11,1.86,-0.11,0.0,0.0,3.16,-0.11,5.43,0.0,0.49,0.0,3.64,-11.47,0.0,0.03,-0.4,-0.01,3.79,-0.29,9.43,0.0,0.0,-5.87,-0.06,-1.13,-6.63,-0.11,0.0,3.1,9.83,1354.0,998.0,11562.0,2653.0
1
+ HPXML,Fuel Use: Electricity: Total (MBtu),Fuel Use: Electricity: Net (MBtu),Fuel Use: Natural Gas: Total (MBtu),Fuel Use: Fuel Oil: Total (MBtu),Fuel Use: Propane: Total (MBtu),Fuel Use: Wood Cord: Total (MBtu),Fuel Use: Wood Pellets: Total (MBtu),Fuel Use: Coal: Total (MBtu),End Use: Electricity: Heating (MBtu),End Use: Electricity: Heating Fans/Pumps (MBtu),End Use: Electricity: Cooling (MBtu),End Use: Electricity: Cooling Fans/Pumps (MBtu),End Use: Electricity: Hot Water (MBtu),End Use: Electricity: Hot Water Recirc Pump (MBtu),End Use: Electricity: Hot Water Solar Thermal Pump (MBtu),End Use: Electricity: Lighting Interior (MBtu),End Use: Electricity: Lighting Garage (MBtu),End Use: Electricity: Lighting Exterior (MBtu),End Use: Electricity: Mech Vent (MBtu),End Use: Electricity: Mech Vent Preheating (MBtu),End Use: Electricity: Mech Vent Precooling (MBtu),End Use: Electricity: Whole House Fan (MBtu),End Use: Electricity: Refrigerator (MBtu),End Use: Electricity: Freezer (MBtu),End Use: Electricity: Dehumidifier (MBtu),End Use: Electricity: Dishwasher (MBtu),End Use: Electricity: Clothes Washer (MBtu),End Use: Electricity: Clothes Dryer (MBtu),End Use: Electricity: Range/Oven (MBtu),End Use: Electricity: Ceiling Fan (MBtu),End Use: Electricity: Television (MBtu),End Use: Electricity: Plug Loads (MBtu),End Use: Electricity: Electric Vehicle Charging (MBtu),End Use: Electricity: Well Pump (MBtu),End Use: Electricity: Pool Heater (MBtu),End Use: Electricity: Pool Pump (MBtu),End Use: Electricity: Hot Tub Heater (MBtu),End Use: Electricity: Hot Tub Pump (MBtu),End Use: Electricity: PV (MBtu),End Use: Electricity: Generator (MBtu),End Use: Natural Gas: Heating (MBtu),End Use: Natural Gas: Hot Water (MBtu),End Use: Natural Gas: Clothes Dryer (MBtu),End Use: Natural Gas: Range/Oven (MBtu),End Use: Natural Gas: Mech Vent Preheating (MBtu),End Use: Natural Gas: Pool Heater (MBtu),End Use: Natural Gas: Hot Tub Heater (MBtu),End Use: Natural Gas: Grill (MBtu),End Use: Natural Gas: Lighting (MBtu),End Use: Natural Gas: Fireplace (MBtu),End Use: Natural Gas: Generator (MBtu),End Use: Fuel Oil: Heating (MBtu),End Use: Fuel Oil: Hot Water (MBtu),End Use: Fuel Oil: Clothes Dryer (MBtu),End Use: Fuel Oil: Range/Oven (MBtu),End Use: Fuel Oil: Mech Vent Preheating (MBtu),End Use: Fuel Oil: Grill (MBtu),End Use: Fuel Oil: Lighting (MBtu),End Use: Fuel Oil: Fireplace (MBtu),End Use: Fuel Oil: Generator (MBtu),End Use: Propane: Heating (MBtu),End Use: Propane: Hot Water (MBtu),End Use: Propane: Clothes Dryer (MBtu),End Use: Propane: Range/Oven (MBtu),End Use: Propane: Mech Vent Preheating (MBtu),End Use: Propane: Grill (MBtu),End Use: Propane: Lighting (MBtu),End Use: Propane: Fireplace (MBtu),End Use: Propane: Generator (MBtu),End Use: Wood Cord: Heating (MBtu),End Use: Wood Cord: Hot Water (MBtu),End Use: Wood Cord: Clothes Dryer (MBtu),End Use: Wood Cord: Range/Oven (MBtu),End Use: Wood Cord: Mech Vent Preheating (MBtu),End Use: Wood Cord: Grill (MBtu),End Use: Wood Cord: Lighting (MBtu),End Use: Wood Cord: Fireplace (MBtu),End Use: Wood Cord: Generator (MBtu),End Use: Wood Pellets: Heating (MBtu),End Use: Wood Pellets: Hot Water (MBtu),End Use: Wood Pellets: Clothes Dryer (MBtu),End Use: Wood Pellets: Range/Oven (MBtu),End Use: Wood Pellets: Mech Vent Preheating (MBtu),End Use: Wood Pellets: Grill (MBtu),End Use: Wood Pellets: Lighting (MBtu),End Use: Wood Pellets: Fireplace (MBtu),End Use: Wood Pellets: Generator (MBtu),End Use: Coal: Heating (MBtu),End Use: Coal: Hot Water (MBtu),End Use: Coal: Clothes Dryer (MBtu),End Use: Coal: Range/Oven (MBtu),End Use: Coal: Mech Vent Preheating (MBtu),End Use: Coal: Grill (MBtu),End Use: Coal: Lighting (MBtu),End Use: Coal: Fireplace (MBtu),End Use: Coal: Generator (MBtu),Load: Heating: Delivered (MBtu),Load: Cooling: Delivered (MBtu),Load: Hot Water: Delivered (MBtu),Load: Hot Water: Tank Losses (MBtu),Load: Hot Water: Desuperheater (MBtu),Load: Hot Water: Solar Thermal (MBtu),Unmet Hours: Heating (hr),Unmet Hours: Cooling (hr),Peak Electricity: Winter Total (W),Peak Electricity: Summer Total (W),Peak Load: Heating: Delivered (kBtu),Peak Load: Cooling: Delivered (kBtu),Component Load: Heating: Roofs (MBtu),Component Load: Heating: Ceilings (MBtu),Component Load: Heating: Walls (MBtu),Component Load: Heating: Rim Joists (MBtu),Component Load: Heating: Foundation Walls (MBtu),Component Load: Heating: Doors (MBtu),Component Load: Heating: Windows (MBtu),Component Load: Heating: Skylights (MBtu),Component Load: Heating: Floors (MBtu),Component Load: Heating: Slabs (MBtu),Component Load: Heating: Internal Mass (MBtu),Component Load: Heating: Infiltration (MBtu),Component Load: Heating: Natural Ventilation (MBtu),Component Load: Heating: Mechanical Ventilation (MBtu),Component Load: Heating: Whole House Fan (MBtu),Component Load: Heating: Ducts (MBtu),Component Load: Heating: Internal Gains (MBtu),Component Load: Cooling: Roofs (MBtu),Component Load: Cooling: Ceilings (MBtu),Component Load: Cooling: Walls (MBtu),Component Load: Cooling: Rim Joists (MBtu),Component Load: Cooling: Foundation Walls (MBtu),Component Load: Cooling: Doors (MBtu),Component Load: Cooling: Windows (MBtu),Component Load: Cooling: Skylights (MBtu),Component Load: Cooling: Floors (MBtu),Component Load: Cooling: Slabs (MBtu),Component Load: Cooling: Internal Mass (MBtu),Component Load: Cooling: Infiltration (MBtu),Component Load: Cooling: Natural Ventilation (MBtu),Component Load: Cooling: Mechanical Ventilation (MBtu),Component Load: Cooling: Whole House Fan (MBtu),Component Load: Cooling: Ducts (MBtu),Component Load: Cooling: Internal Gains (MBtu),Hot Water: Clothes Washer (gal),Hot Water: Dishwasher (gal),Hot Water: Fixtures (gal),Hot Water: Distribution Waste (gal)
2
+ base-appliances-coal.xml,32.24,32.24,14.04,0.0,0.0,0.0,0.0,4.87,0.0,0.37,3.55,0.69,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,0.14,0.1,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.8,3.07,0.0,0.0,0.0,0.0,0.0,13.27,11.59,9.23,0.61,0.0,0.0,0.0,0.0,2005.0,3600.0,20.43,20.75,0.0,3.89,3.98,0.54,4.05,0.71,-0.08,0.0,0.0,3.17,-0.1,5.19,0.0,0.51,0.0,3.23,-11.93,0.0,-0.05,-0.47,-0.02,3.8,-0.03,8.88,0.0,0.0,-6.02,-0.05,-1.1,-6.64,-0.1,0.0,3.07,10.33,1355.0,998.0,11400.0,2616.0
3
+ base-appliances-dehumidifier-ief-portable.xml,28.88,28.88,0.67,0.0,0.0,0.0,0.0,0.0,0.0,0.01,4.93,1.08,6.81,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.91,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.43,16.74,6.68,0.57,0.0,0.0,0.0,0.0,2358.0,2161.0,6.67,9.26,0.0,1.75,1.64,0.0,0.0,0.42,1.5,0.0,0.0,-0.55,-0.44,1.08,0.38,0.4,0.0,0.02,-6.03,0.0,0.78,0.2,0.0,0.0,0.29,17.82,0.0,0.0,-10.53,-0.41,-0.28,-2.83,-0.08,0.0,0.19,11.53,1355.0,998.0,9989.0,2461.0
4
+ base-appliances-dehumidifier-ief-whole-home.xml,28.96,28.96,0.65,0.0,0.0,0.0,0.0,0.0,0.0,0.01,4.93,1.08,6.81,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.99,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.44,16.76,6.68,0.57,0.0,0.0,0.0,0.0,2263.0,2080.0,6.69,8.82,0.0,1.74,1.64,0.0,0.0,0.42,1.53,0.0,0.0,-0.56,-0.44,1.09,0.37,0.41,0.0,0.02,-6.02,0.0,0.77,0.19,0.0,0.0,0.29,17.85,0.0,0.0,-10.54,-0.42,-0.28,-2.83,-0.07,0.0,0.19,11.56,1355.0,998.0,9989.0,2461.0
5
+ base-appliances-dehumidifier-multiple.xml,28.77,28.77,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.02,4.9,1.07,6.82,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.83,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.48,16.63,6.68,0.57,0.0,0.0,0.0,0.0,2162.0,2270.0,6.75,9.46,0.0,1.76,1.65,0.0,0.0,0.42,1.42,0.0,0.0,-0.52,-0.43,1.09,0.38,0.41,0.0,0.02,-5.94,0.0,0.8,0.21,0.0,0.0,0.29,17.78,0.0,0.0,-10.51,-0.41,-0.27,-2.81,-0.07,0.0,0.19,11.37,1355.0,998.0,9989.0,2461.0
6
+ base-appliances-dehumidifier.xml,28.83,28.83,0.66,0.0,0.0,0.0,0.0,0.0,0.0,0.01,4.92,1.08,6.82,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.88,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.49,16.71,6.68,0.57,0.0,0.0,0.0,0.0,2143.0,2227.0,6.71,8.82,0.0,1.75,1.65,0.0,0.0,0.43,1.52,0.0,0.0,-0.56,-0.45,1.09,0.4,0.41,0.0,0.02,-5.98,0.0,0.78,0.2,0.0,0.0,0.29,17.85,0.0,0.0,-10.52,-0.42,-0.27,-2.79,-0.07,0.0,0.19,11.47,1355.0,998.0,9989.0,2461.0
7
+ base-appliances-gas.xml,32.24,32.24,18.91,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.55,0.69,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,0.14,0.1,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.04,0.0,1.8,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.27,11.59,9.23,0.61,0.0,0.0,0.0,0.0,2005.0,3600.0,20.43,20.75,0.0,3.89,3.98,0.54,4.05,0.71,-0.08,0.0,0.0,3.17,-0.1,5.19,0.0,0.51,0.0,3.23,-11.93,0.0,-0.05,-0.47,-0.02,3.8,-0.03,8.88,0.0,0.0,-6.02,-0.05,-1.1,-6.64,-0.1,0.0,3.07,10.33,1355.0,998.0,11400.0,2616.0
8
+ base-appliances-modified.xml,35.91,35.91,13.89,0.0,0.0,0.0,0.0,0.0,0.0,0.36,3.57,0.69,9.69,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.64,0.37,1.52,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.13,11.68,9.8,0.61,0.0,0.0,0.0,0.0,2178.0,3745.0,20.45,20.72,0.0,3.89,3.98,0.54,4.06,0.71,-0.06,0.0,0.0,3.2,-0.1,5.64,0.0,0.0,0.0,3.2,-12.04,0.0,-0.06,-0.48,-0.02,3.78,-0.03,8.88,0.0,0.0,-6.04,-0.06,-1.19,-6.68,0.0,0.0,3.09,10.5,1355.0,1998.0,11400.0,2616.0
9
+ base-appliances-none.xml,27.55,27.55,15.92,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.26,0.61,7.93,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.05,10.34,7.91,0.61,0.0,0.0,0.0,0.0,1890.0,3124.0,20.76,19.94,0.0,3.86,3.96,0.54,3.8,0.7,-0.17,0.0,0.0,2.78,-0.13,5.63,0.0,0.0,0.0,3.62,-9.66,0.0,0.04,-0.4,-0.01,4.07,-0.01,9.06,0.0,0.0,-5.73,-0.08,-1.11,-6.17,0.0,0.0,2.79,7.9,0.0,0.0,11400.0,2616.0
10
+ base-appliances-oil.xml,32.24,32.24,14.04,4.87,0.0,0.0,0.0,0.0,0.0,0.37,3.55,0.69,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,0.14,0.1,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.8,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.27,11.59,9.23,0.61,0.0,0.0,0.0,0.0,2005.0,3600.0,20.43,20.75,0.0,3.89,3.98,0.54,4.05,0.71,-0.08,0.0,0.0,3.17,-0.1,5.19,0.0,0.51,0.0,3.23,-11.93,0.0,-0.05,-0.47,-0.02,3.8,-0.03,8.88,0.0,0.0,-6.02,-0.05,-1.1,-6.64,-0.1,0.0,3.07,10.33,1355.0,998.0,11400.0,2616.0
11
+ base-appliances-propane.xml,32.24,32.24,14.04,0.0,4.87,0.0,0.0,0.0,0.0,0.37,3.55,0.69,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,0.14,0.1,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.8,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.27,11.59,9.23,0.61,0.0,0.0,0.0,0.0,2005.0,3600.0,20.43,20.75,0.0,3.89,3.98,0.54,4.05,0.71,-0.08,0.0,0.0,3.17,-0.1,5.19,0.0,0.51,0.0,3.23,-11.93,0.0,-0.05,-0.47,-0.02,3.8,-0.03,8.88,0.0,0.0,-6.02,-0.05,-1.1,-6.64,-0.1,0.0,3.07,10.33,1355.0,998.0,11400.0,2616.0
12
+ base-appliances-wood.xml,32.24,32.24,14.04,0.0,0.0,4.87,0.0,0.0,0.0,0.37,3.55,0.69,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,0.14,0.1,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.8,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.27,11.59,9.23,0.61,0.0,0.0,0.0,0.0,2005.0,3600.0,20.43,20.75,0.0,3.89,3.98,0.54,4.05,0.71,-0.08,0.0,0.0,3.17,-0.1,5.19,0.0,0.51,0.0,3.23,-11.93,0.0,-0.05,-0.47,-0.02,3.8,-0.03,8.88,0.0,0.0,-6.02,-0.05,-1.1,-6.64,-0.1,0.0,3.07,10.33,1355.0,998.0,11400.0,2616.0
13
+ base-atticroof-cathedral.xml,34.79,34.79,20.12,0.0,0.0,0.0,0.0,0.0,0.0,0.52,3.22,0.61,9.17,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.02,10.02,9.23,0.62,0.0,0.0,0.0,0.0,2176.0,3209.0,21.15,17.51,7.24,0.0,4.59,0.55,3.97,0.71,0.46,0.0,0.0,2.85,-0.22,9.71,0.0,0.76,0.0,0.0,-11.66,0.22,0.0,-0.43,0.0,3.96,0.0,12.49,0.0,0.0,-5.89,-0.17,-1.71,-7.86,-0.13,0.0,0.0,9.63,1355.0,998.0,11400.0,2616.0
14
+ base-atticroof-conditioned.xml,39.6,39.6,19.55,0.0,0.0,0.0,0.0,0.0,0.0,0.51,3.88,0.77,9.07,0.0,0.0,5.75,0.0,0.4,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,11.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.49,12.9,9.18,0.61,0.0,0.0,0.0,3.0,2438.0,3580.0,24.46,21.3,4.88,1.23,5.96,0.55,4.27,0.7,0.69,0.0,0.0,3.34,-0.19,7.37,0.0,0.76,0.0,2.36,-13.53,0.06,0.04,-0.48,-0.01,3.55,-0.02,13.91,0.0,0.0,-5.8,-0.13,-1.47,-8.78,-0.15,0.0,0.92,11.39,1355.0,998.0,11400.0,2522.0
15
+ base-atticroof-flat.xml,34.19,34.19,13.18,0.0,0.0,0.0,0.0,0.0,0.0,0.34,2.88,0.52,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.45,8.64,9.23,0.61,0.0,0.0,0.0,0.0,2140.0,2742.0,15.84,13.92,6.46,0.0,3.92,0.54,3.96,0.69,-0.28,0.0,0.0,2.95,-0.13,4.99,0.0,0.76,0.0,0.0,-11.5,0.3,0.0,-0.43,-0.01,3.88,-0.02,8.96,0.0,0.0,-5.98,-0.07,-1.02,-6.52,-0.14,0.0,0.0,9.79,1355.0,998.0,11400.0,2616.0
16
+ base-atticroof-radiant-barrier.xml,28.27,28.27,2.41,0.0,0.0,0.0,0.0,0.0,0.0,0.05,5.15,1.12,6.82,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.26,17.35,6.68,0.58,0.0,0.0,0.0,0.0,1683.0,2372.0,9.59,11.23,0.0,6.32,1.61,0.0,0.0,0.36,0.0,0.0,0.0,-2.36,-0.39,1.01,0.0,0.41,0.0,0.06,-4.88,0.0,3.44,0.38,0.0,0.0,0.28,16.98,0.0,0.0,-11.31,-0.36,-0.23,-2.8,-0.03,0.0,0.2,10.94,1355.0,998.0,9989.0,2461.0
17
+ base-atticroof-unvented-insulated-roof.xml,34.45,34.45,15.62,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.04,0.56,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.76,9.28,9.23,0.61,0.0,0.0,0.0,0.0,2150.0,2903.0,17.31,15.34,0.0,6.75,3.94,0.54,3.99,0.7,-0.25,0.0,0.0,2.97,-0.14,5.01,0.0,0.76,0.0,1.96,-11.57,0.0,-1.25,-0.35,-0.0,3.9,0.0,9.19,0.0,0.0,-5.94,-0.1,-0.96,-5.97,-0.14,0.0,1.23,9.72,1355.0,998.0,11400.0,2616.0
18
+ base-atticroof-vented.xml,34.66,34.66,14.48,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.1,0.57,9.34,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.68,9.59,9.23,0.8,0.0,0.0,0.0,0.0,2152.0,3374.0,19.09,16.77,0.0,4.22,3.97,0.54,3.99,0.71,-0.12,0.0,0.0,3.03,-0.13,5.01,0.0,0.76,0.0,2.77,-11.16,0.0,-0.5,-0.42,-0.01,3.87,-0.02,9.02,0.0,0.0,-5.96,-0.08,-1.01,-6.31,-0.14,0.0,1.72,9.51,1355.0,998.0,11400.0,2616.0
19
+ base-battery-outside.xml,34.98,34.98,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
20
+ base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml,24.75,24.75,11.54,0.0,0.0,0.0,0.0,0.0,0.0,0.3,1.38,0.16,9.83,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.91,2.55,9.54,0.73,0.0,0.0,0.0,0.0,1600.0,1847.0,7.6,5.77,0.0,2.94,3.65,0.0,0.0,0.58,-0.12,0.0,2.98,0.0,-0.04,1.67,0.0,0.0,0.0,4.69,-5.44,0.0,-0.91,-0.21,0.0,0.0,-0.05,1.04,0.0,-0.92,0.0,-0.03,-0.28,-0.82,0.0,0.0,0.49,4.26,1355.0,998.0,11400.0,3157.0
21
+ base-bldgtype-multifamily-adjacent-to-multiple.xml,24.88,24.88,6.7,0.0,0.0,0.0,0.0,0.0,0.0,0.17,1.67,0.23,9.72,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.34,3.74,9.54,0.61,0.0,0.0,0.0,0.0,1594.0,2307.0,9.28,10.47,0.0,-0.0,3.3,0.0,0.0,1.39,0.15,0.0,4.53,0.0,-0.06,1.25,0.0,0.79,0.0,2.5,-7.49,0.0,0.0,-0.36,0.0,0.0,-0.38,3.12,0.0,-2.8,0.0,-0.06,-0.22,-2.44,-0.11,0.0,0.43,6.54,1355.0,998.0,11400.0,3157.0
22
+ base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml,25.06,25.06,24.3,0.0,0.0,0.0,0.0,0.0,0.0,0.63,1.29,0.14,9.92,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.99,2.17,9.54,0.82,0.0,0.0,0.0,0.0,1624.0,2133.0,10.95,8.25,0.0,5.37,4.21,0.0,0.0,0.79,-0.25,0.0,5.42,0.0,-0.06,1.7,0.0,0.0,0.0,11.57,-5.74,0.0,-1.15,-0.03,0.0,0.0,-0.05,1.03,0.0,-1.16,0.0,-0.06,-0.18,-0.64,0.0,0.0,0.48,3.96,1355.0,998.0,11400.0,3157.0
23
+ base-bldgtype-multifamily-adjacent-to-other-heated-space.xml,24.42,24.42,1.33,0.0,0.0,0.0,0.0,0.0,0.0,0.03,1.39,0.17,9.74,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.25,2.63,9.54,0.64,0.0,0.0,0.0,0.0,1570.0,1773.0,3.39,5.77,0.0,0.35,3.16,0.0,0.0,0.38,0.04,0.0,0.37,0.0,-0.01,1.7,0.0,0.0,0.0,0.39,-5.14,0.0,-0.81,-0.44,0.0,0.0,-0.07,1.02,0.0,-0.82,0.0,-0.0,-0.38,-0.91,0.0,0.0,0.5,4.56,1355.0,998.0,11400.0,3157.0
24
+ base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml,24.84,24.84,1.09,0.0,0.0,0.0,0.0,0.0,0.0,0.03,1.76,0.27,9.7,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.03,4.27,9.54,0.59,0.0,0.0,0.0,0.0,1560.0,1740.0,3.68,4.32,0.0,-0.0,3.2,0.0,0.0,0.37,0.17,0.0,-0.0,0.0,-0.06,1.76,0.0,0.0,0.0,0.32,-4.71,0.0,-0.0,-0.54,0.0,0.0,-0.04,0.95,0.0,0.0,0.0,-0.06,-0.52,-1.23,0.0,0.0,0.76,4.98,1355.0,998.0,11400.0,3156.0
25
+ base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml,25.77,25.77,0.76,0.0,0.0,0.0,0.0,0.0,0.0,0.04,2.35,0.61,9.69,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.68,6.6,9.54,0.58,0.0,0.0,0.0,0.0,1574.0,2007.0,3.45,6.95,0.0,-0.01,2.54,0.0,0.0,0.42,1.67,0.0,-0.01,0.0,-0.34,1.29,0.0,0.7,0.0,0.0,-5.57,0.0,-0.01,-0.96,0.0,0.0,-0.03,3.49,0.0,-0.01,0.0,-0.33,-0.47,-3.1,-0.35,0.0,0.0,8.43,1355.0,998.0,11400.0,3157.0
26
+ base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml,26.34,26.34,0.81,0.0,0.0,0.0,0.0,0.0,0.0,0.06,2.81,0.69,9.69,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.72,7.5,9.54,0.58,0.0,0.0,0.0,0.0,1583.0,2234.0,3.6,8.08,0.0,-0.01,2.54,0.0,0.0,0.42,1.66,0.0,-0.01,0.0,-0.34,1.28,0.0,0.7,0.0,0.04,-5.55,0.0,-0.01,-0.96,0.0,0.0,-0.03,3.48,0.0,-0.0,0.0,-0.33,-0.47,-3.11,-0.35,0.0,0.92,8.45,1355.0,998.0,11400.0,3157.0
27
+ base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml,26.03,26.03,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.09,2.56,0.61,9.69,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.68,6.6,9.54,0.58,0.0,0.0,0.0,0.0,1598.0,2075.0,3.45,6.95,0.0,-0.01,2.54,0.0,0.0,0.42,1.67,0.0,-0.01,0.0,-0.34,1.29,0.0,0.7,0.0,0.0,-5.57,0.0,-0.01,-0.96,0.0,0.0,-0.03,3.49,0.0,-0.01,0.0,-0.33,-0.47,-3.1,-0.35,0.0,0.0,8.43,1355.0,998.0,11400.0,3157.0
28
+ base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml,30.03,30.03,0.6,0.0,0.0,0.0,0.0,0.0,0.04,0.03,6.5,0.69,9.69,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.69,7.5,9.54,0.58,0.0,0.0,0.0,0.0,1587.0,3524.0,3.54,8.08,0.0,-0.01,2.54,0.0,0.0,0.42,1.66,0.0,-0.01,0.0,-0.34,1.28,0.0,0.7,0.0,0.02,-5.55,0.0,-0.01,-0.96,0.0,0.0,-0.03,3.48,0.0,-0.0,0.0,-0.33,-0.47,-3.11,-0.35,0.0,0.92,8.45,1355.0,998.0,11400.0,3157.0
29
+ base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml,26.2,26.2,0.6,0.0,0.0,0.0,0.0,0.0,0.04,0.03,2.67,0.69,9.69,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.69,7.5,9.54,0.58,0.0,0.0,0.0,0.0,1587.0,2184.0,3.54,8.08,0.0,-0.01,2.54,0.0,0.0,0.42,1.66,0.0,-0.01,0.0,-0.34,1.28,0.0,0.7,0.0,0.02,-5.55,0.0,-0.01,-0.96,0.0,0.0,-0.03,3.48,0.0,-0.0,0.0,-0.33,-0.47,-3.11,-0.35,0.0,0.92,8.45,1355.0,998.0,11400.0,3157.0
30
+ base-bldgtype-multifamily-shared-boiler-only-baseboard.xml,22.76,22.76,0.66,0.0,0.0,0.0,0.0,0.0,0.0,0.03,0.0,0.0,9.64,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.59,0.0,9.54,0.53,0.0,0.0,0.0,0.0,1515.0,0.0,3.45,0.0,0.0,-0.0,3.41,0.0,0.0,0.48,1.3,0.0,-0.0,0.0,-0.0,1.63,0.0,0.95,0.0,0.0,-7.21,0.0,0.0,-0.89,0.0,0.0,-0.12,1.86,0.0,0.0,0.0,0.0,-0.45,-6.93,-0.31,0.0,0.0,6.73,1355.0,998.0,11400.0,3157.0
31
+ base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml,22.78,22.78,0.7,0.0,0.0,0.0,0.0,0.0,0.0,0.06,0.0,0.0,9.64,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.63,0.0,9.54,0.53,0.0,0.0,0.0,0.0,1533.0,0.0,3.6,0.0,0.0,-0.0,3.4,0.0,0.0,0.48,1.3,0.0,-0.0,0.0,-0.0,1.63,0.0,0.95,0.0,0.04,-7.21,0.0,0.0,-0.89,0.0,0.0,-0.12,1.86,0.0,0.0,0.0,0.0,-0.45,-6.93,-0.31,0.0,0.0,6.73,1355.0,998.0,11400.0,3157.0
32
+ base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml,22.8,22.8,0.63,0.0,0.0,0.0,0.0,0.0,0.0,0.07,0.0,0.0,9.64,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.59,0.0,9.54,0.53,0.0,0.0,0.0,0.0,1546.0,0.0,3.45,0.0,0.0,-0.0,3.41,0.0,0.0,0.48,1.3,0.0,-0.0,0.0,-0.0,1.63,0.0,0.95,0.0,0.0,-7.21,0.0,0.0,-0.89,0.0,0.0,-0.12,1.86,0.0,0.0,0.0,0.0,-0.45,-6.93,-0.31,0.0,0.0,6.73,1355.0,998.0,11400.0,3157.0
33
+ base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml,22.8,22.8,0.63,0.0,0.0,0.0,0.0,0.0,0.0,0.07,0.0,0.0,9.64,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.59,0.0,9.54,0.53,0.0,0.0,0.0,0.0,1548.0,0.0,3.45,0.0,0.0,-0.0,3.41,0.0,0.0,0.48,1.3,0.0,-0.0,0.0,-0.0,1.63,0.0,0.95,0.0,0.0,-7.21,0.0,0.0,-0.89,0.0,0.0,-0.12,1.86,0.0,0.0,0.0,0.0,-0.45,-6.93,-0.31,0.0,0.0,6.73,1355.0,998.0,11400.0,3157.0
34
+ base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml,22.78,22.78,0.52,0.0,0.0,0.0,0.0,0.0,0.03,0.03,0.0,0.0,9.64,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6,0.0,9.54,0.53,0.0,0.0,0.0,0.0,1537.0,0.0,3.54,0.0,0.0,-0.0,3.4,0.0,0.0,0.48,1.3,0.0,-0.0,0.0,-0.0,1.63,0.0,0.95,0.0,0.01,-7.21,0.0,0.0,-0.89,0.0,0.0,-0.12,1.86,0.0,0.0,0.0,0.0,-0.45,-6.93,-0.31,0.0,0.0,6.73,1355.0,998.0,11400.0,3157.0
35
+ base-bldgtype-multifamily-shared-chiller-only-baseboard.xml,25.72,25.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.34,0.61,9.7,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.52,9.54,0.59,0.0,0.0,0.0,0.0,0.0,2007.0,0.0,6.95,0.0,-0.01,2.42,0.0,0.0,0.39,1.32,0.0,-0.01,0.0,-0.3,1.19,0.0,0.67,0.0,0.0,-5.67,0.0,-0.01,-0.92,0.0,0.0,-0.04,3.39,0.0,-0.0,0.0,-0.29,-0.46,-3.09,-0.34,0.0,0.0,8.34,1355.0,998.0,11400.0,3157.0
36
+ base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml,26.26,26.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.79,0.69,9.7,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.42,9.54,0.59,0.0,0.0,0.0,0.0,0.0,2234.0,0.0,8.08,0.0,-0.01,2.42,0.0,0.0,0.39,1.31,0.0,-0.01,0.0,-0.3,1.19,0.0,0.67,0.0,-0.0,-5.66,0.0,-0.01,-0.92,0.0,0.0,-0.04,3.39,0.0,-0.0,0.0,-0.29,-0.47,-3.1,-0.34,0.0,0.91,8.35,1355.0,998.0,11400.0,3157.0
37
+ base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml,25.93,25.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.54,0.61,9.7,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.52,9.54,0.59,0.0,0.0,0.0,0.0,0.0,2075.0,0.0,6.95,0.0,-0.01,2.42,0.0,0.0,0.39,1.32,0.0,-0.01,0.0,-0.3,1.19,0.0,0.67,0.0,0.0,-5.67,0.0,-0.01,-0.92,0.0,0.0,-0.04,3.39,0.0,-0.0,0.0,-0.29,-0.46,-3.09,-0.34,0.0,0.0,8.34,1355.0,998.0,11400.0,3157.0
38
+ base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml,29.91,29.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.45,0.69,9.7,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.42,9.54,0.59,0.0,0.0,0.0,0.0,0.0,3524.0,0.0,8.08,0.0,-0.01,2.42,0.0,0.0,0.39,1.31,0.0,-0.01,0.0,-0.3,1.19,0.0,0.67,0.0,-0.0,-5.66,0.0,-0.01,-0.92,0.0,0.0,-0.04,3.39,0.0,-0.0,0.0,-0.29,-0.47,-3.1,-0.34,0.0,0.91,8.35,1355.0,998.0,11400.0,3157.0
39
+ base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml,26.12,26.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.65,0.69,9.7,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.42,9.54,0.59,0.0,0.0,0.0,0.0,0.0,2184.0,0.0,8.08,0.0,-0.01,2.42,0.0,0.0,0.39,1.31,0.0,-0.01,0.0,-0.3,1.19,0.0,0.67,0.0,-0.0,-5.66,0.0,-0.01,-0.92,0.0,0.0,-0.04,3.39,0.0,-0.0,0.0,-0.29,-0.47,-3.1,-0.34,0.0,0.91,8.35,1355.0,998.0,11400.0,3157.0
40
+ base-bldgtype-multifamily-shared-generator.xml,25.46,22.61,0.72,0.0,14.17,0.0,0.0,0.0,0.0,0.02,2.27,0.4,9.69,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-2.84,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.68,6.6,9.54,0.58,0.0,0.0,0.0,0.0,1567.0,1977.0,3.45,6.95,0.0,-0.01,2.54,0.0,0.0,0.42,1.67,0.0,-0.01,0.0,-0.34,1.29,0.0,0.7,0.0,0.0,-5.57,0.0,-0.01,-0.96,0.0,0.0,-0.03,3.49,0.0,-0.01,0.0,-0.33,-0.47,-3.1,-0.35,0.0,0.0,8.43,1355.0,998.0,11400.0,3157.0
41
+ base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml,27.56,27.56,0.0,0.0,0.0,0.0,0.0,0.0,0.2,1.92,1.34,1.33,9.69,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.68,6.59,9.54,0.58,0.0,0.0,0.0,0.0,1735.0,1843.0,3.45,6.95,0.0,-0.01,2.55,0.0,0.0,0.42,1.68,0.0,-0.01,0.0,-0.34,1.29,0.0,0.71,0.0,0.0,-5.63,0.0,-0.01,-0.95,0.0,0.0,-0.03,3.5,0.0,-0.01,0.0,-0.33,-0.46,-3.1,-0.34,0.0,0.0,8.37,1355.0,998.0,11400.0,3157.0
42
+ base-bldgtype-multifamily-shared-laundry-room.xml,15.67,15.67,13.37,0.0,0.0,0.0,0.0,0.0,0.0,0.02,2.19,0.38,0.0,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.85,12.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.8,6.23,9.54,0.57,0.0,0.0,0.0,0.0,886.0,1384.0,3.68,6.83,0.0,-0.01,2.56,0.0,0.0,0.42,1.61,0.0,-0.01,0.0,-0.34,2.08,0.0,0.0,0.0,0.0,-5.5,0.0,-0.01,-0.9,0.0,0.0,-0.03,3.49,0.0,-0.01,0.0,-0.33,-0.78,-3.04,0.0,0.0,0.0,7.89,1355.0,998.0,11400.0,3157.0
43
+ base-bldgtype-multifamily-shared-mechvent-multiple.xml,29.9,29.9,20.48,0.0,0.0,0.0,0.0,0.0,0.0,0.22,1.76,0.25,9.73,0.0,0.0,2.03,0.0,0.21,3.74,0.95,0.17,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.31,0.0,0.0,0.0,12.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.86,4.17,9.54,0.62,0.0,0.0,0.0,0.0,1822.0,2343.0,7.64,8.24,0.0,-0.02,2.79,0.0,0.0,0.4,0.57,0.0,-0.02,0.0,-0.26,0.08,0.0,12.45,0.0,0.0,-7.96,0.0,-0.01,-0.07,0.0,0.0,0.07,3.39,0.0,-0.01,0.0,-0.25,-0.01,-1.53,-3.66,0.0,0.0,6.07,1355.0,998.0,11400.0,3157.0
44
+ base-bldgtype-multifamily-shared-mechvent-preconditioning.xml,26.75,26.75,5.45,0.0,0.0,0.0,0.0,0.0,0.0,0.04,2.06,0.34,9.7,0.0,0.0,2.03,0.0,0.21,1.49,0.0,0.05,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.49,0.0,0.0,0.0,3.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.41,5.48,9.54,0.59,0.0,0.0,0.0,0.0,1622.0,1961.0,4.19,7.09,0.0,-0.01,2.7,0.0,0.0,0.42,1.39,0.0,-0.01,0.0,-0.29,1.78,0.0,1.96,0.0,0.0,-6.48,0.0,-0.01,-0.61,0.0,0.0,0.01,3.5,0.0,-0.01,0.0,-0.28,-0.47,-2.57,-1.62,0.0,0.0,7.53,1355.0,998.0,11400.0,3157.0
45
+ base-bldgtype-multifamily-shared-mechvent.xml,26.71,26.71,3.93,0.0,0.0,0.0,0.0,0.0,0.0,0.1,2.0,0.32,9.71,0.0,0.0,2.03,0.0,0.21,1.49,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.71,5.3,9.54,0.6,0.0,0.0,0.0,0.0,1635.0,2004.0,6.01,7.76,0.0,-0.01,2.73,0.0,0.0,0.39,0.8,0.0,-0.01,0.0,-0.18,1.73,0.0,5.34,0.0,0.0,-6.98,0.0,-0.01,-0.43,0.0,0.0,-0.0,3.17,0.0,-0.01,0.0,-0.17,-0.4,-2.57,-1.35,0.0,0.0,7.04,1355.0,998.0,11400.0,3157.0
46
+ base-bldgtype-multifamily-shared-pv.xml,25.46,1.01,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.02,2.27,0.4,9.69,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,-24.45,0.0,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.68,6.6,9.54,0.58,0.0,0.0,0.0,0.0,1567.0,1977.0,3.45,6.95,0.0,-0.01,2.54,0.0,0.0,0.42,1.67,0.0,-0.01,0.0,-0.34,1.29,0.0,0.7,0.0,0.0,-5.57,0.0,-0.01,-0.96,0.0,0.0,-0.03,3.49,0.0,-0.01,0.0,-0.33,-0.47,-3.1,-0.35,0.0,0.0,8.43,1355.0,998.0,11400.0,3157.0
47
+ base-bldgtype-multifamily-shared-water-heater-recirc.xml,16.79,16.79,13.42,0.0,0.0,0.0,0.0,0.0,0.0,0.02,2.2,0.38,0.0,1.1,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9,12.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.85,6.32,9.54,0.57,0.0,0.0,0.0,0.0,940.0,1449.0,3.65,6.97,0.0,-0.01,2.58,0.0,0.0,0.42,1.58,0.0,-0.01,0.0,-0.32,1.62,0.0,0.72,0.0,0.0,-5.71,0.0,-0.01,-0.88,0.0,0.0,-0.03,3.46,0.0,-0.0,0.0,-0.32,-0.57,-3.04,-0.32,0.0,0.0,8.08,1355.0,998.0,11400.0,3157.0
48
+ base-bldgtype-multifamily-shared-water-heater.xml,15.69,15.69,13.42,0.0,0.0,0.0,0.0,0.0,0.0,0.02,2.2,0.38,0.0,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9,12.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.85,6.32,9.54,0.57,0.0,0.0,0.0,0.0,888.0,1397.0,3.65,6.97,0.0,-0.01,2.58,0.0,0.0,0.42,1.58,0.0,-0.01,0.0,-0.32,1.62,0.0,0.72,0.0,0.0,-5.71,0.0,-0.01,-0.88,0.0,0.0,-0.03,3.46,0.0,-0.0,0.0,-0.32,-0.57,-3.04,-0.32,0.0,0.0,8.08,1355.0,998.0,11400.0,3157.0
49
+ base-bldgtype-multifamily.xml,25.46,25.46,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.02,2.27,0.4,9.69,0.0,0.0,2.03,0.0,0.21,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,2.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.68,6.6,9.54,0.58,0.0,0.0,0.0,0.0,1567.0,1977.0,3.45,6.95,0.0,-0.01,2.54,0.0,0.0,0.42,1.67,0.0,-0.01,0.0,-0.34,1.29,0.0,0.7,0.0,0.0,-5.57,0.0,-0.01,-0.96,0.0,0.0,-0.03,3.49,0.0,-0.01,0.0,-0.33,-0.47,-3.1,-0.35,0.0,0.0,8.43,1355.0,998.0,11400.0,3157.0
50
+ base-bldgtype-single-family-attached-2stories.xml,33.79,33.79,12.8,0.0,0.0,0.0,0.0,0.0,0.0,0.33,2.52,0.43,9.23,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.1,7.2,9.27,0.61,0.0,0.0,0.0,0.0,2142.0,3183.0,16.64,16.33,0.0,2.56,5.35,0.31,2.79,0.69,0.12,0.0,0.0,1.98,-0.1,7.3,0.0,0.75,0.0,1.83,-11.49,0.0,0.08,-0.55,-0.01,1.95,-0.0,5.74,0.0,0.0,-3.75,-0.06,-1.5,-5.5,-0.14,0.0,1.14,9.8,1355.0,998.0,11400.0,2678.0
51
+ base-bldgtype-single-family-attached.xml,29.49,29.49,7.11,0.0,0.0,0.0,0.0,0.0,0.0,0.18,2.3,0.39,9.44,0.0,0.0,3.27,0.0,0.27,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,5.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.72,6.48,9.39,0.61,0.0,0.0,0.0,0.0,1836.0,2485.0,11.3,12.27,0.0,2.48,2.49,0.3,2.59,0.67,0.02,0.0,0.0,1.68,-0.06,3.09,0.0,0.74,0.0,1.96,-9.28,0.0,-0.01,-0.34,-0.02,2.15,-0.04,2.72,0.0,0.0,-4.05,-0.02,-0.77,-2.92,-0.17,0.0,1.56,8.38,1355.0,998.0,11400.0,2887.0
52
+ base-dhw-combi-tankless-outside.xml,21.47,21.47,24.36,0.0,0.0,0.0,0.0,0.0,0.0,0.19,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.66,10.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.73,0.0,9.24,0.0,0.0,0.0,0.0,0.0,1378.0,0.0,15.2,0.0,0.0,4.01,3.97,0.54,4.01,0.71,-0.13,0.0,0.0,2.94,-0.13,6.13,0.0,0.76,0.0,0.0,-11.17,0.0,-0.26,-0.79,-0.06,3.69,-0.11,7.88,0.0,0.0,-6.66,-0.08,-1.56,-11.23,-0.21,0.0,0.0,9.51,1355.0,998.0,11366.0,2608.0
53
+ base-dhw-combi-tankless.xml,21.47,21.47,24.36,0.0,0.0,0.0,0.0,0.0,0.0,0.19,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.66,10.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.73,0.0,9.24,0.0,0.0,0.0,0.0,0.0,1378.0,0.0,15.2,0.0,0.0,4.01,3.97,0.54,4.01,0.71,-0.13,0.0,0.0,2.94,-0.13,6.13,0.0,0.76,0.0,0.0,-11.17,0.0,-0.26,-0.79,-0.06,3.69,-0.11,7.88,0.0,0.0,-6.66,-0.08,-1.56,-11.23,-0.21,0.0,0.0,9.51,1355.0,998.0,11366.0,2608.0
54
+ base-dhw-desuperheater-2-speed.xml,32.42,32.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.18,0.89,7.08,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.4,9.23,0.66,2.59,0.0,0.0,0.0,0.0,3040.0,0.0,20.87,0.0,2.94,2.85,0.38,3.57,0.42,-3.5,0.0,0.0,0.6,-0.19,3.32,0.0,0.56,0.0,0.0,-11.09,0.0,-0.12,-0.51,-0.02,3.99,-0.04,8.8,0.0,0.0,-6.23,-0.03,-1.11,-6.51,-0.16,0.0,3.76,10.58,1355.0,998.0,11408.0,2618.0
55
+ base-dhw-desuperheater-gshp.xml,35.1,35.1,0.0,0.0,0.0,0.0,0.0,0.0,3.45,0.56,2.01,0.83,6.97,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.05,10.55,9.23,0.61,2.49,0.0,0.0,0.0,3102.0,2266.0,18.86,17.54,0.0,3.91,3.97,0.54,3.99,0.71,-0.11,0.0,0.0,3.05,-0.11,5.0,0.0,0.76,0.0,2.36,-11.13,0.0,0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.62,-0.15,0.0,1.82,10.32,1355.0,998.0,11407.0,2618.0
56
+ base-dhw-desuperheater-hpwh.xml,28.74,28.74,18.55,0.0,0.0,0.0,0.0,0.0,0.0,0.48,3.5,0.67,2.81,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.54,11.39,9.25,1.8,2.53,0.0,0.0,0.0,1918.0,3138.0,23.37,20.87,0.0,3.84,3.95,0.54,3.96,0.7,-0.2,0.0,0.0,2.88,-0.14,4.98,0.0,0.76,0.0,4.15,-7.96,0.0,0.04,-0.39,-0.0,3.91,-0.01,9.1,0.0,0.0,-5.96,-0.1,-0.97,-6.17,-0.14,0.0,2.99,9.17,1355.0,998.0,11327.0,2599.0
57
+ base-dhw-desuperheater-tankless.xml,33.0,33.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.6,0.97,7.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.62,9.24,0.0,2.54,0.0,0.0,0.0,0.0,3260.0,0.0,20.53,0.0,2.91,2.81,0.37,3.56,0.42,-3.61,0.0,0.0,0.5,-0.19,3.27,0.0,0.56,0.0,0.0,-10.73,0.0,-0.09,-0.5,-0.02,4.0,-0.04,8.82,0.0,0.0,-6.23,-0.03,-1.1,-6.42,-0.16,0.0,3.13,10.28,1355.0,998.0,11374.0,2610.0
58
+ base-dhw-desuperheater-var-speed.xml,32.09,32.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.87,0.88,7.07,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.98,9.23,0.66,2.61,0.0,0.0,2.0,0.0,2625.0,0.0,19.76,0.0,2.94,2.85,0.38,3.57,0.42,-3.5,0.0,0.0,0.6,-0.19,3.32,0.0,0.56,0.0,0.0,-11.09,0.0,-0.15,-0.51,-0.02,3.99,-0.04,8.8,0.0,0.0,-6.23,-0.03,-1.11,-6.52,-0.16,0.0,4.39,10.58,1355.0,998.0,11410.0,2618.0
59
+ base-dhw-desuperheater.xml,32.99,32.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.65,0.98,7.08,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.81,9.23,0.66,2.58,0.0,0.0,0.0,0.0,3260.0,0.0,20.55,0.0,2.94,2.85,0.38,3.57,0.42,-3.5,0.0,0.0,0.6,-0.19,3.32,0.0,0.56,0.0,0.0,-11.09,0.0,-0.1,-0.51,-0.02,3.99,-0.04,8.8,0.0,0.0,-6.23,-0.03,-1.11,-6.51,-0.16,0.0,3.17,10.57,1355.0,998.0,11410.0,2618.0
60
+ base-dhw-dwhr.xml,32.74,32.74,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,6.92,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,6.83,0.61,0.0,0.0,0.0,0.0,2132.0,3440.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,10265.0,2355.0
61
+ base-dhw-indirect-dse.xml,21.51,21.51,28.91,0.0,0.0,0.0,0.0,0.0,0.0,0.23,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.45,13.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.66,0.0,9.26,2.3,0.0,0.0,0.0,0.0,1387.0,0.0,14.91,0.0,0.0,4.0,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.03,-0.1,6.13,0.0,0.76,0.0,0.0,-12.36,0.0,-0.32,-0.86,-0.07,3.65,-0.13,7.7,0.0,0.0,-6.69,-0.06,-1.64,-11.86,-0.23,0.0,0.0,10.62,1355.0,998.0,11184.0,2566.0
62
+ base-dhw-indirect-outside.xml,21.48,21.48,28.12,0.0,0.0,0.0,0.0,0.0,0.0,0.21,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.54,14.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.73,0.0,9.26,3.3,0.0,0.0,0.0,0.0,1380.0,0.0,15.2,0.0,0.0,4.01,3.97,0.54,4.01,0.71,-0.13,0.0,0.0,2.94,-0.13,6.13,0.0,0.76,0.0,0.0,-11.17,0.0,-0.26,-0.79,-0.06,3.69,-0.11,7.88,0.0,0.0,-6.66,-0.08,-1.56,-11.23,-0.21,0.0,0.0,9.51,1355.0,998.0,11167.0,2562.0
63
+ base-dhw-indirect-standbyloss.xml,21.46,21.46,26.08,0.0,0.0,0.0,0.0,0.0,0.0,0.19,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.12,13.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.47,0.0,9.26,2.73,0.0,0.0,0.0,0.0,1379.0,0.0,14.84,0.0,0.0,4.0,3.96,0.54,4.02,0.7,-0.13,0.0,0.0,3.05,-0.1,6.12,0.0,0.76,0.0,0.0,-12.57,0.0,-0.34,-0.87,-0.07,3.64,-0.13,7.66,0.0,0.0,-6.7,-0.05,-1.66,-11.98,-0.23,0.0,0.0,10.83,1355.0,998.0,11175.0,2564.0
64
+ base-dhw-indirect-with-solar-fraction.xml,21.4,21.4,18.12,0.0,0.0,0.0,0.0,0.0,0.0,0.12,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.43,4.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.35,0.0,9.24,0.79,0.0,6.0,0.0,0.0,1373.0,0.0,15.1,0.0,0.0,4.01,3.97,0.54,4.02,0.71,-0.13,0.0,0.0,2.96,-0.12,6.13,0.0,0.76,0.0,0.0,-11.59,0.0,-0.28,-0.81,-0.07,3.68,-0.11,7.82,0.0,0.0,-6.68,-0.07,-1.59,-11.44,-0.22,0.0,0.0,9.88,474.0,349.0,3979.0,913.0
65
+ base-dhw-indirect.xml,21.46,21.46,25.82,0.0,0.0,0.0,0.0,0.0,0.0,0.18,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.36,13.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.66,0.0,9.26,2.3,0.0,0.0,0.0,0.0,1387.0,0.0,14.91,0.0,0.0,4.0,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.03,-0.1,6.13,0.0,0.76,0.0,0.0,-12.36,0.0,-0.32,-0.86,-0.07,3.65,-0.13,7.7,0.0,0.0,-6.69,-0.06,-1.64,-11.86,-0.23,0.0,0.0,10.62,1355.0,998.0,11184.0,2566.0
66
+ base-dhw-jacket-electric.xml,34.66,34.66,14.72,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.47,0.67,8.87,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.91,11.24,9.23,0.29,0.0,0.0,0.0,0.0,2130.0,3773.0,20.52,20.66,0.0,3.88,3.98,0.54,3.99,0.71,-0.1,0.0,0.0,3.06,-0.11,5.01,0.0,0.76,0.0,3.37,-11.29,0.0,-0.02,-0.45,-0.01,3.86,-0.02,8.94,0.0,0.0,-5.97,-0.07,-1.04,-6.5,-0.15,0.0,2.99,9.68,1355.0,998.0,11400.0,2616.0
67
+ base-dhw-jacket-gas.xml,25.92,25.92,29.53,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.56,0.69,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.15,14.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.32,11.64,9.23,2.71,0.0,0.0,0.0,0.0,1483.0,3135.0,21.02,20.79,0.0,3.88,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.05,-0.11,6.14,0.0,0.76,0.0,3.47,-12.1,0.0,-0.02,-0.45,-0.01,3.87,-0.02,8.93,0.0,0.0,-5.99,-0.07,-1.29,-6.58,-0.15,0.0,3.08,10.35,1355.0,998.0,11400.0,2616.0
68
+ base-dhw-jacket-hpwh.xml,28.7,28.7,18.58,0.0,0.0,0.0,0.0,0.0,0.0,0.48,3.09,0.57,3.28,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.57,9.64,9.29,1.3,0.0,0.0,0.0,0.0,1914.0,3583.0,20.37,20.66,0.0,3.84,3.95,0.54,3.96,0.7,-0.22,0.0,0.0,2.88,-0.13,4.97,0.0,0.76,0.0,4.15,-7.93,0.0,0.07,-0.37,-0.0,3.92,-0.0,9.12,0.0,0.0,-5.92,-0.09,-0.96,-5.78,-0.14,0.0,2.61,7.34,1355.0,998.0,10983.0,2520.0
69
+ base-dhw-jacket-indirect.xml,21.46,21.46,25.6,0.0,0.0,0.0,0.0,0.0,0.0,0.18,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.56,13.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.82,0.0,9.26,1.94,0.0,0.0,0.0,0.0,1387.0,0.0,14.96,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.01,-0.11,6.13,0.0,0.76,0.0,0.0,-12.17,0.0,-0.31,-0.85,-0.07,3.66,-0.12,7.73,0.0,0.0,-6.69,-0.06,-1.63,-11.76,-0.22,0.0,0.0,10.44,1355.0,998.0,11199.0,2570.0
70
+ base-dhw-low-flow-fixtures.xml,34.61,34.61,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,8.79,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,8.84,0.61,0.0,0.0,0.0,0.0,2146.0,3444.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,10830.0,2485.0
71
+ base-dhw-multiple.xml,23.33,23.33,17.03,0.0,0.0,0.0,0.0,0.0,0.0,0.1,0.0,0.0,1.96,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.08,3.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.98,0.0,9.22,2.85,0.0,6.0,0.0,0.0,1797.0,0.0,14.98,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.14,0.0,0.0,3.0,-0.1,6.12,0.0,0.76,0.0,0.0,-11.98,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.74,0.0,0.0,-6.68,-0.06,-1.62,-11.67,-0.22,0.0,0.0,10.31,474.0,349.0,4017.0,922.0
72
+ base-dhw-none.xml,23.59,23.59,14.54,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.46,0.67,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.0,0.0,0.0,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.74,11.26,0.0,0.0,0.0,0.0,0.0,0.0,1378.0,3044.0,20.54,20.64,0.0,3.89,3.98,0.54,4.02,0.71,-0.09,0.0,0.0,3.1,-0.11,5.64,0.0,0.0,0.0,3.34,-11.38,0.0,-0.03,-0.45,-0.01,3.84,-0.02,8.93,0.0,0.0,-6.0,-0.06,-1.16,-6.53,0.0,0.0,2.99,9.8,0.0,0.0,0.0,0.0
73
+ base-dhw-recirc-demand.xml,34.93,34.93,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.09,0.03,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.17,0.61,0.0,0.0,0.0,0.0,2149.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2511.0
74
+ base-dhw-recirc-manual.xml,34.5,34.5,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,8.67,0.02,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.17,0.61,0.0,0.0,0.0,0.0,2134.0,3431.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2511.0
75
+ base-dhw-recirc-nocontrol.xml,49.87,49.87,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,22.56,1.49,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.27,0.61,0.0,0.0,0.0,0.0,3143.0,3960.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2677.0
76
+ base-dhw-recirc-temperature.xml,44.96,44.96,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,18.9,0.25,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.27,0.61,0.0,0.0,0.0,0.0,2824.0,3778.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2677.0
77
+ base-dhw-recirc-timer.xml,49.87,49.87,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,22.56,1.49,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.27,0.61,0.0,0.0,0.0,0.0,3143.0,3960.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2677.0
78
+ base-dhw-solar-direct-evacuated-tube.xml,29.13,29.13,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,2.98,0.0,0.32,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.34,9.25,0.62,0.0,6.67,0.0,0.0,2134.0,3167.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.46,0.0,-0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.84,1355.0,998.0,11215.0,2573.0
79
+ base-dhw-solar-direct-flat-plate.xml,27.65,27.65,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.5,0.67,1.51,0.0,0.31,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.39,9.36,0.69,0.0,8.43,0.0,0.0,2136.0,3167.0,20.46,20.69,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.46,0.0,-0.03,-0.45,-0.01,3.86,-0.03,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.56,-0.15,0.0,3.02,9.9,1354.0,997.0,10424.0,2392.0
80
+ base-dhw-solar-direct-ics.xml,29.18,29.18,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.5,0.67,3.03,0.0,0.33,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.36,9.29,0.65,0.0,6.68,0.0,0.0,2126.0,3167.0,20.46,20.69,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.46,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.55,-0.15,0.0,3.02,9.86,1355.0,998.0,10951.0,2513.0
81
+ base-dhw-solar-fraction.xml,28.99,28.99,14.77,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.46,0.66,3.21,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.96,11.21,9.23,0.21,0.0,6.0,0.0,0.0,1802.0,3443.0,20.53,20.66,0.0,3.88,3.98,0.54,3.99,0.71,-0.1,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.38,-11.26,0.0,-0.02,-0.44,-0.01,3.87,-0.02,8.95,0.0,0.0,-5.97,-0.07,-1.03,-6.49,-0.15,0.0,2.98,9.63,474.0,349.0,3990.0,916.0
82
+ base-dhw-solar-indirect-flat-plate.xml,27.71,27.71,14.25,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.59,0.7,1.47,0.0,0.31,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.47,11.77,9.34,0.68,0.0,8.44,0.0,0.0,2096.0,3167.0,20.49,20.78,0.0,3.89,3.98,0.54,4.0,0.71,-0.08,0.0,0.0,3.09,-0.11,5.01,0.0,0.76,0.0,3.28,-11.73,0.0,-0.05,-0.47,-0.02,3.85,-0.03,8.9,0.0,0.0,-5.99,-0.06,-1.06,-6.7,-0.15,0.0,3.1,10.45,1354.0,997.0,10542.0,2419.0
83
+ base-dhw-solar-thermosyphon-flat-plate.xml,27.37,27.37,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.5,0.67,1.54,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.38,9.36,0.69,0.0,8.39,0.0,0.0,2136.0,3135.0,20.46,20.69,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.46,0.0,-0.03,-0.45,-0.01,3.86,-0.03,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.56,-0.15,0.0,3.02,9.9,1354.0,997.0,10468.0,2402.0
84
+ base-dhw-tank-coal.xml,25.96,25.96,14.8,0.0,0.0,0.0,0.0,15.45,0.0,0.38,3.6,0.7,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.99,11.81,9.23,3.61,0.0,0.0,0.0,0.0,1482.0,3135.0,20.91,20.82,0.0,3.88,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.1,6.14,0.0,0.76,0.0,3.4,-12.38,0.0,-0.04,-0.46,-0.02,3.86,-0.03,8.9,0.0,0.0,-5.99,-0.06,-1.31,-6.66,-0.15,0.0,3.12,10.65,1355.0,998.0,11400.0,2616.0
85
+ base-dhw-tank-elec-uef.xml,35.05,35.05,14.48,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.23,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.69,11.35,9.23,0.69,0.0,0.0,0.0,0.0,2201.0,3625.0,20.45,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.32,-11.49,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.55,-0.15,0.0,3.01,9.87,1355.0,998.0,11400.0,2616.0
86
+ base-dhw-tank-gas-outside.xml,25.8,25.8,33.44,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.44,0.66,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.24,17.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.35,11.11,9.23,5.07,0.0,0.0,0.0,0.0,1486.0,3135.0,21.32,20.7,0.0,3.87,3.98,0.54,3.99,0.71,-0.13,0.0,0.0,3.0,-0.12,6.14,0.0,0.76,0.0,3.7,-11.18,0.0,0.01,-0.42,-0.01,3.88,-0.02,9.0,0.0,0.0,-5.97,-0.08,-1.25,-6.34,-0.14,0.0,2.97,9.5,1355.0,998.0,11400.0,2616.0
87
+ base-dhw-tank-gas-uef-fhr.xml,25.93,25.93,29.93,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.57,0.69,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.04,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.22,11.69,9.23,2.97,0.0,0.0,0.0,0.0,1483.0,3135.0,20.99,20.8,0.0,3.88,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.06,-0.11,6.14,0.0,0.76,0.0,3.45,-12.19,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.99,-0.07,-1.29,-6.6,-0.15,0.0,3.09,10.43,1355.0,998.0,11400.0,2616.0
88
+ base-dhw-tank-gas-uef.xml,25.93,25.93,29.93,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.57,0.69,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.04,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.22,11.69,9.23,2.97,0.0,0.0,0.0,0.0,1483.0,3135.0,20.99,20.8,0.0,3.88,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.06,-0.11,6.14,0.0,0.76,0.0,3.45,-12.19,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.99,-0.07,-1.29,-6.6,-0.15,0.0,3.09,10.43,1355.0,998.0,11400.0,2616.0
89
+ base-dhw-tank-gas.xml,25.96,25.96,30.25,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.6,0.7,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.8,15.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.99,11.81,9.23,3.61,0.0,0.0,0.0,0.0,1482.0,3135.0,20.91,20.82,0.0,3.88,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.1,6.14,0.0,0.76,0.0,3.4,-12.38,0.0,-0.04,-0.46,-0.02,3.86,-0.03,8.9,0.0,0.0,-5.99,-0.06,-1.31,-6.66,-0.15,0.0,3.12,10.65,1355.0,998.0,11400.0,2616.0
90
+ base-dhw-tank-heat-pump-outside.xml,32.6,32.6,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.45,0.66,6.82,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.08,11.15,9.26,2.52,0.0,0.0,0.0,0.0,2549.0,3280.0,20.57,20.65,0.0,3.88,3.98,0.54,3.99,0.71,-0.1,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.41,-11.14,0.0,-0.01,-0.44,-0.01,3.87,-0.02,8.95,0.0,0.0,-5.97,-0.07,-1.03,-6.46,-0.15,0.0,2.97,9.53,1355.0,998.0,11245.0,2580.0
91
+ base-dhw-tank-heat-pump-uef.xml,27.72,27.72,19.32,0.0,0.0,0.0,0.0,0.0,0.0,0.5,3.04,0.56,2.34,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.25,9.44,9.29,1.3,0.0,0.0,0.0,0.0,1885.0,3463.0,22.81,20.66,0.0,3.85,3.96,0.54,3.96,0.7,-0.26,0.0,0.0,2.87,-0.12,4.98,0.0,0.76,0.0,4.29,-7.36,0.0,0.11,-0.34,0.0,3.93,0.0,9.14,0.0,0.0,-5.9,-0.07,-0.94,-5.6,-0.13,0.0,2.57,6.93,1355.0,998.0,10961.0,2515.0
92
+ base-dhw-tank-heat-pump-with-solar-fraction.xml,26.92,26.92,16.12,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.34,0.63,1.25,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.23,10.67,9.27,0.6,0.0,6.02,0.0,0.0,1899.0,3138.0,21.02,20.65,0.0,3.88,3.97,0.54,3.98,0.71,-0.15,0.0,0.0,2.98,-0.12,5.0,0.0,0.76,0.0,3.66,-10.08,0.0,0.02,-0.41,-0.01,3.89,-0.01,9.01,0.0,0.0,-5.96,-0.07,-1.0,-6.22,-0.14,0.0,2.86,8.78,474.0,349.0,3898.0,894.0
93
+ base-dhw-tank-heat-pump-with-solar.xml,27.45,27.45,15.28,0.0,0.0,0.0,0.0,0.0,0.0,0.4,3.62,0.7,1.12,0.0,0.33,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.45,11.89,9.18,1.96,0.0,8.15,0.0,0.0,1917.0,3170.0,20.29,20.82,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.06,-0.11,5.01,0.0,0.76,0.0,3.48,-10.89,0.0,-0.04,-0.46,-0.02,3.86,-0.03,8.91,0.0,0.0,-5.99,-0.06,-1.05,-6.72,-0.15,0.0,3.12,10.55,1354.0,997.0,11920.0,2735.0
94
+ base-dhw-tank-heat-pump.xml,28.86,28.86,18.51,0.0,0.0,0.0,0.0,0.0,0.0,0.48,3.11,0.58,3.42,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.49,9.72,9.28,1.72,0.0,0.0,0.0,0.0,1863.0,3301.0,21.89,20.71,0.0,3.85,3.96,0.54,3.96,0.7,-0.2,0.0,0.0,2.89,-0.14,4.98,0.0,0.76,0.0,4.13,-8.03,0.0,0.07,-0.37,-0.0,3.92,-0.0,9.14,0.0,0.0,-5.93,-0.1,-0.95,-5.8,-0.13,0.0,2.63,7.4,1355.0,998.0,11054.0,2537.0
95
+ base-dhw-tank-oil.xml,25.96,25.96,14.8,15.45,0.0,0.0,0.0,0.0,0.0,0.38,3.6,0.7,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.99,11.81,9.23,3.61,0.0,0.0,0.0,0.0,1482.0,3135.0,20.91,20.82,0.0,3.88,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.1,6.14,0.0,0.76,0.0,3.4,-12.38,0.0,-0.04,-0.46,-0.02,3.86,-0.03,8.9,0.0,0.0,-5.99,-0.06,-1.31,-6.66,-0.15,0.0,3.12,10.65,1355.0,998.0,11400.0,2616.0
96
+ base-dhw-tank-wood.xml,25.96,25.96,14.8,0.0,0.0,15.45,0.0,0.0,0.0,0.38,3.6,0.7,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.99,11.81,9.23,3.61,0.0,0.0,0.0,0.0,1482.0,3135.0,20.91,20.82,0.0,3.88,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.1,6.14,0.0,0.76,0.0,3.4,-12.38,0.0,-0.04,-0.46,-0.02,3.86,-0.03,8.9,0.0,0.0,-5.99,-0.06,-1.31,-6.66,-0.15,0.0,3.12,10.65,1355.0,998.0,11400.0,2616.0
97
+ base-dhw-tankless-electric-outside.xml,35.21,35.21,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.45,0.66,9.43,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.08,11.15,9.23,0.0,0.0,0.0,0.0,0.0,2048.0,3517.0,20.57,20.65,0.0,3.88,3.98,0.54,3.99,0.71,-0.1,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.41,-11.14,0.0,-0.01,-0.44,-0.01,3.87,-0.02,8.95,0.0,0.0,-5.97,-0.07,-1.03,-6.46,-0.15,0.0,2.97,9.53,1355.0,998.0,11397.0,2615.0
98
+ base-dhw-tankless-electric-uef.xml,35.1,35.1,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.45,0.66,9.33,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.08,11.15,9.23,0.0,0.0,0.0,0.0,0.0,2042.0,3513.0,20.57,20.65,0.0,3.88,3.98,0.54,3.99,0.71,-0.1,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.41,-11.14,0.0,-0.01,-0.44,-0.01,3.87,-0.02,8.95,0.0,0.0,-5.97,-0.07,-1.03,-6.46,-0.15,0.0,2.97,9.53,1355.0,998.0,11397.0,2615.0
99
+ base-dhw-tankless-electric.xml,35.21,35.21,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.45,0.66,9.43,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.08,11.15,9.23,0.0,0.0,0.0,0.0,0.0,2048.0,3517.0,20.57,20.65,0.0,3.88,3.98,0.54,3.99,0.71,-0.1,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.41,-11.14,0.0,-0.01,-0.44,-0.01,3.87,-0.02,8.95,0.0,0.0,-5.97,-0.07,-1.03,-6.46,-0.15,0.0,2.97,9.53,1355.0,998.0,11397.0,2615.0
100
+ base-dhw-tankless-gas-uef.xml,25.77,25.77,24.72,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.45,0.66,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.89,9.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.08,11.15,9.23,0.0,0.0,0.0,0.0,0.0,1480.0,3135.0,20.57,20.65,0.0,3.88,3.98,0.54,3.99,0.71,-0.1,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.41,-11.14,0.0,-0.01,-0.44,-0.01,3.87,-0.02,8.95,0.0,0.0,-5.97,-0.07,-1.03,-6.46,-0.15,0.0,2.97,9.53,1355.0,998.0,11397.0,2615.0
101
+ base-dhw-tankless-gas-with-solar-fraction.xml,25.77,25.77,18.88,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.45,0.66,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.89,3.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.08,11.15,9.23,0.0,0.0,6.0,0.0,0.0,1480.0,3135.0,20.57,20.65,0.0,3.88,3.98,0.54,3.99,0.71,-0.1,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.41,-11.14,0.0,-0.01,-0.44,-0.01,3.87,-0.02,8.95,0.0,0.0,-5.97,-0.07,-1.03,-6.46,-0.15,0.0,2.97,9.53,474.0,349.0,3989.0,915.0
102
+ base-dhw-tankless-gas-with-solar.xml,26.18,26.18,16.24,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.54,0.68,0.0,0.0,0.3,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.61,1.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.81,11.54,9.42,0.0,0.0,8.09,0.0,0.0,1480.0,3167.0,20.6,20.74,0.0,3.89,3.98,0.54,4.0,0.71,-0.08,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.35,-11.42,0.0,-0.03,-0.45,-0.01,3.86,-0.03,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.6,-0.15,0.0,3.05,10.09,1345.0,990.0,10034.0,2302.0
103
+ base-dhw-tankless-gas.xml,25.77,25.77,26.29,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.45,0.66,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.89,11.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.08,11.15,9.23,0.0,0.0,0.0,0.0,0.0,1480.0,3135.0,20.57,20.65,0.0,3.88,3.98,0.54,3.99,0.71,-0.1,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.41,-11.14,0.0,-0.01,-0.44,-0.01,3.87,-0.02,8.95,0.0,0.0,-5.97,-0.07,-1.03,-6.46,-0.15,0.0,2.97,9.53,1355.0,998.0,11397.0,2615.0
104
+ base-dhw-tankless-propane.xml,25.77,25.77,14.89,0.0,11.39,0.0,0.0,0.0,0.0,0.39,3.45,0.66,0.0,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.08,11.15,9.23,0.0,0.0,0.0,0.0,0.0,1480.0,3135.0,20.57,20.65,0.0,3.88,3.98,0.54,3.99,0.71,-0.1,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.41,-11.14,0.0,-0.01,-0.44,-0.01,3.87,-0.02,8.95,0.0,0.0,-5.97,-0.07,-1.03,-6.46,-0.15,0.0,2.97,9.53,1355.0,998.0,11397.0,2615.0
105
+ base-enclosure-2stories-garage.xml,39.28,39.28,23.51,0.0,0.0,0.0,0.0,0.0,0.0,0.61,4.67,0.95,9.12,0.0,0.0,5.27,0.14,0.37,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,10.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.23,16.04,9.21,0.61,0.0,0.0,0.0,0.0,2353.0,4599.0,30.08,27.59,0.0,4.03,7.82,1.14,3.33,0.76,1.68,0.0,0.8,2.71,-0.59,9.28,0.0,0.79,0.0,3.16,-12.71,0.0,0.04,-0.89,-0.04,2.42,0.02,19.53,0.0,-0.12,-4.21,-0.54,-1.59,-11.49,-0.14,0.0,2.42,10.79,1355.0,998.0,11400.0,2576.0
106
+ base-enclosure-2stories.xml,42.66,42.66,25.62,0.0,0.0,0.0,0.0,0.0,0.0,0.67,4.62,0.94,9.01,0.0,0.0,6.37,0.0,0.43,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,12.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.23,15.76,9.15,0.61,0.0,0.0,0.0,0.0,2604.0,4526.0,32.59,28.45,0.0,4.01,8.43,1.13,4.58,0.74,0.75,0.0,0.0,3.71,-0.42,11.61,0.0,0.78,0.0,3.44,-14.65,0.0,0.07,-0.82,-0.03,3.44,0.01,18.9,0.0,0.0,-5.66,-0.36,-2.02,-11.96,-0.13,0.0,2.39,12.08,1355.0,998.0,11400.0,2460.0
107
+ base-enclosure-beds-1.xml,29.74,29.74,16.17,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.29,0.62,5.56,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.2,0.25,1.05,1.26,0.0,1.64,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.29,10.54,5.36,0.61,0.0,0.0,0.0,0.0,1702.0,3359.0,21.02,20.4,0.0,3.87,3.97,0.54,3.89,0.71,-0.13,0.0,0.0,2.89,-0.13,5.01,0.0,0.76,0.0,3.68,-9.87,0.0,0.03,-0.4,-0.01,3.98,-0.01,9.07,0.0,0.0,-5.84,-0.08,-0.99,-6.12,-0.14,0.0,2.84,8.22,940.0,637.0,6288.0,1631.0
108
+ base-enclosure-beds-2.xml,32.4,32.4,15.34,0.0,0.0,0.0,0.0,0.0,0.0,0.4,3.39,0.65,7.4,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.26,0.31,1.28,1.4,0.0,1.88,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.5,10.93,7.34,0.61,0.0,0.0,0.0,0.0,2090.0,3401.0,20.74,20.61,0.0,3.88,3.98,0.54,3.95,0.71,-0.11,0.0,0.0,2.98,-0.12,5.01,0.0,0.76,0.0,3.51,-10.67,0.0,0.0,-0.43,-0.01,3.92,-0.02,9.0,0.0,0.0,-5.91,-0.08,-1.01,-6.33,-0.15,0.0,2.93,9.01,1147.0,817.0,8844.0,2197.0
109
+ base-enclosure-beds-4.xml,37.52,37.52,13.74,0.0,0.0,0.0,0.0,0.0,0.0,0.36,3.59,0.7,10.89,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.38,0.42,1.74,1.66,0.0,2.35,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.98,11.74,11.09,0.61,0.0,0.0,0.0,0.0,2209.0,3827.0,20.19,20.75,0.0,3.89,3.98,0.54,4.05,0.71,-0.08,0.0,0.0,3.16,-0.1,5.01,0.0,0.76,0.0,3.17,-12.23,0.0,-0.06,-0.48,-0.02,3.8,-0.03,8.86,0.0,0.0,-6.04,-0.05,-1.07,-6.75,-0.15,0.0,3.09,10.66,1562.0,1178.0,13955.0,2960.0
110
+ base-enclosure-beds-5.xml,40.05,40.05,12.96,0.0,0.0,0.0,0.0,0.0,0.0,0.34,3.69,0.72,12.59,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.43,0.48,1.98,1.79,0.0,2.58,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.25,12.15,12.92,0.61,0.0,0.0,0.0,0.0,2520.0,3875.0,19.91,20.81,0.0,3.9,3.98,0.54,4.1,0.71,-0.05,0.0,0.0,3.25,-0.09,5.01,0.0,0.76,0.0,3.0,-12.99,0.0,-0.09,-0.51,-0.02,3.74,-0.04,8.8,0.0,0.0,-6.11,-0.04,-1.1,-6.96,-0.16,0.0,3.18,11.5,1770.0,1358.0,16511.0,3258.0
111
+ base-enclosure-garage.xml,33.97,33.97,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.43,2.45,0.42,9.26,0.0,0.0,4.51,0.14,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.53,6.88,9.23,0.72,0.0,0.0,0.0,0.0,2155.0,2665.0,15.73,13.18,0.0,3.68,3.92,0.53,3.46,0.66,3.02,0.0,0.0,1.63,-0.11,5.49,0.0,0.0,0.0,2.59,-9.36,0.0,0.13,-0.27,-0.0,3.48,0.01,6.09,0.0,0.0,-5.31,-0.07,-1.09,-4.67,0.0,0.0,1.05,7.59,1355.0,998.0,11400.0,2616.0
112
+ base-enclosure-infil-ach-house-pressure.xml,34.98,34.98,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
113
+ base-enclosure-infil-cfm-house-pressure.xml,34.98,34.98,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
114
+ base-enclosure-infil-cfm50.xml,34.98,34.98,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
115
+ base-enclosure-infil-flue.xml,35.0,35.0,15.86,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.48,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.99,11.29,9.23,0.61,0.0,0.0,0.0,0.0,2130.0,3517.0,21.21,20.73,0.0,3.88,3.98,0.54,3.99,0.71,-0.12,0.0,0.0,3.01,-0.12,6.14,0.0,0.76,0.0,3.62,-11.5,0.0,0.0,-0.43,-0.01,3.88,-0.02,8.98,0.0,0.0,-5.98,-0.07,-1.26,-6.43,-0.14,0.0,3.01,9.78,1355.0,998.0,11400.0,2616.0
116
+ base-enclosure-infil-natural-ach.xml,35.12,35.12,21.91,0.0,0.0,0.0,0.0,0.0,0.0,0.57,3.45,0.66,9.17,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.72,11.13,9.23,0.62,0.0,0.0,0.0,0.0,2185.0,3445.0,25.54,20.97,0.0,3.84,3.98,0.54,3.98,0.71,-0.15,0.0,0.0,2.89,-0.15,10.98,0.0,0.76,0.0,4.89,-11.62,0.0,0.07,-0.36,-0.0,3.92,0.0,9.14,0.0,0.0,-5.95,-0.11,-2.04,-6.06,-0.14,0.0,2.99,9.67,1355.0,998.0,11400.0,2616.0
117
+ base-enclosure-orientations.xml,34.95,34.95,14.73,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.47,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.92,11.24,9.23,0.61,0.0,0.0,0.0,0.0,2150.0,3445.0,20.47,20.65,0.0,3.88,3.97,0.54,3.99,0.94,-0.12,0.0,0.0,3.05,-0.11,5.0,0.0,0.76,0.0,3.38,-11.46,0.0,-0.02,-0.45,-0.01,3.86,-0.15,8.94,0.0,0.0,-5.97,-0.07,-1.04,-6.51,-0.15,0.0,2.98,9.82,1355.0,998.0,11400.0,2616.0
118
+ base-enclosure-overhangs.xml,34.84,34.84,14.87,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.38,0.64,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.06,10.84,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3617.0,20.46,20.62,0.0,3.87,3.97,0.54,3.98,0.7,0.27,0.0,0.0,3.03,-0.11,5.0,0.0,0.76,0.0,3.41,-11.47,0.0,0.0,-0.43,-0.01,3.87,-0.02,8.36,0.0,0.0,-5.97,-0.06,-1.03,-6.41,-0.15,0.0,2.89,9.82,1355.0,998.0,11400.0,2616.0
119
+ base-enclosure-rooftypes.xml,34.82,34.82,14.59,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.36,0.64,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.79,10.78,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3321.0,20.3,19.58,0.0,4.0,3.97,0.54,3.99,0.71,-0.11,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.33,-11.46,0.0,-0.27,-0.44,-0.01,3.86,-0.02,8.95,0.0,0.0,-5.97,-0.07,-1.04,-6.5,-0.15,0.0,2.66,9.82,1355.0,998.0,11400.0,2616.0
120
+ base-enclosure-skylights-physical-properties.xml,36.18,36.18,16.34,0.0,0.0,0.0,0.0,0.0,0.0,0.42,4.42,0.91,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.45,15.36,9.23,0.61,0.0,0.0,0.0,10.0,2136.0,3445.0,22.31,22.05,0.0,3.91,4.01,0.55,4.07,0.72,0.21,0.82,0.0,3.07,-0.17,5.05,0.0,0.77,0.0,3.73,-11.41,0.0,-0.12,-0.52,-0.01,3.86,-0.04,8.82,3.71,0.0,-6.09,-0.12,-1.04,-6.81,-0.15,0.0,4.01,9.87,1355.0,998.0,11400.0,2616.0
121
+ base-enclosure-skylights-shading.xml,35.86,35.86,14.37,0.0,0.0,0.0,0.0,0.0,0.0,0.37,4.2,0.85,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.58,14.42,9.23,0.61,0.0,0.0,0.0,3.0,2151.0,3445.0,21.08,21.63,0.0,3.92,4.01,0.55,4.05,0.72,0.2,-0.75,0.0,3.13,-0.14,5.04,0.0,0.77,0.0,3.31,-11.35,0.0,-0.14,-0.54,-0.02,3.84,-0.04,8.77,3.2,0.0,-6.07,-0.09,-1.08,-6.93,-0.16,0.0,3.77,9.93,1355.0,998.0,11400.0,2616.0
122
+ base-enclosure-skylights.xml,35.87,35.87,14.36,0.0,0.0,0.0,0.0,0.0,0.0,0.37,4.21,0.85,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.57,14.46,9.23,0.61,0.0,0.0,0.0,3.0,2151.0,3445.0,21.08,21.64,0.0,3.93,4.01,0.55,4.05,0.72,0.2,-0.76,0.0,3.13,-0.14,5.04,0.0,0.77,0.0,3.3,-11.35,0.0,-0.14,-0.54,-0.02,3.84,-0.04,8.77,3.24,0.0,-6.07,-0.09,-1.08,-6.93,-0.16,0.0,3.78,9.93,1355.0,998.0,11400.0,2616.0
123
+ base-enclosure-split-level.xml,27.08,27.08,7.0,0.0,0.0,0.0,0.0,0.0,0.0,0.18,1.91,0.28,9.57,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.61,4.64,9.46,0.61,0.0,0.0,0.0,0.0,1713.0,1964.0,8.91,7.29,0.0,4.02,3.94,0.0,0.0,0.72,0.38,0.0,0.0,2.04,-0.16,2.68,0.0,0.78,0.0,0.19,-8.27,0.0,0.18,-0.36,0.0,0.0,0.04,10.08,0.0,0.0,-7.3,-0.14,-0.51,-4.66,-0.15,0.0,0.03,7.57,1355.0,998.0,11400.0,3013.0
124
+ base-enclosure-split-surfaces.xml,35.88,35.88,14.36,0.0,0.0,0.0,0.0,0.0,0.0,0.37,4.21,0.86,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.57,14.48,9.23,0.61,0.0,0.0,0.0,3.0,2151.0,3445.0,21.08,21.64,0.0,3.93,4.01,0.55,4.05,0.72,0.2,-0.76,0.0,3.13,-0.14,5.04,0.0,0.77,0.0,3.3,-11.35,0.0,-0.14,-0.54,-0.02,3.84,-0.04,8.77,3.24,0.0,-6.08,-0.09,-1.08,-6.91,-0.16,0.0,3.78,9.93,1355.0,998.0,11400.0,2616.0
125
+ base-enclosure-split-surfaces2.xml,36.18,36.18,16.88,0.0,0.0,0.0,0.0,0.0,0.0,0.44,4.4,0.9,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.96,15.3,9.23,0.61,0.0,0.0,0.0,10.0,2161.0,3445.0,22.35,21.82,0.0,3.87,3.98,0.55,4.18,0.71,1.84,-0.62,0.0,3.33,-0.14,5.02,0.0,0.77,0.0,3.84,-11.45,0.0,-0.08,-0.51,-0.02,2.85,-0.04,9.33,3.16,0.0,-5.12,-0.1,-1.04,-6.83,-0.15,0.0,4.01,9.84,1355.0,998.0,11400.0,2616.0
126
+ base-enclosure-thermal-mass.xml,34.82,34.82,14.08,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.37,0.64,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.31,10.84,9.23,0.61,0.0,0.0,0.0,0.0,2150.0,3395.0,20.3,20.12,0.0,3.85,3.93,0.54,4.0,0.7,-0.22,0.0,0.0,3.06,-0.15,4.96,0.0,0.75,0.0,3.23,-11.41,0.0,-0.05,-0.48,-0.02,3.84,-0.03,8.88,0.0,0.0,-5.96,-0.08,-1.08,-6.76,-0.15,0.0,2.86,9.88,1355.0,998.0,11400.0,2616.0
127
+ base-enclosure-walltypes.xml,34.46,34.46,29.6,0.0,0.0,0.0,0.0,0.0,0.0,0.77,2.74,0.5,9.17,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.99,8.41,9.23,0.62,0.0,0.0,0.0,0.0,2173.0,2886.0,22.32,14.89,0.0,3.51,17.57,0.51,3.84,0.87,-0.36,0.0,0.0,2.39,-0.14,4.93,0.0,0.75,0.0,6.02,-11.92,0.0,0.38,-0.46,0.01,3.99,-0.08,1.47,0.0,0.0,-6.04,-0.11,-0.89,-0.95,-0.11,0.0,1.79,9.37,1355.0,998.0,11400.0,2616.0
128
+ base-enclosure-windows-none.xml,33.68,33.68,13.8,0.0,0.0,0.0,0.0,0.0,0.0,0.36,2.44,0.44,9.17,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.05,7.1,9.23,0.62,0.0,0.0,0.0,0.0,2123.0,2478.0,13.32,8.94,0.0,3.57,5.24,0.51,3.71,0.61,0.0,0.0,0.0,2.52,-0.08,4.76,0.0,0.72,0.0,2.88,-11.4,0.0,0.13,-0.53,-0.03,3.82,-0.01,0.0,0.0,0.0,-6.1,-0.03,-1.18,0.0,-0.16,0.0,1.26,9.89,1355.0,998.0,11400.0,2616.0
129
+ base-enclosure-windows-physical-properties.xml,35.38,35.38,22.26,0.0,0.0,0.0,0.0,0.0,0.0,0.58,3.65,0.71,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.05,11.97,9.23,0.61,0.0,0.0,0.0,4.0,2178.0,3775.0,25.26,21.39,0.0,3.83,3.99,0.55,4.06,0.72,5.86,0.0,0.0,3.02,-0.2,5.06,0.0,0.77,0.0,4.96,-11.67,0.0,0.1,-0.33,0.0,3.93,0.01,8.35,0.0,0.0,-5.93,-0.15,-0.9,-5.84,-0.13,0.0,3.2,9.62,1355.0,998.0,11400.0,2616.0
130
+ base-enclosure-windows-shading.xml,32.75,32.75,17.17,0.0,0.0,0.0,0.0,0.0,0.0,0.45,1.64,0.22,9.17,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.23,3.62,9.23,0.62,0.0,0.0,0.0,0.0,2132.0,2584.0,20.48,12.41,0.0,3.98,4.07,0.56,4.04,0.73,2.23,0.0,0.0,3.0,-0.17,5.16,0.0,0.79,0.0,3.83,-12.07,0.0,0.62,0.09,0.04,4.05,0.11,-0.91,0.0,0.0,-5.62,-0.12,-0.68,-4.13,-0.08,0.0,1.0,9.22,1355.0,998.0,11400.0,2616.0
131
+ base-foundation-ambient.xml,29.1,29.1,18.4,0.0,0.0,0.0,0.0,0.0,0.0,0.48,3.47,0.67,9.36,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.41,11.32,9.34,0.61,0.0,0.0,0.0,0.0,1766.0,3245.0,20.55,20.84,0.0,3.81,3.83,0.0,0.0,0.74,0.72,0.0,9.97,0.0,-0.4,2.07,0.0,0.79,0.0,4.13,-8.37,0.0,0.14,-0.36,0.0,0.0,0.07,10.36,0.0,-3.26,0.0,-0.4,-0.35,-5.16,-0.13,0.0,2.96,7.47,1355.0,998.0,11400.0,2809.0
132
+ base-foundation-basement-garage.xml,31.71,31.71,14.41,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.49,0.67,9.4,0.0,0.0,3.41,0.14,0.28,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,5.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.63,11.34,9.37,0.61,0.0,0.0,0.0,0.0,1936.0,3332.0,19.58,20.75,0.0,4.0,5.04,0.55,2.62,0.79,0.14,0.0,0.81,1.76,-0.1,3.41,0.0,0.77,0.0,3.38,-9.65,0.0,0.04,-0.48,-0.01,2.83,-0.02,8.99,0.0,-0.12,-4.36,-0.08,-0.68,-6.19,-0.15,0.0,3.14,8.41,1355.0,998.0,11400.0,2850.0
133
+ base-foundation-complex.xml,35.43,35.43,18.65,0.0,0.0,0.0,0.0,0.0,0.0,0.48,3.76,0.74,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.64,12.54,9.23,0.61,0.0,0.0,0.0,2.0,2163.0,3445.0,23.08,21.01,0.0,3.85,3.97,0.54,7.87,0.71,-0.18,0.0,0.0,2.46,-0.12,4.99,0.0,0.76,0.0,4.2,-11.52,0.0,-0.01,-0.43,-0.02,3.64,-0.02,8.95,0.0,0.0,-4.61,-0.08,-1.01,-6.73,-0.15,0.0,3.26,9.77,1355.0,998.0,11400.0,2616.0
134
+ base-foundation-conditioned-basement-slab-insulation.xml,34.98,34.98,14.27,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.5,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.49,11.37,9.23,0.61,0.0,0.0,0.0,0.0,2149.0,3481.0,20.3,20.69,0.0,3.91,4.0,0.55,4.73,0.71,-0.03,0.0,0.0,2.0,-0.12,5.03,0.0,0.77,0.0,3.28,-11.45,0.0,-0.02,-0.45,-0.01,3.6,-0.02,8.95,0.0,0.0,-5.67,-0.07,-1.04,-6.58,-0.15,0.0,3.02,9.83,1355.0,998.0,11400.0,2616.0
135
+ base-foundation-conditioned-basement-wall-interior-insulation.xml,34.82,34.82,13.42,0.0,0.0,0.0,0.0,0.0,0.0,0.35,3.38,0.64,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.69,10.88,9.23,0.61,0.0,0.0,0.0,0.0,2146.0,3416.0,19.69,20.32,0.0,3.95,4.02,0.55,0.64,0.72,0.13,0.0,0.0,5.17,-0.16,5.07,0.0,0.77,0.0,3.1,-11.44,0.0,0.0,-0.44,-0.01,2.57,-0.02,9.06,0.0,0.0,-5.44,-0.11,-1.02,-6.3,-0.15,0.0,2.91,9.84,1355.0,998.0,11400.0,2616.0
136
+ base-foundation-conditioned-crawlspace.xml,28.02,28.02,11.46,0.0,0.0,0.0,0.0,0.0,0.0,0.3,2.74,0.49,9.36,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.83,8.05,9.34,0.61,0.0,0.0,0.0,0.0,1747.0,2508.0,13.91,12.45,0.0,4.05,4.0,0.54,3.02,0.72,0.05,0.0,0.0,2.52,-0.11,3.67,0.0,0.77,0.0,0.0,-8.42,0.0,0.11,-0.41,-0.01,2.6,-0.01,9.15,0.0,0.0,-3.63,-0.09,-0.72,-6.16,-0.14,0.0,0.0,7.42,1355.0,998.0,11400.0,2809.0
137
+ base-foundation-multiple.xml,28.41,28.41,12.77,0.0,0.0,0.0,0.0,0.0,0.0,0.33,3.07,0.57,9.3,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.08,9.52,9.28,0.66,0.0,0.0,0.0,0.0,1746.0,2491.0,14.67,13.55,0.0,4.02,3.93,0.0,0.0,0.78,1.18,0.0,4.14,0.0,-0.35,2.6,0.0,0.0,0.0,1.81,-6.14,0.0,0.05,-0.54,0.0,0.0,0.02,10.18,0.0,-0.26,0.0,-0.34,-0.49,-5.55,0.0,0.0,1.19,5.37,1355.0,998.0,11400.0,2707.0
138
+ base-foundation-slab.xml,26.89,26.89,6.35,0.0,0.0,0.0,0.0,0.0,0.0,0.17,1.94,0.29,9.36,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.0,4.78,9.34,0.61,0.0,0.0,0.0,0.0,1720.0,1995.0,8.42,7.27,0.0,4.0,3.9,0.0,0.0,0.72,0.51,0.0,0.0,1.97,-0.18,2.03,0.0,0.78,0.0,0.17,-8.22,0.0,0.16,-0.37,0.0,0.0,0.04,10.09,0.0,0.0,-7.37,-0.16,-0.41,-4.57,-0.15,0.0,0.03,7.62,1355.0,998.0,11400.0,2809.0
139
+ base-foundation-unconditioned-basement-above-grade.xml,28.55,28.55,14.25,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.12,0.59,9.34,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.47,9.74,9.28,0.7,0.0,0.0,0.0,0.0,1753.0,2582.0,16.07,14.46,0.0,4.02,3.92,0.0,0.0,0.78,1.04,0.0,5.16,0.0,-0.34,2.6,0.0,0.0,0.0,2.38,-6.17,0.0,0.08,-0.51,0.0,0.0,0.02,10.14,0.0,-0.28,0.0,-0.33,-0.47,-5.51,0.0,0.0,1.39,5.34,1355.0,998.0,11400.0,2707.0
140
+ base-foundation-unconditioned-basement-assembly-r.xml,28.12,28.12,11.51,0.0,0.0,0.0,0.0,0.0,0.0,0.3,2.85,0.52,9.32,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.88,8.56,9.28,0.68,0.0,0.0,0.0,0.0,1740.0,2402.0,13.97,12.56,0.0,4.03,3.91,0.0,0.0,0.77,1.31,0.0,3.06,0.0,-0.37,2.61,0.0,0.0,0.0,1.59,-6.11,0.0,0.08,-0.49,0.0,0.0,0.05,10.39,0.0,-1.44,0.0,-0.36,-0.49,-5.32,0.0,0.0,0.86,5.41,1355.0,998.0,11400.0,2707.0
141
+ base-foundation-unconditioned-basement-wall-insulation.xml,27.9,27.9,18.61,0.0,0.0,0.0,0.0,0.0,0.0,0.48,2.56,0.44,9.28,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.59,7.3,9.28,0.64,0.0,0.0,0.0,0.0,1760.0,2407.0,15.25,10.7,0.0,3.76,3.68,0.0,0.0,0.65,-0.93,0.0,11.97,0.0,-0.08,2.48,0.0,0.0,0.0,2.37,-6.33,0.0,0.22,-0.3,0.0,0.0,0.02,9.4,0.0,-2.43,0.0,-0.07,-0.45,-5.05,0.0,0.0,0.87,5.18,1355.0,998.0,11400.0,2707.0
142
+ base-foundation-unconditioned-basement.xml,28.44,28.44,12.8,0.0,0.0,0.0,0.0,0.0,0.0,0.33,3.09,0.58,9.32,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.1,9.58,9.28,0.68,0.0,0.0,0.0,0.0,1750.0,2510.0,14.9,13.75,0.0,4.02,3.89,0.0,0.0,0.76,1.12,0.0,4.16,0.0,-0.35,2.6,0.0,0.0,0.0,1.94,-6.13,0.0,0.08,-0.49,0.0,0.0,0.04,10.23,0.0,-0.34,0.0,-0.35,-0.49,-5.6,0.0,0.0,1.25,5.38,1355.0,998.0,11400.0,2707.0
143
+ base-foundation-unvented-crawlspace.xml,28.43,28.43,10.39,0.0,0.0,0.0,0.0,0.0,0.0,0.27,3.03,0.57,9.43,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.83,9.35,9.34,0.69,0.0,0.0,0.0,0.0,1731.0,2612.0,13.56,12.93,0.0,4.0,3.88,0.0,0.0,0.78,1.63,0.0,3.3,0.0,-0.41,2.06,0.0,0.79,0.0,1.42,-7.74,0.0,-0.02,-0.59,0.0,0.0,0.04,10.47,0.0,-2.03,0.0,-0.4,-0.42,-5.68,-0.17,0.0,0.81,7.49,1355.0,998.0,11400.0,2809.0
144
+ base-foundation-vented-crawlspace.xml,28.53,28.53,14.73,0.0,0.0,0.0,0.0,0.0,0.0,0.38,2.93,0.54,9.54,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.93,8.87,9.34,0.81,0.0,0.0,0.0,0.0,1741.0,2561.0,16.14,13.73,0.0,4.0,3.88,0.0,0.0,0.75,0.84,0.0,7.59,0.0,-0.35,1.86,0.0,0.79,0.0,2.44,-8.01,0.0,0.17,-0.41,0.0,0.0,0.05,10.25,0.0,-3.15,0.0,-0.34,-0.31,-5.26,-0.14,0.0,0.91,7.22,1355.0,998.0,11400.0,2809.0
145
+ base-foundation-walkout-basement.xml,35.08,35.08,17.57,0.0,0.0,0.0,0.0,0.0,0.0,0.46,3.51,0.68,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.61,11.38,9.23,0.61,0.0,0.0,0.0,0.0,2164.0,3775.0,22.72,20.83,0.0,3.9,4.04,0.54,2.35,0.71,0.5,0.0,0.0,4.45,-0.13,6.92,0.0,0.76,0.0,3.98,-11.52,0.0,-0.04,-0.47,-0.01,1.79,-0.01,9.15,0.0,0.0,-3.16,-0.09,-1.35,-7.03,-0.14,0.0,2.99,9.77,1355.0,998.0,11400.0,2616.0
146
+ base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,33.88,33.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.58,0.82,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.16,9.23,0.66,0.0,0.0,0.0,0.0,0.0,3653.0,0.0,17.72,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.05,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.42,-0.16,0.0,1.92,10.05,1355.0,998.0,11400.0,2616.0
147
+ base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,37.92,37.92,0.0,0.0,0.0,0.0,0.0,0.0,6.27,1.22,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.91,0.0,9.23,0.6,0.0,0.0,0.0,0.0,5675.0,0.0,23.19,0.0,0.0,3.82,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.04,-0.1,5.0,0.0,0.76,0.0,4.58,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.85,1355.0,998.0,11400.0,2616.0
148
+ base-hvac-air-to-air-heat-pump-1-speed.xml,41.65,41.65,0.0,0.0,0.0,0.0,0.0,0.0,6.6,1.17,2.6,0.83,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.25,10.27,9.23,0.61,0.0,0.0,0.0,0.0,5263.0,3324.0,22.18,17.77,0.0,3.87,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.86,-11.46,0.0,0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.54,-0.15,0.0,1.93,9.83,1355.0,998.0,11400.0,2616.0
149
+ base-hvac-air-to-air-heat-pump-2-speed.xml,39.66,39.66,0.0,0.0,0.0,0.0,0.0,0.0,5.26,1.02,2.19,0.76,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.07,10.68,9.23,0.61,0.0,0.0,0.0,0.0,4686.0,3175.0,22.16,19.04,0.0,3.84,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.7,-11.46,0.0,0.0,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,2.34,9.83,1355.0,998.0,11400.0,2616.0
150
+ base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,37.54,37.54,13.26,0.0,0.0,0.0,0.0,0.0,3.06,0.81,2.4,0.84,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.24,13.12,9.23,0.61,0.0,0.0,0.0,123.0,3239.0,2863.0,21.44,16.54,0.0,3.68,3.99,0.54,3.99,0.71,-0.13,0.0,0.0,3.01,-0.12,6.14,0.0,0.76,0.0,9.02,-11.52,0.0,-0.08,-0.43,-0.01,3.88,-0.02,8.95,0.0,0.0,-5.99,-0.07,-1.26,-6.47,-0.15,0.0,4.97,9.77,1355.0,998.0,11400.0,2616.0
151
+ base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,41.04,41.04,2.27,0.0,0.0,0.0,0.0,0.0,5.94,1.42,2.4,0.84,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.33,13.12,9.23,0.61,0.0,0.0,0.0,123.0,3419.0,2863.0,22.6,16.54,0.0,3.64,3.99,0.54,3.99,0.71,-0.13,0.0,0.0,3.01,-0.12,6.14,0.0,0.76,0.0,10.14,-11.52,0.0,-0.08,-0.43,-0.01,3.88,-0.02,8.95,0.0,0.0,-5.99,-0.07,-1.26,-6.47,-0.15,0.0,4.97,9.77,1355.0,998.0,11400.0,2616.0
152
+ base-hvac-air-to-air-heat-pump-var-speed.xml,40.5,40.5,0.0,0.0,0.0,0.0,0.0,0.0,5.29,1.63,2.24,0.91,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.21,11.84,9.23,0.61,0.0,0.0,0.0,0.0,4695.0,3156.0,22.53,19.69,0.0,3.76,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.06,-0.11,5.01,0.0,0.76,0.0,6.91,-11.46,0.0,-0.04,-0.45,-0.01,3.86,-0.02,8.92,0.0,0.0,-5.98,-0.06,-1.04,-6.54,-0.15,0.0,3.55,9.82,1355.0,998.0,11400.0,2616.0
153
+ base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml,34.41,34.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.97,0.97,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.14,9.23,0.66,0.0,0.0,0.0,45.0,0.0,3393.0,0.0,17.53,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.13,-0.51,-0.02,3.98,-0.04,8.79,0.0,0.0,-6.21,-0.03,-1.11,-6.44,-0.16,0.0,3.95,10.05,1355.0,998.0,11400.0,2616.0
154
+ base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml,38.26,38.26,0.0,0.0,0.0,0.0,0.0,0.0,6.55,1.28,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.7,0.0,9.23,0.6,0.0,0.0,0.0,0.0,5696.0,0.0,23.45,0.0,0.0,3.79,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.04,-0.1,5.0,0.0,0.76,0.0,5.4,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.85,1355.0,998.0,11400.0,2616.0
155
+ base-hvac-autosize-air-to-air-heat-pump-1-speed-manual-s-oversize-allowances.xml,43.36,43.36,0.0,0.0,0.0,0.0,0.0,0.0,7.78,1.31,2.9,0.94,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.0,11.74,9.23,0.61,0.0,0.0,0.0,4.0,6269.0,3457.0,23.12,19.02,0.0,3.76,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,6.69,-11.46,0.0,-0.04,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.06,-1.04,-6.54,-0.15,0.0,3.43,9.82,1355.0,998.0,11400.0,2616.0
156
+ base-hvac-autosize-air-to-air-heat-pump-1-speed.xml,41.97,41.97,0.0,0.0,0.0,0.0,0.0,0.0,6.76,1.28,2.65,0.84,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.82,10.49,9.23,0.61,0.0,0.0,0.0,0.0,5274.0,3399.0,22.32,18.43,0.0,3.85,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.45,-11.46,0.0,0.01,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.54,-0.15,0.0,2.16,9.83,1355.0,998.0,11400.0,2616.0
157
+ base-hvac-autosize-air-to-air-heat-pump-2-speed-manual-s-oversize-allowances.xml,41.08,41.08,0.0,0.0,0.0,0.0,0.0,0.0,6.23,1.17,2.41,0.84,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.84,12.14,9.23,0.61,0.0,0.0,0.0,2.0,5960.0,3236.0,22.99,19.93,0.0,3.73,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.06,-0.11,5.01,0.0,0.76,0.0,7.55,-11.46,0.0,-0.05,-0.45,-0.01,3.86,-0.02,8.92,0.0,0.0,-5.98,-0.06,-1.04,-6.54,-0.15,0.0,3.83,9.82,1355.0,998.0,11400.0,2616.0
158
+ base-hvac-autosize-air-to-air-heat-pump-2-speed.xml,40.08,40.08,0.0,0.0,0.0,0.0,0.0,0.0,5.42,1.23,2.22,0.77,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.07,10.92,9.23,0.61,0.0,0.0,0.0,0.0,5001.0,3231.0,22.28,19.77,0.0,3.8,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,5.74,-11.46,0.0,-0.0,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.06,-1.04,-6.54,-0.15,0.0,2.59,9.82,1355.0,998.0,11400.0,2616.0
159
+ base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml,40.91,40.91,0.07,0.0,0.0,0.0,0.0,0.0,5.62,1.76,2.23,0.87,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.11,11.93,9.23,0.61,0.0,0.0,0.0,0.0,4306.0,3220.0,22.92,20.11,0.0,3.72,3.99,0.54,3.99,0.71,-0.11,0.0,0.0,3.01,-0.12,6.15,0.0,0.76,0.0,7.85,-11.51,0.0,-0.02,-0.42,-0.01,3.88,-0.02,8.98,0.0,0.0,-5.98,-0.08,-1.25,-6.43,-0.14,0.0,3.68,9.77,1355.0,998.0,11400.0,2616.0
160
+ base-hvac-autosize-air-to-air-heat-pump-var-speed-manual-s-oversize-allowances.xml,40.95,40.95,0.0,0.0,0.0,0.0,0.0,0.0,5.85,1.5,2.31,0.85,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.85,12.56,9.23,0.61,0.0,0.0,0.0,0.0,5473.0,3120.0,23.14,20.0,0.0,3.69,3.99,0.54,4.0,0.71,-0.1,0.0,0.0,3.06,-0.11,5.01,0.0,0.76,0.0,8.6,-11.47,0.0,-0.07,-0.44,-0.01,3.87,-0.02,8.92,0.0,0.0,-5.98,-0.06,-1.04,-6.55,-0.15,0.0,4.29,9.82,1355.0,998.0,11400.0,2616.0
161
+ base-hvac-autosize-air-to-air-heat-pump-var-speed.xml,40.53,40.53,0.0,0.0,0.0,0.0,0.0,0.0,5.32,1.66,2.24,0.87,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.76,11.98,9.23,0.61,0.0,0.0,0.0,0.0,4641.0,3171.0,22.65,19.96,0.0,3.74,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.06,-0.11,5.01,0.0,0.76,0.0,7.48,-11.46,0.0,-0.04,-0.45,-0.01,3.87,-0.02,8.92,0.0,0.0,-5.98,-0.06,-1.04,-6.54,-0.15,0.0,3.69,9.82,1355.0,998.0,11400.0,2616.0
162
+ base-hvac-autosize-boiler-elec-only.xml,41.85,41.85,0.0,0.0,0.0,0.0,0.0,0.0,11.31,0.12,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,5338.0,0.0,14.56,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.02,-0.1,5.0,0.0,0.76,0.0,0.0,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.85,1355.0,998.0,11400.0,2616.0
163
+ base-hvac-autosize-boiler-gas-central-ac-1-speed.xml,35.31,35.31,12.09,0.0,0.0,0.0,0.0,0.0,0.0,0.14,3.72,1.01,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.52,12.32,9.23,0.61,0.0,0.0,0.0,47.0,2087.0,3279.0,14.56,17.54,0.0,4.02,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.06,-0.11,5.01,0.0,0.76,0.0,0.0,-11.46,0.0,-0.07,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.55,-0.15,0.0,4.03,9.83,1355.0,998.0,11400.0,2616.0
164
+ base-hvac-autosize-boiler-gas-only.xml,30.56,30.56,12.02,0.0,0.0,0.0,0.0,0.0,0.0,0.14,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2052.0,0.0,14.56,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.02,-0.1,5.0,0.0,0.76,0.0,0.0,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.85,1355.0,998.0,11400.0,2616.0
165
+ base-hvac-autosize-central-ac-only-1-speed.xml,35.17,35.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.69,1.0,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.18,9.23,0.66,0.0,0.0,0.0,46.0,0.0,3393.0,0.0,17.53,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.13,-0.51,-0.02,3.98,-0.04,8.79,0.0,0.0,-6.21,-0.03,-1.11,-6.44,-0.16,0.0,3.99,10.05,1355.0,998.0,11400.0,2616.0
166
+ base-hvac-autosize-central-ac-only-2-speed.xml,34.57,34.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.26,0.84,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.6,9.23,0.66,0.0,0.0,0.0,23.0,0.0,3242.0,0.0,17.94,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.15,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.43,-0.16,0.0,4.41,10.05,1355.0,998.0,11400.0,2616.0
167
+ base-hvac-autosize-central-ac-only-var-speed.xml,34.18,34.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.86,0.84,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.98,9.23,0.66,0.0,0.0,0.0,65.0,0.0,2917.0,0.0,17.19,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.17,-0.51,-0.02,3.98,-0.04,8.79,0.0,0.0,-6.21,-0.03,-1.11,-6.45,-0.16,0.0,4.85,10.05,1355.0,998.0,11400.0,2616.0
168
+ base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml,43.03,43.03,0.0,0.0,0.0,0.0,0.0,0.0,6.58,1.29,3.72,1.01,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.78,12.32,9.23,0.61,0.0,0.0,0.0,47.0,5746.0,3279.0,23.45,17.54,0.0,3.81,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,5.42,-11.46,0.0,-0.06,-0.45,-0.01,3.86,-0.02,8.92,0.0,0.0,-5.98,-0.06,-1.04,-6.55,-0.15,0.0,4.03,9.82,1355.0,998.0,11400.0,2616.0
169
+ base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed.xml,39.09,39.09,8.81,0.0,0.0,0.0,0.0,0.0,3.2,1.96,2.65,0.84,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.34,10.49,9.23,0.61,0.0,0.0,0.0,0.0,3326.0,3399.0,22.29,18.43,0.0,3.78,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,6.01,-11.46,0.0,0.01,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,2.16,9.83,1355.0,998.0,11400.0,2616.0
170
+ base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml,34.45,34.45,7.18,0.0,0.0,0.0,0.0,0.0,1.4,0.67,1.7,0.23,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.13,9.56,9.23,0.61,0.0,0.0,0.0,0.0,2568.0,2488.0,17.47,15.27,0.0,3.91,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,2.71,-11.46,0.0,0.05,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.54,-0.15,0.0,1.23,9.83,1355.0,998.0,11400.0,2616.0
171
+ base-hvac-autosize-elec-resistance-only.xml,40.9,40.9,0.0,0.0,0.0,0.0,0.0,0.0,10.48,0.0,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,5330.0,0.0,14.57,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.02,-0.1,5.0,0.0,0.76,0.0,0.0,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.85,1355.0,998.0,11400.0,2616.0
172
+ base-hvac-autosize-evap-cooler-furnace-gas.xml,31.69,31.69,15.71,0.0,0.0,0.0,0.0,0.0,0.0,0.41,0.0,0.85,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.85,8.36,9.23,0.61,0.0,0.0,0.0,1.0,2082.0,2163.0,22.38,12.91,0.0,3.85,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.47,-11.46,0.0,0.06,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.52,-0.15,0.0,-0.0,9.83,1355.0,998.0,11400.0,2616.0
173
+ base-hvac-autosize-floor-furnace-propane-only.xml,30.42,30.42,0.0,0.0,14.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.45,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2018.0,0.0,15.13,0.0,0.0,4.01,3.97,0.54,4.01,0.71,-0.13,0.0,0.0,2.96,-0.12,6.13,0.0,0.76,0.0,0.0,-11.48,0.0,-0.28,-0.81,-0.07,3.68,-0.11,7.83,0.0,0.0,-6.67,-0.07,-1.58,-11.39,-0.22,0.0,0.0,9.79,1355.0,998.0,11400.0,2616.0
174
+ base-hvac-autosize-furnace-elec-only.xml,45.5,45.5,0.0,0.0,0.0,0.0,0.0,0.0,14.67,0.41,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.77,0.0,9.23,0.6,0.0,0.0,0.0,0.0,7743.0,0.0,22.38,0.0,0.0,3.83,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.04,-0.1,4.99,0.0,0.76,0.0,4.45,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
175
+ base-hvac-autosize-furnace-gas-central-ac-2-speed.xml,34.96,34.96,15.37,0.0,0.0,0.0,0.0,0.0,0.0,0.4,3.28,0.85,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,12.73,9.23,0.61,0.0,0.0,0.0,23.0,2131.0,3136.0,21.85,17.95,0.0,3.86,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.15,-11.46,0.0,-0.08,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.55,-0.15,0.0,4.44,9.83,1355.0,998.0,11400.0,2616.0
176
+ base-hvac-autosize-furnace-gas-central-ac-var-speed.xml,34.57,34.57,15.37,0.0,0.0,0.0,0.0,0.0,0.0,0.4,2.88,0.85,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,13.1,9.23,0.61,0.0,0.0,0.0,66.0,2131.0,2827.0,21.86,17.2,0.0,3.86,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.16,-11.46,0.0,-0.11,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.57,-0.15,0.0,4.88,9.83,1355.0,998.0,11400.0,2616.0
177
+ base-hvac-autosize-furnace-gas-only.xml,30.83,30.83,15.63,0.0,0.0,0.0,0.0,0.0,0.0,0.41,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.77,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2104.0,0.0,22.38,0.0,0.0,3.83,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.04,-0.1,4.99,0.0,0.76,0.0,4.45,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
178
+ base-hvac-autosize-furnace-gas-room-ac.xml,34.9,34.9,15.71,0.0,0.0,0.0,0.0,0.0,0.0,0.41,4.05,0.0,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.85,8.34,9.23,0.61,0.0,0.0,0.0,46.0,2082.0,3098.0,22.38,11.27,0.0,3.85,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.47,-11.46,0.0,0.06,-0.45,-0.01,3.86,-0.02,8.92,0.0,0.0,-5.98,-0.07,-1.04,-6.53,-0.15,0.0,-0.0,9.83,1355.0,998.0,11400.0,2616.0
179
+ base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml,33.69,33.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.52,0.7,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.67,9.23,0.66,0.0,0.0,0.0,3.0,0.0,3275.0,0.0,19.76,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.11,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.43,-0.16,0.0,3.45,10.05,1355.0,998.0,11400.0,2616.0
180
+ base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml,34.44,34.44,0.0,0.0,0.0,0.0,0.0,0.0,3.52,0.5,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.58,0.0,9.23,0.6,0.0,0.0,0.0,0.0,3157.0,0.0,20.77,0.0,0.0,3.87,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.03,-0.1,4.99,0.0,0.76,0.0,3.22,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
181
+ base-hvac-autosize-ground-to-air-heat-pump-manual-s-oversize-allowances.xml,37.02,37.02,0.0,0.0,0.0,0.0,0.0,0.0,3.49,0.49,2.0,0.61,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.43,10.68,9.23,0.61,0.0,0.0,0.0,0.0,3138.0,2796.0,20.37,18.48,0.0,3.9,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.02,-11.45,0.0,-0.0,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,2.36,9.83,1355.0,998.0,11400.0,2616.0
182
+ base-hvac-autosize-ground-to-air-heat-pump.xml,37.11,37.11,0.0,0.0,0.0,0.0,0.0,0.0,3.37,0.55,1.95,0.8,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.95,10.27,9.23,0.61,0.0,0.0,0.0,0.0,3098.0,2871.0,19.15,17.61,0.0,3.91,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,2.52,-11.45,0.0,0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.53,-0.15,0.0,1.93,9.83,1355.0,998.0,11400.0,2616.0
183
+ base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml,32.96,32.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.26,0.23,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.02,9.23,0.66,0.0,0.0,0.0,4.0,0.0,3208.0,0.0,14.51,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.04,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.43,-0.16,0.0,1.81,10.05,1355.0,998.0,11400.0,2616.0
184
+ base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml,32.96,32.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.26,0.23,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.02,9.23,0.66,0.0,0.0,0.0,4.0,0.0,3208.0,0.0,14.51,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.04,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.43,-0.16,0.0,1.81,10.05,1355.0,998.0,11400.0,2616.0
185
+ base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml,34.58,34.58,0.0,0.0,0.0,0.0,0.0,0.0,3.63,0.52,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.98,0.0,9.23,0.6,0.0,0.0,0.0,0.0,4131.0,0.0,17.53,0.0,0.0,3.9,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.03,-0.1,5.0,0.0,0.76,0.0,2.6,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.85,1355.0,998.0,11400.0,2616.0
186
+ base-hvac-autosize-mini-split-heat-pump-ducted-manual-s-oversize-allowances.xml,37.2,37.2,0.0,0.0,0.0,0.0,0.0,0.0,4.19,0.48,1.86,0.23,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.45,9.9,9.23,0.61,0.0,0.0,0.0,0.0,4672.0,2891.0,17.7,15.51,0.0,3.9,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.04,-11.46,0.0,0.03,-0.45,-0.01,3.86,-0.02,8.92,0.0,0.0,-5.98,-0.06,-1.04,-6.54,-0.15,0.0,1.58,9.82,1355.0,998.0,11400.0,2616.0
187
+ base-hvac-autosize-mini-split-heat-pump-ducted.xml,36.53,36.53,0.0,0.0,0.0,0.0,0.0,0.0,3.64,0.52,1.7,0.23,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.0,9.56,9.23,0.61,0.0,0.0,0.0,0.0,4045.0,2488.0,17.47,15.27,0.0,3.91,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,2.58,-11.46,0.0,0.05,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.54,-0.15,0.0,1.23,9.83,1355.0,998.0,11400.0,2616.0
188
+ base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml,35.59,35.59,0.0,0.16,0.0,0.0,0.0,0.0,3.3,0.2,1.58,0.08,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.5,8.33,9.23,0.61,0.0,0.0,0.0,0.0,3283.0,2228.0,15.13,13.04,0.0,4.02,3.98,0.54,3.99,0.71,-0.11,0.0,0.0,3.01,-0.13,6.14,0.0,0.76,0.0,0.0,-11.51,0.0,0.08,-0.43,-0.01,3.88,-0.02,8.99,0.0,0.0,-5.98,-0.08,-1.26,-6.4,-0.14,0.0,0.0,9.78,1355.0,998.0,11400.0,2616.0
189
+ base-hvac-autosize-ptac-with-heating.xml,44.19,44.19,0.0,0.0,0.0,0.0,0.0,0.0,10.53,0.0,3.22,0.0,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.52,8.34,9.23,0.61,0.0,0.0,0.0,46.0,5330.0,2797.0,14.56,11.27,0.0,4.02,3.97,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,0.0,-11.45,0.0,0.05,-0.45,-0.01,3.86,-0.03,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.53,-0.15,0.0,0.0,9.83,1355.0,998.0,11400.0,2616.0
190
+ base-hvac-autosize-ptac.xml,33.66,33.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.19,0.0,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.24,9.23,0.66,0.0,0.0,0.0,45.0,0.0,2916.0,0.0,11.26,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.01,-0.51,-0.02,3.99,-0.04,8.79,0.0,0.0,-6.21,-0.03,-1.11,-6.41,-0.16,0.0,0.0,10.05,1355.0,998.0,11400.0,2616.0
191
+ base-hvac-autosize-pthp.xml,38.28,38.28,0.0,0.0,0.0,0.0,0.0,0.0,4.74,0.0,3.1,0.0,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.52,8.36,9.23,0.61,0.0,0.0,0.0,4.0,4186.0,2828.0,14.56,11.93,0.0,4.02,3.97,0.54,3.99,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,0.0,-11.45,0.0,0.06,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.52,-0.15,0.0,0.0,9.83,1355.0,998.0,11400.0,2616.0
192
+ base-hvac-autosize-room-ac-only.xml,34.49,34.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.01,0.0,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.24,9.23,0.66,0.0,0.0,0.0,45.0,0.0,3264.0,0.0,11.26,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.01,-0.51,-0.02,3.99,-0.04,8.79,0.0,0.0,-6.21,-0.03,-1.11,-6.41,-0.16,0.0,0.0,10.05,1355.0,998.0,11400.0,2616.0
193
+ base-hvac-autosize-stove-oil-only.xml,30.49,30.49,0.0,14.24,0.0,0.0,0.0,0.0,0.0,0.07,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.45,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2026.0,0.0,15.13,0.0,0.0,4.01,3.97,0.54,4.01,0.71,-0.13,0.0,0.0,2.96,-0.12,6.13,0.0,0.76,0.0,0.0,-11.48,0.0,-0.28,-0.81,-0.07,3.68,-0.11,7.83,0.0,0.0,-6.67,-0.07,-1.58,-11.39,-0.22,0.0,0.0,9.79,1355.0,998.0,11400.0,2616.0
194
+ base-hvac-autosize-wall-furnace-elec-only.xml,41.11,41.11,0.0,0.0,0.0,0.0,0.0,0.0,10.69,0.0,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,5412.0,0.0,14.56,0.0,0.0,4.0,3.96,0.54,4.01,0.7,-0.13,0.0,0.0,3.03,-0.1,4.99,0.0,0.76,0.0,0.0,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.86,1355.0,998.0,11400.0,2616.0
195
+ base-hvac-autosize.xml,35.22,35.22,15.39,0.0,0.0,0.0,0.0,0.0,0.0,0.4,3.66,0.72,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.55,12.24,9.23,0.61,0.0,0.0,0.0,40.0,2131.0,3180.0,21.89,17.69,0.0,3.86,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.18,-11.46,0.0,-0.06,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.55,-0.15,0.0,3.95,9.83,1355.0,998.0,11400.0,2616.0
196
+ base-hvac-boiler-coal-only.xml,30.58,30.58,0.0,0.0,0.0,0.0,0.0,12.47,0.0,0.15,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2054.0,0.0,14.57,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.02,-0.1,5.0,0.0,0.76,0.0,0.0,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.85,1355.0,998.0,11400.0,2616.0
197
+ base-hvac-boiler-elec-only.xml,42.28,42.28,0.0,0.0,0.0,0.0,0.0,0.0,11.77,0.08,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,5489.0,0.0,14.57,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.02,-0.1,5.0,0.0,0.76,0.0,0.0,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.85,1355.0,998.0,11400.0,2616.0
198
+ base-hvac-boiler-gas-central-ac-1-speed.xml,35.04,35.04,12.6,0.0,0.0,0.0,0.0,0.0,0.0,0.09,3.56,0.95,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.52,11.42,9.23,0.61,0.0,0.0,0.0,0.0,2080.0,3570.0,14.57,20.43,0.0,4.02,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.06,-0.11,5.01,0.0,0.76,0.0,0.0,-11.46,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.94,0.0,0.0,-5.98,-0.07,-1.04,-6.54,-0.15,0.0,3.1,9.83,1355.0,998.0,11400.0,2616.0
199
+ base-hvac-boiler-gas-only.xml,30.52,30.52,12.53,0.0,0.0,0.0,0.0,0.0,0.0,0.09,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2041.0,0.0,14.57,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.02,-0.1,5.0,0.0,0.76,0.0,0.0,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.85,1355.0,998.0,11400.0,2616.0
200
+ base-hvac-boiler-oil-only.xml,30.58,30.58,0.0,12.47,0.0,0.0,0.0,0.0,0.0,0.15,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2054.0,0.0,14.57,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.02,-0.1,5.0,0.0,0.76,0.0,0.0,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.85,1355.0,998.0,11400.0,2616.0
201
+ base-hvac-boiler-propane-only.xml,30.5,30.5,0.0,0.0,12.54,0.0,0.0,0.0,0.0,0.08,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2038.0,0.0,14.57,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.02,-0.1,5.0,0.0,0.76,0.0,0.0,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.85,1355.0,998.0,11400.0,2616.0
202
+ base-hvac-boiler-wood-only.xml,30.5,30.5,0.0,0.0,0.0,12.54,0.0,0.0,0.0,0.08,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2038.0,0.0,14.57,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.02,-0.1,5.0,0.0,0.76,0.0,0.0,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.85,1355.0,998.0,11400.0,2616.0
203
+ base-hvac-central-ac-only-1-speed.xml,34.95,34.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.53,0.94,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.29,9.23,0.66,0.0,0.0,0.0,0.0,0.0,3900.0,0.0,20.42,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.09,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.42,-0.16,0.0,3.07,10.05,1355.0,998.0,11400.0,2616.0
204
+ base-hvac-central-ac-only-2-speed.xml,34.41,34.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.08,0.86,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.89,9.23,0.66,0.0,0.0,0.0,0.0,0.0,3658.0,0.0,20.78,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.12,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.42,-0.16,0.0,3.67,10.05,1355.0,998.0,11400.0,2616.0
205
+ base-hvac-central-ac-only-var-speed.xml,34.12,34.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.79,0.85,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.49,9.23,0.66,0.0,0.0,0.0,2.0,0.0,3276.0,0.0,19.63,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.15,-0.51,-0.02,3.99,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.43,-0.16,0.0,4.32,10.05,1355.0,998.0,11400.0,2616.0
206
+ base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,42.47,42.47,0.0,0.0,0.0,0.0,0.0,0.0,6.3,1.23,3.56,0.95,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.98,11.42,9.23,0.61,0.0,0.0,0.0,0.0,5602.0,3570.0,23.19,20.43,0.0,3.84,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.6,-11.46,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.1,9.83,1355.0,998.0,11400.0,2616.0
207
+ base-hvac-dse.xml,35.54,35.54,13.92,0.0,0.0,0.0,0.0,0.0,0.0,0.36,4.02,0.72,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.52,8.36,9.23,0.61,0.0,0.0,0.0,0.0,2111.0,2764.0,14.56,12.88,0.0,4.02,3.97,0.54,3.99,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,0.0,-11.45,0.0,0.06,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.52,-0.15,0.0,0.0,9.83,1355.0,998.0,11400.0,2616.0
208
+ base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml,47.21,47.21,0.0,0.0,0.0,0.0,0.0,0.0,11.29,2.04,2.6,0.83,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.02,10.27,9.23,0.61,0.0,0.0,0.0,0.0,7604.0,3324.0,22.15,17.77,0.0,3.79,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,5.68,-11.46,0.0,0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,1.93,9.83,1355.0,998.0,11400.0,2616.0
209
+ base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,39.05,39.05,8.59,0.0,0.0,0.0,0.0,0.0,3.13,2.04,2.6,0.83,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.02,10.27,9.23,0.61,0.0,0.0,0.0,0.0,3295.0,3324.0,22.15,17.77,0.0,3.79,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,5.68,-11.46,0.0,0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,1.93,9.83,1355.0,998.0,11400.0,2616.0
210
+ base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,37.42,37.42,9.04,0.0,0.0,0.0,0.0,0.0,2.45,1.59,2.19,0.76,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.33,10.68,9.23,0.61,0.0,0.0,0.0,0.0,2840.0,3175.0,22.15,19.04,0.0,3.78,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,6.0,-11.46,0.0,0.0,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,2.34,9.83,1355.0,998.0,11400.0,2616.0
211
+ base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,38.25,38.25,9.12,0.0,0.0,0.0,0.0,0.0,2.5,2.18,2.23,0.91,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.83,11.84,9.23,0.61,0.0,0.0,0.0,0.0,2983.0,3156.0,22.51,19.69,0.0,3.73,3.99,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,7.54,-11.46,0.0,-0.04,-0.45,-0.01,3.86,-0.02,8.92,0.0,0.0,-5.98,-0.06,-1.04,-6.54,-0.15,0.0,3.55,9.82,1355.0,998.0,11400.0,2616.0
212
+ base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,34.72,34.72,6.94,0.0,0.0,0.0,0.0,0.0,1.45,0.88,1.73,0.22,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.89,9.22,9.23,0.61,0.0,0.0,0.0,0.0,2577.0,2383.0,17.3,14.94,0.0,3.92,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,2.47,-11.46,0.0,0.05,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.53,-0.15,0.0,0.88,9.83,1355.0,998.0,11400.0,2616.0
213
+ base-hvac-ducts-area-fractions.xml,44.93,44.93,40.26,0.0,0.0,0.0,0.0,0.0,0.0,1.05,6.13,1.32,9.01,0.0,0.0,6.37,0.0,0.43,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,12.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.07,22.73,9.15,0.61,0.0,0.0,0.0,90.0,2672.0,4986.0,49.48,35.3,0.0,3.52,8.45,1.13,4.58,0.74,0.72,0.0,0.0,3.71,-0.4,11.61,0.0,0.78,0.0,17.76,-14.66,0.0,-0.2,-0.82,-0.03,3.43,0.01,18.85,0.0,0.0,-5.67,-0.34,-2.02,-12.05,-0.13,0.0,9.74,12.07,1355.0,998.0,11400.0,2460.0
214
+ base-hvac-ducts-leakage-cfm50.xml,34.88,34.88,14.22,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.42,0.65,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.45,11.2,9.23,0.61,0.0,0.0,0.0,0.0,2125.0,3434.0,19.93,20.71,0.0,3.89,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.05,-11.45,0.0,-0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.53,-0.15,0.0,2.93,9.83,1355.0,998.0,11400.0,2616.0
215
+ base-hvac-ducts-leakage-percent.xml,35.16,35.16,15.23,0.0,0.0,0.0,0.0,0.0,0.0,0.4,3.62,0.7,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.4,11.96,9.23,0.61,0.0,0.0,0.0,2.0,2130.0,3445.0,21.58,21.13,0.0,3.86,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.03,-11.46,0.0,-0.05,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.66,9.83,1355.0,998.0,11400.0,2616.0
216
+ base-hvac-elec-resistance-only.xml,40.9,40.9,0.0,0.0,0.0,0.0,0.0,0.0,10.48,0.0,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,5330.0,0.0,14.57,0.0,0.0,4.01,3.96,0.54,4.02,0.7,-0.12,0.0,0.0,3.02,-0.1,5.0,0.0,0.76,0.0,0.0,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.85,1355.0,998.0,11400.0,2616.0
217
+ base-hvac-evap-cooler-furnace-gas.xml,31.53,31.53,15.13,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.7,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.31,8.36,9.23,0.61,0.0,0.0,0.0,0.0,2080.0,2054.0,21.44,12.89,0.0,3.87,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.91,-11.46,0.0,0.06,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.52,-0.15,0.0,-0.0,9.83,1355.0,998.0,11400.0,2616.0
218
+ base-hvac-evap-cooler-only-ducted.xml,31.26,31.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.78,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.19,9.23,0.66,0.0,0.0,0.0,0.0,0.0,2207.0,0.0,17.76,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.01,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.41,-0.16,0.0,0.92,10.05,1355.0,998.0,11400.0,2616.0
219
+ base-hvac-evap-cooler-only.xml,31.17,31.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.69,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.26,9.23,0.66,0.0,0.0,0.0,0.0,0.0,2054.0,0.0,12.85,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.01,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.1,-6.4,-0.16,0.0,0.0,10.05,1355.0,998.0,11400.0,2616.0
220
+ base-hvac-fireplace-wood-only.xml,30.42,30.42,0.0,0.0,0.0,14.32,0.0,0.0,0.0,0.0,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.45,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2018.0,0.0,15.13,0.0,0.0,4.01,3.97,0.54,4.01,0.71,-0.13,0.0,0.0,2.96,-0.12,6.13,0.0,0.76,0.0,0.0,-11.48,0.0,-0.28,-0.81,-0.07,3.68,-0.11,7.83,0.0,0.0,-6.67,-0.07,-1.58,-11.39,-0.22,0.0,0.0,9.79,1355.0,998.0,11400.0,2616.0
221
+ base-hvac-fixed-heater-gas-only.xml,30.42,30.42,10.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2021.0,0.0,14.56,0.0,0.0,4.0,3.96,0.54,4.01,0.7,-0.13,0.0,0.0,3.03,-0.1,4.99,0.0,0.76,0.0,0.0,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.86,1355.0,998.0,11400.0,2616.0
222
+ base-hvac-floor-furnace-propane-only.xml,30.42,30.42,0.0,0.0,14.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.45,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2018.0,0.0,15.13,0.0,0.0,4.01,3.97,0.54,4.01,0.71,-0.13,0.0,0.0,2.96,-0.12,6.13,0.0,0.76,0.0,0.0,-11.48,0.0,-0.28,-0.81,-0.07,3.68,-0.11,7.83,0.0,0.0,-6.67,-0.07,-1.58,-11.39,-0.22,0.0,0.0,9.79,1355.0,998.0,11400.0,2616.0
223
+ base-hvac-furnace-coal-only.xml,30.82,30.82,0.0,0.0,0.0,0.0,0.0,15.06,0.0,0.39,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.24,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2102.0,0.0,21.44,0.0,0.0,3.85,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.04,-0.1,4.99,0.0,0.76,0.0,3.9,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
224
+ base-hvac-furnace-elec-central-ac-1-speed.xml,48.34,48.34,0.0,0.0,0.0,0.0,0.0,0.0,13.36,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,7105.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
225
+ base-hvac-furnace-elec-only.xml,44.95,44.95,0.0,0.0,0.0,0.0,0.0,0.0,14.14,0.39,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.24,0.0,9.23,0.6,0.0,0.0,0.0,0.0,7462.0,0.0,21.44,0.0,0.0,3.85,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.04,-0.1,4.99,0.0,0.76,0.0,3.9,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
226
+ base-hvac-furnace-gas-central-ac-2-speed.xml,34.74,34.74,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.09,0.83,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.96,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3351.0,20.46,20.8,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.05,-0.45,-0.01,3.86,-0.02,8.94,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.64,9.83,1355.0,998.0,11400.0,2616.0
227
+ base-hvac-furnace-gas-central-ac-var-speed.xml,34.48,34.48,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.38,2.81,0.86,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,12.62,9.23,0.61,0.0,0.0,0.0,2.0,2127.0,2958.0,20.46,19.64,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.08,-0.45,-0.01,3.86,-0.02,8.94,0.0,0.0,-5.97,-0.07,-1.04,-6.55,-0.15,0.0,4.35,9.83,1355.0,998.0,11400.0,2616.0
228
+ base-hvac-furnace-gas-only.xml,30.82,30.82,15.06,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.24,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2102.0,0.0,21.44,0.0,0.0,3.85,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.04,-0.1,4.99,0.0,0.76,0.0,3.9,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
229
+ base-hvac-furnace-gas-room-ac.xml,35.22,35.22,15.13,0.0,0.0,0.0,0.0,0.0,0.0,0.39,4.39,0.0,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.31,8.36,9.23,0.61,0.0,0.0,0.0,0.0,2080.0,3530.0,21.44,12.88,0.0,3.87,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.91,-11.46,0.0,0.06,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.52,-0.15,0.0,-0.0,9.83,1355.0,998.0,11400.0,2616.0
230
+ base-hvac-furnace-oil-only.xml,30.82,30.82,0.0,15.06,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.24,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2102.0,0.0,21.44,0.0,0.0,3.85,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.04,-0.1,4.99,0.0,0.76,0.0,3.9,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
231
+ base-hvac-furnace-propane-only.xml,30.82,30.82,0.0,0.0,15.06,0.0,0.0,0.0,0.0,0.39,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.24,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2102.0,0.0,21.44,0.0,0.0,3.85,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.04,-0.1,4.99,0.0,0.76,0.0,3.9,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
232
+ base-hvac-furnace-wood-only.xml,30.82,30.82,0.0,0.0,0.0,15.06,0.0,0.0,0.0,0.39,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.24,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2102.0,0.0,21.44,0.0,0.0,3.85,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.04,-0.1,4.99,0.0,0.76,0.0,3.9,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
233
+ base-hvac-furnace-x3-dse.xml,35.54,35.54,13.92,0.0,0.0,0.0,0.0,0.0,0.0,0.36,4.02,0.72,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.52,8.36,9.23,0.61,0.0,0.0,0.0,0.0,2111.0,2764.0,14.56,12.88,0.0,4.02,3.97,0.54,3.99,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,0.0,-11.45,0.0,0.06,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.52,-0.15,0.0,0.0,9.83,1355.0,998.0,11400.0,2616.0
234
+ base-hvac-ground-to-air-heat-pump-cooling-only.xml,33.15,33.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.09,0.59,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.25,9.23,0.66,0.0,0.0,0.0,0.0,0.0,2962.0,0.0,17.65,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.05,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.42,-0.16,0.0,2.01,10.05,1355.0,998.0,11400.0,2616.0
235
+ base-hvac-ground-to-air-heat-pump-heating-only.xml,34.37,34.37,0.0,0.0,0.0,0.0,0.0,0.0,3.46,0.48,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.1,0.0,9.23,0.6,0.0,0.0,0.0,0.0,3120.0,0.0,19.75,0.0,0.0,3.89,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.03,-0.1,4.99,0.0,0.76,0.0,2.73,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
236
+ base-hvac-ground-to-air-heat-pump.xml,37.09,37.09,0.0,0.0,0.0,0.0,0.0,0.0,3.37,0.55,1.94,0.79,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.74,10.1,9.23,0.61,0.0,0.0,0.0,0.0,3091.0,2841.0,18.75,17.14,0.0,3.92,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,2.31,-11.45,0.0,0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.53,-0.15,0.0,1.76,9.83,1355.0,998.0,11400.0,2616.0
237
+ base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,43.67,43.67,0.0,0.0,0.0,0.0,0.0,0.0,8.65,0.84,3.19,0.56,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.34,10.77,9.23,0.61,0.0,0.0,0.0,0.0,5930.0,3588.0,22.63,19.06,0.0,3.83,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.98,-11.46,0.0,0.0,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.54,-0.15,0.0,2.45,9.83,1355.0,998.0,11400.0,2616.0
238
+ base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,41.46,41.46,0.0,0.0,0.0,0.0,0.0,0.0,6.7,0.98,2.66,0.68,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.36,11.26,9.23,0.61,0.0,0.0,0.0,0.0,5331.0,3549.0,22.62,20.62,0.0,3.79,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,6.03,-11.46,0.0,-0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.06,-1.04,-6.54,-0.15,0.0,2.94,9.82,1355.0,998.0,11400.0,2616.0
239
+ base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,41.87,41.87,0.0,0.0,0.0,0.0,0.0,0.0,6.57,1.39,2.7,0.78,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.17,12.3,9.23,0.61,0.0,0.0,0.0,0.0,5327.0,3428.0,22.96,20.39,0.0,3.72,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.06,-0.11,5.01,0.0,0.76,0.0,7.9,-11.46,0.0,-0.06,-0.45,-0.01,3.86,-0.02,8.92,0.0,0.0,-5.98,-0.06,-1.04,-6.55,-0.15,0.0,4.03,9.82,1355.0,998.0,11400.0,2616.0
240
+ base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,35.58,35.58,15.35,0.0,0.0,0.0,0.0,0.0,0.0,0.29,4.23,0.63,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.4,12.17,9.23,0.61,0.0,0.0,0.0,14.0,2111.0,3499.0,21.42,18.54,0.0,3.86,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.03,-11.46,0.0,-0.06,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.55,-0.15,0.0,3.87,9.83,1355.0,998.0,11400.0,2616.0
241
+ base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,35.16,35.16,15.35,0.0,0.0,0.0,0.0,0.0,0.0,0.29,3.7,0.73,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.4,12.69,9.23,0.61,0.0,0.0,0.0,7.0,2111.0,3399.0,21.42,18.78,0.0,3.86,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.03,-11.45,0.0,-0.08,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.06,-1.04,-6.55,-0.15,0.0,4.4,9.83,1355.0,998.0,11400.0,2616.0
242
+ base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,34.8,34.8,15.35,0.0,0.0,0.0,0.0,0.0,0.0,0.29,3.31,0.76,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.4,13.19,9.23,0.61,0.0,0.0,0.0,33.0,2111.0,3047.0,21.42,17.99,0.0,3.86,3.98,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,4.03,-11.45,0.0,-0.11,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.06,-1.04,-6.56,-0.15,0.0,4.95,9.83,1355.0,998.0,11400.0,2616.0
243
+ base-hvac-install-quality-furnace-gas-only.xml,30.73,30.73,16.06,0.0,0.0,0.0,0.0,0.0,0.0,0.3,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.07,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2083.0,0.0,22.64,0.0,0.0,3.82,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.03,-0.1,4.99,0.0,0.76,0.0,4.76,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.65,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.86,1355.0,998.0,11400.0,2616.0
244
+ base-hvac-install-quality-ground-to-air-heat-pump.xml,38.29,38.29,0.0,0.0,0.0,0.0,0.0,0.0,4.28,0.53,2.29,0.74,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.38,10.55,9.23,0.61,0.0,0.0,0.0,0.0,3285.0,2943.0,19.62,18.38,0.0,3.9,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,2.97,-11.45,0.0,0.01,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,2.21,9.83,1355.0,998.0,11400.0,2616.0
245
+ base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,33.16,33.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.25,0.44,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.81,9.23,0.66,0.0,0.0,0.0,0.0,0.0,3332.0,0.0,15.5,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.04,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.42,-0.16,0.0,1.6,10.05,1355.0,998.0,11400.0,2616.0
246
+ base-hvac-install-quality-mini-split-heat-pump-ducted.xml,38.07,38.07,0.0,0.0,0.0,0.0,0.0,0.0,4.15,0.94,2.1,0.44,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.82,9.48,9.23,0.61,0.0,0.0,0.0,0.0,3804.0,2698.0,17.45,15.25,0.0,3.92,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,2.4,-11.46,0.0,0.05,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.53,-0.15,0.0,1.15,9.83,1355.0,998.0,11400.0,2616.0
247
+ base-hvac-mini-split-air-conditioner-only-ducted.xml,32.4,32.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.7,0.23,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.55,9.23,0.66,0.0,0.0,0.0,0.0,0.0,2659.0,0.0,15.28,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.02,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.42,-0.16,0.0,1.32,10.05,1355.0,998.0,11400.0,2616.0
248
+ base-hvac-mini-split-air-conditioner-only-ductless.xml,32.13,32.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.57,0.08,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.26,9.23,0.66,0.0,0.0,0.0,0.0,0.0,2383.0,0.0,12.85,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.01,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.1,-6.4,-0.16,0.0,0.0,10.05,1355.0,998.0,11400.0,2616.0
249
+ base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,32.41,32.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.71,0.22,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.12,9.23,0.66,0.0,0.0,0.0,0.0,0.0,2483.0,0.0,14.9,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.01,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.11,-6.41,-0.16,0.0,0.87,10.05,1355.0,998.0,11400.0,2616.0
250
+ base-hvac-mini-split-heat-pump-ducted-heating-only.xml,34.32,34.32,0.0,0.0,0.0,0.0,0.0,0.0,3.36,0.54,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.49,0.0,9.23,0.6,0.0,0.0,0.0,0.0,3447.0,0.0,17.37,0.0,0.0,3.91,3.96,0.54,4.01,0.7,-0.12,0.0,0.0,3.03,-0.11,5.0,0.0,0.76,0.0,2.1,-11.42,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,-0.0,9.85,1355.0,998.0,11400.0,2616.0
251
+ base-hvac-mini-split-heat-pump-ducted.xml,36.38,36.38,0.0,0.0,0.0,0.0,0.0,0.0,3.38,0.61,1.73,0.22,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.68,9.22,9.23,0.61,0.0,0.0,0.0,0.0,3442.0,2383.0,17.3,14.94,0.0,3.93,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,2.25,-11.46,0.0,0.05,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.53,-0.15,0.0,0.88,9.83,1355.0,998.0,11400.0,2616.0
252
+ base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,35.73,35.73,0.0,0.35,0.0,0.0,0.0,0.0,3.45,0.18,1.59,0.08,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.5,8.33,9.23,0.61,0.0,0.0,0.0,0.0,3096.0,2442.0,15.13,13.04,0.0,4.02,3.98,0.54,3.99,0.71,-0.11,0.0,0.0,3.01,-0.13,6.14,0.0,0.76,0.0,0.0,-11.51,0.0,0.08,-0.43,-0.01,3.88,-0.02,8.99,0.0,0.0,-5.98,-0.08,-1.26,-6.4,-0.14,0.0,0.0,9.78,1355.0,998.0,11400.0,2616.0
253
+ base-hvac-mini-split-heat-pump-ductless.xml,35.42,35.42,0.0,0.0,0.0,0.0,0.0,0.0,3.0,0.21,1.69,0.08,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.52,8.36,9.23,0.61,0.0,0.0,0.0,0.0,3128.0,2286.0,14.56,12.88,0.0,4.02,3.97,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,0.0,-11.46,0.0,0.06,-0.45,-0.01,3.86,-0.02,8.94,0.0,0.0,-5.97,-0.07,-1.04,-6.52,-0.15,0.0,0.0,9.83,1355.0,998.0,11400.0,2616.0
254
+ base-hvac-multiple.xml,45.38,45.38,4.87,2.42,2.47,0.0,0.0,0.0,8.95,0.72,4.75,0.53,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.24,15.74,9.23,0.61,0.0,0.0,0.0,17.0,5850.0,4072.0,34.16,23.42,0.0,3.79,3.98,0.54,3.99,0.71,-0.13,0.0,0.0,3.0,-0.12,6.14,0.0,0.76,0.0,10.95,-11.51,0.0,-0.07,-0.42,-0.01,3.88,-0.02,8.97,0.0,0.0,-5.98,-0.07,-1.26,-6.49,-0.14,0.0,7.54,9.77,1355.0,998.0,11400.0,2616.0
255
+ base-hvac-none.xml,30.47,30.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.23,0.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.91,2.82,0.37,3.34,0.42,-3.61,0.0,0.0,1.2,-0.14,3.27,0.0,0.56,0.0,0.0,-11.28,0.0,-0.35,-0.87,-0.07,3.89,-0.13,7.68,0.0,0.0,-7.17,-0.03,-1.34,-11.28,-0.23,0.0,0.0,10.03,1355.0,998.0,11400.0,2616.0
256
+ base-hvac-portable-heater-gas-only.xml,30.42,30.42,10.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2021.0,0.0,14.56,0.0,0.0,4.0,3.96,0.54,4.01,0.7,-0.13,0.0,0.0,3.03,-0.1,4.99,0.0,0.76,0.0,0.0,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.86,1355.0,998.0,11400.0,2616.0
257
+ base-hvac-programmable-thermostat-detailed.xml,34.56,34.56,14.14,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.15,0.6,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.04,10.01,9.23,0.61,0.0,0.0,93.0,30.0,2192.0,3518.0,31.63,20.63,0.0,3.87,3.94,0.54,4.13,0.69,-0.33,0.0,0.0,2.86,-0.07,4.9,0.0,0.77,0.0,3.11,-11.45,0.0,-0.03,-0.48,-0.02,3.81,-0.04,8.72,0.0,0.0,-5.98,-0.01,-1.08,-6.95,-0.16,0.0,2.39,9.84,1355.0,998.0,11400.0,2616.0
258
+ base-hvac-programmable-thermostat.xml,34.64,34.64,13.49,0.0,0.0,0.0,0.0,0.0,0.0,0.35,3.23,0.61,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.68,10.24,9.23,0.61,0.0,0.0,0.0,39.0,2157.0,3445.0,22.67,21.19,0.0,3.82,3.88,0.53,3.99,0.68,-0.46,0.0,0.0,2.92,-0.08,4.84,0.0,0.76,0.0,3.03,-11.44,0.0,-0.04,-0.49,-0.02,3.82,-0.04,8.74,0.0,0.0,-6.07,-0.03,-1.07,-7.02,-0.16,0.0,2.59,9.85,1355.0,998.0,11400.0,2616.0
259
+ base-hvac-ptac-with-heating.xml,44.46,44.46,0.0,0.0,0.0,0.0,0.0,0.0,10.53,0.0,3.49,0.0,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.52,8.36,9.23,0.61,0.0,0.0,0.0,0.0,5330.0,3112.0,14.56,12.88,0.0,4.02,3.97,0.54,3.99,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,0.0,-11.45,0.0,0.06,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.52,-0.15,0.0,0.0,9.83,1355.0,998.0,11400.0,2616.0
260
+ base-hvac-ptac.xml,33.93,33.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.45,0.0,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.26,9.23,0.66,0.0,0.0,0.0,0.0,0.0,3378.0,0.0,12.85,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.01,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.1,-6.4,-0.16,0.0,0.0,10.05,1355.0,998.0,11400.0,2616.0
261
+ base-hvac-pthp.xml,38.79,38.79,0.0,0.0,0.0,0.0,0.0,0.0,4.96,0.0,3.39,0.0,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.52,8.36,9.23,0.61,0.0,0.0,0.0,0.0,3630.0,3099.0,14.56,12.88,0.0,4.02,3.97,0.54,3.99,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,0.0,-11.45,0.0,0.06,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.52,-0.15,0.0,0.0,9.83,1355.0,998.0,11400.0,2616.0
262
+ base-hvac-room-ac-only-33percent.xml,31.95,31.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.47,0.0,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.26,9.23,0.66,0.0,0.0,0.0,0.0,0.0,2350.0,0.0,12.85,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.01,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.1,-6.4,-0.16,0.0,0.0,10.05,1355.0,998.0,11400.0,2616.0
263
+ base-hvac-room-ac-only-ceer.xml,34.83,34.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.35,0.0,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.26,9.23,0.66,0.0,0.0,0.0,0.0,0.0,3850.0,0.0,12.85,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.01,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.1,-6.4,-0.16,0.0,0.0,10.05,1355.0,998.0,11400.0,2616.0
264
+ base-hvac-room-ac-only.xml,34.82,34.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.35,0.0,9.2,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.26,9.23,0.66,0.0,0.0,0.0,0.0,0.0,3846.0,0.0,12.85,0.0,2.96,2.86,0.38,3.58,0.43,-3.45,0.0,0.0,0.65,-0.19,3.34,0.0,0.57,0.0,0.0,-11.28,0.0,-0.01,-0.51,-0.02,3.98,-0.04,8.8,0.0,0.0,-6.21,-0.03,-1.1,-6.4,-0.16,0.0,0.0,10.05,1355.0,998.0,11400.0,2616.0
265
+ base-hvac-seasons.xml,34.9,34.9,14.39,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.43,0.66,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.71,11.27,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.89,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.31,-11.46,0.0,-0.02,-0.45,-0.01,3.86,-0.02,8.94,0.0,0.0,-5.98,-0.07,-1.04,-6.54,-0.15,0.0,2.94,9.83,1355.0,998.0,11400.0,2616.0
266
+ base-hvac-setpoints.xml,33.25,33.25,3.95,0.0,0.0,0.0,0.0,0.0,0.0,0.1,2.31,0.37,9.19,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.72,6.38,9.23,0.64,0.0,0.0,0.0,0.0,2098.0,3197.0,15.9,18.4,0.0,3.19,3.15,0.42,3.82,0.5,-2.58,0.0,0.0,1.21,-0.14,3.76,0.0,0.62,0.0,0.9,-11.27,0.0,-0.05,-0.51,-0.02,3.93,-0.04,8.78,0.0,0.0,-5.93,-0.02,-1.07,-10.24,-0.16,0.0,1.74,10.05,1355.0,998.0,11400.0,2616.0
267
+ base-hvac-stove-oil-only.xml,30.47,30.47,0.0,14.27,0.0,0.0,0.0,0.0,0.0,0.04,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.45,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2023.0,0.0,15.13,0.0,0.0,4.01,3.97,0.54,4.01,0.71,-0.13,0.0,0.0,2.96,-0.12,6.13,0.0,0.76,0.0,0.0,-11.48,0.0,-0.28,-0.81,-0.07,3.68,-0.11,7.83,0.0,0.0,-6.67,-0.07,-1.58,-11.39,-0.22,0.0,0.0,9.79,1355.0,998.0,11400.0,2616.0
268
+ base-hvac-stove-wood-pellets-only.xml,30.47,30.47,0.0,0.0,0.0,0.0,14.27,0.0,0.0,0.04,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.45,0.0,9.23,0.6,0.0,0.0,0.0,0.0,2023.0,0.0,15.13,0.0,0.0,4.01,3.97,0.54,4.01,0.71,-0.13,0.0,0.0,2.96,-0.12,6.13,0.0,0.76,0.0,0.0,-11.48,0.0,-0.28,-0.81,-0.07,3.68,-0.11,7.83,0.0,0.0,-6.67,-0.07,-1.58,-11.39,-0.22,0.0,0.0,9.79,1355.0,998.0,11400.0,2616.0
269
+ base-hvac-undersized-allow-increased-fixed-capacities.xml,34.59,34.59,13.11,0.0,0.0,0.0,0.0,0.0,0.0,0.34,3.2,0.61,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.39,10.24,9.23,0.61,0.0,0.0,0.0,4.0,2121.0,2999.0,18.13,15.58,0.0,3.93,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,1.96,-11.45,0.0,0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.53,-0.15,0.0,1.93,9.83,1355.0,998.0,11400.0,2616.0
270
+ base-hvac-undersized.xml,32.77,32.77,13.07,0.0,0.0,0.0,0.0,0.0,0.0,0.34,1.71,0.27,9.18,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.37,4.81,9.23,0.63,0.0,0.0,3059.0,1852.0,2100.0,1930.0,3.94,2.82,0.0,3.09,3.33,0.45,3.81,0.55,-2.17,0.0,0.0,1.51,-0.2,3.96,0.0,0.65,0.0,8.72,-11.52,0.0,-0.27,-0.72,-0.05,3.77,-0.09,8.0,0.0,0.0,-6.73,-0.07,-1.2,-10.16,-0.2,0.0,2.79,9.78,1355.0,998.0,11400.0,2616.0
271
+ base-hvac-wall-furnace-elec-only.xml,41.11,41.11,0.0,0.0,0.0,0.0,0.0,0.0,10.69,0.0,0.0,0.0,9.15,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.46,0.0,9.23,0.6,0.0,0.0,0.0,0.0,5412.0,0.0,14.56,0.0,0.0,4.0,3.96,0.54,4.01,0.7,-0.13,0.0,0.0,3.03,-0.1,4.99,0.0,0.76,0.0,0.0,-11.41,0.0,-0.31,-0.84,-0.07,3.66,-0.12,7.75,0.0,0.0,-6.66,-0.06,-1.3,-11.57,-0.22,0.0,0.0,9.86,1355.0,998.0,11400.0,2616.0
272
+ base-lighting-ceiling-fans.xml,35.37,35.37,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.39,0.64,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.52,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.72,10.93,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3503.0,20.46,20.63,0.0,3.88,3.97,0.54,4.0,0.71,-0.1,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.07,-0.5,-0.02,3.8,-0.04,8.79,0.0,0.0,-6.1,-0.06,-1.08,-6.88,-0.16,0.0,2.89,10.36,1355.0,998.0,11400.0,2616.0
273
+ base-lighting-holiday.xml,35.18,35.18,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.53,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2370.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
274
+ base-lighting-none.xml,29.92,29.92,16.59,0.0,0.0,0.0,0.0,0.0,0.0,0.43,3.28,0.62,9.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.69,10.39,9.23,0.61,0.0,0.0,0.0,0.0,1777.0,3261.0,20.7,20.24,0.0,3.84,3.94,0.54,3.73,0.7,-0.24,0.0,0.0,2.68,-0.13,4.99,0.0,0.76,0.0,3.76,-9.0,0.0,0.05,-0.39,-0.01,4.08,-0.01,9.12,0.0,0.0,-5.72,-0.08,-0.99,-6.12,-0.14,0.0,2.81,7.78,1355.0,998.0,11400.0,2616.0
275
+ base-location-AMY-2012.xml,34.79,34.79,21.24,0.0,0.0,0.0,0.0,0.0,0.0,0.55,2.83,0.5,9.57,0.0,0.0,4.52,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.52,1.53,0.0,2.12,8.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.09,8.71,9.68,0.61,0.0,0.0,0.0,0.0,2160.0,3007.0,19.64,18.78,0.0,4.66,4.7,0.65,4.93,0.91,1.93,0.0,0.0,4.14,-0.31,5.35,0.0,0.8,0.0,4.97,-12.72,0.0,-0.04,-0.46,-0.02,3.57,-0.04,7.66,0.0,0.0,-6.57,-0.25,-0.86,-5.33,-0.1,0.0,2.42,8.64,1359.0,1001.0,11588.0,2659.0
276
+ base-location-baltimore-md.xml,28.72,28.72,8.65,0.0,0.0,0.0,0.0,0.0,0.0,0.19,3.93,0.83,8.65,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.14,13.26,8.55,0.65,0.0,0.0,0.0,0.0,1714.0,2504.0,12.41,12.65,0.0,3.51,3.39,0.0,0.0,0.72,1.97,0.0,2.05,0.0,-0.3,2.07,0.0,0.81,0.0,1.22,-7.34,0.0,0.03,-0.47,0.0,0.0,0.02,9.82,0.0,-1.18,0.0,-0.29,-0.38,-2.99,-0.18,0.0,1.1,7.89,1355.0,998.0,11036.0,2719.0
277
+ base-location-capetown-zaf.xml,25.74,25.74,0.58,0.0,0.0,0.0,0.0,0.0,0.0,0.01,2.36,0.59,7.65,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.54,9.22,7.42,0.72,0.0,0.0,0.0,0.0,1264.0,2154.0,5.88,10.9,0.0,1.71,1.46,0.0,0.0,0.58,-1.54,0.0,3.75,0.0,-0.78,0.76,0.0,0.36,0.0,0.09,-5.97,0.0,-0.39,-1.15,0.0,0.0,-0.37,11.85,0.0,-4.26,0.0,-0.78,-0.5,-4.38,-0.32,0.0,0.54,9.26,1355.0,998.0,10580.0,2607.0
278
+ base-location-dallas-tx.xml,27.79,27.79,1.03,0.0,0.0,0.0,0.0,0.0,0.0,0.02,4.78,1.04,6.82,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.97,16.04,6.68,0.58,0.0,0.0,0.0,0.0,1673.0,2082.0,6.93,8.82,0.0,1.75,1.63,0.0,0.0,0.39,0.96,0.0,0.0,-0.48,-0.36,1.02,0.0,0.4,0.0,0.03,-4.5,0.0,0.85,0.26,0.0,0.0,0.27,17.51,0.0,0.0,-10.51,-0.34,-0.3,-3.01,-0.07,0.0,0.18,11.31,1355.0,998.0,9989.0,2461.0
279
+ base-location-duluth-mn.xml,29.62,29.62,38.57,0.0,0.0,0.0,0.0,0.0,0.0,0.87,1.81,0.23,11.58,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.35,3.68,11.6,0.79,0.0,0.0,0.0,0.0,1803.0,2332.0,23.77,10.92,0.0,7.06,7.09,0.0,0.0,1.59,8.69,0.0,7.67,0.0,-0.31,6.4,0.0,0.0,0.0,6.45,-8.29,0.0,-0.36,-0.71,0.0,0.0,-0.08,5.53,0.0,-1.14,0.0,-0.31,-0.48,-2.1,0.0,0.0,0.26,3.22,1355.0,998.0,12168.0,2889.0
280
+ base-location-helena-mt.xml,35.0,35.0,28.64,0.0,0.0,0.0,0.0,0.0,0.0,0.7,2.31,0.38,10.33,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.05,6.37,10.48,0.62,0.0,0.0,0.0,0.0,2218.0,3028.0,26.32,16.59,0.0,5.73,5.75,0.8,5.25,1.14,3.3,0.0,0.0,5.68,-0.39,7.94,0.0,1.22,0.0,5.86,-15.33,0.0,-0.01,-0.34,-0.01,3.05,0.01,7.18,0.0,0.0,-5.15,-0.35,-0.63,-4.73,-0.12,0.0,1.48,5.97,1355.0,998.0,11852.0,2720.0
281
+ base-location-honolulu-hi.xml,28.54,28.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.91,1.68,4.82,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.07,4.57,0.55,0.0,0.0,0.0,0.0,0.0,1771.0,0.0,7.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.61,1.09,0.0,0.0,0.38,22.71,0.0,0.0,-13.3,-0.0,-0.03,-2.62,0.07,0.0,0.4,15.78,1355.0,998.0,8541.0,2104.0
282
+ base-location-miami-fl.xml,28.1,28.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.46,1.56,4.95,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.84,4.71,0.55,0.0,0.0,0.0,0.0,0.0,1847.0,0.0,8.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.41,0.95,0.0,0.0,0.39,21.26,0.0,0.0,-12.69,-0.0,-0.17,-3.42,0.01,0.0,0.36,15.79,1355.0,998.0,8625.0,2125.0
283
+ base-location-phoenix-az.xml,29.89,29.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.89,1.68,5.19,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.65,4.95,0.56,0.0,0.0,0.0,0.0,1120.0,2390.0,0.5,11.18,0.0,0.72,0.53,0.0,0.0,0.22,1.04,0.0,0.0,-0.52,-0.47,0.38,0.0,0.13,0.0,0.0,-2.11,0.0,2.23,1.81,0.0,0.0,0.92,28.21,0.0,0.0,-14.13,-0.47,0.08,-5.19,0.14,0.0,0.48,13.68,1355.0,998.0,8429.0,2077.0
284
+ base-location-portland-or.xml,26.74,26.74,11.12,0.0,0.0,0.0,0.0,0.0,0.0,0.24,1.94,0.34,9.1,0.0,0.0,2.65,0.0,0.24,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,4.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.47,5.42,8.88,0.8,0.0,0.0,0.0,0.0,1720.0,2680.0,9.0,12.86,0.0,3.41,3.28,0.0,0.0,0.72,1.75,0.0,6.84,0.0,-0.35,1.45,0.0,0.82,0.0,1.94,-9.47,0.0,-0.12,-0.58,0.0,0.0,0.01,7.59,0.0,-3.03,0.0,-0.34,-0.31,-3.5,-0.21,0.0,0.34,5.76,1355.0,998.0,11239.0,2769.0
285
+ base-mechvent-balanced.xml,37.2,37.2,33.75,0.0,0.0,0.0,0.0,0.0,0.0,0.88,3.43,0.65,9.17,0.0,0.0,4.51,0.0,0.33,1.79,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.92,10.98,9.23,0.62,0.0,0.0,0.0,4.0,2265.0,3505.0,29.9,21.2,0.0,3.8,4.0,0.55,3.97,0.73,-0.13,0.0,0.0,2.68,-0.29,5.68,0.0,15.61,0.0,7.21,-11.94,0.0,0.22,-0.23,0.02,4.02,0.05,9.54,0.0,0.0,-5.88,-0.25,-0.83,-5.09,-2.98,0.0,2.98,9.36,1355.0,998.0,11400.0,2616.0
286
+ base-mechvent-bath-kitchen-fans.xml,35.1,35.1,16.11,0.0,0.0,0.0,0.0,0.0,0.0,0.42,3.47,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.11,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.23,11.21,9.23,0.61,0.0,0.0,0.0,0.0,2164.0,3765.0,20.44,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.15,0.0,0.0,3.02,-0.1,4.5,0.0,2.59,0.0,3.65,-11.49,0.0,0.01,-0.42,-0.01,3.88,-0.02,8.96,0.0,0.0,-5.97,-0.06,-0.92,-6.37,-0.61,0.0,2.99,9.79,1355.0,998.0,11400.0,2616.0
287
+ base-mechvent-cfis-dse.xml,37.98,37.98,26.13,0.0,0.0,0.0,0.0,0.0,0.0,0.68,4.01,0.72,9.17,0.0,0.0,4.51,0.0,0.33,2.12,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.75,8.28,9.23,0.62,0.0,0.0,0.0,0.0,2208.0,2957.0,19.43,14.53,0.0,4.05,3.98,0.55,3.98,0.72,-0.1,0.0,0.0,2.79,-0.24,1.57,0.0,14.17,0.0,0.0,-11.76,0.0,0.22,-0.3,0.01,3.97,0.02,9.37,0.0,0.0,-5.93,-0.2,-0.2,-5.61,-2.54,0.0,0.0,9.53,1355.0,998.0,11400.0,2616.0
288
+ base-mechvent-cfis-evap-cooler-only-ducted.xml,34.11,34.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.82,9.24,0.0,0.0,4.51,0.0,0.33,2.78,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.46,9.23,0.69,0.0,0.0,0.0,0.0,0.0,2282.0,0.0,19.92,0.0,2.23,2.18,0.28,3.16,0.26,-5.54,0.0,0.0,-1.18,-0.22,0.68,0.0,7.58,0.0,1.86,-11.31,0.0,0.13,-0.38,-0.0,4.17,-0.01,9.22,0.0,0.0,-6.12,-0.03,-0.23,-5.25,-2.76,0.0,0.71,10.05,1355.0,998.0,11400.0,2616.0
289
+ base-mechvent-cfis.xml,37.3,37.3,28.97,0.0,0.0,0.0,0.0,0.0,0.0,0.75,3.5,0.67,9.17,0.0,0.0,4.51,0.0,0.33,1.94,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.4,11.3,9.23,0.62,0.0,0.0,0.0,2.0,2224.0,3445.0,26.91,21.08,0.0,3.79,4.01,0.55,4.0,0.73,-0.08,0.0,0.0,2.76,-0.28,1.58,0.0,14.43,0.0,7.75,-11.87,0.0,0.21,-0.26,0.02,3.99,0.04,9.45,0.0,0.0,-5.92,-0.24,-0.19,-5.4,-2.39,0.0,2.55,9.43,1355.0,998.0,11400.0,2616.0
290
+ base-mechvent-erv-atre-asre.xml,36.93,36.93,19.31,0.0,0.0,0.0,0.0,0.0,0.0,0.5,3.52,0.68,9.16,0.0,0.0,4.51,0.0,0.33,1.79,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.26,11.42,9.23,0.61,0.0,0.0,0.0,0.0,2230.0,3522.0,22.81,20.98,0.0,3.86,3.98,0.54,3.98,0.71,-0.16,0.0,0.0,2.93,-0.14,5.63,0.0,4.08,0.0,4.34,-11.59,0.0,0.05,-0.38,-0.0,3.9,-0.0,9.08,0.0,0.0,-5.95,-0.09,-1.07,-6.16,-0.71,0.0,3.05,9.7,1355.0,998.0,11400.0,2616.0
291
+ base-mechvent-erv.xml,36.93,36.93,19.31,0.0,0.0,0.0,0.0,0.0,0.0,0.5,3.52,0.68,9.16,0.0,0.0,4.51,0.0,0.33,1.79,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.26,11.42,9.23,0.61,0.0,0.0,0.0,0.0,2230.0,3526.0,22.81,20.98,0.0,3.86,3.98,0.54,3.98,0.71,-0.16,0.0,0.0,2.93,-0.14,5.63,0.0,4.08,0.0,4.34,-11.59,0.0,0.05,-0.38,-0.0,3.9,-0.0,9.08,0.0,0.0,-5.95,-0.09,-1.07,-6.16,-0.71,0.0,3.05,9.7,1355.0,998.0,11400.0,2616.0
292
+ base-mechvent-exhaust-rated-flow-rate.xml,36.12,36.12,28.99,0.0,0.0,0.0,0.0,0.0,0.0,0.75,3.39,0.64,9.17,0.0,0.0,4.51,0.0,0.33,0.9,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.42,10.8,9.23,0.62,0.0,0.0,0.0,2.0,2212.0,3805.0,26.93,21.1,0.0,3.82,4.0,0.55,3.97,0.72,-0.13,0.0,0.0,2.72,-0.26,1.52,0.0,16.03,0.0,6.27,-11.86,0.0,0.2,-0.25,0.02,4.0,0.04,9.46,0.0,0.0,-5.89,-0.22,-0.18,-5.23,-3.54,0.0,2.93,9.43,1355.0,998.0,11400.0,2616.0
293
+ base-mechvent-exhaust.xml,36.12,36.12,28.99,0.0,0.0,0.0,0.0,0.0,0.0,0.75,3.39,0.64,9.17,0.0,0.0,4.51,0.0,0.33,0.9,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.42,10.8,9.23,0.62,0.0,0.0,0.0,2.0,2212.0,3805.0,26.93,21.1,0.0,3.82,4.0,0.55,3.97,0.72,-0.13,0.0,0.0,2.72,-0.26,1.52,0.0,16.03,0.0,6.27,-11.86,0.0,0.2,-0.25,0.02,4.0,0.04,9.46,0.0,0.0,-5.89,-0.22,-0.18,-5.23,-3.54,0.0,2.93,9.43,1355.0,998.0,11400.0,2616.0
294
+ base-mechvent-hrv-asre.xml,36.94,36.94,19.3,0.0,0.0,0.0,0.0,0.0,0.0,0.5,3.52,0.68,9.16,0.0,0.0,4.51,0.0,0.33,1.79,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.25,11.42,9.23,0.61,0.0,0.0,0.0,0.0,2230.0,3523.0,22.81,20.97,0.0,3.86,3.98,0.54,3.98,0.71,-0.16,0.0,0.0,2.93,-0.14,5.63,0.0,4.07,0.0,4.34,-11.59,0.0,0.05,-0.38,-0.0,3.9,-0.0,9.08,0.0,0.0,-5.95,-0.09,-1.07,-6.16,-0.71,0.0,3.06,9.7,1355.0,998.0,11400.0,2616.0
295
+ base-mechvent-hrv.xml,36.94,36.94,19.31,0.0,0.0,0.0,0.0,0.0,0.0,0.5,3.52,0.68,9.16,0.0,0.0,4.51,0.0,0.33,1.79,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.26,11.42,9.23,0.61,0.0,0.0,0.0,0.0,2230.0,3527.0,22.81,20.97,0.0,3.86,3.98,0.54,3.98,0.71,-0.16,0.0,0.0,2.93,-0.14,5.63,0.0,4.08,0.0,4.34,-11.59,0.0,0.05,-0.38,-0.0,3.9,-0.0,9.08,0.0,0.0,-5.95,-0.09,-1.07,-6.16,-0.71,0.0,3.06,9.7,1355.0,998.0,11400.0,2616.0
296
+ base-mechvent-multiple.xml,37.93,37.93,35.56,0.0,0.0,0.0,0.0,0.0,0.0,0.92,3.8,0.74,9.17,0.0,0.0,4.51,0.0,0.33,1.65,0.0,0.0,0.37,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.63,12.63,9.23,0.62,0.0,0.0,0.0,55.0,2279.0,3672.0,33.0,23.12,0.0,3.51,4.03,0.55,4.02,0.74,-0.05,0.0,0.0,2.77,-0.33,2.48,0.0,11.94,0.0,15.9,-11.94,0.0,0.09,-0.19,0.03,4.02,0.06,9.64,0.0,0.0,-5.82,-0.29,-0.27,0.0,-1.99,-7.0,4.93,9.35,1355.0,998.0,11400.0,2616.0
297
+ base-mechvent-supply.xml,36.15,36.15,27.54,0.0,0.0,0.0,0.0,0.0,0.0,0.72,3.44,0.66,9.17,0.0,0.0,4.51,0.0,0.33,0.9,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.05,11.04,9.23,0.62,0.0,0.0,0.0,2.0,2206.0,3475.0,26.77,21.1,0.0,3.83,4.0,0.55,3.98,0.72,-0.12,0.0,0.0,2.75,-0.24,1.57,0.0,14.77,0.0,6.0,-11.82,0.0,0.17,-0.27,0.01,3.99,0.03,9.41,0.0,0.0,-5.91,-0.21,-0.19,-5.4,-3.09,0.0,2.98,9.48,1355.0,998.0,11400.0,2616.0
298
+ base-mechvent-whole-house-fan.xml,34.58,34.58,14.63,0.0,0.0,0.0,0.0,0.0,0.0,0.38,2.66,0.46,9.17,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.64,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.83,7.68,9.23,0.62,0.0,0.0,0.0,0.0,2149.0,3663.0,20.46,19.56,0.0,3.9,3.99,0.54,3.98,0.71,-0.06,0.0,0.0,3.11,-0.12,5.03,0.0,0.77,0.0,3.35,-11.49,0.0,0.01,-0.29,0.01,3.95,0.02,9.42,0.0,0.0,-5.64,-0.07,-0.91,0.0,-0.13,-10.36,2.13,9.8,1355.0,998.0,11400.0,2616.0
299
+ base-misc-defaults.xml,32.0,12.57,26.62,0.0,0.0,0.0,0.0,0.0,0.0,0.85,2.3,0.53,2.59,0.0,0.31,4.51,0.0,0.33,1.12,0.0,0.0,1.03,2.36,0.0,0.0,0.45,0.34,2.51,1.53,0.74,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,-19.43,0.0,26.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.41,6.48,10.57,1.39,0.0,9.38,0.0,0.0,2445.0,2902.0,23.08,17.15,0.0,3.75,3.98,0.54,3.97,1.2,-0.13,0.0,0.0,2.78,-0.25,2.18,0.0,15.61,0.0,2.17,-12.41,0.0,0.68,-0.11,0.04,3.99,-0.19,9.81,0.0,0.0,-5.71,-0.22,-0.24,0.0,-3.04,-9.47,0.53,10.71,1610.0,1574.0,10915.0,3847.0
300
+ base-misc-generators.xml,34.98,31.56,23.03,8.5,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-3.41,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
301
+ base-misc-loads-large-uncommon.xml,67.0,67.0,63.5,0.0,2.5,5.5,0.0,0.0,0.0,0.28,4.14,0.84,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,7.34,2.39,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,5.12,1.62,0.0,9.21,4.44,3.41,0.0,0.0,10.74,0.0,0.0,0.0,0.0,49.97,0.0,0.0,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.15,14.23,9.23,0.61,0.0,0.0,0.0,2.0,3284.0,5029.0,19.57,21.04,0.0,3.98,4.03,0.55,4.49,0.72,0.29,0.0,0.0,3.76,-0.14,5.07,0.0,0.77,0.0,2.53,-16.03,0.0,-0.18,-0.61,-0.03,3.24,-0.06,8.68,0.0,0.0,-6.78,-0.09,-1.18,-7.66,-0.17,0.0,3.59,15.51,1355.0,998.0,11400.0,2616.0
302
+ base-misc-loads-large-uncommon2.xml,63.45,63.45,13.53,2.5,0.0,0.0,5.5,0.0,0.0,0.28,4.14,0.84,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,7.34,2.39,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,5.12,1.62,0.0,9.21,0.89,3.41,0.0,0.0,10.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.15,14.23,9.23,0.61,0.0,0.0,0.0,2.0,3216.0,4627.0,19.57,21.04,0.0,3.98,4.03,0.55,4.49,0.72,0.29,0.0,0.0,3.76,-0.14,5.07,0.0,0.77,0.0,2.53,-16.03,0.0,-0.18,-0.61,-0.03,3.24,-0.06,8.68,0.0,0.0,-6.78,-0.09,-1.18,-7.66,-0.17,0.0,3.59,15.51,1355.0,998.0,11400.0,2616.0
303
+ base-misc-loads-none.xml,24.03,24.03,19.07,0.0,0.0,0.0,0.0,0.0,0.0,0.5,3.03,0.55,9.17,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.03,9.32,9.23,0.62,0.0,0.0,0.0,0.0,1559.0,2928.0,21.46,19.41,0.0,3.83,3.94,0.54,3.47,0.7,-0.28,0.0,0.0,2.28,-0.14,4.99,0.0,0.76,0.0,4.27,-6.4,0.0,0.13,-0.32,0.0,4.33,0.01,9.25,0.0,0.0,-5.45,-0.1,-0.92,-5.65,-0.13,0.0,2.57,5.62,1355.0,998.0,11400.0,2616.0
304
+ base-misc-neighbor-shading.xml,34.68,34.68,17.32,0.0,0.0,0.0,0.0,0.0,0.0,0.45,3.2,0.6,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.38,10.06,9.23,0.61,0.0,0.0,0.0,0.0,2137.0,3360.0,20.57,19.81,0.0,3.8,4.11,0.59,3.92,0.9,2.13,0.0,0.0,2.86,-0.12,4.97,0.0,0.76,0.0,3.91,-11.52,0.0,0.04,-0.51,-0.03,3.89,-0.08,7.66,0.0,0.0,-5.95,-0.08,-1.0,-6.21,-0.14,0.0,2.7,9.77,1355.0,998.0,11400.0,2616.0
305
+ base-misc-shielding-of-home.xml,35.2,35.2,14.1,0.0,0.0,0.0,0.0,0.0,0.0,0.37,3.68,0.72,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.33,12.2,9.23,0.61,0.0,0.0,0.0,0.0,2149.0,3445.0,20.44,20.69,0.0,3.88,3.97,0.54,4.0,0.71,-0.09,0.0,0.0,3.1,-0.1,4.61,0.0,0.76,0.0,3.25,-11.42,0.0,-0.07,-0.49,-0.02,3.84,-0.03,8.81,0.0,0.0,-6.02,-0.05,-0.97,-5.68,-0.16,0.0,3.18,9.86,1355.0,998.0,11400.0,2616.0
306
+ base-misc-usage-multiplier.xml,49.67,49.67,60.83,0.0,2.25,4.95,0.0,0.0,0.0,0.35,3.66,0.72,8.3,0.0,0.0,4.06,0.0,0.3,0.0,0.0,0.0,0.0,2.0,2.15,0.0,0.29,0.33,1.36,1.38,0.0,1.9,7.54,0.0,0.0,0.0,8.29,3.99,3.07,0.0,0.0,13.34,0.0,0.0,0.0,0.0,44.97,0.0,0.0,2.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.61,12.07,8.31,0.61,0.0,0.0,0.0,0.0,2759.0,4386.0,20.23,20.81,0.0,3.9,3.98,0.54,4.14,0.71,-0.04,0.0,0.0,3.29,-0.1,5.07,0.0,0.69,0.0,3.08,-12.77,0.0,-0.08,-0.5,-0.02,3.69,-0.04,8.82,0.0,0.0,-6.17,-0.05,-1.1,-6.87,-0.14,0.0,3.16,11.38,1219.0,898.0,10260.0,2354.0
307
+ base-pv-battery-ah.xml,34.98,8.4,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,-26.58,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
308
+ base-pv-battery-garage.xml,33.97,7.44,16.45,0.0,0.0,0.0,0.0,0.0,0.0,0.43,2.44,0.42,9.26,0.0,0.0,4.51,0.14,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,-26.53,0.0,16.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.55,6.88,9.23,0.72,0.0,0.0,0.0,0.0,2156.0,2664.0,15.73,13.17,0.0,3.69,3.93,0.53,3.46,0.66,3.02,0.0,0.0,1.63,-0.11,5.49,0.0,0.0,0.0,2.6,-9.37,0.0,0.13,-0.27,-0.0,3.48,0.01,6.09,0.0,0.0,-5.31,-0.07,-1.09,-4.67,0.0,0.0,1.04,7.59,1355.0,998.0,11400.0,2616.0
309
+ base-pv-battery-outside-degrades.xml,34.98,8.43,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,-26.54,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
310
+ base-pv-battery-outside.xml,34.98,8.4,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,-26.58,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
311
+ base-pv.xml,34.98,8.09,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,-26.89,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
312
+ base-schedules-detailed-smooth.xml,34.99,34.99,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.12,8.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2156.0,3438.0,20.47,20.67,0.0,3.89,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.46,0.0,-0.02,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
313
+ base-schedules-detailed-stochastic-vacancy.xml,29.81,29.81,18.31,0.0,0.0,0.0,0.0,0.0,0.0,0.48,3.56,0.69,7.42,0.0,0.0,3.62,0.0,0.26,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.27,0.3,1.26,1.26,0.0,1.7,6.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.31,11.62,7.36,0.61,0.0,0.0,0.0,1.0,5370.0,5962.0,31.2,21.5,0.0,3.83,3.94,0.54,3.68,0.7,-0.25,0.0,0.0,2.64,-0.1,5.51,0.0,0.55,0.0,4.12,-7.93,0.0,-0.02,-0.45,-0.01,3.83,-0.02,8.9,0.0,0.0,-6.01,-0.06,-1.14,-6.54,-0.16,0.0,3.07,10.27,1141.0,884.0,9206.0,2113.0
314
+ base-schedules-detailed-stochastic.xml,35.09,35.09,15.17,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.56,0.69,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.12,8.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.34,11.62,9.23,0.61,0.0,0.0,0.0,1.0,5370.0,5962.0,31.18,21.5,0.0,3.88,3.98,0.54,3.99,0.71,-0.13,0.0,0.0,3.06,-0.1,5.49,0.0,0.83,0.0,3.46,-11.47,0.0,-0.02,-0.45,-0.01,3.83,-0.02,8.9,0.0,0.0,-6.01,-0.06,-1.14,-6.54,-0.16,0.0,3.07,10.27,1355.0,998.0,11399.0,2616.0
315
+ base-schedules-simple.xml,35.0,35.0,14.62,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.51,0.68,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.83,11.41,9.23,0.61,0.0,0.0,0.0,0.0,2025.0,3456.0,20.49,20.7,0.0,3.88,3.97,0.54,3.98,0.71,-0.1,0.0,0.0,3.05,-0.11,5.01,0.0,0.76,0.0,3.35,-11.32,0.0,-0.03,-0.46,-0.01,3.85,-0.03,8.93,0.0,0.0,-5.99,-0.07,-1.04,-6.56,-0.15,0.0,3.03,9.96,1355.0,998.0,11400.0,2616.0
316
+ base-simcontrol-calendar-year-custom.xml,35.01,35.01,14.5,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.51,0.68,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.12,8.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.71,11.43,9.23,0.61,0.0,0.0,0.0,0.0,2140.0,3445.0,20.48,20.68,0.0,3.89,3.98,0.54,4.02,0.7,-0.17,0.0,0.0,3.05,-0.07,5.01,0.0,0.76,0.0,3.33,-11.47,0.0,-0.04,-0.46,-0.02,3.88,-0.03,9.11,0.0,0.0,-6.01,-0.02,-1.05,-6.63,-0.15,0.0,3.03,9.82,1355.0,998.0,11400.0,2616.0
317
+ base-simcontrol-daylight-saving-custom.xml,34.98,34.98,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0
318
+ base-simcontrol-daylight-saving-disabled.xml,34.96,34.96,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.47,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.72,11.26,9.23,0.61,0.0,0.0,0.0,0.0,2149.0,3371.0,20.46,20.51,0.0,3.88,3.98,0.54,3.99,0.71,-0.09,0.0,0.0,3.07,-0.12,5.01,0.0,0.76,0.0,3.33,-11.46,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.98,-0.07,-1.04,-6.57,-0.15,0.0,2.99,9.83,1355.0,998.0,11400.0,2616.0
319
+ base-simcontrol-runperiod-1-month.xml,3.18,3.18,3.3,0.0,0.0,0.0,0.0,0.0,0.0,0.09,0.11,0.0,0.92,0.0,0.0,0.45,0.0,0.04,0.0,0.0,0.0,0.0,0.16,0.0,0.0,0.03,0.03,0.13,0.14,0.0,0.2,0.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.11,0.0,0.93,0.06,0.0,0.0,0.0,0.0,2108.0,0.0,16.82,0.0,0.0,0.77,0.74,0.1,1.01,0.12,0.12,0.0,0.0,0.46,-0.04,0.95,0.0,0.14,0.0,0.77,-2.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,116.0,93.0,1020.0,234.0
320
+ base-simcontrol-timestep-10-mins.xml,35.15,35.15,15.14,0.0,0.0,0.0,0.0,0.0,0.0,0.39,3.62,0.7,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.32,11.78,9.23,0.61,0.0,0.0,0.0,0.0,3581.0,4988.0,20.66,20.47,0.0,3.98,4.02,0.55,4.08,0.72,0.12,0.0,0.0,3.12,-0.12,5.01,0.0,0.78,0.0,3.51,-11.47,0.0,-0.13,-0.45,-0.02,3.86,-0.02,8.99,0.0,0.0,-6.0,-0.08,-1.01,-6.26,-0.15,0.0,3.23,9.81,1355.0,998.0,11400.0,2616.0
321
+ base.xml,34.98,34.98,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.38,3.49,0.67,9.16,0.0,0.0,4.51,0.0,0.33,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.32,0.37,1.51,1.53,0.0,2.11,8.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.73,11.33,9.23,0.61,0.0,0.0,0.0,0.0,2127.0,3445.0,20.46,20.68,0.0,3.88,3.98,0.54,4.0,0.71,-0.09,0.0,0.0,3.07,-0.11,5.01,0.0,0.76,0.0,3.33,-11.45,0.0,-0.03,-0.45,-0.01,3.86,-0.02,8.93,0.0,0.0,-5.97,-0.07,-1.04,-6.54,-0.15,0.0,3.01,9.83,1355.0,998.0,11400.0,2616.0