openstudio-analysis 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -0
  3. data/Rakefile +1 -1
  4. data/lib/openstudio/analysis/translator/excel.rb +63 -19
  5. data/lib/openstudio/analysis/version.rb +1 -1
  6. data/lib/openstudio/helpers/string.rb +5 -0
  7. data/lib/openstudio/templates/analysis.json.erb +5 -5
  8. data/spec/files/export/analysis/small_seed.json +117 -117
  9. data/spec/files/export/analysis/small_seed.zip +0 -0
  10. data/spec/files/setup_version_2.xlsx +0 -0
  11. data/spec/openstudio/analysis/translator/excel_spec.rb +26 -0
  12. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.10.xml +9 -0
  13. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.11.xml +9 -0
  14. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.12.xml +9 -0
  15. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.13.xml +9 -0
  16. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.14.xml +9 -0
  17. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.15.xml +9 -0
  18. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.16.xml +9 -0
  19. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.17.xml +9 -0
  20. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.18.xml +9 -0
  21. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.19.xml +9 -0
  22. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.20.xml +9 -0
  23. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.21.xml +9 -0
  24. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.22.xml +9 -0
  25. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.23.xml +9 -0
  26. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.24.xml +9 -0
  27. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.6.xml +9 -0
  28. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.7.xml +9 -0
  29. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.8.xml +9 -0
  30. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.9.xml +9 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.10.xml +9 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.11.xml +9 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.12.xml +9 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.13.xml +9 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.14.xml +9 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.15.xml +9 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.16.xml +9 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.17.xml +9 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.18.xml +9 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.19.xml +9 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.20.xml +9 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.21.xml +9 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.22.xml +9 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.23.xml +9 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.24.xml +9 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.6.xml +9 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.7.xml +9 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.8.xml +9 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.9.xml +9 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.10.xml +7 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.11.xml +7 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.12.xml +7 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.13.xml +7 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.14.xml +7 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.15.xml +7 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.16.xml +7 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.17.xml +7 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.18.xml +7 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.19.xml +7 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.20.xml +7 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.21.xml +7 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.22.xml +7 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.23.xml +7 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.24.xml +7 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.6.xml +7 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.7.xml +7 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.8.xml +7 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.9.xml +7 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.10.xml +22 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.11.xml +22 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.12.xml +22 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.13.xml +22 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.14.xml +22 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.15.xml +22 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.16.xml +22 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.17.xml +22 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.18.xml +22 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.19.xml +22 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.20.xml +22 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.21.xml +22 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.22.xml +22 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.23.xml +22 -0
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.24.xml +22 -0
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.6.xml +22 -0
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.7.xml +22 -0
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.8.xml +22 -0
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.9.xml +22 -0
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.0.xml +22 -0
  89. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.1.xml +24 -0
  90. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.10.xml +33 -0
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.11.xml +35 -0
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.12.xml +35 -0
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.13.xml +35 -0
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.14.xml +36 -0
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.15.xml +22 -0
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.16.xml +27 -0
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.17.xml +26 -0
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.2.xml +20 -0
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.3.xml +15 -0
  100. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.4.xml +15 -0
  101. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.5.xml +17 -0
  102. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.6.xml +17 -0
  103. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.7.xml +33 -0
  104. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.8.xml +33 -0
  105. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.9.xml +33 -0
  106. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.xml +19 -0
  107. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.10.xml +16 -0
  108. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.11.xml +16 -0
  109. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.12.xml +16 -0
  110. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.13.xml +16 -0
  111. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.14.xml +16 -0
  112. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.15.xml +16 -0
  113. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.16.xml +16 -0
  114. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.17.xml +16 -0
  115. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.18.xml +16 -0
  116. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.19.xml +16 -0
  117. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.20.xml +16 -0
  118. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.21.xml +16 -0
  119. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.22.xml +16 -0
  120. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.23.xml +16 -0
  121. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.24.xml +16 -0
  122. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.6.xml +16 -0
  123. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.7.xml +16 -0
  124. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.8.xml +16 -0
  125. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.9.xml +16 -0
  126. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.10.xml +15 -0
  127. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.11.xml +15 -0
  128. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.12.xml +15 -0
  129. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.13.xml +15 -0
  130. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.14.xml +15 -0
  131. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.15.xml +15 -0
  132. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.16.xml +15 -0
  133. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.17.xml +15 -0
  134. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.18.xml +15 -0
  135. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.19.xml +15 -0
  136. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.20.xml +15 -0
  137. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.21.xml +15 -0
  138. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.22.xml +15 -0
  139. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.23.xml +15 -0
  140. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.24.xml +15 -0
  141. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.6.xml +15 -0
  142. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.7.xml +15 -0
  143. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.8.xml +15 -0
  144. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.9.xml +15 -0
  145. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.10.xml +30 -0
  146. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.11.xml +30 -0
  147. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.12.xml +30 -0
  148. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.13.xml +30 -0
  149. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.14.xml +30 -0
  150. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.15.xml +30 -0
  151. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.16.xml +30 -0
  152. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.17.xml +30 -0
  153. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.18.xml +30 -0
  154. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.19.xml +30 -0
  155. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.20.xml +30 -0
  156. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.21.xml +30 -0
  157. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.22.xml +30 -0
  158. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.23.xml +30 -0
  159. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.24.xml +30 -0
  160. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.6.xml +30 -0
  161. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.7.xml +30 -0
  162. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.8.xml +30 -0
  163. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.9.xml +30 -0
  164. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.10.xml +15 -0
  165. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.11.xml +15 -0
  166. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.12.xml +15 -0
  167. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.13.xml +15 -0
  168. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.14.xml +15 -0
  169. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.15.xml +15 -0
  170. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.16.xml +15 -0
  171. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.17.xml +15 -0
  172. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.18.xml +15 -0
  173. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.19.xml +15 -0
  174. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.20.xml +15 -0
  175. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.21.xml +15 -0
  176. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.22.xml +15 -0
  177. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.23.xml +15 -0
  178. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.24.xml +15 -0
  179. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.6.xml +15 -0
  180. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.7.xml +15 -0
  181. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.8.xml +15 -0
  182. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.9.xml +15 -0
  183. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.10.xml +7 -0
  184. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.11.xml +7 -0
  185. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.12.xml +7 -0
  186. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.13.xml +7 -0
  187. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.14.xml +7 -0
  188. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.15.xml +7 -0
  189. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.16.xml +7 -0
  190. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.17.xml +7 -0
  191. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.18.xml +7 -0
  192. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.19.xml +7 -0
  193. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.20.xml +7 -0
  194. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.21.xml +7 -0
  195. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.22.xml +7 -0
  196. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.23.xml +7 -0
  197. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.24.xml +7 -0
  198. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.6.xml +7 -0
  199. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.7.xml +7 -0
  200. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.8.xml +7 -0
  201. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.9.xml +7 -0
  202. metadata +385 -3
