openstudio-analysis 0.3.5 → 0.3.6

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 (191) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/lib/openstudio/analysis/translator/excel.rb +44 -14
  4. data/lib/openstudio/analysis/version.rb +1 -1
  5. data/spec/files/0_3_5_multiple_measure_paths.xlsx +0 -0
  6. data/spec/files/analysis/medium_office.json +88 -88
  7. data/spec/files/analysis/medium_office.zip +0 -0
  8. data/spec/files/export/analysis/0_1_09_outputvars.json +644 -0
  9. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  10. data/spec/files/export/analysis/0_1_11_discrete_variables.json +663 -0
  11. data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
  12. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +503 -0
  13. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
  14. data/spec/files/export/analysis/0_2_0_template_simpletest.json +523 -0
  15. data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
  16. data/spec/files/export/analysis/0_3_0_outputs.json +1397 -0
  17. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  18. data/spec/files/export/analysis/aaef4bf0-2fc0-0132-c71b-14109fdf0b37.json +1397 -0
  19. data/spec/files/export/analysis/aaef4bf0-2fc0-0132-c71b-14109fdf0b37.zip +0 -0
  20. data/spec/files/export/analysis/ab594800-2fc0-0132-c722-14109fdf0b37.json +1423 -0
  21. data/spec/files/export/analysis/ab594800-2fc0-0132-c722-14109fdf0b37.zip +0 -0
  22. data/spec/files/export/analysis/abce96f0-2fc0-0132-c72d-14109fdf0b37.json +1443 -0
  23. data/spec/files/export/analysis/abce96f0-2fc0-0132-c72d-14109fdf0b37.zip +0 -0
  24. data/spec/files/export/analysis/small_seed.json +594 -0
  25. data/spec/files/export/analysis/small_seed.zip +0 -0
  26. data/spec/files/measures_second_path/measure_in_another_dir/measure.json +3 -0
  27. data/spec/files/measures_second_path/measure_in_another_dir/measure.rb +5 -0
  28. data/spec/files/measures_second_path/measure_in_another_dir/measure.xml +1 -0
  29. data/spec/openstudio/excel_spec.rb +21 -5
  30. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.3.xml +9 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.4.xml +9 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.5.xml +9 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.6.xml +9 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.7.xml +9 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.8.xml +9 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.9.xml +9 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.3.xml +9 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.4.xml +9 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.5.xml +9 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.6.xml +9 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.7.xml +9 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.8.xml +9 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.9.xml +9 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.3.xml +7 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.4.xml +7 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.5.xml +7 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.6.xml +7 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.7.xml +7 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.8.xml +7 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.9.xml +7 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.3.xml +15 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.4.xml +15 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.5.xml +15 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.6.xml +15 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.7.xml +15 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.8.xml +15 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.9.xml +15 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.3.xml +13 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.4.xml +13 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.5.xml +13 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.6.xml +13 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.7.xml +13 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.8.xml +13 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.9.xml +13 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.10.xml +16 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.4.xml +18 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.5.xml +18 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.6.xml +46 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.7.xml +46 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.8.xml +37 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.9.xml +16 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.3.xml +9 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.4.xml +9 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.5.xml +9 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.6.xml +9 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.7.xml +9 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.8.xml +9 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.9.xml +9 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.3.xml +9 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.4.xml +9 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.5.xml +9 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.6.xml +9 -0
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.7.xml +9 -0
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.8.xml +9 -0
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.9.xml +9 -0
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.3.xml +25 -0
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.4.xml +25 -0
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.5.xml +25 -0
  89. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.6.xml +25 -0
  90. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.7.xml +25 -0
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.8.xml +25 -0
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.9.xml +25 -0
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.3.xml +15 -0
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.4.xml +15 -0
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.5.xml +15 -0
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.6.xml +15 -0
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.7.xml +15 -0
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.8.xml +15 -0
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.9.xml +15 -0
  100. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.10.xml +9 -0
  101. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.4.xml +9 -0
  102. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.5.xml +9 -0
  103. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.6.xml +9 -0
  104. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.7.xml +9 -0
  105. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.8.xml +9 -0
  106. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.9.xml +9 -0
  107. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.10.xml +9 -0
  108. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.4.xml +9 -0
  109. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.5.xml +9 -0
  110. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.6.xml +9 -0
  111. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.7.xml +9 -0
  112. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.8.xml +9 -0
  113. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.9.xml +9 -0
  114. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.10.xml +19 -0
  115. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.4.xml +19 -0
  116. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.5.xml +19 -0
  117. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.6.xml +19 -0
  118. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.7.xml +19 -0
  119. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.8.xml +19 -0
  120. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.9.xml +19 -0
  121. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.10.xml +9 -0
  122. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.4.xml +9 -0
  123. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.5.xml +9 -0
  124. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.6.xml +9 -0
  125. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.7.xml +9 -0
  126. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.8.xml +9 -0
  127. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.9.xml +9 -0
  128. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.3.xml +13 -0
  129. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.4.xml +13 -0
  130. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.5.xml +13 -0
  131. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.6.xml +13 -0
  132. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.7.xml +13 -0
  133. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.8.xml +13 -0
  134. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.9.xml +13 -0
  135. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.3.xml +20 -0
  136. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.4.xml +20 -0
  137. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.5.xml +20 -0
  138. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.6.xml +20 -0
  139. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.7.xml +20 -0
  140. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.8.xml +20 -0
  141. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.9.xml +20 -0
  142. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.3.xml +20 -0
  143. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.4.xml +20 -0
  144. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.5.xml +20 -0
  145. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.6.xml +20 -0
  146. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.7.xml +20 -0
  147. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.8.xml +20 -0
  148. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.9.xml +20 -0
  149. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.3.xml +13 -0
  150. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.4.xml +13 -0
  151. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.5.xml +13 -0
  152. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.6.xml +13 -0
  153. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.7.xml +13 -0
  154. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.8.xml +13 -0
  155. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.9.xml +13 -0
  156. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.3.xml +12 -0
  157. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.4.xml +12 -0
  158. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.5.xml +12 -0
  159. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.6.xml +12 -0
  160. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.7.xml +12 -0
  161. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.8.xml +12 -0
  162. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.9.xml +12 -0
  163. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.3.xml +19 -0
  164. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.4.xml +19 -0
  165. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.5.xml +19 -0
  166. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.6.xml +19 -0
  167. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.7.xml +19 -0
  168. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.8.xml +19 -0
  169. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.9.xml +19 -0
  170. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.10.xml +15 -0
  171. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.11.xml +14 -0
  172. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.12.xml +15 -0
  173. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.13.xml +14 -0
  174. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.14.xml +15 -0
  175. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.15.xml +14 -0
  176. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.16.xml +15 -0
  177. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.3.xml +14 -0
  178. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.4.xml +16 -0
  179. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.5.xml +14 -0
  180. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.6.xml +24 -0
  181. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.7.xml +14 -0
  182. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.8.xml +15 -0
  183. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.9.xml +14 -0
  184. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.10.xml +7 -0
  185. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.4.xml +7 -0
  186. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.5.xml +7 -0
  187. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.6.xml +7 -0
  188. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.7.xml +7 -0
  189. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.8.xml +7 -0
  190. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.9.xml +7 -0
  191. metadata +368 -2
