openstudio-analysis 0.2.3 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (311) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/README.md +1 -1
  4. data/lib/openstudio-analysis.rb +2 -0
  5. data/lib/openstudio/analysis/server_api.rb +19 -1
  6. data/lib/openstudio/analysis/translator/excel.rb +194 -129
  7. data/lib/openstudio/analysis/version.rb +1 -1
  8. data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +10 -11
  9. data/lib/openstudio/templates/pivot_variable.json.erb +4 -4
  10. data/lib/openstudio/templates/uncertain_variable.json.erb +14 -12
  11. data/lib/openstudio/templates/workflow_item.json.erb +4 -4
  12. data/spec/files/0_3_0_outputs.xlsx +0 -0
  13. data/spec/files/analysis/medium_office.json +1830 -0
  14. data/spec/files/analysis/medium_office.zip +0 -0
  15. data/spec/files/discrete_dynamic_columns.xlsx +0 -0
  16. data/spec/files/discrete_variables.xlsx +0 -0
  17. data/spec/files/export/analysis/0_3_0_outputs.json +1311 -0
  18. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  19. data/spec/files/export/analysis/apartment_highrise.json +1311 -0
  20. data/spec/files/export/analysis/apartment_highrise.zip +0 -0
  21. data/spec/files/export/analysis/discrete_dynamic_seed.json +488 -0
  22. data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
  23. data/spec/files/export/analysis/discrete_seed.json +743 -0
  24. data/spec/files/export/analysis/discrete_seed.zip +0 -0
  25. data/spec/files/export/analysis/kats_model_v2.json +511 -0
  26. data/spec/files/export/analysis/kats_model_v2.zip +0 -0
  27. data/spec/files/export/analysis/output_vars.json +719 -0
  28. data/spec/files/export/analysis/output_vars.zip +0 -0
  29. data/spec/files/export/analysis/small_seed.json +673 -0
  30. data/spec/files/export/analysis/small_seed.zip +0 -0
  31. data/spec/files/no_variables.xlsx +0 -0
  32. data/spec/files/outputvars.xlsx +0 -0
  33. data/spec/files/proxy.xlsx +0 -0
  34. data/spec/files/proxy_user.xlsx +0 -0
  35. data/spec/files/setup_version_2.xlsx +0 -0
  36. data/spec/files/small_list.xlsx +0 -0
  37. data/spec/files/small_list_incomplete.xlsx +0 -0
  38. data/spec/files/small_list_repeat_vars.xlsx +0 -0
  39. data/spec/files/small_list_validation_errors.xlsx +0 -0
  40. data/spec/files/template_input_0.1.10.xlsx +0 -0
  41. data/spec/files/~$0_3_0_outputs.xlsx +0 -0
  42. data/spec/openstudio/analysis/translator/excel_spec.rb +48 -1
  43. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.0.xml +9 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.1.xml +9 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.10.xml +9 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.11.xml +9 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.12.xml +9 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.13.xml +9 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.14.xml +9 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.2.xml +9 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.3.xml +9 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.4.xml +9 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.5.xml +9 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.6.xml +9 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.7.xml +9 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.8.xml +9 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.9.xml +9 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.xml +9 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.0.xml +9 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.1.xml +9 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.10.xml +9 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.11.xml +9 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.12.xml +9 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.13.xml +9 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.14.xml +9 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.2.xml +9 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.3.xml +9 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.4.xml +9 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.5.xml +9 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.6.xml +9 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.7.xml +9 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.8.xml +9 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.9.xml +9 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +9 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.0.xml +7 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.1.xml +7 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.10.xml +7 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.11.xml +7 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.12.xml +7 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.13.xml +7 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.14.xml +7 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.2.xml +7 -0
  83. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.3.xml +7 -0
  84. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.4.xml +7 -0
  85. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.5.xml +7 -0
  86. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.6.xml +7 -0
  87. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.7.xml +7 -0
  88. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.8.xml +7 -0
  89. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.9.xml +7 -0
  90. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +7 -0
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.0.xml +25 -0
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.1.xml +25 -0
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.10.xml +18 -0
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.11.xml +18 -0
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.2.xml +25 -0
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.3.xml +18 -0
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.4.xml +18 -0
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.5.xml +18 -0
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.6.xml +18 -0
  100. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.7.xml +18 -0
  101. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.8.xml +18 -0
  102. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.9.xml +18 -0
  103. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +25 -0
  104. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.0.xml +17 -0
  105. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.1.xml +17 -0
  106. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.10.xml +17 -0
  107. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.11.xml +17 -0
  108. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.2.xml +17 -0
  109. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.3.xml +17 -0
  110. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.4.xml +17 -0
  111. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.5.xml +17 -0
  112. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.6.xml +17 -0
  113. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.7.xml +17 -0
  114. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.8.xml +17 -0
  115. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.9.xml +17 -0
  116. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +17 -0
  117. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.0.xml +32 -0
  118. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.1.xml +32 -0
  119. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.10.xml +18 -0
  120. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.11.xml +18 -0
  121. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.12.xml +18 -0
  122. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.13.xml +18 -0
  123. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.2.xml +32 -0
  124. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.3.xml +24 -0
  125. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.4.xml +24 -0
  126. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.5.xml +24 -0
  127. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.6.xml +24 -0
  128. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.7.xml +18 -0
  129. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.8.xml +18 -0
  130. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.9.xml +18 -0
  131. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +32 -0
  132. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.0.xml +16 -0
  133. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.1.xml +16 -0
  134. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.10.xml +9 -0
  135. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.11.xml +9 -0
  136. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.2.xml +16 -0
  137. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.3.xml +9 -0
  138. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.4.xml +9 -0
  139. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.5.xml +9 -0
  140. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.6.xml +9 -0
  141. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.7.xml +9 -0
  142. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.8.xml +9 -0
  143. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.9.xml +9 -0
  144. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +16 -0
  145. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.0.xml +16 -0
  146. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.1.xml +16 -0
  147. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.10.xml +9 -0
  148. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.11.xml +9 -0
  149. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.12.xml +9 -0
  150. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.2.xml +16 -0
  151. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.3.xml +16 -0
  152. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.4.xml +9 -0
  153. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.5.xml +9 -0
  154. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.6.xml +9 -0
  155. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.7.xml +9 -0
  156. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.8.xml +9 -0
  157. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.9.xml +9 -0
  158. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +16 -0
  159. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.0.xml +70 -0
  160. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.1.xml +70 -0
  161. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.10.xml +36 -0
  162. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.11.xml +36 -0
  163. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.2.xml +70 -0
  164. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.3.xml +36 -0
  165. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.4.xml +36 -0
  166. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.5.xml +36 -0
  167. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.6.xml +36 -0
  168. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.7.xml +36 -0
  169. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.8.xml +36 -0
  170. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.9.xml +36 -0
  171. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +70 -0
  172. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.0.xml +43 -0
  173. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.1.xml +43 -0
  174. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.10.xml +21 -0
  175. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.11.xml +21 -0
  176. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.12.xml +21 -0
  177. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.13.xml +21 -0
  178. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.2.xml +43 -0
  179. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.3.xml +43 -0
  180. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.4.xml +43 -0
  181. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.5.xml +21 -0
  182. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.6.xml +21 -0
  183. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.7.xml +21 -0
  184. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.8.xml +21 -0
  185. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.9.xml +21 -0
  186. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +43 -0
  187. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.0.xml +21 -0
  188. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.1.xml +21 -0
  189. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.10.xml +9 -0
  190. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.11.xml +9 -0
  191. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.12.xml +9 -0
  192. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.13.xml +9 -0
  193. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.2.xml +21 -0
  194. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.3.xml +21 -0
  195. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.4.xml +21 -0
  196. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.5.xml +9 -0
  197. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.6.xml +9 -0
  198. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.7.xml +9 -0
  199. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.8.xml +9 -0
  200. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.9.xml +9 -0
  201. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +21 -0
  202. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.0.xml +21 -0
  203. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.1.xml +21 -0
  204. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.10.xml +9 -0
  205. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.11.xml +9 -0
  206. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.12.xml +9 -0
  207. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.13.xml +9 -0
  208. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.2.xml +21 -0
  209. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.3.xml +21 -0
  210. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.4.xml +21 -0
  211. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.5.xml +9 -0
  212. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.6.xml +9 -0
  213. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.7.xml +9 -0
  214. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.8.xml +9 -0
  215. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.9.xml +9 -0
  216. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +21 -0
  217. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.0.xml +43 -0
  218. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.1.xml +43 -0
  219. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.10.xml +23 -0
  220. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.11.xml +23 -0
  221. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.12.xml +23 -0
  222. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.13.xml +23 -0
  223. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.2.xml +43 -0
  224. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.3.xml +43 -0
  225. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.4.xml +43 -0
  226. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.5.xml +23 -0
  227. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.6.xml +23 -0
  228. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.7.xml +23 -0
  229. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.8.xml +23 -0
  230. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.9.xml +23 -0
  231. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +43 -0
  232. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.0.xml +21 -0
  233. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.1.xml +21 -0
  234. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.10.xml +9 -0
  235. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.11.xml +9 -0
  236. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.12.xml +9 -0
  237. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.13.xml +9 -0
  238. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.2.xml +21 -0
  239. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.3.xml +21 -0
  240. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.4.xml +21 -0
  241. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.5.xml +9 -0
  242. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.6.xml +9 -0
  243. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.7.xml +9 -0
  244. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.8.xml +9 -0
  245. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.9.xml +9 -0
  246. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +21 -0
  247. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.0.xml +20 -0
  248. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.1.xml +20 -0
  249. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.10.xml +13 -0
  250. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.11.xml +13 -0
  251. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.2.xml +20 -0
  252. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.3.xml +20 -0
  253. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.4.xml +13 -0
  254. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.5.xml +13 -0
  255. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.6.xml +13 -0
  256. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.7.xml +13 -0
  257. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.8.xml +13 -0
  258. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.9.xml +13 -0
  259. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +20 -0
  260. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.0.xml +21 -0
  261. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.1.xml +21 -0
  262. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.10.xml +21 -0
  263. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.11.xml +21 -0
  264. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.2.xml +21 -0
  265. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.3.xml +21 -0
  266. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.4.xml +21 -0
  267. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.5.xml +21 -0
  268. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.6.xml +21 -0
  269. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.7.xml +21 -0
  270. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.8.xml +21 -0
  271. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.9.xml +21 -0
  272. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +21 -0
  273. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.0.xml +32 -0
  274. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.1.xml +32 -0
  275. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.10.xml +32 -0
  276. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.11.xml +32 -0
  277. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.2.xml +32 -0
  278. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.3.xml +32 -0
  279. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.4.xml +32 -0
  280. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.5.xml +32 -0
  281. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.6.xml +32 -0
  282. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.7.xml +32 -0
  283. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.8.xml +32 -0
  284. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.9.xml +32 -0
  285. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +32 -0
  286. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.0.xml +19 -0
  287. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.1.xml +33 -0
  288. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.2.xml +19 -0
  289. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.3.xml +22 -0
  290. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.4.xml +21 -0
  291. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.5.xml +21 -0
  292. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +46 -0
  293. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.0.xml +7 -0
  294. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.1.xml +7 -0
  295. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.10.xml +7 -0
  296. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.11.xml +7 -0
  297. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.12.xml +7 -0
  298. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.13.xml +7 -0
  299. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.14.xml +7 -0
  300. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.2.xml +7 -0
  301. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.3.xml +7 -0
  302. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.4.xml +7 -0
  303. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.5.xml +7 -0
  304. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.6.xml +7 -0
  305. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.7.xml +7 -0
  306. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.8.xml +7 -0
  307. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.9.xml +7 -0
  308. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +7 -0
  309. data/spec/spec_helper.rb +2 -2
  310. metadata +570 -3
  311. data/lib/openstudio/templates/static_variable.json.erb +0 -21
@@ -1,5 +1,5 @@
1
1
  module OpenStudio
2
2
  module Analysis
3
- VERSION = '0.2.3'
3
+ VERSION = '0.3.0'
4
4
  end
5
5
  end
@@ -5,17 +5,15 @@
5
5
  "name": "<%= @variable['name'] %>",
6
6
  "required": false,
7
7
  "uuid": "<%= UUID.new.generate %>",
8
- "version_uuid": "<%= UUID.new.generate %>"
8
+ "version_uuid": "<%= UUID.new.generate %>"
9
9
  },
10
10
  "display_name": "<%= @variable['display_name'] %>",
11
11
  "machine_name": "<%= @variable['machine_name'] %>",