@@ -14,7 +14,7 @@
14
14
  "number_of_samples": 30,
15
15
  "algorithm": {
16
16
  "number_of_samples": 30,
17
- "sample_method": "all_variables"
17
+ "sample_method": 0
18
18
  },
19
19
  "name": "Problem",
20
20
  "workflow": [
@@ -25,94 +25,94 @@
25
25
  "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
26
26
  "name": "space_type",
27
27
  "value": "*Entire Building*",
28
- "uuid_DELETEME": "ca3dd000-4b02-0131-a3df-14109fdf0b37",
29
- "uuid": "ca3df700-4b02-0131-a3e0-14109fdf0b37",
30
- "version_uuid_DELETEME": "ca3e16f0-4b02-0131-a3e1-14109fdf0b37",
31
- "version_uuid": "ca3e3340-4b02-0131-a3e2-14109fdf0b37"
28
+ "uuid_DELETEME": "cc4ce100-616e-0131-c5b9-14109fdf0b37",
29
+ "uuid": "cc4d05d0-616e-0131-c5ba-14109fdf0b37",
30
+ "version_uuid_DELETEME": "cc4d2770-616e-0131-c5bb-14109fdf0b37",
31
+ "version_uuid": "cc4d4e60-616e-0131-c5bc-14109fdf0b37"
32
32
  },
33
33
  {
34
34
  "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
35
35
  "machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
36
36
  "name": "material_and_installation_cost",
37
37
  "value": 0.0,
38
- "uuid_DELETEME": "ca3e5a90-4b02-0131-a3e3-14109fdf0b37",
39
- "uuid": "ca3e7360-4b02-0131-a3e4-14109fdf0b37",
40
- "version_uuid_DELETEME": "ca3e9150-4b02-0131-a3e5-14109fdf0b37",
41
- "version_uuid": "ca3eac40-4b02-0131-a3e6-14109fdf0b37"
38
+ "uuid_DELETEME": "cc4d7a10-616e-0131-c5bd-14109fdf0b37",
39
+ "uuid": "cc4d9470-616e-0131-c5be-14109fdf0b37",
40
+ "version_uuid_DELETEME": "cc4daf10-616e-0131-c5bf-14109fdf0b37",
41
+ "version_uuid": "cc4dc7e0-616e-0131-c5c0-14109fdf0b37"
42
42
  },
43
43
  {
44
44
  "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
45
45
  "machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
46
46
  "name": "demolition_cost",
47
47
  "value": 0.0,
48
- "uuid_DELETEME": "ca3ecaf0-4b02-0131-a3e7-14109fdf0b37",
49
- "uuid": "ca3ee3b0-4b02-0131-a3e8-14109fdf0b37",
50
- "version_uuid_DELETEME": "ca3f0200-4b02-0131-a3e9-14109fdf0b37",
51
- "version_uuid": "ca3f1ee0-4b02-0131-a3ea-14109fdf0b37"
48
+ "uuid_DELETEME": "cc4de3c0-616e-0131-c5c1-14109fdf0b37",
49
+ "uuid": "cc4dfee0-616e-0131-c5c2-14109fdf0b37",
50
+ "version_uuid_DELETEME": "cc4e21b0-616e-0131-c5c3-14109fdf0b37",
51
+ "version_uuid": "cc4e4640-616e-0131-c5c4-14109fdf0b37"
52
52
  },