@@ -0,0 +1,644 @@
1
+ {
2
+ "analysis": {
3
+ "display_name": "Output Vars",
4
+ "name": "output_vars",
5
+ "output_variables": [
6
+ {
7
+ "display_name": "Heating Natural Gas",
8
+ "display_name_short": "Heating Natural Gas",
9
+ "metadata_id": null,
10
+ "name": "heating_natural_gas",
11
+ "units": "MJ/m2",
12
+ "objective_function": true,
13
+ "objective_function_index": 0,
14
+ "objective_function_target": 462.1635,
15
+ "scaling_factor": null,
16
+ "objective_function_group": "TRUE"
17
+ },
18
+ {
19
+ "display_name": "Cooling Electricity",
20
+ "display_name_short": "Cooling Electricity",
21
+ "metadata_id": null,
22
+ "name": "Cooling Electricity",
23
+ "units": "MJ/m3",
24
+ "objective_function": true,
25
+ "objective_function_index": 1,
26
+ "objective_function_target": 84.16202,
27
+ "scaling_factor": null,
28
+ "objective_function_group": "TRUE"
29
+ },
30
+ {
31
+ "display_name": "Interior Equipment Electricity",
32
+ "display_name_short": "Interior Equipment Electricity",
33
+ "metadata_id": null,
34
+ "name": "Interior Equipment Electricity",
35
+ "units": "MJ/m4",
36
+ "objective_function": true,
37
+ "objective_function_index": 2,
38
+ "objective_function_target": 121.9985,
39
+ "scaling_factor": null,
40
+ "objective_function_group": "TRUE"
41
+ },
42
+ {
43
+ "display_name": "Fans Electricity",
44
+ "display_name_short": "Fans Electricity",
45
+ "metadata_id": null,
46
+ "name": "fans_electricity",
47
+ "units": "MJ/m5",
48
+ "objective_function": true,
49
+ "objective_function_index": 3,
50
+ "objective_function_target": 87.92142,
51
+ "scaling_factor": null,
52
+ "objective_function_group": "TRUE"
53
+ }
54
+ ],
55
+ "problem": {
56
+ "algorithm": {
57
+ "sample_method": "all_variables",
58
+ "number_of_samples": 100,
59
+ "number_of_generations": 20,
60
+ "objective_functions": [
61
+ "heating_natural_gas",
62
+ "Cooling Electricity",
63
+ "Interior Equipment Electricity",
64
+ "fans_electricity"
65
+ ]
66
+ },
67
+ "name": "Problem",
68
+ "workflow": [
69
+ {
70
+ "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
71
+ "measure_definition_directory": "./measures/reduce_lighting_loads_by_percentage",
72
+ "measure_definition_display_name": "ReduceLightingLoadsByPercentage",
73
+ "measure_definition_uuid": "a8ed1980-2fc0-0132-c67b-14109fdf0b37",
74
+ "measure_definition_version_uuid": "a8ed2070-2fc0-0132-c67c-14109fdf0b37",
75
+ "measure_type": "RubyMeasure",
76
+ "arguments": [
77
+ {
78
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
79
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
80
+ "name": "space_type",
81
+ "value": "*Entire Building*",
82
+ "value_type": "choice"
83
+ },
84
+ {
85
+ "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
86
+ "display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
87
+ "name": "material_and_installation_cost",
88
+ "value": 0.0,
89
+ "value_type": "double"
90
+ },
91
+ {
92
+ "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
93
+ "display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
94
+ "name": "demolition_cost",
95
+ "value": 0.0,
96
+ "value_type": "double"
97
+ },
98
+ {
99
+ "display_name": "Years Until Costs Start (whole years).",
100
+ "display_name_short": "Years Until Costs Start (whole years).",
101
+ "name": "years_until_costs_start",
102
+ "value": 0,
103
+ "value_type": "integer"
104
+ },
105
+ {
106
+ "display_name": "Demolition Costs Occur During Initial Construction?",
107
+ "display_name_short": "Demolition Costs Occur During Initial Construction?",
108
+ "name": "demo_cost_initial_const",
109
+ "value": true,
110
+ "value_type": "bool"
111
+ },
112
+ {
113
+ "display_name": "Expected Life (whole years).",
114
+ "display_name_short": "Expected Life (whole years).",
115
+ "name": "expected_life",
116
+ "value": 15,
117
+ "value_type": "integer"
118
+ },
119
+ {
120
+ "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
121
+ "display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
122
+ "name": "om_cost",
123
+ "value": 0.0,
124
+ "value_type": "double"
125
+ },
126
+ {
127
+ "display_name": "O & M Frequency (whole years).",
128
+ "display_name_short": "O & M Frequency (whole years).",
129
+ "name": "om_frequency",
130
+ "value": 1,
131
+ "value_type": "integer"
132
+ }
133
+ ],
134
+ "display_name": "Reduce Lighting Loads by Percentage",
135
+ "name": "reduce_lighting_loads_by_percentage",
136
+ "variables": [
137
+ {
138
+ "argument": {
139
+ "display_name": "Lighting Power Reduction",
140
+ "display_name_short": "Lighting Power Reduction",
141
+ "name": "lighting_power_reduction_percent",
142
+ "value_type": "double"
143
+ },
144
+ "display_name": "Lighting Power Reduction",
145
+ "display_name_short": "Lighting Power Reduction",
146
+ "maximum": 50.0,
147
+ "minimum": 0.0,
148
+ "relation_to_output": "",
149
+ "static_value": 30.0,
150
+ "uncertainty_description": {
151
+ "attributes": [
152
+ {
153
+ "name": "lower_bounds",
154
+ "value": 0.0
155
+ },
156
+ {
157
+ "name": "upper_bounds",
158
+ "value": 50.0
159
+ },
160
+ {
161
+ "name": "stddev",
162
+ "value": 8.333333333333334
163
+ },
164
+ {
165
+ "name": "delta_x",
166
+ "value": null
167
+ },
168
+ {
169
+ "name": "modes",
170
+ "value": 40.0
171
+ }
172
+ ],
173
+ "type": "triangle_uncertain"
174
+ },
175
+ "units": "",
176
+ "value_type": "double",
177
+ "variable": true,
178
+ "variable_type": "RubyContinuousVariable",
179
+ "uuid": "a8ed49f0-2fc0-0132-c67f-14109fdf0b37",
180
+ "version_uuid": "a8ed5000-2fc0-0132-c680-14109fdf0b37"
181
+ }
182
+ ],
183
+ "workflow_index": 0,
184
+ "workflow_step_type": "Measure",
185
+ "uuid": "a8ed2700-2fc0-0132-c67d-14109fdf0b37",
186
+ "version_uuid": "a8ed2d40-2fc0-0132-c67e-14109fdf0b37"
187
+ },
188
+ {
189
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
190
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
191
+ "measure_definition_display_name": "ExampleMeasureAutoDirectoryName",
192
+ "measure_definition_uuid": "a8ed6d70-2fc0-0132-c681-14109fdf0b37",
193
+ "measure_definition_version_uuid": "a8ed74e0-2fc0-0132-c682-14109fdf0b37",
194
+ "measure_type": "RubyMeasure",
195
+ "arguments": [
196
+ {
197
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
198
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
199
+ "name": "space_type",
200
+ "value": "*Entire Building*",
201
+ "value_type": "choice"
202
+ },
203
+ {
204
+ "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
205
+ "display_name_short": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
206
+ "name": "material_and_installation_cost",
207
+ "value": 0.0,
208
+ "value_type": "double"
209
+ },
210
+ {
211
+ "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
212
+ "display_name_short": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
213
+ "name": "om_cost",
214
+ "value": 0.0,
215
+ "value_type": "double"
216
+ },
217
+ {
218
+ "display_name": "O & M Frequency (whole years).",
219
+ "display_name_short": "O & M Frequency (whole years).",
220
+ "name": "om_frequency",
221
+ "value": 1,
222
+ "value_type": "integer"
223
+ }
224
+ ],
225
+ "display_name": "ReduceSpaceInfiltrationByPercentage",
226
+ "name": "reducespaceinfiltrationbypercentage",
227
+ "variables": [
228
+ {
229
+ "argument": {
230
+ "display_name": "Space Infiltration Power Reduction",
231
+ "display_name_short": "Space Infiltration Power Reduction",
232
+ "name": "space_infiltration_reduction_percent",
233
+ "value_type": "double"
234
+ },
235
+ "display_name": "Space Infiltration Power Reduction",
236
+ "display_name_short": "Space Infiltration Power Reduction",
237
+ "maximum": 30.0,
238
+ "minimum": 0.0,
239
+ "relation_to_output": "",
240
+ "static_value": 30.0,
241
+ "uncertainty_description": {
242
+ "attributes": [
243
+ {
244
+ "name": "lower_bounds",
245
+ "value": 0.0
246
+ },
247
+ {
248
+ "name": "upper_bounds",
249
+ "value": 30.0
250
+ },
251
+ {
252
+ "name": "stddev",
253
+ "value": 5.0
254
+ },
255
+ {
256
+ "name": "delta_x",
257
+ "value": null
258
+ },
259
+ {
260
+ "name": "modes",
261
+ "value": 10.0
262
+ }
263
+ ],
264
+ "type": "uniform_uncertain"
265
+ },
266
+ "units": "",
267
+ "value_type": "double",
268
+ "variable": true,
269
+ "variable_type": "RubyContinuousVariable",
270
+ "uuid": "a8ed91b0-2fc0-0132-c685-14109fdf0b37",
271
+ "version_uuid": "a8ed9850-2fc0-0132-c686-14109fdf0b37"
272
+ }
273
+ ],
274
+ "workflow_index": 1,
275
+ "workflow_step_type": "Measure",
276
+ "uuid": "a8ed7ab0-2fc0-0132-c683-14109fdf0b37",
277
+ "version_uuid": "a8ed80e0-2fc0-0132-c684-14109fdf0b37"
278
+ },
279
+ {
280
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
281
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
282
+ "measure_definition_display_name": "ExampleMeasureAutoDirectoryName",
283
+ "measure_definition_uuid": "a8edad70-2fc0-0132-c687-14109fdf0b37",
284
+ "measure_definition_version_uuid": "a8edb290-2fc0-0132-c688-14109fdf0b37",
285
+ "measure_type": "RubyMeasure",
286
+ "arguments": [
287
+ {
288
+ "display_name": "Alter Design Day Thermostats?",
289
+ "display_name_short": "Alter Design Day Thermostats?",
290
+ "name": "alter_design_days",
291
+ "value": false,
292
+ "value_type": "bool"
293
+ }
294
+ ],
295
+ "display_name": "Adjust Thermostat Setpoints by Degrees",
296
+ "name": "adjust_thermostat_setpoints_by_degrees",
297
+ "variables": [
298
+ {
299
+ "argument": {
300
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
301
+ "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
302
+ "name": "cooling_adjustment",
303
+ "value_type": "double"
304
+ },
305
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
306
+ "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
307
+ "maximum": 4.0,
308
+ "minimum": -4.0,
309
+ "relation_to_output": "",
310
+ "static_value": 1.0,
311
+ "uncertainty_description": {
312
+ "attributes": [
313
+ {
314
+ "name": "lower_bounds",
315
+ "value": -4.0
316
+ },
317
+ {
318
+ "name": "upper_bounds",
319
+ "value": 4.0
320
+ },
321
+ {
322
+ "name": "stddev",
323
+ "value": 1.3333333333333333
324
+ },
325
+ {
326
+ "name": "delta_x",
327
+ "value": null
328
+ },
329
+ {
330
+ "name": "modes",
331
+ "value": 0.0
332
+ }
333
+ ],
334
+ "type": "uniform_uncertain"
335
+ },
336
+ "units": "",
337
+ "value_type": "double",
338
+ "variable": true,
339
+ "variable_type": "RubyContinuousVariable",
340
+ "uuid": "a8edce60-2fc0-0132-c68b-14109fdf0b37",
341
+ "version_uuid": "a8edd3f0-2fc0-0132-c68c-14109fdf0b37"
342
+ },
343
+ {
344
+ "argument": {
345
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
346
+ "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
347
+ "name": "heating_adjustment",
348
+ "value_type": "double"
349
+ },
350
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
351
+ "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
352
+ "maximum": 4.0,
353
+ "minimum": -4.0,
354
+ "relation_to_output": "",
355
+ "static_value": -1.0,
356
+ "uncertainty_description": {
357
+ "attributes": [
358
+ {
359
+ "name": "lower_bounds",
360
+ "value": -4.0
361
+ },
362
+ {
363
+ "name": "upper_bounds",
364
+ "value": 4.0
365
+ },
366
+ {
367
+ "name": "stddev",
368
+ "value": 1.3333333333333333
369
+ },
370
+ {
371
+ "name": "delta_x",
372
+ "value": null
373
+ },
374
+ {
375
+ "name": "modes",
376
+ "value": 0.0
377
+ }
378
+ ],
379
+ "type": "uniform_uncertain"
380
+ },
381
+ "units": "",
382
+ "value_type": "double",
383
+ "variable": true,
384
+ "variable_type": "RubyContinuousVariable",
385
+ "uuid": "a8ede280-2fc0-0132-c68d-14109fdf0b37",
386
+ "version_uuid": "a8ede7a0-2fc0-0132-c68e-14109fdf0b37"
387
+ }
388
+ ],
389
+ "workflow_index": 2,
390
+ "workflow_step_type": "Measure",
391
+ "uuid": "a8edb7b0-2fc0-0132-c689-14109fdf0b37",
392
+ "version_uuid": "a8edbd00-2fc0-0132-c68a-14109fdf0b37"
393
+ },
394
+ {
395
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
396
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
397
+ "measure_definition_display_name": "ExampleMeasureAutoDirectoryName",
398
+ "measure_definition_uuid": "a8edf4c0-2fc0-0132-c68f-14109fdf0b37",
399
+ "measure_definition_version_uuid": "a8edf9c0-2fc0-0132-c690-14109fdf0b37",
400
+ "measure_type": "RubyMeasure",
401
+ "arguments": [
402
+ {
403
+ "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
404
+ "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
405
+ "name": "material_cost_increase_ip",
406
+ "value": 0.0,
407
+ "value_type": "double"
408
+ },
409
+ {
410
+ "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
411
+ "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
412
+ "name": "one_time_retrofit_cost_ip",
413
+ "value": 0.0,
414
+ "value_type": "double"
415
+ },
416
+ {
417
+ "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
418
+ "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
419
+ "name": "years_until_retrofit_cost",
420
+ "value": 0,
421
+ "value_type": "integer"
422
+ }
423
+ ],
424
+ "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
425
+ "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
426
+ "variables": [
427
+ {
428
+ "argument": {
429
+ "display_name": "Wall R Value",
430
+ "display_name_short": "Wall R Value",
431
+ "name": "r_value",
432
+ "value_type": "double"
433
+ },
434
+ "display_name": "Wall R Value",
435
+ "display_name_short": "Wall R Value",
436
+ "maximum": 5.0,
437
+ "minimum": 0.0,
438
+ "relation_to_output": "",
439
+ "static_value": 5.0,
440
+ "uncertainty_description": {
441
+ "attributes": [
442
+ {
443
+ "name": "lower_bounds",
444
+ "value": 0.0
445
+ },
446
+ {
447
+ "name": "upper_bounds",
448
+ "value": 5.0
449
+ },
450
+ {
451
+ "name": "stddev",
452
+ "value": 0.8333333333333334
453
+ },
454
+ {
455
+ "name": "delta_x",
456
+ "value": null
457
+ },
458
+ {
459
+ "name": "modes",
460
+ "value": 2.5
461
+ }
462
+ ],
463
+ "type": "triangle_uncertain"
464
+ },
465
+ "units": "",
466
+ "value_type": "double",
467
+ "variable": true,
468
+ "variable_type": "RubyContinuousVariable",
469
+ "uuid": "a8ee11c0-2fc0-0132-c693-14109fdf0b37",
470
+ "version_uuid": "a8ee1740-2fc0-0132-c694-14109fdf0b37"
471
+ }
472
+ ],
473
+ "workflow_index": 3,
474
+ "workflow_step_type": "Measure",
475
+ "uuid": "a8edff10-2fc0-0132-c691-14109fdf0b37",
476
+ "version_uuid": "a8ee03d0-2fc0-0132-c692-14109fdf0b37"
477
+ },
478
+ {
479
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
480
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
481
+ "measure_definition_display_name": "ExampleMeasureAutoDirectoryName",
482
+ "measure_definition_uuid": "a8ee2ac0-2fc0-0132-c695-14109fdf0b37",
483
+ "measure_definition_version_uuid": "a8ee2fe0-2fc0-0132-c696-14109fdf0b37",
484
+ "measure_type": "RubyMeasure",
485
+ "arguments": [
486
+ {
487
+ "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
488
+ "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
489
+ "name": "material_cost_increase_ip",
490
+ "value": 0.0,
491
+ "value_type": "double"
492
+ },
493
+ {
494
+ "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
495
+ "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
496
+ "name": "one_time_retrofit_cost_ip",
497
+ "value": 0.0,
498
+ "value_type": "double"
499
+ },
500
+ {
501
+ "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
502
+ "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
503
+ "name": "years_until_retrofit_cost",
504
+ "value": 0,
505
+ "value_type": "integer"
506
+ }
507
+ ],
508
+ "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
509
+ "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
510
+ "variables": [
511
+ {
512
+ "argument": {
513
+ "display_name": "Roof R Value",
514
+ "display_name_short": "Roof R Value",
515
+ "name": "r_value",
516
+ "value_type": "double"
517
+ },
518
+ "display_name": "Roof R Value",
519
+ "display_name_short": "Roof R Value",
520
+ "maximum": 5.0,
521
+ "minimum": 0.0,
522
+ "relation_to_output": "",
523
+ "static_value": 5.0,
524
+ "uncertainty_description": {
525
+ "attributes": [
526
+ {
527
+ "name": "lower_bounds",
528
+ "value": 0.0
529
+ },
530
+ {
531
+ "name": "upper_bounds",
532
+ "value": 5.0
533
+ },
534
+ {
535
+ "name": "stddev",
536
+ "value": 0.8333333333333334
537
+ },
538
+ {
539
+ "name": "delta_x",
540
+ "value": null
541
+ },
542
+ {
543
+ "name": "modes",
544
+ "value": 2.5
545
+ }
546
+ ],
547
+ "type": "triangle_uncertain"
548
+ },
549
+ "units": "",
550
+ "value_type": "double",
551
+ "variable": true,
552
+ "variable_type": "RubyContinuousVariable",
553
+ "uuid": "a8ee48f0-2fc0-0132-c699-14109fdf0b37",
554
+ "version_uuid": "a8ee4de0-2fc0-0132-c69a-14109fdf0b37"
555
+ }
556
+ ],
557
+ "workflow_index": 4,
558
+ "workflow_step_type": "Measure",
559
+ "uuid": "a8ee3580-2fc0-0132-c697-14109fdf0b37",
560
+ "version_uuid": "a8ee3b10-2fc0-0132-c698-14109fdf0b37"
561
+ },
562
+ {
563
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
564
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
565
+ "measure_definition_display_name": "ExampleMeasureAutoDirectoryName",
566
+ "measure_definition_uuid": "a8ee5ff0-2fc0-0132-c69b-14109fdf0b37",
567
+ "measure_definition_version_uuid": "a8ee6550-2fc0-0132-c69c-14109fdf0b37",
568
+ "measure_type": "RubyMeasure",
569
+ "arguments": [
570
+ {
571
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
572
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
573
+ "name": "space_type",
574
+ "value": "*Entire Building*",
575
+ "value_type": "choice"
576
+ }
577
+ ],
578
+ "display_name": "Reduce Ventilation By Percentage",
579
+ "name": "reduce_ventilation_by_percentage",
580
+ "variables": [
581
+ {
582
+ "argument": {
583
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
584
+ "display_name_short": "Design Specification Outdoor Air Reduction (%).",
585
+ "name": "design_spec_outdoor_air_reduction_percent",
586
+ "value_type": "double"
587
+ },
588
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
589
+ "display_name_short": "Design Specification Outdoor Air Reduction (%).",
590
+ "maximum": 90.0,
591
+ "minimum": 0.0,
592
+ "relation_to_output": "",
593
+ "static_value": 0.0,
594
+ "uncertainty_description": {
595
+ "attributes": [
596
+ {
597
+ "name": "lower_bounds",
598
+ "value": 0.0
599
+ },
600
+ {
601
+ "name": "upper_bounds",
602
+ "value": 90.0
603
+ },
604
+ {
605
+ "name": "stddev",
606
+ "value": 15.0
607
+ },
608
+ {
609
+ "name": "delta_x",
610
+ "value": null
611
+ },
612
+ {
613
+ "name": "modes",
614
+ "value": 20.0
615
+ }
616
+ ],
617
+ "type": "triangle_uncertain"
618
+ },
619
+ "units": "",
620
+ "value_type": "double",
621
+ "variable": true,
622
+ "variable_type": "RubyContinuousVariable",
623
+ "uuid": "a8ee88f0-2fc0-0132-c69f-14109fdf0b37",
624
+ "version_uuid": "a8ee8eb0-2fc0-0132-c6a0-14109fdf0b37"
625
+ }
626
+ ],
627
+ "workflow_index": 5,
628
+ "workflow_step_type": "Measure",
629
+ "uuid": "a8ee6bb0-2fc0-0132-c69d-14109fdf0b37",
630
+ "version_uuid": "a8ee7180-2fc0-0132-c69e-14109fdf0b37"
631
+ }
632
+ ],
633
+ "analysis_type": "nsga"
634
+ },
635
+ "seed": {
636
+ "file_type": "OSM",
637
+ "path": "./seed/small_seed.osm"
638
+ },
639
+ "weather_file": {
640
+ "file_type": "EPW",
641
+ "path": "./weather/partial_weather.epw"
642
+ }
643
+ }
644
+ }