12
- "name": "<%= @variable['machine_name'] %>",
13
- "minimum": <%= @variable['distribution']['min'] ? @variable['distribution']['min'].inspect : 'null' %>,
14
12
  "maximum": <%= @variable['distribution']['max'] ? @variable['distribution']['max'].inspect : 'null' %>,
15
- "units": "<%= @variable['units'] %>",
16
- "value_type": "<%= @variable['type'] %>",
17
- "variable": true,
13
+ "minimum": <%= @variable['distribution']['min'] ? @variable['distribution']['min'].inspect : 'null' %>,
14
+ "name": "<%= @variable['machine_name'] %>",
18
15
  "relation_to_output": "<%= @variable['relation_to_eui'] %>",
16
+ "static_value": <%= @variable['distribution']['static_value'].inspect %>,
19
17
  "uncertainty_description": {
20
18
  "attributes": [
21
19
  {
@@ -24,11 +22,11 @@
24
22
  },
25
23
  {
26
24
  "name": "lower_bounds",
27
- "value": <%= @variable['distribution']['min'] %>
25
+ "value": <%= @variable['distribution']['min'].inspect %>
28
26
  },
29
27
  {
30
28
  "name": "upper_bounds",
31
- "value": <%= @variable['distribution']['max'] %>
29
+ "value": <%= @variable['distribution']['max'].inspect %>
32
30
  },
33
31
  {
34
32
  "name": "modes",
@@ -37,9 +35,10 @@
37
35
  ],
38
36
  "type": "discrete_uncertain"
39
37
  },
40
- "uuid": "<%= UUID.new.generate %>",
38
+ "units": "<%= @variable['units'] %>",
39
+ "value_type": "<%= @variable['type'] %>",
40
+ "variable": true,
41
41
  "variable_type": "RubyContinuousVariable",
42
+ "uuid": "<%= UUID.new.generate %>",
42
43
  "version_uuid": "<%= UUID.new.generate %>"
43
44
  }
44
-
45
-
@@ -10,8 +10,6 @@
10
10
  "display_name": "<%= @variable['display_name'] %>",
11
11
  "machine_name": "<%= @variable['machine_name'] %>",
12
12
  "name": "<%= @variable['machine_name'] %>",
13
- "units": "<%= @variable['units'] %>",
14
- "value_type": "<%= @variable['type'] %>",
15
13
  "pivot": true,
16
14
  "relation_to_output": "<%= @variable['relation_to_eui'] %>",
17
15
  "uncertainty_description": {
@@ -19,13 +17,15 @@
19
17
  {
20
18
  "name": "discrete",
21
19
  "values_and_weights":
22
- <%= @values_and_weights %>
20
+ <%= @values_and_weights %>
23
21
  }
24
22
  ],
25
23
  "type": "discrete_uncertain"
26
24
  },
27
- "uuid": "<%= UUID.new.generate %>",
25
+ "units": "<%= @variable['units'] %>",
26
+ "value_type": "<%= @variable['type'] %>",
28
27
  "variable_type": "RubyContinuousVariable",
28
+ "uuid": "<%= UUID.new.generate %>",
29
29
  "version_uuid": "<%= UUID.new.generate %>"
30
30
  }
31
31
 
@@ -3,24 +3,19 @@
3
3
  "display_name": "<%= @variable['display_name'] %>",
4
4
  "machine_name": "<%= @variable['machine_name'] %>",
5
5
  "name": "<%= @variable['name'] %>",
6
+ "required": false,
6
7
  "uuid": "<%= UUID.new.generate %>",
7
- "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
8
+ "version_uuid": "<%= UUID.new.generate %>"
8
9
  },
9
10
  "display_name": "<%= @variable['display_name'] %>",
10
11
  "machine_name": "<%= @variable['machine_name'] %>",
12
+ "maximum": <%= @variable['distribution']['max'] ? @variable['distribution']['max'].inspect : 'null' %>,
13
+ "minimum": <%= @variable['distribution']['min'] ? @variable['distribution']['min'].inspect : 'null' %>,
11
14
  "name": "<%= @variable['machine_name'] %>",
12
- "minimum": <%= @variable['distribution']['min'].inspect %>,
13
- "maximum": <%= @variable['distribution']['max'].inspect %>,
14
- "units": "<%= @variable['units'] %>",
15
- "value_type": "<%= @variable['type'] %>",
16
- "variable": true,
17
15
  "relation_to_output": "<%= @variable['relation_to_eui'] %>",
16
+ "static_value": <%= @variable['distribution']['static_value'].inspect %>,
18
17
  "uncertainty_description": {
19
18
  "attributes": [
20
- {
21
- "name": "modes",
22
- "value": <%= @variable['distribution']['mean'] %>
23
- },
24
19
  {
25
20
  "name": "lower_bounds",
26
21
  "value": <%= @variable['distribution']['min'] %>
@@ -36,11 +31,18 @@
36
31
  {
37
32
  "name": "delta_x",
38
33
  "value": <%= @variable['distribution']['delta_x'] ? @variable['distribution']['delta_x'].inspect : 'null' %>
34
+ },
35
+ {
36
+ "name": "modes",
37
+ "value": <%= @variable['distribution']['mean'] %>
39
38
  }
40
39
  ],
41
40
  "type": <%= @variable['distribution']['type'].inspect %>
42
41
  },
43
- "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
42
+ "units": "<%= @variable['units'] %>",
43
+ "value_type": "<%= @variable['type'] %>",
44
+ "variable": true,
44
45
  "variable_type": "RubyContinuousVariable",
45
- "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
46
+ "uuid": "<%= UUID.new.generate %>",
47
+ "version_uuid": "<%= UUID.new.generate %>"
46
48
  }
@@ -4,16 +4,16 @@
4
4
  "bcl_measure_class_name": "<%= @measure['measure_file_name'] %>",
5
5
  "bcl_measure_uuid": "<%= UUID.new.generate %>",
6
6
  "bcl_measure_version_uuid": "<%= UUID.new.generate %>",
7
+ "display_name": "<%= @measure['display_name'] %>",
7
8
  "measure_definition_directory": "./measures/<%= @measure['measure_file_name_directory'] %>",
8
9
  "measure_definition_class_name": "<%= @measure['measure_file_name'] %>",
9
10
  "measure_definition_uuid": "<%= UUID.new.generate %>",
10
11
  "measure_definition_version_uuid": "<%= UUID.new.generate %>",
11
12
  "measure_type": "<%= @measure['measure_type'] %>",
12
13
  "name": "<%= @measure['name'] %>",
13
- "display_name": "<%= @measure['display_name'] %>",
14
- "uuid": "<%= UUID.new.generate %>",
15
14
  "variables": [],
16
- "version_uuid": "<%= UUID.new.generate %>",
17
15
  "workflow_index": <%= @measure_index %>,
18
- "workflow_step_type": "Measure"
16
+ "workflow_step_type": "Measure",
17
+ "uuid": "<%= UUID.new.generate %>",
18
+ "version_uuid": "<%= UUID.new.generate %>"
19
19
  }