53
53
  {
54
54
  "display_name": "Years Until Costs Start (whole years).",
55
55
  "machine_name": "years_until_costs_start_(whole_years).",
56
56
  "name": "years_until_costs_start",
57
57
  "value": 0,
58
- "uuid_DELETEME": "ca3f3bf0-4b02-0131-a3eb-14109fdf0b37",
59
- "uuid": "ca3f53c0-4b02-0131-a3ec-14109fdf0b37",
60
- "version_uuid_DELETEME": "ca3f6bb0-4b02-0131-a3ed-14109fdf0b37",
61
- "version_uuid": "ca3f8820-4b02-0131-a3ee-14109fdf0b37"
58
+ "uuid_DELETEME": "cc4e6250-616e-0131-c5c5-14109fdf0b37",
59
+ "uuid": "cc4e8800-616e-0131-c5c6-14109fdf0b37",
60
+ "version_uuid_DELETEME": "cc4ea860-616e-0131-c5c7-14109fdf0b37",
61
+ "version_uuid": "cc4ec910-616e-0131-c5c8-14109fdf0b37"
62
62
  },
63
63
  {
64
64
  "display_name": "Demolition Costs Occur During Initial Construction?",
65
65
  "machine_name": "demolition_costs_occur_during_initial_construction?",
66
66
  "name": "demo_cost_initial_const",
67
67
  "value": true,
68
- "uuid_DELETEME": "ca3fa640-4b02-0131-a3ef-14109fdf0b37",
69
- "uuid": "ca3fc0d0-4b02-0131-a3f0-14109fdf0b37",
70
- "version_uuid_DELETEME": "ca3fda90-4b02-0131-a3f1-14109fdf0b37",
71
- "version_uuid": "ca3ff4a0-4b02-0131-a3f2-14109fdf0b37"
68
+ "uuid_DELETEME": "cc4eec10-616e-0131-c5c9-14109fdf0b37",
69
+ "uuid": "cc4f0900-616e-0131-c5ca-14109fdf0b37",
70
+ "version_uuid_DELETEME": "cc4f2820-616e-0131-c5cb-14109fdf0b37",
71
+ "version_uuid": "cc4f4580-616e-0131-c5cc-14109fdf0b37"
72
72
  },
73
73
  {
74
74
  "display_name": "Expected Life (whole years).",
75
75
  "machine_name": "expected_life_(whole_years).",
76
76
  "name": "expected_life",
77
77
  "value": 15,
78
- "uuid_DELETEME": "ca4013c0-4b02-0131-a3f3-14109fdf0b37",
79
- "uuid": "ca402fd0-4b02-0131-a3f4-14109fdf0b37",
80
- "version_uuid_DELETEME": "ca4048a0-4b02-0131-a3f5-14109fdf0b37",
81
- "version_uuid": "ca406250-4b02-0131-a3f6-14109fdf0b37"
78
+ "uuid_DELETEME": "cc4f6d30-616e-0131-c5cd-14109fdf0b37",
79
+ "uuid": "cc4f94e0-616e-0131-c5ce-14109fdf0b37",
80
+ "version_uuid_DELETEME": "cc4fbc20-616e-0131-c5cf-14109fdf0b37",
81
+ "version_uuid": "cc4fd880-616e-0131-c5d0-14109fdf0b37"
82
82
  },
83
83
  {
84
84
  "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
85
85
  "machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
86
86
  "name": "om_cost",
87
87
  "value": 0.0,
88
- "uuid_DELETEME": "ca4080d0-4b02-0131-a3f7-14109fdf0b37",
89
- "uuid": "ca409ae0-4b02-0131-a3f8-14109fdf0b37",
90
- "version_uuid_DELETEME": "ca40b330-4b02-0131-a3f9-14109fdf0b37",
91
- "version_uuid": "ca40cb60-4b02-0131-a3fa-14109fdf0b37"
88
+ "uuid_DELETEME": "cc4ff540-616e-0131-c5d1-14109fdf0b37",
89
+ "uuid": "cc501070-616e-0131-c5d2-14109fdf0b37",
90
+ "version_uuid_DELETEME": "cc502e00-616e-0131-c5d3-14109fdf0b37",
91
+ "version_uuid": "cc504e10-616e-0131-c5d4-14109fdf0b37"
92
92
  },
93
93
  {
94
94
  "display_name": "O & M Frequency (whole years).",
95
95
  "machine_name": "o_&_m_frequency_(whole_years).",
96
96
  "name": "om_frequency",
97
97
  "value": 1,
98
- "uuid_DELETEME": "ca40e650-4b02-0131-a3fb-14109fdf0b37",
99
- "uuid": "ca40ff80-4b02-0131-a3fc-14109fdf0b37",
100
- "version_uuid_DELETEME": "ca411b00-4b02-0131-a3fd-14109fdf0b37",
101
- "version_uuid": "ca413890-4b02-0131-a3fe-14109fdf0b37"
98
+ "uuid_DELETEME": "cc506c00-616e-0131-c5d5-14109fdf0b37",
99
+ "uuid": "cc5089a0-616e-0131-c5d6-14109fdf0b37",
100
+ "version_uuid_DELETEME": "cc50a430-616e-0131-c5d7-14109fdf0b37",
101
+ "version_uuid": "cc50bed0-616e-0131-c5d8-14109fdf0b37"
102
102
  }
103
103
  ],
104
104
  "bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
105
105
  "measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_lighting_loads_by_percentage",
106
106
  "bcl_measure_class_name_ADDME": "ReduceLightingLoadsByPercentage",
107
107
  "measure_definition_class_name_CHANGE_TO_ME": "ReduceLightingLoadsByPercentage",
108
- "bcl_measure_uuid": "ca3cf540-4b02-0131-a3d9-14109fdf0b37",
109
- "measure_definition_uuid_CHANGE_TO_ME": "ca3d3be0-4b02-0131-a3da-14109fdf0b37",
110
- "bcl_measure_version_uuid": "ca3d56d0-4b02-0131-a3db-14109fdf0b37",
111
- "measure_definition_version_uuid_CHANGE_TO_ME": "ca3d7200-4b02-0131-a3dc-14109fdf0b37",
108
+ "bcl_measure_uuid": "cc4bd7c0-616e-0131-c5b3-14109fdf0b37",
109
+ "measure_definition_uuid_CHANGE_TO_ME": "cc4c4500-616e-0131-c5b4-14109fdf0b37",
110
+ "bcl_measure_version_uuid": "cc4c6410-616e-0131-c5b5-14109fdf0b37",
111
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cc4c7f00-616e-0131-c5b6-14109fdf0b37",
112
112
  "measure_type": "RubyMeasure",
113
113
  "name": "reduce_lighting_loads_by_percentage",
114
114
  "display_name": "Reduce Lighting Loads by Percentage",
115
- "uuid": "ca3d8c40-4b02-0131-a3dd-14109fdf0b37",
115
+ "uuid": "cc4c9bc0-616e-0131-c5b7-14109fdf0b37",
116
116
  "variables": [
117
117
  {
118
118
  "argument": {
@@ -157,7 +157,7 @@
157
157
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
158
158
  }
159
159
  ],
160
- "version_uuid": "ca3da8e0-4b02-0131-a3de-14109fdf0b37",
160
+ "version_uuid": "cc4cbad0-616e-0131-c5b8-14109fdf0b37",
161
161
  "workflow_index": 0,
162
162
  "workflow_step_type": "Measure"
163
163
  },
@@ -168,54 +168,54 @@
168
168
  "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
169
169
  "name": "space_type",
170
170
  "value": "*Entire Building*",
171
- "uuid_DELETEME": "ca41fe50-4b02-0131-a405-14109fdf0b37",
172
- "uuid": "ca421640-4b02-0131-a406-14109fdf0b37",
173
- "version_uuid_DELETEME": "ca422e30-4b02-0131-a407-14109fdf0b37",
174
- "version_uuid": "ca424740-4b02-0131-a408-14109fdf0b37"
171
+ "uuid_DELETEME": "cc5188b0-616e-0131-c5df-14109fdf0b37",
172
+ "uuid": "cc51a430-616e-0131-c5e0-14109fdf0b37",
173
+ "version_uuid_DELETEME": "cc51cd70-616e-0131-c5e1-14109fdf0b37",
174
+ "version_uuid": "cc51ee90-616e-0131-c5e2-14109fdf0b37"
175
175
  },
176
176
  {
177
177
  "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
178
178
  "machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
179
179
  "name": "material_and_installation_cost",
180
180
  "value": 0.0,
181
- "uuid_DELETEME": "ca426d30-4b02-0131-a409-14109fdf0b37",
182
- "uuid": "ca4287f0-4b02-0131-a40a-14109fdf0b37",
183
- "version_uuid_DELETEME": "ca42a2a0-4b02-0131-a40b-14109fdf0b37",
184
- "version_uuid": "ca42c3f0-4b02-0131-a40c-14109fdf0b37"
181
+ "uuid_DELETEME": "cc5218e0-616e-0131-c5e3-14109fdf0b37",
182
+ "uuid": "cc5235e0-616e-0131-c5e4-14109fdf0b37",
183
+ "version_uuid_DELETEME": "cc525150-616e-0131-c5e5-14109fdf0b37",
184
+ "version_uuid": "cc526da0-616e-0131-c5e6-14109fdf0b37"
185
185
  },
186
186
  {
187
187
  "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
188
188
  "machine_name": "o_&_m_costs_for_construction_per_affected_floor_area_($/ft^2).",
189
189
  "name": "om_cost",
190
190
  "value": 0.0,
191
- "uuid_DELETEME": "ca42e1e0-4b02-0131-a40d-14109fdf0b37",
192
- "uuid": "ca42fcf0-4b02-0131-a40e-14109fdf0b37",
193
- "version_uuid_DELETEME": "ca4318a0-4b02-0131-a40f-14109fdf0b37",
194
- "version_uuid": "ca433340-4b02-0131-a410-14109fdf0b37"
191
+ "uuid_DELETEME": "cc528c60-616e-0131-c5e7-14109fdf0b37",
192
+ "uuid": "cc52ac40-616e-0131-c5e8-14109fdf0b37",
193
+ "version_uuid_DELETEME": "cc52c890-616e-0131-c5e9-14109fdf0b37",
194
+ "version_uuid": "cc52e1c0-616e-0131-c5ea-14109fdf0b37"
195
195
  },