@@ -0,0 +1,1830 @@
1
+ {
2
+ "analysis": {
3
+ "display_name": "Name goes here",
4
+ "name": "name_goes_here",
5
+ "output_variables": [
6
+ {
7
+ "display_name": "Total Natual Gas",
8
+ "metadata_id": null,
9
+ "name": "total_natural_gas",
10
+ "units": "MJ/m2",
11
+ "objective_function": true,
12
+ "objective_function_index": 0,
13
+ "objective_function_target": 330.7,
14
+ "scaling_factor": null,
15
+ "objective_function_group": "TRUE"
16
+ },
17
+ {
18
+ "display_name": "Total Electricity",
19
+ "metadata_id": null,
20
+ "name": "total_electricity",
21
+ "units": "MJ/m2",
22
+ "objective_function": true,
23
+ "objective_function_index": 1,
24
+ "objective_function_target": 496.5,
25
+ "scaling_factor": null,
26
+ "objective_function_group": "TRUE"
27
+ },
28
+ {
29
+ "display_name": "cooling_electricity_jan",
30
+ "metadata_id": null,
31
+ "name": "cooling_electricity_jan",
32
+ "units": "J",
33
+ "objective_function": true,
34
+ "objective_function_index": 2,
35
+ "objective_function_target": 63597914341.3388,
36
+ "scaling_factor": 463203800000.0,
37
+ "objective_function_group": "TRUE"
38
+ },
39
+ {
40
+ "display_name": "cooling_electricity_feb",
41
+ "metadata_id": null,
42
+ "name": "cooling_electricity_feb",
43
+ "units": "J",
44
+ "objective_function": true,
45
+ "objective_function_index": 3,
46
+ "objective_function_target": 58138465958.3439,
47
+ "scaling_factor": 463203800000.0,
48
+ "objective_function_group": "TRUE"
49
+ },
50
+ {
51
+ "display_name": "cooling_electricity_mar",
52
+ "metadata_id": null,
53
+ "name": "cooling_electricity_mar",
54
+ "units": "J",
55
+ "objective_function": true,
56
+ "objective_function_index": 4,
57
+ "objective_function_target": 301531761648.05,
58
+ "scaling_factor": 463203800000.0,
59
+ "objective_function_group": "TRUE"
60
+ },
61
+ {
62
+ "display_name": "cooling_electricity_apr",
63
+ "metadata_id": null,
64
+ "name": "cooling_electricity_apr",
65
+ "units": "J",
66
+ "objective_function": true,
67
+ "objective_function_index": 5,
68
+ "objective_function_target": 336163175378.778,
69
+ "scaling_factor": 463203800000.0,
70
+ "objective_function_group": "TRUE"
71
+ },
72
+ {
73
+ "display_name": "cooling_electricity_may",
74
+ "metadata_id": null,
75
+ "name": "cooling_electricity_may",
76
+ "units": "J",
77
+ "objective_function": true,
78
+ "objective_function_index": 6,
79
+ "objective_function_target": 1412749721236.32,
80
+ "scaling_factor": 463203800000.0,
81
+ "objective_function_group": "TRUE"
82
+ },
83
+ {
84
+ "display_name": "cooling_electricity_jun",
85
+ "metadata_id": null,
86
+ "name": "cooling_electricity_jun",
87
+ "units": "J",
88
+ "objective_function": true,
89
+ "objective_function_index": 7,
90
+ "objective_function_target": 2327741408781.58,
91
+ "scaling_factor": 463203800000.0,
92
+ "objective_function_group": "TRUE"
93
+ },
94
+ {
95
+ "display_name": "cooling_electricity_jul",
96
+ "metadata_id": null,
97
+ "name": "cooling_electricity_jul",
98
+ "units": "J",
99
+ "objective_function": true,
100
+ "objective_function_index": 8,
101
+ "objective_function_target": 2402590637505.39,
102
+ "scaling_factor": 463203800000.0,
103
+ "objective_function_group": "TRUE"
104
+ },
105
+ {
106
+ "display_name": "cooling_electricity_aug",
107
+ "metadata_id": null,
108
+ "name": "cooling_electricity_aug",
109
+ "units": "J",
110
+ "objective_function": true,
111
+ "objective_function_index": 9,
112
+ "objective_function_target": 2472656245279.37,
113
+ "scaling_factor": 463203800000.0,
114
+ "objective_function_group": "TRUE"
115
+ },
116
+ {
117
+ "display_name": "cooling_electricity_sep",
118
+ "metadata_id": null,
119
+ "name": "cooling_electricity_sep",
120
+ "units": "J",
121
+ "objective_function": true,
122
+ "objective_function_index": 10,
123
+ "objective_function_target": 1807432185051.14,
124
+ "scaling_factor": 463203800000.0,
125
+ "objective_function_group": "TRUE"
126
+ },
127
+ {
128
+ "display_name": "cooling_electricity_oct",
129
+ "metadata_id": null,
130
+ "name": "cooling_electricity_oct",
131
+ "units": "J",
132
+ "objective_function": true,
133
+ "objective_function_index": 11,
134
+ "objective_function_target": 619615878181.616,
135
+ "scaling_factor": 463203800000.0,
136
+ "objective_function_group": "TRUE"
137
+ },
138
+ {
139
+ "display_name": "cooling_electricity_nov",
140
+ "metadata_id": null,
141
+ "name": "cooling_electricity_nov",
142
+ "units": "J",
143
+ "objective_function": true,
144
+ "objective_function_index": 12,
145
+ "objective_function_target": 117109844324.095,
146
+ "scaling_factor": 463203800000.0,
147
+ "objective_function_group": "TRUE"
148
+ },
149
+ {
150
+ "display_name": "cooling_electricity_dec",
151
+ "metadata_id": null,
152
+ "name": "cooling_electricity_dec",
153
+ "units": "J",
154
+ "objective_function": true,
155
+ "objective_function_index": 13,
156
+ "objective_function_target": 103360013175.794,
157
+ "scaling_factor": 463203800000.0,
158
+ "objective_function_group": "TRUE"
159
+ },
160
+ {
161
+ "display_name": "heating_gas_jan",
162
+ "metadata_id": null,
163
+ "name": "heating_gas_jan",
164
+ "units": "J",
165
+ "objective_function": true,
166
+ "objective_function_index": 14,
167
+ "objective_function_target": 2799558466140.68,
168
+ "scaling_factor": 463203800000.0,
169
+ "objective_function_group": "TRUE"
170
+ },
171
+ {
172
+ "display_name": "heating_gas_feb",
173
+ "metadata_id": null,
174
+ "name": "heating_gas_feb",
175
+ "units": "J",
176
+ "objective_function": true,
177
+ "objective_function_index": 15,
178
+ "objective_function_target": 2663349812763.18,
179
+ "scaling_factor": 463203800000.0,
180
+ "objective_function_group": "TRUE"
181
+ },
182
+ {
183
+ "display_name": "heating_gas_mar",
184
+ "metadata_id": null,
185
+ "name": "heating_gas_mar",
186
+ "units": "J",
187
+ "objective_function": true,
188
+ "objective_function_index": 16,
189
+ "objective_function_target": 1576136833664.73,
190
+ "scaling_factor": 463203800000.0,
191
+ "objective_function_group": "TRUE"
192
+ },
193
+ {
194
+ "display_name": "heating_gas_apr",
195
+ "metadata_id": null,
196
+ "name": "heating_gas_apr",
197
+ "units": "J",
198
+ "objective_function": true,
199
+ "objective_function_index": 17,
200
+ "objective_function_target": 1752794439290.69,
201
+ "scaling_factor": 463203800000.0,
202
+ "objective_function_group": "TRUE"
203
+ },
204
+ {
205
+ "display_name": "heating_gas_may",
206
+ "metadata_id": null,
207
+ "name": "heating_gas_may",
208
+ "units": "J",
209
+ "objective_function": true,
210
+ "objective_function_index": 18,
211
+ "objective_function_target": 375145279804.892,
212
+ "scaling_factor": 463203800000.0,
213
+ "objective_function_group": "TRUE"
214
+ },
215
+ {
216
+ "display_name": "heating_gas_jun",
217
+ "metadata_id": null,
218
+ "name": "heating_gas_jun",
219
+ "units": "J",
220
+ "objective_function": true,
221
+ "objective_function_index": 19,
222
+ "objective_function_target": 32970706746.2053,
223
+ "scaling_factor": 463203800000.0,
224
+ "objective_function_group": "TRUE"
225
+ },
226
+ {
227
+ "display_name": "heating_gas_jul",
228
+ "metadata_id": null,
229
+ "name": "heating_gas_jul",
230
+ "units": "J",
231
+ "objective_function": true,
232
+ "objective_function_index": 20,
233
+ "objective_function_target": 50096876832.5083,
234
+ "scaling_factor": 463203800000.0,
235
+ "objective_function_group": "TRUE"
236
+ },
237
+ {
238
+ "display_name": "heating_gas_aug",
239
+ "metadata_id": null,
240
+ "name": "heating_gas_aug",
241
+ "units": "J",
242
+ "objective_function": true,
243
+ "objective_function_index": 21,
244
+ "objective_function_target": 32660740137.6019,
245
+ "scaling_factor": 463203800000.0,
246
+ "objective_function_group": "TRUE"
247
+ },
248
+ {
249
+ "display_name": "heating_gas_sep",
250
+ "metadata_id": null,
251
+ "name": "heating_gas_sep",
252
+ "units": "J",
253
+ "objective_function": true,
254
+ "objective_function_index": 22,
255
+ "objective_function_target": 144097879467.636,
256
+ "scaling_factor": 463203800000.0,
257
+ "objective_function_group": "TRUE"
258
+ },
259
+ {
260
+ "display_name": "heating_gas_oct",
261
+ "metadata_id": null,
262
+ "name": "heating_gas_oct",
263
+ "units": "J",
264
+ "objective_function": true,
265
+ "objective_function_index": 23,
266
+ "objective_function_target": 970975709027.067,
267
+ "scaling_factor": 463203800000.0,
268
+ "objective_function_group": "TRUE"
269
+ },
270
+ {
271
+ "display_name": "heating_gas_nov",
272
+ "metadata_id": null,
273
+ "name": "heating_gas_nov",
274
+ "units": "J",
275
+ "objective_function": true,
276
+ "objective_function_index": 24,
277
+ "objective_function_target": 2261115778226.24,
278
+ "scaling_factor": 463203800000.0,
279
+ "objective_function_group": "TRUE"
280
+ },
281
+ {
282
+ "display_name": "heating_gas_dec",
283
+ "metadata_id": null,
284
+ "name": "heating_gas_dec",
285
+ "units": "J",
286
+ "objective_function": true,
287
+ "objective_function_index": 25,
288
+ "objective_function_target": 2657735386128.84,
289
+ "scaling_factor": 463203800000.0,
290
+ "objective_function_group": "TRUE"
291
+ }
292
+ ],
293
+ "problem": {
294
+ "algorithm": {
295
+ "popsize": 30,
296
+ "generations": 5,
297
+ "waitgenerations": 2,
298
+ "bfgsburnin": 2,
299
+ "solutiontolerance": 0.01,
300
+ "epsilongradient": 0.01,
301
+ "pgtol": 0.01,
302
+ "factr": 45036000000000,
303
+ "maxit": 100,
304
+ "normtype": "minkowski",
305
+ "ppower": 2,
306
+ "objective_functions": [
307
+ "total_natural_gas",
308
+ "total_electricity",
309
+ "cooling_electricity_jan",
310
+ "cooling_electricity_feb",
311
+ "cooling_electricity_mar",
312
+ "cooling_electricity_apr",
313
+ "cooling_electricity_may",
314
+ "cooling_electricity_jun",
315
+ "cooling_electricity_jul",
316
+ "cooling_electricity_aug",
317
+ "cooling_electricity_sep",
318
+ "cooling_electricity_oct",
319
+ "cooling_electricity_nov",
320
+ "cooling_electricity_dec",
321
+ "heating_gas_jan",
322
+ "heating_gas_feb",
323
+ "heating_gas_mar",
324
+ "heating_gas_apr",
325
+ "heating_gas_may",
326
+ "heating_gas_jun",
327
+ "heating_gas_jul",
328
+ "heating_gas_aug",
329
+ "heating_gas_sep",
330
+ "heating_gas_oct",
331
+ "heating_gas_nov",
332
+ "heating_gas_dec"
333
+ ]
334
+ },
335
+ "name": "Problem",
336
+ "workflow": [
337
+ {
338
+ "arguments": [
339
+ {
340
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
341
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
342
+ "name": "space_type",
343
+ "value": "*Entire Building*",
344
+ "value_type": "choice",
345
+ "uuid": "84d8f990-d3a1-0131-bcc0-2820663576f4",
346
+ "version_uuid": "84d917f0-d3a1-0131-bcc1-2820663576f4"
347
+ },
348
+ {
349
+ "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
350
+ "machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
351
+ "name": "material_and_installation_cost",
352
+ "value": 0.0,
353
+ "value_type": "double",
354
+ "uuid": "84d9c290-d3a1-0131-bcc6-2820663576f4",
355
+ "version_uuid": "84d9e260-d3a1-0131-bcc7-2820663576f4"
356
+ },
357
+ {
358
+ "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
359
+ "machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
360
+ "name": "demolition_cost",
361
+ "value": 0.0,
362
+ "value_type": "double",
363
+ "uuid": "84da0770-d3a1-0131-bcc8-2820663576f4",
364
+ "version_uuid": "84da2640-d3a1-0131-bcc9-2820663576f4"
365
+ },
366
+ {
367
+ "display_name": "Years Until Costs Start (whole years).",
368
+ "machine_name": "years_until_costs_start_(whole_years).",
369
+ "name": "years_until_costs_start",
370
+ "value": 0,
371
+ "value_type": "integer",
372
+ "uuid": "84da49d0-d3a1-0131-bcca-2820663576f4",
373
+ "version_uuid": "84da6cc0-d3a1-0131-bccb-2820663576f4"
374
+ },
375
+ {
376
+ "display_name": "Demolition Costs Occur During Initial Construction?",
377
+ "machine_name": "demolition_costs_occur_during_initial_construction?",
378
+ "name": "demo_cost_initial_const",
379
+ "value": true,
380
+ "value_type": "bool",
381
+ "uuid": "84da9130-d3a1-0131-bccc-2820663576f4",
382
+ "version_uuid": "84dab5b0-d3a1-0131-bccd-2820663576f4"
383
+ },
384
+ {
385
+ "display_name": "Expected Life (whole years).",
386
+ "machine_name": "expected_life_(whole_years).",
387
+ "name": "expected_life",
388
+ "value": 15,
389
+ "value_type": "integer",
390
+ "uuid": "84dadaf0-d3a1-0131-bcce-2820663576f4",
391
+ "version_uuid": "84daf960-d3a1-0131-bccf-2820663576f4"
392
+ },
393
+ {
394
+ "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
395
+ "machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
396
+ "name": "om_cost",
397
+ "value": 0.0,
398
+ "value_type": "double",
399
+ "uuid": "84db1be0-d3a1-0131-bcd0-2820663576f4",
400
+ "version_uuid": "84db3fb0-d3a1-0131-bcd1-2820663576f4"
401
+ },
402
+ {
403
+ "display_name": "O & M Frequency (whole years).",
404
+ "machine_name": "o_&_m_frequency_(whole_years).",
405
+ "name": "om_frequency",
406
+ "value": 1,
407
+ "value_type": "integer",
408
+ "uuid": "84db6430-d3a1-0131-bcd2-2820663576f4",
409
+ "version_uuid": "84db8290-d3a1-0131-bcd3-2820663576f4"
410
+ }
411
+ ],
412
+ "bcl_measure_directory": "./measures/ReduceLightingLoadsByPercentage",
413
+ "bcl_measure_class_name": "ReduceLightingLoadsByPercentage",
414
+ "bcl_measure_uuid": "84d80330-d3a1-0131-bcba-2820663576f4",
415
+ "bcl_measure_version_uuid": "84d84d30-d3a1-0131-bcbb-2820663576f4",
416
+ "display_name": "Reduce Lighting Loads by Percentage",
417
+ "measure_definition_directory": "./measures/ReduceLightingLoadsByPercentage",
418
+ "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
419
+ "measure_definition_uuid": "84d86f70-d3a1-0131-bcbc-2820663576f4",
420
+ "measure_definition_version_uuid": "84d88f10-d3a1-0131-bcbd-2820663576f4",
421
+ "measure_type": "RubyMeasure",
422
+ "name": "reduce_lighting_loads_by_percentage",
423
+ "variables": [
424
+ {
425
+ "argument": {
426
+ "display_name": "Lighting Power Reduction",
427
+ "machine_name": "lighting_power_reduction",
428
+ "name": "lighting_power_reduction_percent",
429
+ "required": false,
430
+ "uuid": "84d94020-d3a1-0131-bcc2-2820663576f4",
431
+ "version_uuid": "84d95f10-d3a1-0131-bcc3-2820663576f4"
432
+ },
433
+ "display_name": "Lighting Power Reduction",
434
+ "machine_name": "lighting_power_reduction",
435
+ "maximum": 20.0,
436
+ "minimum": -20.0,
437
+ "name": "lighting_power_reduction",
438
+ "relation_to_output": "",
439
+ "static_value": 0.0,
440
+ "uncertainty_description": {
441
+ "attributes": [
442
+ {
443
+ "name": "lower_bounds",
444
+ "value": -20.0
445
+ },
446
+ {
447
+ "name": "upper_bounds",
448
+ "value": 20.0
449
+ },
450
+ {
451
+ "name": "stddev",
452
+ "value": 6.666666666666667
453
+ },
454
+ {
455
+ "name": "delta_x",
456
+ "value": null
457
+ },
458
+ {
459
+ "name": "modes",
460
+ "value": -1.0
461
+ }
462
+ ],
463
+ "type": "triangle_uncertain"
464
+ },
465
+ "units": "",
466
+ "value_type": "double",
467
+ "variable": true,
468
+ "variable_type": "RubyContinuousVariable",
469
+ "uuid": "84d98000-d3a1-0131-bcc4-2820663576f4",
470
+ "version_uuid": "84d99ee0-d3a1-0131-bcc5-2820663576f4"
471
+ }
472
+ ],
473
+ "workflow_index": 0,
474
+ "workflow_step_type": "Measure",
475
+ "uuid": "84d8af90-d3a1-0131-bcbe-2820663576f4",
476
+ "version_uuid": "84d8d470-d3a1-0131-bcbf-2820663576f4"
477
+ },
478
+ {
479
+ "arguments": [
480
+ {
481
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
482
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
483
+ "name": "space_type",
484
+ "value": "*Entire Building*",
485
+ "value_type": "choice",
486
+ "uuid": "84dc72c0-d3a1-0131-bcda-2820663576f4",
487
+ "version_uuid": "84dc9720-d3a1-0131-bcdb-2820663576f4"
488
+ },
489
+ {
490
+ "display_name": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
491
+ "machine_name": "increase_in_material_and_installation_cost_for_electric_equipment_per_floor_area_(%).",
492
+ "name": "material_and_installation_cost",
493
+ "value": 0.0,
494
+ "value_type": "double",
495
+ "uuid": "84dd6760-d3a1-0131-bce0-2820663576f4",
496
+ "version_uuid": "84dd9190-d3a1-0131-bce1-2820663576f4"
497
+ },
498
+ {
499
+ "display_name": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
500
+ "machine_name": "increase_in_demolition_costs_for_electric_equipment_per_floor_area_(%).",
501
+ "name": "demolition_cost",
502
+ "value": 0.0,
503
+ "value_type": "double",
504
+ "uuid": "84ddbd00-d3a1-0131-bce2-2820663576f4",
505
+ "version_uuid": "84dde3c0-d3a1-0131-bce3-2820663576f4"
506
+ },
507
+ {
508
+ "display_name": "Years Until Costs Start (whole years).",
509
+ "machine_name": "years_until_costs_start_(whole_years).",
510
+ "name": "years_until_costs_start",
511
+ "value": 0,
512
+ "value_type": "integer",
513
+ "uuid": "84de0ba0-d3a1-0131-bce4-2820663576f4",
514
+ "version_uuid": "84de32e0-d3a1-0131-bce5-2820663576f4"
515
+ },
516
+ {
517
+ "display_name": "Demolition Costs Occur During Initial Construction?",
518
+ "machine_name": "demolition_costs_occur_during_initial_construction?",
519
+ "name": "demo_cost_initial_const",
520
+ "value": false,
521
+ "value_type": "bool",
522
+ "uuid": "84de5b00-d3a1-0131-bce6-2820663576f4",
523
+ "version_uuid": "84de7e50-d3a1-0131-bce7-2820663576f4"
524
+ },
525
+ {
526
+ "display_name": "Expected Life (whole years).",
527
+ "machine_name": "expected_life_(whole_years).",
528
+ "name": "expected_life",
529
+ "value": 15,
530
+ "value_type": "integer",
531
+ "uuid": "84deb820-d3a1-0131-bce8-2820663576f4",
532
+ "version_uuid": "84dee700-d3a1-0131-bce9-2820663576f4"
533
+ },
534
+ {
535
+ "display_name": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
536
+ "machine_name": "increase_o_&_m_costs_for_electric_equipment_per_floor_area_(%).",
537
+ "name": "om_cost",
538
+ "value": 0.0,
539
+ "value_type": "double",
540
+ "uuid": "84df0da0-d3a1-0131-bcea-2820663576f4",
541
+ "version_uuid": "84df2ee0-d3a1-0131-bceb-2820663576f4"
542
+ },
543
+ {
544
+ "display_name": "O & M Frequency (whole years).",
545
+ "machine_name": "o_&_m_frequency_(whole_years).",
546
+ "name": "om_frequency",
547
+ "value": 1,
548
+ "value_type": "integer",
549
+ "uuid": "84df6490-d3a1-0131-bcec-2820663576f4",
550
+ "version_uuid": "84df92d0-d3a1-0131-bced-2820663576f4"
551
+ }
552
+ ],
553
+ "bcl_measure_directory": "./measures/ReduceElectricEquipmentLoadsByPercentage",
554
+ "bcl_measure_class_name": "ReduceElectricEquipmentLoadsByPercentage",
555
+ "bcl_measure_uuid": "84dba730-d3a1-0131-bcd4-2820663576f4",
556
+ "bcl_measure_version_uuid": "84dbc6b0-d3a1-0131-bcd5-2820663576f4",
557
+ "display_name": "Reduce Electric Equipment Loads by Percentage",
558
+ "measure_definition_directory": "./measures/ReduceElectricEquipmentLoadsByPercentage",
559
+ "measure_definition_class_name": "ReduceElectricEquipmentLoadsByPercentage",
560
+ "measure_definition_uuid": "84dbe780-d3a1-0131-bcd6-2820663576f4",
561
+ "measure_definition_version_uuid": "84dc0870-d3a1-0131-bcd7-2820663576f4",
562
+ "measure_type": "RubyMeasure",
563
+ "name": "reduce_electric_equipment_loads_by_percentage",
564
+ "variables": [
565
+ {
566
+ "argument": {
567
+ "display_name": "Electric Equipment Power Reduction (%).",
568
+ "machine_name": "electric_equipment_power_reduction_(%).",
569
+ "name": "elecequip_power_reduction_percent",
570
+ "required": false,
571
+ "uuid": "84dcc350-d3a1-0131-bcdc-2820663576f4",
572
+ "version_uuid": "84dce4d0-d3a1-0131-bcdd-2820663576f4"
573
+ },
574
+ "display_name": "Electric Equipment Power Reduction (%).",
575
+ "machine_name": "electric_equipment_power_reduction_(%).",
576
+ "maximum": 30.0,
577
+ "minimum": -20.0,
578
+ "name": "electric_equipment_power_reduction_(%).",
579
+ "relation_to_output": "",
580
+ "static_value": 0.0,
581
+ "uncertainty_description": {
582
+ "attributes": [
583
+ {
584
+ "name": "lower_bounds",
585
+ "value": -20.0
586
+ },
587
+ {
588
+ "name": "upper_bounds",
589
+ "value": 30.0
590
+ },
591
+ {
592
+ "name": "stddev",
593
+ "value": 8.333333333333334
594
+ },
595
+ {
596
+ "name": "delta_x",
597
+ "value": null
598
+ },
599
+ {
600
+ "name": "modes",
601
+ "value": 0.0
602
+ }
603
+ ],
604
+ "type": "triangle_uncertain"
605
+ },
606
+ "units": "",
607
+ "value_type": "double",
608
+ "variable": true,
609
+ "variable_type": "RubyContinuousVariable",
610
+ "uuid": "84dd0810-d3a1-0131-bcde-2820663576f4",
611
+ "version_uuid": "84dd3d40-d3a1-0131-bcdf-2820663576f4"
612
+ }
613
+ ],
614
+ "workflow_index": 1,
615
+ "workflow_step_type": "Measure",
616
+ "uuid": "84dc2a90-d3a1-0131-bcd8-2820663576f4",
617
+ "version_uuid": "84dc4d50-d3a1-0131-bcd9-2820663576f4"
618
+ },
619
+ {
620
+ "arguments": [
621
+ {
622
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
623
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
624
+ "name": "space_type",
625
+ "value": "*Entire Building*",
626
+ "value_type": "choice",
627
+ "uuid": "84e09de0-d3a1-0131-bcf4-2820663576f4",
628
+ "version_uuid": "84e0bfc0-d3a1-0131-bcf5-2820663576f4"
629
+ },
630
+ {
631
+ "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
632
+ "machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
633
+ "name": "material_and_installation_cost",
634
+ "value": 0.0,
635
+ "value_type": "double",
636
+ "uuid": "84e17370-d3a1-0131-bcfa-2820663576f4",
637
+ "version_uuid": "84e19450-d3a1-0131-bcfb-2820663576f4"
638
+ },
639
+ {
640
+ "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
641
+ "machine_name": "o_&_m_costs_for_construction_per_affected_floor_area_($/ft^2).",
642
+ "name": "om_cost",
643
+ "value": 0.0,
644
+ "value_type": "double",
645
+ "uuid": "84e1b850-d3a1-0131-bcfc-2820663576f4",
646
+ "version_uuid": "84e1d9b0-d3a1-0131-bcfd-2820663576f4"
647
+ },
648
+ {
649
+ "display_name": "O & M Frequency (whole years).",
650
+ "machine_name": "o_&_m_frequency_(whole_years).",
651
+ "name": "om_frequency",
652
+ "value": 1,
653
+ "value_type": "integer",
654
+ "uuid": "84e20140-d3a1-0131-bcfe-2820663576f4",
655
+ "version_uuid": "84e220e0-d3a1-0131-bcff-2820663576f4"
656
+ }
657
+ ],
658
+ "bcl_measure_directory": "./measures/ReduceSpaceInfiltrationByPercentage",
659
+ "bcl_measure_class_name": "ReduceSpaceInfiltrationByPercentage",
660
+ "bcl_measure_uuid": "84dfb950-d3a1-0131-bcee-2820663576f4",
661
+ "bcl_measure_version_uuid": "84dfd930-d3a1-0131-bcef-2820663576f4",
662
+ "display_name": "ReduceSpaceInfiltrationByPercentage",
663
+ "measure_definition_directory": "./measures/ReduceSpaceInfiltrationByPercentage",
664
+ "measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
665
+ "measure_definition_uuid": "84dff8e0-d3a1-0131-bcf0-2820663576f4",
666
+ "measure_definition_version_uuid": "84e01850-d3a1-0131-bcf1-2820663576f4",
667
+ "measure_type": "RubyMeasure",
668
+ "name": "reducespaceinfiltrationbypercentage",
669
+ "variables": [
670
+ {
671
+ "argument": {
672
+ "display_name": "Space Infiltration Power Reduction",
673
+ "machine_name": "space_infiltration_power_reduction",
674
+ "name": "space_infiltration_reduction_percent",
675
+ "required": false,
676
+ "uuid": "84e0e820-d3a1-0131-bcf6-2820663576f4",
677
+ "version_uuid": "84e10b10-d3a1-0131-bcf7-2820663576f4"
678
+ },
679
+ "display_name": "Space Infiltration Power Reduction",
680
+ "machine_name": "space_infiltration_power_reduction",
681
+ "maximum": 1.0,
682
+ "minimum": -100.0,
683
+ "name": "space_infiltration_power_reduction",
684
+ "relation_to_output": "",
685
+ "static_value": 0.0,
686
+ "uncertainty_description": {
687
+ "attributes": [
688
+ {
689
+ "name": "lower_bounds",
690
+ "value": -100.0
691
+ },
692
+ {
693
+ "name": "upper_bounds",
694
+ "value": 1.0
695
+ },
696
+ {
697
+ "name": "stddev",
698
+ "value": 16.833333333333332
699
+ },
700
+ {
701
+ "name": "delta_x",
702
+ "value": null
703
+ },
704
+ {
705
+ "name": "modes",
706
+ "value": -50.0
707
+ }
708
+ ],
709
+ "type": "uniform_uncertain"
710
+ },
711
+ "units": "",
712
+ "value_type": "double",
713
+ "variable": true,
714
+ "variable_type": "RubyContinuousVariable",
715
+ "uuid": "84e12d30-d3a1-0131-bcf8-2820663576f4",
716
+ "version_uuid": "84e14e70-d3a1-0131-bcf9-2820663576f4"
717
+ }
718
+ ],
719
+ "workflow_index": 2,
720
+ "workflow_step_type": "Measure",
721
+ "uuid": "84e03e90-d3a1-0131-bcf2-2820663576f4",
722
+ "version_uuid": "84e06e20-d3a1-0131-bcf3-2820663576f4"
723
+ },
724
+ {
725
+ "arguments": [
726
+ {
727
+ "display_name": "Alter Design Day Thermostats?",
728
+ "machine_name": "alter_design_day_thermostats?",
729
+ "name": "alter_design_days",
730
+ "value": false,
731
+ "value_type": "bool",
732
+ "uuid": "84e45f20-d3a1-0131-bd0e-2820663576f4",
733
+ "version_uuid": "84e48260-d3a1-0131-bd0f-2820663576f4"
734
+ }
735
+ ],
736
+ "bcl_measure_directory": "./measures/AdjustTheromstatSetpointsByDegrees",
737
+ "bcl_measure_class_name": "AdjustTheromstatSetpointsByDegrees",
738
+ "bcl_measure_uuid": "84e250e0-d3a1-0131-bd00-2820663576f4",
739
+ "bcl_measure_version_uuid": "84e27220-d3a1-0131-bd01-2820663576f4",
740
+ "display_name": "Adjust Thermostat Setpoints by Degrees",
741
+ "measure_definition_directory": "./measures/AdjustTheromstatSetpointsByDegrees",
742
+ "measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
743
+ "measure_definition_uuid": "84e29370-d3a1-0131-bd02-2820663576f4",
744
+ "measure_definition_version_uuid": "84e2b940-d3a1-0131-bd03-2820663576f4",
745
+ "measure_type": "RubyMeasure",
746
+ "name": "adjust_thermostat_setpoints_by_degrees",
747
+ "variables": [
748
+ {
749
+ "argument": {
750
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
751
+ "machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
752
+ "name": "cooling_adjustment",
753
+ "required": false,
754
+ "uuid": "84e322d0-d3a1-0131-bd06-2820663576f4",
755
+ "version_uuid": "84e34240-d3a1-0131-bd07-2820663576f4"
756
+ },
757
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
758
+ "machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
759
+ "maximum": 2.0,
760
+ "minimum": -2.0,
761
+ "name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
762
+ "relation_to_output": "",
763
+ "static_value": 1.0,
764
+ "uncertainty_description": {
765
+ "attributes": [
766
+ {
767
+ "name": "lower_bounds",
768
+ "value": -2.0
769
+ },
770
+ {
771
+ "name": "upper_bounds",
772
+ "value": 2.0
773
+ },
774
+ {
775
+ "name": "stddev",
776
+ "value": 0.6666666666666666
777
+ },
778
+ {
779
+ "name": "delta_x",
780
+ "value": null
781
+ },
782
+ {
783
+ "name": "modes",
784
+ "value": 0.0
785
+ }
786
+ ],
787
+ "type": "uniform_uncertain"
788
+ },
789
+ "units": "",
790
+ "value_type": "double",
791
+ "variable": true,
792
+ "variable_type": "RubyContinuousVariable",
793
+ "uuid": "84e365a0-d3a1-0131-bd08-2820663576f4",
794
+ "version_uuid": "84e39770-d3a1-0131-bd09-2820663576f4"
795
+ },
796
+ {
797
+ "argument": {
798
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
799
+ "machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
800
+ "name": "heating_adjustment",
801
+ "required": false,
802
+ "uuid": "84e3c2b0-d3a1-0131-bd0a-2820663576f4",
803
+ "version_uuid": "84e3e350-d3a1-0131-bd0b-2820663576f4"
804
+ },
805
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
806
+ "machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
807
+ "maximum": 2.0,
808
+ "minimum": -2.0,
809
+ "name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
810
+ "relation_to_output": "",
811
+ "static_value": -1.0,
812
+ "uncertainty_description": {
813
+ "attributes": [
814
+ {
815
+ "name": "lower_bounds",
816
+ "value": -2.0
817
+ },
818
+ {
819
+ "name": "upper_bounds",
820
+ "value": 2.0
821
+ },
822
+ {
823
+ "name": "stddev",
824
+ "value": 0.6666666666666666
825
+ },
826
+ {
827
+ "name": "delta_x",
828
+ "value": null
829
+ },
830
+ {
831
+ "name": "modes",
832
+ "value": 0.0
833
+ }
834
+ ],
835
+ "type": "uniform_uncertain"
836
+ },
837
+ "units": "",
838
+ "value_type": "double",
839
+ "variable": true,
840
+ "variable_type": "RubyContinuousVariable",
841
+ "uuid": "84e415d0-d3a1-0131-bd0c-2820663576f4",
842
+ "version_uuid": "84e438f0-d3a1-0131-bd0d-2820663576f4"
843
+ }
844
+ ],
845
+ "workflow_index": 3,
846
+ "workflow_step_type": "Measure",
847
+ "uuid": "84e2da90-d3a1-0131-bd04-2820663576f4",
848
+ "version_uuid": "84e2f980-d3a1-0131-bd05-2820663576f4"
849
+ },
850
+ {
851
+ "arguments": [
852
+ {
853
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
854
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
855
+ "name": "space_type",
856
+ "value": "*Entire Building*",
857
+ "value_type": "choice",
858
+ "uuid": "84e57cc0-d3a1-0131-bd16-2820663576f4",
859
+ "version_uuid": "84e59ef0-d3a1-0131-bd17-2820663576f4"
860
+ }
861
+ ],
862
+ "bcl_measure_directory": "./measures/ReduceVentilationByPercentage",
863
+ "bcl_measure_class_name": "ReduceVentilationByPercentage",
864
+ "bcl_measure_uuid": "84e4a870-d3a1-0131-bd10-2820663576f4",
865
+ "bcl_measure_version_uuid": "84e4cb70-d3a1-0131-bd11-2820663576f4",
866
+ "display_name": "Reduce Ventilation By Percentage",
867
+ "measure_definition_directory": "./measures/ReduceVentilationByPercentage",
868
+ "measure_definition_class_name": "ReduceVentilationByPercentage",
869
+ "measure_definition_uuid": "84e4eaf0-d3a1-0131-bd12-2820663576f4",
870
+ "measure_definition_version_uuid": "84e50d90-d3a1-0131-bd13-2820663576f4",
871
+ "measure_type": "RubyMeasure",
872
+ "name": "reduce_ventilation_by_percentage",
873
+ "variables": [
874
+ {
875
+ "argument": {
876
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
877
+ "machine_name": "design_specification_outdoor_air_reduction_(%).",
878
+ "name": "design_spec_outdoor_air_reduction_percent",
879
+ "required": false,
880
+ "uuid": "84e5c840-d3a1-0131-bd18-2820663576f4",
881
+ "version_uuid": "84e5ea10-d3a1-0131-bd19-2820663576f4"
882
+ },
883
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
884
+ "machine_name": "design_specification_outdoor_air_reduction_(%).",
885
+ "maximum": 90.0,
886
+ "minimum": -90.0,
887
+ "name": "design_specification_outdoor_air_reduction_(%).",
888
+ "relation_to_output": "",
889
+ "static_value": 0.0,
890
+ "uncertainty_description": {
891
+ "attributes": [
892
+ {
893
+ "name": "lower_bounds",
894
+ "value": -90.0
895
+ },
896
+ {
897
+ "name": "upper_bounds",
898
+ "value": 90.0
899
+ },
900
+ {
901
+ "name": "stddev",
902
+ "value": 30.0
903
+ },
904
+ {
905
+ "name": "delta_x",
906
+ "value": null
907
+ },
908
+ {
909
+ "name": "modes",
910
+ "value": -1.0
911
+ }
912
+ ],
913
+ "type": "triangle_uncertain"
914
+ },
915
+ "units": "",
916
+ "value_type": "double",
917
+ "variable": true,
918
+ "variable_type": "RubyContinuousVariable",
919
+ "uuid": "84e60cd0-d3a1-0131-bd1a-2820663576f4",
920
+ "version_uuid": "84e62e10-d3a1-0131-bd1b-2820663576f4"
921
+ }
922
+ ],
923
+ "workflow_index": 4,
924
+ "workflow_step_type": "Measure",
925
+ "uuid": "84e52dd0-d3a1-0131-bd14-2820663576f4",
926
+ "version_uuid": "84e554a0-d3a1-0131-bd15-2820663576f4"
927
+ },
928
+ {
929
+ "arguments": [
930
+ {
931
+ "display_name": "Choose an Air Loop to Alter.",
932
+ "machine_name": "choose_an_air_loop_to_alter.",
933
+ "name": "object",
934
+ "value": "*All Air Loops*",
935
+ "value_type": "choice",
936
+ "uuid": "84e72de0-d3a1-0131-bd22-2820663576f4",
937
+ "version_uuid": "84e74dc0-d3a1-0131-bd23-2820663576f4"
938
+ },
939
+ {
940
+ "display_name": "Economizer Control Type.",
941
+ "machine_name": "economizer_control_type.",
942
+ "name": "economizer_type",
943
+ "value": "FixedDryBulb",
944
+ "value_type": "choice",
945
+ "uuid": "84e773f0-d3a1-0131-bd24-2820663576f4",
946
+ "version_uuid": "84e79700-d3a1-0131-bd25-2820663576f4"
947
+ },
948
+ {
949
+ "display_name": "Economizer Maximum Enthalpy (Btu/lb).",
950
+ "machine_name": "economizer_maximum_enthalpy_(btu/lb).",
951
+ "name": "econoMaxEnthalpy",
952
+ "value": 28.0,
953
+ "value_type": "double",
954
+ "uuid": "84e843d0-d3a1-0131-bd2a-2820663576f4",
955
+ "version_uuid": "84e86680-d3a1-0131-bd2b-2820663576f4"
956
+ },
957
+ {
958
+ "display_name": "Economizer Maximum Limit Dewpoint Temperature (F).",
959
+ "machine_name": "economizer_maximum_limit_dewpoint_temperature_(f).",
960
+ "name": "econoMaxDewpointTemp",
961
+ "value": 55.0,
962
+ "value_type": "double",
963
+ "uuid": "84e88970-d3a1-0131-bd2c-2820663576f4",
964
+ "version_uuid": "84e8ba10-d3a1-0131-bd2d-2820663576f4"
965
+ },
966
+ {
967
+ "display_name": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
968
+ "machine_name": "economizer_minimum_limit_dry_bulb_temperature_(f).",
969
+ "name": "econoMinDryBulbTemp",
970
+ "value": -148.0,
971
+ "value_type": "double",
972
+ "uuid": "84e8e1b0-d3a1-0131-bd2e-2820663576f4",
973
+ "version_uuid": "84e905a0-d3a1-0131-bd2f-2820663576f4"
974
+ },
975
+ {
976
+ "display_name": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
977
+ "machine_name": "remove_baseline_costs_from_effected_airloophvacoutdoorairsystems?",
978
+ "name": "remove_costs",
979
+ "value": false,
980
+ "value_type": "bool",
981
+ "uuid": "84e92ac0-d3a1-0131-bd30-2820663576f4",
982
+ "version_uuid": "84e94a90-d3a1-0131-bd31-2820663576f4"
983
+ },
984
+ {
985
+ "display_name": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
986
+ "machine_name": "material_and_installation_costs_per_air_loop_to_enable_economizer_($).",
987
+ "name": "material_cost",
988
+ "value": 0.0,
989
+ "value_type": "double",
990
+ "uuid": "84e96da0-d3a1-0131-bd32-2820663576f4",
991
+ "version_uuid": "84e992d0-d3a1-0131-bd33-2820663576f4"
992
+ },
993
+ {
994
+ "display_name": "Demolition Costs per Air Loop to Enable Economizer ($).",
995
+ "machine_name": "demolition_costs_per_air_loop_to_enable_economizer_($).",
996
+ "name": "demolition_cost",
997
+ "value": 0.0,
998
+ "value_type": "double",
999
+ "uuid": "84e9b5d0-d3a1-0131-bd34-2820663576f4",
1000
+ "version_uuid": "84e9d540-d3a1-0131-bd35-2820663576f4"
1001
+ },
1002
+ {
1003
+ "display_name": "Years Until Costs Start (whole years).",
1004
+ "machine_name": "years_until_costs_start_(whole_years).",
1005
+ "name": "years_until_costs_start",
1006
+ "value": 0,
1007
+ "value_type": "integer",
1008
+ "uuid": "84e9fa90-d3a1-0131-bd36-2820663576f4",
1009
+ "version_uuid": "84ea2e70-d3a1-0131-bd37-2820663576f4"
1010
+ },
1011
+ {
1012
+ "display_name": "Demolition Costs Occur During Initial Construction?",
1013
+ "machine_name": "demolition_costs_occur_during_initial_construction?",
1014
+ "name": "demo_cost_initial_const",
1015
+ "value": false,
1016
+ "value_type": "bool",
1017
+ "uuid": "84ea5e80-d3a1-0131-bd38-2820663576f4",
1018
+ "version_uuid": "84ea8920-d3a1-0131-bd39-2820663576f4"
1019
+ },
1020
+ {
1021
+ "display_name": "Expected Life (whole years).",
1022
+ "machine_name": "expected_life_(whole_years).",
1023
+ "name": "expected_life",
1024
+ "value": 20,
1025
+ "value_type": "integer",
1026
+ "uuid": "84eaad60-d3a1-0131-bd3a-2820663576f4",
1027
+ "version_uuid": "84ead400-d3a1-0131-bd3b-2820663576f4"
1028
+ },
1029
+ {
1030
+ "display_name": "O & M Costs per Air Loop for Economizer ($).",
1031
+ "machine_name": "o_&_m_costs_per_air_loop_for_economizer__($).",
1032
+ "name": "om_cost",
1033
+ "value": 0.0,
1034
+ "value_type": "double",
1035
+ "uuid": "84eaf830-d3a1-0131-bd3c-2820663576f4",
1036
+ "version_uuid": "84eb1980-d3a1-0131-bd3d-2820663576f4"
1037
+ },
1038
+ {
1039
+ "display_name": "O & M Frequency (whole years).",
1040
+ "machine_name": "o_&_m_frequency_(whole_years).",
1041
+ "name": "om_frequency",
1042
+ "value": 1,
1043
+ "value_type": "integer",
1044
+ "uuid": "84eb4b90-d3a1-0131-bd3e-2820663576f4",
1045
+ "version_uuid": "84ee22f0-d3a1-0131-bd3f-2820663576f4"
1046
+ }
1047
+ ],
1048
+ "bcl_measure_directory": "./measures/EnableEconomizerControl",
1049
+ "bcl_measure_class_name": "EnableEconomizerControl",
1050
+ "bcl_measure_uuid": "84e65610-d3a1-0131-bd1c-2820663576f4",
1051
+ "bcl_measure_version_uuid": "84e67590-d3a1-0131-bd1d-2820663576f4",
1052
+ "display_name": "Enable Economizer Control",
1053
+ "measure_definition_directory": "./measures/EnableEconomizerControl",
1054
+ "measure_definition_class_name": "EnableEconomizerControl",
1055
+ "measure_definition_uuid": "84e696e0-d3a1-0131-bd1e-2820663576f4",
1056
+ "measure_definition_version_uuid": "84e6ba10-d3a1-0131-bd1f-2820663576f4",
1057
+ "measure_type": "RubyMeasure",
1058
+ "name": "enable_economizer_control",
1059
+ "variables": [
1060
+ {
1061
+ "argument": {
1062
+ "display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
1063
+ "machine_name": "economizer_maximum_limit_dry_bulb_temperature_(f).",
1064
+ "name": "econoMaxDryBulbTemp",
1065
+ "required": false,
1066
+ "uuid": "84e7c000-d3a1-0131-bd26-2820663576f4",
1067
+ "version_uuid": "84e7de60-d3a1-0131-bd27-2820663576f4"
1068
+ },
1069
+ "display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
1070
+ "machine_name": "economizer_maximum_limit_dry_bulb_temperature_(f).",
1071
+ "maximum": 80.0,
1072
+ "minimum": 76.0,
1073
+ "name": "economizer_maximum_limit_dry_bulb_temperature_(f).",
1074
+ "relation_to_output": "",
1075
+ "static_value": 79.0,
1076
+ "uncertainty_description": {
1077
+ "attributes": [
1078
+ {
1079
+ "name": "lower_bounds",
1080
+ "value": 76.0
1081
+ },
1082
+ {
1083
+ "name": "upper_bounds",
1084
+ "value": 80.0
1085
+ },
1086
+ {
1087
+ "name": "stddev",
1088
+ "value": 0.6666666666666666
1089
+ },
1090
+ {
1091
+ "name": "delta_x",
1092
+ "value": null
1093
+ },
1094
+ {
1095
+ "name": "modes",
1096
+ "value": 78.0
1097
+ }
1098
+ ],
1099
+ "type": "triangle_uncertain"
1100
+ },
1101
+ "units": "",
1102
+ "value_type": "double",
1103
+ "variable": true,
1104
+ "variable_type": "RubyContinuousVariable",
1105
+ "uuid": "84e7ffd0-d3a1-0131-bd28-2820663576f4",
1106
+ "version_uuid": "84e81f50-d3a1-0131-bd29-2820663576f4"
1107
+ }
1108
+ ],
1109
+ "workflow_index": 5,
1110
+ "workflow_step_type": "Measure",
1111
+ "uuid": "84e6dbb0-d3a1-0131-bd20-2820663576f4",
1112
+ "version_uuid": "84e708d0-d3a1-0131-bd21-2820663576f4"
1113
+ },
1114
+ {
1115
+ "arguments": [
1116
+ {
1117
+ "display_name": "Apply the measure to",
1118
+ "machine_name": "apply_the_measure_to",
1119
+ "name": "boiler_widget",
1120
+ "value": "*All boilers*",
1121
+ "value_type": "choice",
1122
+ "uuid": "84f0b870-d3a1-0131-bd46-2820663576f4",
1123
+ "version_uuid": "84f0db10-d3a1-0131-bd47-2820663576f4"
1124
+ },
1125
+ {
1126
+ "display_name": "Option 1, set boiler nominal thermal efficiency to a user defined value",
1127
+ "machine_name": "option_1,_set_boiler_nominal_thermal_efficiency_to_a_user_defined_value",
1128
+ "name": "input_option_manual",
1129
+ "value": true,
1130
+ "value_type": "bool",
1131
+ "uuid": "84f0fec0-d3a1-0131-bd48-2820663576f4",
1132
+ "version_uuid": "84f121a0-d3a1-0131-bd49-2820663576f4"
1133
+ },
1134
+ {
1135
+ "display_name": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
1136
+ "machine_name": "option_2,_set_boiler_nominal_thermal_efficiency_based_on_ashrae_standard_90.1_requirement",
1137
+ "name": "input_option_standard",
1138
+ "value": false,
1139
+ "value_type": "bool",
1140
+ "uuid": "84f435b0-d3a1-0131-bd4e-2820663576f4",
1141
+ "version_uuid": "84f459f0-d3a1-0131-bd4f-2820663576f4"
1142
+ },
1143
+ {
1144
+ "display_name": "Boiler nominal capacity [W]",
1145
+ "machine_name": "boiler_nominal_capacity_[w]",
1146
+ "name": "nominal_capacity",
1147
+ "value": 0.0,
1148
+ "value_type": "double",
1149
+ "uuid": "84f48260-d3a1-0131-bd50-2820663576f4",
1150
+ "version_uuid": "84f4a370-d3a1-0131-bd51-2820663576f4"
1151
+ },
1152
+ {
1153
+ "display_name": "Fuel type",
1154
+ "machine_name": "fuel_type",
1155
+ "name": "fuel_type_widget",
1156
+ "value": 0.0,
1157
+ "value_type": "choice",
1158
+ "uuid": "84f4c720-d3a1-0131-bd52-2820663576f4",
1159
+ "version_uuid": "84f4e8c0-d3a1-0131-bd53-2820663576f4"
1160
+ },
1161
+ {
1162
+ "display_name": "ASHRAE Standards 90.1",
1163
+ "machine_name": "ashrae_standards_90.1",
1164
+ "name": "standards_widget",
1165
+ "value": 0.0,
1166
+ "value_type": "choice",
1167
+ "uuid": "84f51e40-d3a1-0131-bd54-2820663576f4",
1168
+ "version_uuid": "84f543c0-d3a1-0131-bd55-2820663576f4"
1169
+ }
1170
+ ],
1171
+ "bcl_measure_directory": "./measures/SetBoilerThermalEfficiency",
1172
+ "bcl_measure_class_name": "SetBoilerThermalEfficiency",
1173
+ "bcl_measure_uuid": "84ee72b0-d3a1-0131-bd40-2820663576f4",
1174
+ "bcl_measure_version_uuid": "84f006c0-d3a1-0131-bd41-2820663576f4",
1175
+ "display_name": "Set Boiler Thermal Efficiency",
1176
+ "measure_definition_directory": "./measures/SetBoilerThermalEfficiency",
1177
+ "measure_definition_class_name": "SetBoilerThermalEfficiency",
1178
+ "measure_definition_uuid": "84f02f80-d3a1-0131-bd42-2820663576f4",
1179
+ "measure_definition_version_uuid": "84f05460-d3a1-0131-bd43-2820663576f4",
1180
+ "measure_type": "RubyMeasure",
1181
+ "name": "set_boiler_thermal_efficiency",
1182
+ "variables": [
1183
+ {
1184
+ "argument": {
1185
+ "display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
1186
+ "machine_name": "boiler_nominal_thermal_efficiency_(between_0_and_1)",
1187
+ "name": "boiler_thermal_efficiency",
1188
+ "required": false,
1189
+ "uuid": "84f15250-d3a1-0131-bd4a-2820663576f4",
1190
+ "version_uuid": "84f17780-d3a1-0131-bd4b-2820663576f4"
1191
+ },
1192
+ "display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
1193
+ "machine_name": "boiler_nominal_thermal_efficiency_(between_0_and_1)",
1194
+ "maximum": 0.9,
1195
+ "minimum": 0.5,
1196
+ "name": "boiler_nominal_thermal_efficiency_(between_0_and_1)",
1197
+ "relation_to_output": "",
1198
+ "static_value": 0.8,
1199
+ "uncertainty_description": {
1200
+ "attributes": [
1201
+ {
1202
+ "name": "lower_bounds",
1203
+ "value": 0.5
1204
+ },
1205
+ {
1206
+ "name": "upper_bounds",
1207
+ "value": 0.9
1208
+ },
1209
+ {
1210
+ "name": "stddev",
1211
+ "value": 0.06666666666666667
1212
+ },
1213
+ {
1214
+ "name": "delta_x",
1215
+ "value": null
1216
+ },
1217
+ {
1218
+ "name": "modes",
1219
+ "value": 0.75
1220
+ }
1221
+ ],
1222
+ "type": "triangle_uncertain"
1223
+ },
1224
+ "units": "",
1225
+ "value_type": "double",
1226
+ "variable": true,
1227
+ "variable_type": "RubyContinuousVariable",
1228
+ "uuid": "84f19a30-d3a1-0131-bd4c-2820663576f4",
1229
+ "version_uuid": "84f1c320-d3a1-0131-bd4d-2820663576f4"
1230
+ }
1231
+ ],
1232
+ "workflow_index": 6,
1233
+ "workflow_step_type": "Measure",
1234
+ "uuid": "84f074f0-d3a1-0131-bd44-2820663576f4",
1235
+ "version_uuid": "84f09460-d3a1-0131-bd45-2820663576f4"
1236
+ },
1237
+ {
1238
+ "arguments": [
1239
+ {
1240
+ "display_name": "Allow both increase and decrease in R-value to reach requested target?",
1241
+ "machine_name": "allow_both_increase_and_decrease_in_r_value_to_reach_requested_target?",
1242
+ "name": "allow_reduction",
1243
+ "value": true,
1244
+ "value_type": "bool",
1245
+ "uuid": "84f6da20-d3a1-0131-bd60-2820663576f4",
1246
+ "version_uuid": "84f6f930-d3a1-0131-bd61-2820663576f4"
1247
+ },
1248
+ {
1249
+ "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
1250
+ "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
1251
+ "name": "material_cost_increase_ip",
1252
+ "value": 0.0,
1253
+ "value_type": "double",
1254
+ "uuid": "84f72ab0-d3a1-0131-bd62-2820663576f4",
1255
+ "version_uuid": "84f74d30-d3a1-0131-bd63-2820663576f4"
1256
+ },
1257
+ {
1258
+ "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
1259
+ "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
1260
+ "name": "one_time_retrofit_cost_ip",
1261
+ "value": 0.0,
1262
+ "value_type": "double",
1263
+ "uuid": "84f77380-d3a1-0131-bd64-2820663576f4",
1264
+ "version_uuid": "84f79770-d3a1-0131-bd65-2820663576f4"
1265
+ },
1266
+ {
1267
+ "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
1268
+ "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
1269
+ "name": "years_until_retrofit_cost",
1270
+ "value": 0,
1271
+ "value_type": "integer",
1272
+ "uuid": "84f7bcd0-d3a1-0131-bd66-2820663576f4",
1273
+ "version_uuid": "84f7de60-d3a1-0131-bd67-2820663576f4"
1274
+ }
1275
+ ],
1276
+ "bcl_measure_directory": "./measures/IncreaseInsulationRValueForExteriorWalls",
1277
+ "bcl_measure_class_name": "IncreaseInsulationRValueForExteriorWalls",
1278
+ "bcl_measure_uuid": "84f57080-d3a1-0131-bd56-2820663576f4",
1279
+ "bcl_measure_version_uuid": "84f5a4a0-d3a1-0131-bd57-2820663576f4",
1280
+ "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
1281
+ "measure_definition_directory": "./measures/IncreaseInsulationRValueForExteriorWalls",
1282
+ "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
1283
+ "measure_definition_uuid": "84f5c320-d3a1-0131-bd58-2820663576f4",
1284
+ "measure_definition_version_uuid": "84f5ea40-d3a1-0131-bd59-2820663576f4",
1285
+ "measure_type": "RubyMeasure",
1286
+ "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
1287
+ "variables": [
1288
+ {
1289
+ "argument": {
1290
+ "display_name": "Insulation R-value (ft^2*h*R/Btu).",
1291
+ "machine_name": "insulation_r_value_(ft^2*h*r/btu).",
1292
+ "name": "r_value",
1293
+ "required": false,
1294
+ "uuid": "84f658e0-d3a1-0131-bd5c-2820663576f4",
1295
+ "version_uuid": "84f677f0-d3a1-0131-bd5d-2820663576f4"
1296
+ },
1297
+ "display_name": "Insulation R-value (ft^2*h*R/Btu).",
1298
+ "machine_name": "insulation_r_value_(ft^2*h*r/btu).",
1299
+ "maximum": 5.0,
1300
+ "minimum": 1.0,
1301
+ "name": "insulation_r_value_(ft^2*h*r/btu).",
1302
+ "relation_to_output": "",
1303
+ "static_value": 5.0,
1304
+ "uncertainty_description": {
1305
+ "attributes": [
1306
+ {
1307
+ "name": "lower_bounds",
1308
+ "value": 1.0
1309
+ },
1310
+ {
1311
+ "name": "upper_bounds",
1312
+ "value": 5.0
1313
+ },
1314
+ {
1315
+ "name": "stddev",
1316
+ "value": 0.6666666666666666
1317
+ },
1318
+ {
1319
+ "name": "delta_x",
1320
+ "value": null
1321
+ },
1322
+ {
1323
+ "name": "modes",
1324
+ "value": 2.5
1325
+ }
1326
+ ],
1327
+ "type": "triangle_uncertain"
1328
+ },
1329
+ "units": "",
1330
+ "value_type": "double",
1331
+ "variable": true,
1332
+ "variable_type": "RubyContinuousVariable",
1333
+ "uuid": "84f69820-d3a1-0131-bd5e-2820663576f4",
1334
+ "version_uuid": "84f6b640-d3a1-0131-bd5f-2820663576f4"
1335
+ }
1336
+ ],
1337
+ "workflow_index": 7,
1338
+ "workflow_step_type": "Measure",
1339
+ "uuid": "84f60bd0-d3a1-0131-bd5a-2820663576f4",
1340
+ "version_uuid": "84f62e00-d3a1-0131-bd5b-2820663576f4"
1341
+ },
1342
+ {
1343
+ "arguments": [
1344
+ {
1345
+ "display_name": "Apply the measure to",
1346
+ "machine_name": "apply_the_measure_to",
1347
+ "name": "chiller_widget",
1348
+ "value": "*All chillers*",
1349
+ "value_type": "choice",
1350
+ "uuid": "84f8de10-d3a1-0131-bd6e-2820663576f4",
1351
+ "version_uuid": "84f900b0-d3a1-0131-bd6f-2820663576f4"
1352
+ }
1353
+ ],
1354
+ "bcl_measure_directory": "./measures/SetChillerCOP",
1355
+ "bcl_measure_class_name": "SetChillerCOP",
1356
+ "bcl_measure_uuid": "84f805c0-d3a1-0131-bd68-2820663576f4",
1357
+ "bcl_measure_version_uuid": "84f82670-d3a1-0131-bd69-2820663576f4",
1358
+ "display_name": "SetChillerCOP",
1359
+ "measure_definition_directory": "./measures/SetChillerCOP",
1360
+ "measure_definition_class_name": "SetChillerCOP",
1361
+ "measure_definition_uuid": "84f84640-d3a1-0131-bd6a-2820663576f4",
1362
+ "measure_definition_version_uuid": "84f86bd0-d3a1-0131-bd6b-2820663576f4",
1363
+ "measure_type": "RubyMeasure",
1364
+ "name": "setchillercop",
1365
+ "variables": [
1366
+ {
1367
+ "argument": {
1368
+ "display_name": "Chiller Rated COP (more than 0)",
1369
+ "machine_name": "chiller_rated_cop_(more_than_0)",
1370
+ "name": "chiller_thermal_efficiency",
1371
+ "required": false,
1372
+ "uuid": "84f92a40-d3a1-0131-bd70-2820663576f4",
1373
+ "version_uuid": "84f95100-d3a1-0131-bd71-2820663576f4"
1374
+ },
1375
+ "display_name": "Chiller Rated COP (more than 0)",
1376
+ "machine_name": "chiller_rated_cop_(more_than_0)",
1377
+ "maximum": 5.5,
1378
+ "minimum": 2.5,
1379
+ "name": "chiller_rated_cop_(more_than_0)",
1380
+ "relation_to_output": "",
1381
+ "static_value": 3.0,
1382
+ "uncertainty_description": {
1383
+ "attributes": [
1384
+ {
1385
+ "name": "lower_bounds",
1386
+ "value": 2.5
1387
+ },
1388
+ {
1389
+ "name": "upper_bounds",
1390
+ "value": 5.5
1391
+ },
1392
+ {
1393
+ "name": "stddev",
1394
+ "value": 0.5
1395
+ },
1396
+ {
1397
+ "name": "delta_x",
1398
+ "value": null
1399
+ },
1400
+ {
1401
+ "name": "modes",
1402
+ "value": 3.5
1403
+ }
1404
+ ],
1405
+ "type": "triangle_uncertain"
1406
+ },
1407
+ "units": "",
1408
+ "value_type": "double",
1409
+ "variable": true,
1410
+ "variable_type": "RubyContinuousVariable",
1411
+ "uuid": "84f97280-d3a1-0131-bd72-2820663576f4",
1412
+ "version_uuid": "84f995b0-d3a1-0131-bd73-2820663576f4"
1413
+ }
1414
+ ],
1415
+ "workflow_index": 8,
1416
+ "workflow_step_type": "Measure",
1417
+ "uuid": "84f88c50-d3a1-0131-bd6c-2820663576f4",
1418
+ "version_uuid": "84f8abd0-d3a1-0131-bd6d-2820663576f4"
1419
+ },
1420
+ {
1421
+ "arguments": [
1422
+
1423
+ ],
1424
+ "bcl_measure_directory": "./measures/SetHeatingandCoolingSizingFactors",
1425
+ "bcl_measure_class_name": "SetHeatingandCoolingSizingFactors",
1426
+ "bcl_measure_uuid": "84f9bd00-d3a1-0131-bd74-2820663576f4",
1427
+ "bcl_measure_version_uuid": "84f9e160-d3a1-0131-bd75-2820663576f4",
1428
+ "display_name": "Set Heating and Cooling Sizing Factors",
1429
+ "measure_definition_directory": "./measures/SetHeatingandCoolingSizingFactors",
1430
+ "measure_definition_class_name": "SetHeatingandCoolingSizingFactors",
1431
+ "measure_definition_uuid": "84fa04e0-d3a1-0131-bd76-2820663576f4",
1432
+ "measure_definition_version_uuid": "84fa2780-d3a1-0131-bd77-2820663576f4",
1433
+ "measure_type": "RubyMeasure",
1434
+ "name": "set_heating_and_cooling_sizing_factors",
1435
+ "variables": [
1436
+ {
1437
+ "argument": {
1438
+ "display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1439
+ "machine_name": "heating_sizing_factor_(eg_1.25_=_125%_of_required_heating_capacity.",
1440
+ "name": "htg_sz_factor",
1441
+ "required": false,
1442
+ "uuid": "84faa390-d3a1-0131-bd7a-2820663576f4",
1443
+ "version_uuid": "84fac740-d3a1-0131-bd7b-2820663576f4"
1444
+ },
1445
+ "display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1446
+ "machine_name": "heating_sizing_factor_(eg_1.25_=_125%_of_required_heating_capacity.",
1447
+ "maximum": 1.5,
1448
+ "minimum": 1.0,
1449
+ "name": "heating_sizing_factor_(eg_1.25_=_125%_of_required_heating_capacity.",
1450
+ "relation_to_output": "",
1451
+ "static_value": 1.25,
1452
+ "uncertainty_description": {
1453
+ "attributes": [
1454
+ {
1455
+ "name": "lower_bounds",
1456
+ "value": 1.0
1457
+ },
1458
+ {
1459
+ "name": "upper_bounds",
1460
+ "value": 1.5
1461
+ },
1462
+ {
1463
+ "name": "stddev",
1464
+ "value": 0.08333333333333333
1465
+ },
1466
+ {
1467
+ "name": "delta_x",
1468
+ "value": null
1469
+ },
1470
+ {
1471
+ "name": "modes",
1472
+ "value": 1.25
1473
+ }
1474
+ ],
1475
+ "type": "triangle_uncertain"
1476
+ },
1477
+ "units": "",
1478
+ "value_type": "double",
1479
+ "variable": true,
1480
+ "variable_type": "RubyContinuousVariable",
1481
+ "uuid": "84fae950-d3a1-0131-bd7c-2820663576f4",
1482
+ "version_uuid": "84fb1710-d3a1-0131-bd7d-2820663576f4"
1483
+ },
1484
+ {
1485
+ "argument": {
1486
+ "display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1487
+ "machine_name": "coolinig_sizing_factor_(eg_1.15_=_115%_of_required_cooling_capacity.",
1488
+ "name": "clg_sz_factor",
1489
+ "required": false,
1490
+ "uuid": "84fb43e0-d3a1-0131-bd7e-2820663576f4",
1491
+ "version_uuid": "84fb65f0-d3a1-0131-bd7f-2820663576f4"
1492
+ },
1493
+ "display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1494
+ "machine_name": "coolinig_sizing_factor_(eg_1.15_=_115%_of_required_cooling_capacity.",
1495
+ "maximum": 1.5,
1496
+ "minimum": 1.0,
1497
+ "name": "coolinig_sizing_factor_(eg_1.15_=_115%_of_required_cooling_capacity.",
1498
+ "relation_to_output": "",
1499
+ "static_value": 1.15,
1500
+ "uncertainty_description": {
1501
+ "attributes": [
1502
+ {
1503
+ "name": "lower_bounds",
1504
+ "value": 1.0
1505
+ },
1506
+ {
1507
+ "name": "upper_bounds",
1508
+ "value": 1.5
1509
+ },
1510
+ {
1511
+ "name": "stddev",
1512
+ "value": 0.08333333333333333
1513
+ },
1514
+ {
1515
+ "name": "delta_x",
1516
+ "value": null
1517
+ },
1518
+ {
1519
+ "name": "modes",
1520
+ "value": 1.15
1521
+ }
1522
+ ],
1523
+ "type": "triangle_uncertain"
1524
+ },
1525
+ "units": "",
1526
+ "value_type": "double",
1527
+ "variable": true,
1528
+ "variable_type": "RubyContinuousVariable",
1529
+ "uuid": "84fb8560-d3a1-0131-bd80-2820663576f4",
1530
+ "version_uuid": "84fba850-d3a1-0131-bd81-2820663576f4"
1531
+ }
1532
+ ],
1533
+ "workflow_index": 9,
1534
+ "workflow_step_type": "Measure",
1535
+ "uuid": "84fa4ec0-d3a1-0131-bd78-2820663576f4",
1536
+ "version_uuid": "84fa7470-d3a1-0131-bd79-2820663576f4"
1537
+ },
1538
+ {
1539
+ "arguments": [
1540
+
1541
+ ],
1542
+ "bcl_measure_directory": "./measures/SetChilledWaterLoopTemperature",
1543
+ "bcl_measure_class_name": "SetChilledWaterLoopTemperature",
1544
+ "bcl_measure_uuid": "84fbce90-d3a1-0131-bd82-2820663576f4",
1545
+ "bcl_measure_version_uuid": "84fbef30-d3a1-0131-bd83-2820663576f4",
1546
+ "display_name": "Set Chilled Water Loop Temperature",
1547
+ "measure_definition_directory": "./measures/SetChilledWaterLoopTemperature",
1548
+ "measure_definition_class_name": "SetChilledWaterLoopTemperature",
1549
+ "measure_definition_uuid": "84fc11b0-d3a1-0131-bd84-2820663576f4",
1550
+ "measure_definition_version_uuid": "84fc3460-d3a1-0131-bd85-2820663576f4",
1551
+ "measure_type": "RubyMeasure",
1552
+ "name": "set_chilled_water_loop_temperature",
1553
+ "variables": [
1554
+ {
1555
+ "argument": {
1556
+ "display_name": "Desired chilled water setpoint (F)",
1557
+ "machine_name": "desired_chilled_water_setpoint_(f)",
1558
+ "name": "cw_temp_f",
1559
+ "required": false,
1560
+ "uuid": "84fcae10-d3a1-0131-bd88-2820663576f4",
1561
+ "version_uuid": "84fcd200-d3a1-0131-bd89-2820663576f4"
1562
+ },
1563
+ "display_name": "Desired chilled water setpoint (F)",
1564
+ "machine_name": "desired_chilled_water_setpoint_(f)",
1565
+ "maximum": 46.0,
1566
+ "minimum": 42.0,
1567
+ "name": "desired_chilled_water_setpoint_(f)",
1568
+ "relation_to_output": "",
1569
+ "static_value": 44.0,
1570
+ "uncertainty_description": {
1571
+ "attributes": [
1572
+ {
1573
+ "name": "lower_bounds",
1574
+ "value": 42.0
1575
+ },
1576
+ {
1577
+ "name": "upper_bounds",
1578
+ "value": 46.0
1579
+ },
1580
+ {
1581
+ "name": "stddev",
1582
+ "value": 0.6666666666666666
1583
+ },
1584
+ {
1585
+ "name": "delta_x",
1586
+ "value": null
1587
+ },
1588
+ {
1589
+ "name": "modes",
1590
+ "value": 44.0
1591
+ }
1592
+ ],
1593
+ "type": "triangle_uncertain"
1594
+ },
1595
+ "units": "",
1596
+ "value_type": "double",
1597
+ "variable": true,
1598
+ "variable_type": "RubyContinuousVariable",
1599
+ "uuid": "84fcf370-d3a1-0131-bd8a-2820663576f4",
1600
+ "version_uuid": "84fd1520-d3a1-0131-bd8b-2820663576f4"
1601
+ }
1602
+ ],
1603
+ "workflow_index": 10,
1604
+ "workflow_step_type": "Measure",
1605
+ "uuid": "84fc63c0-d3a1-0131-bd86-2820663576f4",
1606
+ "version_uuid": "84fc8500-d3a1-0131-bd87-2820663576f4"
1607
+ },
1608
+ {
1609
+ "arguments": [
1610
+
1611
+ ],
1612
+ "bcl_measure_directory": "./measures/SetHotWaterLoopTemperature",
1613
+ "bcl_measure_class_name": "SetHotWaterLoopTemperature",
1614
+ "bcl_measure_uuid": "84fd3da0-d3a1-0131-bd8c-2820663576f4",
1615
+ "bcl_measure_version_uuid": "84fd5e00-d3a1-0131-bd8d-2820663576f4",
1616
+ "display_name": "Set Hot Water Loop Temperature",
1617
+ "measure_definition_directory": "./measures/SetHotWaterLoopTemperature",
1618
+ "measure_definition_class_name": "SetHotWaterLoopTemperature",
1619
+ "measure_definition_uuid": "84fd81d0-d3a1-0131-bd8e-2820663576f4",
1620
+ "measure_definition_version_uuid": "84fda130-d3a1-0131-bd8f-2820663576f4",
1621
+ "measure_type": "RubyMeasure",
1622
+ "name": "set_hot_water_loop_temperature",
1623
+ "variables": [
1624
+ {
1625
+ "argument": {
1626
+ "display_name": "Desired hot water setpoint (F)",
1627
+ "machine_name": "desired_hot_water_setpoint_(f)",
1628
+ "name": "hw_temp_f",
1629
+ "required": false,
1630
+ "uuid": "84fe1c30-d3a1-0131-bd92-2820663576f4",
1631
+ "version_uuid": "84fe4140-d3a1-0131-bd93-2820663576f4"
1632
+ },
1633
+ "display_name": "Desired hot water setpoint (F)",
1634
+ "machine_name": "desired_hot_water_setpoint_(f)",
1635
+ "maximum": 122.0,
1636
+ "minimum": 118.0,
1637
+ "name": "desired_hot_water_setpoint_(f)",
1638
+ "relation_to_output": "",
1639
+ "static_value": 120.0,
1640
+ "uncertainty_description": {
1641
+ "attributes": [
1642
+ {
1643
+ "name": "lower_bounds",
1644
+ "value": 118.0
1645
+ },
1646
+ {
1647
+ "name": "upper_bounds",
1648
+ "value": 122.0
1649
+ },
1650
+ {
1651
+ "name": "stddev",
1652
+ "value": 0.6666666666666666
1653
+ },
1654
+ {
1655
+ "name": "delta_x",
1656
+ "value": null
1657
+ },
1658
+ {
1659
+ "name": "modes",
1660
+ "value": 120.0
1661
+ }
1662
+ ],
1663
+ "type": "triangle_uncertain"
1664
+ },
1665
+ "units": "",
1666
+ "value_type": "double",
1667
+ "variable": true,
1668
+ "variable_type": "RubyContinuousVariable",
1669
+ "uuid": "84fe6490-d3a1-0131-bd94-2820663576f4",
1670
+ "version_uuid": "84fe8590-d3a1-0131-bd95-2820663576f4"
1671
+ }
1672
+ ],
1673
+ "workflow_index": 11,
1674
+ "workflow_step_type": "Measure",
1675
+ "uuid": "84fdc0d0-d3a1-0131-bd90-2820663576f4",
1676
+ "version_uuid": "84fdf300-d3a1-0131-bd91-2820663576f4"
1677
+ },
1678
+ {
1679
+ "arguments": [
1680
+
1681
+ ],
1682
+ "bcl_measure_directory": "./measures/SetMinimumVAVTerminalFlowFraction",
1683
+ "bcl_measure_class_name": "SetMinimumVAVTerminalFlowFraction",
1684
+ "bcl_measure_uuid": "84feac60-d3a1-0131-bd96-2820663576f4",
1685
+ "bcl_measure_version_uuid": "84fecf20-d3a1-0131-bd97-2820663576f4",
1686
+ "display_name": "Set Minimum VAV Terminal Flow Fraction",
1687
+ "measure_definition_directory": "./measures/SetMinimumVAVTerminalFlowFraction",
1688
+ "measure_definition_class_name": "SetMinimumVAVTerminalFlowFraction",
1689
+ "measure_definition_uuid": "84fef220-d3a1-0131-bd98-2820663576f4",
1690
+ "measure_definition_version_uuid": "84ff12f0-d3a1-0131-bd99-2820663576f4",
1691
+ "measure_type": "RubyMeasure",
1692
+ "name": "set_minimum_vav_terminal_flow_fraction",
1693
+ "variables": [
1694
+ {
1695
+ "argument": {
1696
+ "display_name": "Minimum VAV Terminal Flow Fraction (%)",
1697
+ "machine_name": "minimum_vav_terminal_flow_fraction_(%)",
1698
+ "name": "min_vav_frac",
1699
+ "required": false,
1700
+ "uuid": "84ff84b0-d3a1-0131-bd9c-2820663576f4",
1701
+ "version_uuid": "84ffb200-d3a1-0131-bd9d-2820663576f4"
1702
+ },
1703
+ "display_name": "Minimum VAV Terminal Flow Fraction (%)",
1704
+ "machine_name": "minimum_vav_terminal_flow_fraction_(%)",
1705
+ "maximum": 60.0,
1706
+ "minimum": 0.0,
1707
+ "name": "minimum_vav_terminal_flow_fraction_(%)",
1708
+ "relation_to_output": "",
1709
+ "static_value": 30.0,
1710
+ "uncertainty_description": {
1711
+ "attributes": [
1712
+ {
1713
+ "name": "lower_bounds",
1714
+ "value": 0.0
1715
+ },
1716
+ {
1717
+ "name": "upper_bounds",
1718
+ "value": 60.0
1719
+ },
1720
+ {
1721
+ "name": "stddev",
1722
+ "value": 10.0
1723
+ },
1724
+ {
1725
+ "name": "delta_x",
1726
+ "value": null
1727
+ },
1728
+ {
1729
+ "name": "modes",
1730
+ "value": 30.0
1731
+ }
1732
+ ],
1733
+ "type": "triangle_uncertain"
1734
+ },
1735
+ "units": "",
1736
+ "value_type": "double",
1737
+ "variable": true,
1738
+ "variable_type": "RubyContinuousVariable",
1739
+ "uuid": "84ffec60-d3a1-0131-bd9e-2820663576f4",
1740
+ "version_uuid": "85002440-d3a1-0131-bd9f-2820663576f4"
1741
+ }
1742
+ ],
1743
+ "workflow_index": 12,
1744
+ "workflow_step_type": "Measure",
1745
+ "uuid": "84ff3820-d3a1-0131-bd9a-2820663576f4",
1746
+ "version_uuid": "84ff5b00-d3a1-0131-bd9b-2820663576f4"
1747
+ },
1748
+ {
1749
+ "arguments": [
1750
+
1751
+ ],
1752
+ "bcl_measure_directory": "./measures/ModifyEnergyPlusFanVariableVolumeObjects",
1753
+ "bcl_measure_class_name": "ModifyEnergyPlusFanVariableVolumeObjects",
1754
+ "bcl_measure_uuid": "85005200-d3a1-0131-bda0-2820663576f4",
1755
+ "bcl_measure_version_uuid": "850073d0-d3a1-0131-bda1-2820663576f4",
1756
+ "display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
1757
+ "measure_definition_directory": "./measures/ModifyEnergyPlusFanVariableVolumeObjects",
1758
+ "measure_definition_class_name": "ModifyEnergyPlusFanVariableVolumeObjects",
1759
+ "measure_definition_uuid": "85009450-d3a1-0131-bda2-2820663576f4",
1760
+ "measure_definition_version_uuid": "8500b630-d3a1-0131-bda3-2820663576f4",
1761
+ "measure_type": "EnergyPlusMeasure",
1762
+ "name": "modify_energyplus_fan_varaible_volume_objects",
1763
+ "variables": [
1764
+ {
1765
+ "argument": {
1766
+ "display_name": "Pressure Rise (Pa).",
1767
+ "machine_name": "pressure_rise_(pa).",
1768
+ "name": "pressureRise",
1769
+ "required": false,
1770
+ "uuid": "85012560-d3a1-0131-bda6-2820663576f4",
1771
+ "version_uuid": "85014510-d3a1-0131-bda7-2820663576f4"
1772
+ },
1773
+ "display_name": "Pressure Rise (Pa).",
1774
+ "machine_name": "pressure_rise_(pa).",
1775
+ "maximum": 700.0,
1776
+ "minimum": 400.0,
1777
+ "name": "pressure_rise_(pa).",
1778
+ "relation_to_output": "",
1779
+ "static_value": 500.0,
1780
+ "uncertainty_description": {
1781
+ "attributes": [
1782
+ {
1783
+ "name": "lower_bounds",
1784
+ "value": 400.0
1785
+ },
1786
+ {
1787
+ "name": "upper_bounds",
1788
+ "value": 700.0
1789
+ },
1790
+ {
1791
+ "name": "stddev",
1792
+ "value": 50.0
1793
+ },
1794
+ {
1795
+ "name": "delta_x",
1796
+ "value": null
1797
+ },
1798
+ {
1799
+ "name": "modes",
1800
+ "value": 500.0
1801
+ }
1802
+ ],
1803
+ "type": "triangle_uncertain"
1804
+ },
1805
+ "units": "",
1806
+ "value_type": "double",
1807
+ "variable": true,
1808
+ "variable_type": "RubyContinuousVariable",
1809
+ "uuid": "85016700-d3a1-0131-bda8-2820663576f4",
1810
+ "version_uuid": "85018ae0-d3a1-0131-bda9-2820663576f4"
1811
+ }
1812
+ ],
1813
+ "workflow_index": 13,
1814
+ "workflow_step_type": "Measure",
1815
+ "uuid": "8500dab0-d3a1-0131-bda4-2820663576f4",
1816
+ "version_uuid": "8500fbc0-d3a1-0131-bda5-2820663576f4"
1817
+ }
1818
+ ],
1819
+ "analysis_type": "rgenoud"
1820
+ },
1821
+ "seed": {
1822
+ "file_type": "OSM",
1823
+ "path": "./seed/small_seed.osm"
1824
+ },
1825
+ "weather_file": {
1826
+ "file_type": "EPW",
1827
+ "path": "./weather/partial_weather.epw"
1828
+ }
1829
+ }
1830
+ }