196
196
  {
197
197
  "display_name": "O & M Frequency (whole years).",
198
198
  "machine_name": "o_&_m_frequency_(whole_years).",
199
199
  "name": "om_frequency",
200
200
  "value": 1,
201
- "uuid_DELETEME": "ca4352b0-4b02-0131-a411-14109fdf0b37",
202
- "uuid": "ca436f90-4b02-0131-a412-14109fdf0b37",
203
- "version_uuid_DELETEME": "ca438b60-4b02-0131-a413-14109fdf0b37",
204
- "version_uuid": "ca43a5d0-4b02-0131-a414-14109fdf0b37"
201
+ "uuid_DELETEME": "cc52fe80-616e-0131-c5eb-14109fdf0b37",
202
+ "uuid": "cc531ad0-616e-0131-c5ec-14109fdf0b37",
203
+ "version_uuid_DELETEME": "cc533b80-616e-0131-c5ed-14109fdf0b37",
204
+ "version_uuid": "cc535a70-616e-0131-c5ee-14109fdf0b37"
205
205
  }
206
206
  ],
207
207
  "bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
208
208
  "measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_space_infiltration_by_percentage",
209
209
  "bcl_measure_class_name_ADDME": "ReduceSpaceInfiltrationByPercentage",
210
210
  "measure_definition_class_name_CHANGE_TO_ME": "ReduceSpaceInfiltrationByPercentage",
211
- "bcl_measure_uuid": "ca4156c0-4b02-0131-a3ff-14109fdf0b37",
212
- "measure_definition_uuid_CHANGE_TO_ME": "ca417800-4b02-0131-a400-14109fdf0b37",
213
- "bcl_measure_version_uuid": "ca419230-4b02-0131-a401-14109fdf0b37",
214
- "measure_definition_version_uuid_CHANGE_TO_ME": "ca41ab10-4b02-0131-a402-14109fdf0b37",
211
+ "bcl_measure_uuid": "cc50e200-616e-0131-c5d9-14109fdf0b37",
212
+ "measure_definition_uuid_CHANGE_TO_ME": "cc50fd00-616e-0131-c5da-14109fdf0b37",
213
+ "bcl_measure_version_uuid": "cc5117b0-616e-0131-c5db-14109fdf0b37",
214
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cc5131f0-616e-0131-c5dc-14109fdf0b37",
215
215
  "measure_type": "RubyMeasure",
216
216
  "name": "reducespaceinfiltrationbypercentage",
217
217
  "display_name": "ReduceSpaceInfiltrationByPercentage",
218
- "uuid": "ca41c7a0-4b02-0131-a403-14109fdf0b37",
218
+ "uuid": "cc514c60-616e-0131-c5dd-14109fdf0b37",
219
219
  "variables": [
220
220
  {
221
221
  "argument": {
@@ -260,7 +260,7 @@
260
260
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
261
261
  }
262
262
  ],
263
- "version_uuid": "ca41e0e0-4b02-0131-a404-14109fdf0b37",
263
+ "version_uuid": "cc5167e0-616e-0131-c5de-14109fdf0b37",
264
264
  "workflow_index": 1,
265
265
  "workflow_step_type": "Measure"
266
266
  },
@@ -271,24 +271,24 @@
271
271
  "machine_name": "alter_design_day_thermostats?",
272
272
  "name": "alter_design_days",
273
273
  "value": false,
274
- "uuid_DELETEME": "ca447f30-4b02-0131-a41b-14109fdf0b37",
275
- "uuid": "ca449e50-4b02-0131-a41c-14109fdf0b37",
276
- "version_uuid_DELETEME": "ca44bb20-4b02-0131-a41d-14109fdf0b37",
277
- "version_uuid": "ca44d770-4b02-0131-a41e-14109fdf0b37"
274
+ "uuid_DELETEME": "cc556af0-616e-0131-c5f5-14109fdf0b37",
275
+ "uuid": "cc558430-616e-0131-c5f6-14109fdf0b37",
276
+ "version_uuid_DELETEME": "cc55a170-616e-0131-c5f7-14109fdf0b37",
277
+ "version_uuid": "cc55be80-616e-0131-c5f8-14109fdf0b37"
278
278
  }
279
279
  ],
280
280
  "bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
281
281
  "measure_definition_directory_CHANGE_TO_ME": "./measures/adjust_theromstat_setpoints_by_degrees",
282
282
  "bcl_measure_class_name_ADDME": "AdjustTheromstatSetpointsByDegrees",
283
283
  "measure_definition_class_name_CHANGE_TO_ME": "AdjustTheromstatSetpointsByDegrees",
284
- "bcl_measure_uuid": "ca43ca20-4b02-0131-a415-14109fdf0b37",
285
- "measure_definition_uuid_CHANGE_TO_ME": "ca43e560-4b02-0131-a416-14109fdf0b37",
286
- "bcl_measure_version_uuid": "ca4406b0-4b02-0131-a417-14109fdf0b37",
287
- "measure_definition_version_uuid_CHANGE_TO_ME": "ca4422f0-4b02-0131-a418-14109fdf0b37",
284
+ "bcl_measure_uuid": "cc538150-616e-0131-c5ef-14109fdf0b37",
285
+ "measure_definition_uuid_CHANGE_TO_ME": "cc539a30-616e-0131-c5f0-14109fdf0b37",
286
+ "bcl_measure_version_uuid": "cc53b240-616e-0131-c5f1-14109fdf0b37",
287
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cc53cc10-616e-0131-c5f2-14109fdf0b37",
288
288
  "measure_type": "RubyMeasure",
289
289
  "name": "adjust_thermostat_setpoints_by_degrees",
290
290
  "display_name": "Adjust Thermostat Setpoints by Degrees",
291
- "uuid": "ca443b90-4b02-0131-a419-14109fdf0b37",
291
+ "uuid": "cc53e530-616e-0131-c5f3-14109fdf0b37",
292
292
  "variables": [
293
293
  {
294
294
  "argument": {
@@ -375,7 +375,7 @@
375
375
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
376
376
  }
377
377
  ],
378
- "version_uuid": "ca4453e0-4b02-0131-a41a-14109fdf0b37",
378
+ "version_uuid": "cc53fdf0-616e-0131-c5f4-14109fdf0b37",
379
379
  "workflow_index": 2,
380
380
  "workflow_step_type": "Measure"
381
381
  },
@@ -386,44 +386,44 @@
386
386
  "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
387
387
  "name": "material_cost_increase_ip",
388
388
  "value": 0.0,
389
- "uuid_DELETEME": "ca45a470-4b02-0131-a425-14109fdf0b37",
390
- "uuid": "ca45c020-4b02-0131-a426-14109fdf0b37",
391
- "version_uuid_DELETEME": "ca45d8f0-4b02-0131-a427-14109fdf0b37",
392
- "version_uuid": "ca45f480-4b02-0131-a428-14109fdf0b37"
389
+ "uuid_DELETEME": "cc568ea0-616e-0131-c5ff-14109fdf0b37",
390
+ "uuid": "cc56adb0-616e-0131-c600-14109fdf0b37",
391
+ "version_uuid_DELETEME": "cc56cbb0-616e-0131-c601-14109fdf0b37",
392
+ "version_uuid": "cc56e470-616e-0131-c602-14109fdf0b37"
393
393
  },
394
394
  {
395
395
  "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
396
396
  "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
397
397
  "name": "one_time_retrofit_cost_ip",
398
398
  "value": 0.0,
399
- "uuid_DELETEME": "ca4616b0-4b02-0131-a429-14109fdf0b37",
400
- "uuid": "ca4630a0-4b02-0131-a42a-14109fdf0b37",
401
- "version_uuid_DELETEME": "ca464e90-4b02-0131-a42b-14109fdf0b37",
402
- "version_uuid": "ca466db0-4b02-0131-a42c-14109fdf0b37"
399
+ "uuid_DELETEME": "cc570120-616e-0131-c603-14109fdf0b37",
400
+ "uuid": "cc571ba0-616e-0131-c604-14109fdf0b37",
401
+ "version_uuid_DELETEME": "cc573380-616e-0131-c605-14109fdf0b37",
402
+ "version_uuid": "cc574b80-616e-0131-c606-14109fdf0b37"
403
403
  },
404
404
  {
405
405
  "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
406
406
  "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
407
407
  "name": "years_until_retrofit_cost",
408
408
  "value": 0,
409
- "uuid_DELETEME": "ca469490-4b02-0131-a42d-14109fdf0b37",
410
- "uuid": "ca46af20-4b02-0131-a42e-14109fdf0b37",
411
- "version_uuid_DELETEME": "ca46c820-4b02-0131-a42f-14109fdf0b37",
412
- "version_uuid": "ca46e030-4b02-0131-a430-14109fdf0b37"
409
+ "uuid_DELETEME": "cc576750-616e-0131-c607-14109fdf0b37",
410
+ "uuid": "cc578210-616e-0131-c608-14109fdf0b37",
411
+ "version_uuid_DELETEME": "cc579b70-616e-0131-c609-14109fdf0b37",
412
+ "version_uuid": "cc57b3d0-616e-0131-c60a-14109fdf0b37"
413
413
  }
414
414
  ],
415
415
  "bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
416
416
  "measure_definition_directory_CHANGE_TO_ME": "./measures/increase_insulation_r_value_for_exterior_walls",
417
417
  "bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForExteriorWalls",
418
418
  "measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForExteriorWalls",
419
- "bcl_measure_uuid": "ca44f870-4b02-0131-a41f-14109fdf0b37",
420
- "measure_definition_uuid_CHANGE_TO_ME": "ca451780-4b02-0131-a420-14109fdf0b37",
421
- "bcl_measure_version_uuid": "ca4532b0-4b02-0131-a421-14109fdf0b37",
422
- "measure_definition_version_uuid_CHANGE_TO_ME": "ca454ac0-4b02-0131-a422-14109fdf0b37",
419
+ "bcl_measure_uuid": "cc55e120-616e-0131-c5f9-14109fdf0b37",
420
+ "measure_definition_uuid_CHANGE_TO_ME": "cc55fb00-616e-0131-c5fa-14109fdf0b37",
421
+ "bcl_measure_version_uuid": "cc5617c0-616e-0131-c5fb-14109fdf0b37",
422
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cc5633f0-616e-0131-c5fc-14109fdf0b37",
423
423
  "measure_type": "RubyMeasure",
424
424
  "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
425
425
  "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
426
- "uuid": "ca4562c0-4b02-0131-a423-14109fdf0b37",
426
+ "uuid": "cc564db0-616e-0131-c5fd-14109fdf0b37",
427
427
  "variables": [
428
428
  {
429
429
  "argument": {
@@ -468,7 +468,7 @@
468
468
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
469
469
  }
470
470
  ],
471
- "version_uuid": "ca457db0-4b02-0131-a424-14109fdf0b37",
471
+ "version_uuid": "cc5668f0-616e-0131-c5fe-14109fdf0b37",
472
472
  "workflow_index": 3,
473
473
  "workflow_step_type": "Measure"
474
474
  },
@@ -479,44 +479,44 @@
479
479
  "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
480
480
  "name": "material_cost_increase_ip",
481
481
  "value": 0.0,
482
- "uuid_DELETEME": "ca47a520-4b02-0131-a437-14109fdf0b37",
483
- "uuid": "ca47beb0-4b02-0131-a438-14109fdf0b37",
484
- "version_uuid_DELETEME": "ca47d760-4b02-0131-a439-14109fdf0b37",
485
- "version_uuid": "ca47ef30-4b02-0131-a43a-14109fdf0b37"
482
+ "uuid_DELETEME": "cc588500-616e-0131-c611-14109fdf0b37",
483
+ "uuid": "cc58a6d0-616e-0131-c612-14109fdf0b37",
484
+ "version_uuid_DELETEME": "cc58c1e0-616e-0131-c613-14109fdf0b37",
485
+ "version_uuid": "cc58df50-616e-0131-c614-14109fdf0b37"
486
486
  },
487
487
  {
488
488
  "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
489
489
  "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
490
490
  "name": "one_time_retrofit_cost_ip",
491
491
  "value": 0.0,
492
- "uuid_DELETEME": "ca480ad0-4b02-0131-a43b-14109fdf0b37",
493
- "uuid": "ca482720-4b02-0131-a43c-14109fdf0b37",
494
- "version_uuid_DELETEME": "ca484430-4b02-0131-a43d-14109fdf0b37",
495
- "version_uuid": "ca486360-4b02-0131-a43e-14109fdf0b37"
492
+ "uuid_DELETEME": "cc590110-616e-0131-c615-14109fdf0b37",
493
+ "uuid": "cc591d80-616e-0131-c616-14109fdf0b37",
494
+ "version_uuid_DELETEME": "cc593950-616e-0131-c617-14109fdf0b37",
495
+ "version_uuid": "cc595470-616e-0131-c618-14109fdf0b37"
496
496
  },
497
497
  {
498
498
  "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
499
499
  "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
500
500
  "name": "years_until_retrofit_cost",
501
501
  "value": 0,
502
- "uuid_DELETEME": "ca488480-4b02-0131-a43f-14109fdf0b37",
503
- "uuid": "ca489e10-4b02-0131-a440-14109fdf0b37",
504
- "version_uuid_DELETEME": "ca48b750-4b02-0131-a441-14109fdf0b37",
505
- "version_uuid": "ca48d010-4b02-0131-a442-14109fdf0b37"
502
+ "uuid_DELETEME": "cc597410-616e-0131-c619-14109fdf0b37",
503
+ "uuid": "cc598eb0-616e-0131-c61a-14109fdf0b37",
504
+ "version_uuid_DELETEME": "cc59abd0-616e-0131-c61b-14109fdf0b37",
505
+ "version_uuid": "cc59c570-616e-0131-c61c-14109fdf0b37"
506
506
  }
507
507
  ],
508
508
  "bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
509
509
  "measure_definition_directory_CHANGE_TO_ME": "./measures/increase_insulation_r_value_for_roofs",
510
510
  "bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForRoofs",
511
511
  "measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForRoofs",
512
- "bcl_measure_uuid": "ca470280-4b02-0131-a431-14109fdf0b37",
513
- "measure_definition_uuid_CHANGE_TO_ME": "ca471e10-4b02-0131-a432-14109fdf0b37",
514
- "bcl_measure_version_uuid": "ca473680-4b02-0131-a433-14109fdf0b37",
515
- "measure_definition_version_uuid_CHANGE_TO_ME": "ca474e60-4b02-0131-a434-14109fdf0b37",
512
+ "bcl_measure_uuid": "cc57d560-616e-0131-c60b-14109fdf0b37",
513
+ "measure_definition_uuid_CHANGE_TO_ME": "cc57f060-616e-0131-c60c-14109fdf0b37",
514
+ "bcl_measure_version_uuid": "cc580a40-616e-0131-c60d-14109fdf0b37",
515
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cc5824f0-616e-0131-c60e-14109fdf0b37",
516
516
  "measure_type": "RubyMeasure",
517
517
  "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
518
518
  "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
519
- "uuid": "ca476600-4b02-0131-a435-14109fdf0b37",
519
+ "uuid": "cc584110-616e-0131-c60f-14109fdf0b37",
520
520
  "variables": [
521
521
  {
522
522
  "argument": {
@@ -561,7 +561,7 @@
561
561
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
562
562
  }
563
563
  ],
564
- "version_uuid": "ca477f20-4b02-0131-a436-14109fdf0b37",
564
+ "version_uuid": "cc585ab0-616e-0131-c610-14109fdf0b37",
565
565
  "workflow_index": 4,
566
566
  "workflow_step_type": "Measure"
567
567
  },
@@ -572,24 +572,24 @@
572
572
  "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
573
573
  "name": "space_type",
574
574
  "value": "*Entire Building*",
575
- "uuid_DELETEME": "ca498cf0-4b02-0131-a449-14109fdf0b37",
576
- "uuid": "ca49a6b0-4b02-0131-a44a-14109fdf0b37",
577
- "version_uuid_DELETEME": "ca49c340-4b02-0131-a44b-14109fdf0b37",
578
- "version_uuid": "ca49dba0-4b02-0131-a44c-14109fdf0b37"
575
+ "uuid_DELETEME": "cc5aaac0-616e-0131-c623-14109fdf0b37",
576
+ "uuid": "cc5ac6a0-616e-0131-c624-14109fdf0b37",
577
+ "version_uuid_DELETEME": "cc5ae330-616e-0131-c625-14109fdf0b37",
578
+ "version_uuid": "cc5afc90-616e-0131-c626-14109fdf0b37"
579
579
  }
580
580
  ],
581
581
  "bcl_measure_directory": "./measures/reduce_ventilation_by_percentage",
582
582
  "measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_ventilation_by_percentage",
583
583
  "bcl_measure_class_name_ADDME": "ReduceVentilationByPercentage",
584
584
  "measure_definition_class_name_CHANGE_TO_ME": "ReduceVentilationByPercentage",
585
- "bcl_measure_uuid": "ca48ee70-4b02-0131-a443-14109fdf0b37",
586
- "measure_definition_uuid_CHANGE_TO_ME": "ca4909c0-4b02-0131-a444-14109fdf0b37",
587
- "bcl_measure_version_uuid": "ca492340-4b02-0131-a445-14109fdf0b37",
588
- "measure_definition_version_uuid_CHANGE_TO_ME": "ca493cb0-4b02-0131-a446-14109fdf0b37",
585
+ "bcl_measure_uuid": "cc59e940-616e-0131-c61d-14109fdf0b37",
586
+ "measure_definition_uuid_CHANGE_TO_ME": "cc5a0e90-616e-0131-c61e-14109fdf0b37",
587
+ "bcl_measure_version_uuid": "cc5a2ce0-616e-0131-c61f-14109fdf0b37",
588
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cc5a5460-616e-0131-c620-14109fdf0b37",
589
589
  "measure_type": "RubyMeasure",
590
590
  "name": "reduce_ventilation_by_percentage",
591
591
  "display_name": "Reduce Ventilation By Percentage",
592
- "uuid": "ca495750-4b02-0131-a447-14109fdf0b37",
592
+ "uuid": "cc5a7080-616e-0131-c621-14109fdf0b37",
593
593
  "variables": [
594
594
  {
595
595
  "argument": {
@@ -634,7 +634,7 @@
634
634
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
635
635
  }
636
636
  ],
637
- "version_uuid": "ca496fe0-4b02-0131-a448-14109fdf0b37",
637
+ "version_uuid": "cc5a8bc0-616e-0131-c622-14109fdf0b37",
638
638
  "workflow_index": 5,
639
639
  "workflow_step_type": "Measure"
640
640
  }
Binary file
@@ -90,6 +90,32 @@ describe OpenStudio::Analysis::Translator::Excel do
90
90
 
91
91
  end
92
92
  end
93
+
94
+ context "setup version 2" do
95
+ before(:all) do
96
+ @excel = OpenStudio::Analysis::Translator::Excel.new("spec/files/setup_version_2.xlsx")
97
+ @excel.process
98
+ end
99
+
100
+ it "should have a version" do
101
+ expect(@excel.version).to eq("0.1.9")
102
+ end
103
+ it "should have the new settings" do
104
+ expect(@excel.settings["server_instance_type"]).to eq("m2.xlarge")
105
+ end
106
+
107
+ it "should have problem setup" do
108
+ expect(@excel.problem["number_of_samples"]).to eq(100)
109
+ expect(@excel.problem["sensitivity_method"]).to eq("All Variables")
110
+ end
111
+
112
+ it "should have algorithm setup" do
113
+ expect(@excel.algorithm["number_of_generations"]).to eq(20)
114
+ #expect(@excel.algorithm["number_of_generations"]).to be_a Integer
115
+ expect(@excel.machine_name).to eq("example_analysis")
116
+ end
117
+
118
+ end
93
119
 
94
120
 
95
121
  end
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi create a new localhost instance" tests="1" time="0.031426" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::ServerApi create a new localhost instance should set the default host to localhost" time="0.000623">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi create a new localhost instance" tests="1" time="0.043172" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::ServerApi create a new localhost instance should set the default host to localhost" time="0.001058">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi create a new localhost instance" tests="1" time="0.03243" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::ServerApi create a new localhost instance should set the default host to localhost" time="0.000587">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi create a new localhost instance" tests="1" time="0.032242" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::ServerApi create a new localhost instance should set the default host to localhost" time="0.00061">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi create a new localhost instance" tests="1" time="0.036925" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::ServerApi create a new localhost instance should set the default host to localhost" time="0.000528">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi create a new localhost instance" tests="1" time="0.032112" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::ServerApi create a new localhost instance should set the default host to localhost" time="0.000594">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi create a new localhost instance" tests="1" time="0.032869" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::ServerApi create a new localhost instance should set the default host to localhost" time="0.000557">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi create a new localhost instance" tests="1" time="0.031871" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::ServerApi create a new localhost instance should set the default host to localhost" time="0.000596">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi create a new localhost instance" tests="1" time="0.033082" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::ServerApi create a new localhost instance should set the default host to localhost" time="0.000556">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi create a new localhost instance" tests="1" time="0.032272" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::ServerApi create a new localhost instance should set the default host to localhost" time="0.000548">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>