openstudio-analysis 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/openstudio/analysis/translator/excel.rb +6 -6
  4. data/lib/openstudio/analysis/version.rb +1 -1
  5. data/spec/files/analysis/medium_office.json +318 -240
  6. data/spec/files/analysis/medium_office.zip +0 -0
  7. data/spec/files/export/analysis/0_1_09_outputvars.json +757 -0
  8. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  9. data/spec/files/export/analysis/0_1_11_discrete_variables.json +778 -0
  10. data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
  11. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +519 -0
  12. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
  13. data/spec/files/export/analysis/0_2_0_template_simpletest.json +542 -0
  14. data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
  15. data/spec/files/export/analysis/0_3_0_outputs.json +1405 -0
  16. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  17. data/spec/files/export/analysis/cea41ea0-ef93-0131-b229-14109fdf0b37.json +1405 -0
  18. data/spec/files/export/analysis/{2bdc9c90-ef8f-0131-9f99-14109fdf0b37.zip → cea41ea0-ef93-0131-b229-14109fdf0b37.zip} +0 -0
  19. data/spec/files/export/analysis/{2bdc9c90-ef8f-0131-9f99-14109fdf0b37.json → cf38e530-ef93-0131-b234-14109fdf0b37.json} +18 -18
  20. data/spec/files/export/analysis/cf38e530-ef93-0131-b234-14109fdf0b37.zip +0 -0
  21. data/spec/files/export/analysis/small_seed.json +707 -0
  22. data/spec/files/export/analysis/small_seed.zip +0 -0
  23. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.51.xml +9 -0
  24. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.52.xml +9 -0
  25. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.53.xml +9 -0
  26. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.51.xml +9 -0
  27. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.52.xml +9 -0
  28. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.53.xml +9 -0
  29. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.51.xml +7 -0
  30. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.52.xml +7 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.53.xml +7 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.36.xml +19 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.37.xml +33 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.38.xml +21 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.36.xml +13 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.37.xml +27 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.38.xml +14 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.40.xml +18 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.41.xml +18 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.42.xml +18 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.36.xml +9 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.37.xml +9 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.38.xml +9 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.37.xml +9 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.38.xml +9 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.39.xml +9 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.36.xml +36 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.37.xml +50 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.38.xml +38 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.38.xml +21 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.39.xml +21 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.40.xml +21 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.40.xml +9 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.41.xml +9 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.42.xml +9 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.39.xml +9 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.40.xml +9 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.41.xml +9 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.38.xml +23 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.39.xml +37 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.40.xml +25 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.39.xml +9 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.40.xml +9 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.41.xml +9 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.36.xml +13 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.37.xml +13 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.38.xml +13 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.36.xml +21 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.37.xml +35 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.38.xml +22 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.36.xml +32 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.37.xml +46 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.38.xml +34 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.2.xml +13 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.3.xml +27 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.4.xml +14 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.13.xml +14 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.14.xml +14 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.15.xml +14 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.40.xml +21 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.41.xml +35 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.42.xml +22 -0
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.1.xml +14 -0
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.2.xml +28 -0
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.3.xml +16 -0
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.51.xml +7 -0
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.52.xml +7 -0
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.53.xml +7 -0
  89. metadata +165 -7
  90. data/spec/files/~$0_3_3_short_names.xlsx +0 -0
@@ -1324,13 +1324,13 @@
1324
1324
  ],
1325
1325
  "bcl_measure_directory": "./measures/IncreaseInsulationRValueForRoofs",
1326
1326
  "bcl_measure_class_name": "RotateBuilding",
1327
- "bcl_measure_uuid": "2c491e90-ef8f-0131-9f9a-14109fdf0b37",
1328
- "bcl_measure_version_uuid": "2c497840-ef8f-0131-9f9b-14109fdf0b37",
1327
+ "bcl_measure_uuid": "cfb72970-ef93-0131-b235-14109fdf0b37",
1328
+ "bcl_measure_version_uuid": "cfb78070-ef93-0131-b236-14109fdf0b37",
1329
1329
  "display_name": "Rotate Building Relative to Current Orientation",
1330
1330
  "measure_definition_directory": "./measures/IncreaseInsulationRValueForRoofs",
1331
1331
  "measure_definition_class_name": "RotateBuilding",
1332
- "measure_definition_uuid": "2c499f80-ef8f-0131-9f9c-14109fdf0b37",
1333
- "measure_definition_version_uuid": "2c49c600-ef8f-0131-9f9d-14109fdf0b37",
1332
+ "measure_definition_uuid": "cfb7b840-ef93-0131-b237-14109fdf0b37",
1333
+ "measure_definition_version_uuid": "cfb83090-ef93-0131-b238-14109fdf0b37",
1334
1334
  "measure_type": "RubyMeasure",
1335
1335
  "name": "rotate_building_relative_to_current_orientation",
1336
1336
  "variables": [
@@ -1341,8 +1341,8 @@
1341
1341
  "machine_name": "orientation",
1342
1342
  "name": "relative_building_rotation",
1343
1343
  "required": false,
1344
- "uuid": "2c4a4630-ef8f-0131-9fa0-14109fdf0b37",
1345
- "version_uuid": "2c4a64c0-ef8f-0131-9fa1-14109fdf0b37"
1344
+ "uuid": "cfb92f90-ef93-0131-b23b-14109fdf0b37",
1345
+ "version_uuid": "cfb97070-ef93-0131-b23c-14109fdf0b37"
1346
1346
  },
1347
1347
  "display_name": "Orientation",
1348
1348
  "display_name_short": "Shorter Display Name",
@@ -1381,14 +1381,14 @@
1381
1381
  "value_type": "double",
1382
1382
  "variable": true,
1383
1383
  "variable_type": "RubyContinuousVariable",
1384
- "uuid": "2c4a8c50-ef8f-0131-9fa2-14109fdf0b37",
1385
- "version_uuid": "2c4ab8a0-ef8f-0131-9fa3-14109fdf0b37"
1384
+ "uuid": "cfb9d370-ef93-0131-b23d-14109fdf0b37",
1385
+ "version_uuid": "cfba2750-ef93-0131-b23e-14109fdf0b37"
1386
1386
  }
1387
1387
  ],
1388
1388
  "workflow_index": 0,
1389
1389
  "workflow_step_type": "Measure",
1390
- "uuid": "2c49ed00-ef8f-0131-9f9e-14109fdf0b37",
1391
- "version_uuid": "2c4a1130-ef8f-0131-9f9f-14109fdf0b37"
1390
+ "uuid": "cfb876a0-ef93-0131-b239-14109fdf0b37",
1391
+ "version_uuid": "cfb8c580-ef93-0131-b23a-14109fdf0b37"
1392
1392
  },
1393
1393
  {
1394
1394
  "arguments": [
@@ -1399,19 +1399,19 @@
1399
1399
  "name": "unknown",
1400
1400
  "value": "blah blah",
1401
1401
  "value_type": "string",
1402
- "uuid": "2c4bed40-ef8f-0131-9faa-14109fdf0b37",
1403
- "version_uuid": "2c4c1ef0-ef8f-0131-9fab-14109fdf0b37"
1402
+ "uuid": "cfbccb50-ef93-0131-b245-14109fdf0b37",
1403
+ "version_uuid": "cfbd3a70-ef93-0131-b246-14109fdf0b37"
1404
1404
  }
1405
1405
  ],
1406
1406
  "bcl_measure_directory": "./measures/ExampleMeasure",
1407
1407
  "bcl_measure_class_name": "SetInfiltration",
1408
- "bcl_measure_uuid": "2c4aed70-ef8f-0131-9fa4-14109fdf0b37",
1409
- "bcl_measure_version_uuid": "2c4b1840-ef8f-0131-9fa5-14109fdf0b37",
1408
+ "bcl_measure_uuid": "cfbaa4e0-ef93-0131-b23f-14109fdf0b37",
1409
+ "bcl_measure_version_uuid": "cfbb19d0-ef93-0131-b240-14109fdf0b37",
1410
1410
  "display_name": "Set Infiltration Rate",
1411
1411
  "measure_definition_directory": "./measures/ExampleMeasure",
1412
1412
  "measure_definition_class_name": "SetInfiltration",
1413
- "measure_definition_uuid": "2c4b44c0-ef8f-0131-9fa6-14109fdf0b37",
1414
- "measure_definition_version_uuid": "2c4b6d80-ef8f-0131-9fa7-14109fdf0b37",
1413
+ "measure_definition_uuid": "cfbb6e50-ef93-0131-b241-14109fdf0b37",
1414
+ "measure_definition_version_uuid": "cfbbceb0-ef93-0131-b242-14109fdf0b37",
1415
1415
  "measure_type": "EnergyPlusMeasure",
1416
1416
  "name": "set_infiltration_rate",
1417
1417
  "variables": [
@@ -1419,8 +1419,8 @@
1419
1419
  ],
1420
1420
  "workflow_index": 1,
1421
1421
  "workflow_step_type": "Measure",
1422
- "uuid": "2c4b8eb0-ef8f-0131-9fa8-14109fdf0b37",
1423
- "version_uuid": "2c4bb790-ef8f-0131-9fa9-14109fdf0b37"
1422
+ "uuid": "cfbc0d30-ef93-0131-b243-14109fdf0b37",
1423
+ "version_uuid": "cfbc6e30-ef93-0131-b244-14109fdf0b37"
1424
1424
  }
1425
1425
  ],
1426
1426
  "analysis_type": "preflight"
@@ -0,0 +1,707 @@
1
+ {
2
+ "analysis": {
3
+ "display_name": "Example Analysis",
4
+ "name": "example_analysis",
5
+ "output_variables": [
6
+
7
+ ],
8
+ "problem": {
9
+ "algorithm": {
10
+ "sample_method": "all_variables",
11
+ "number_of_samples": 100,
12
+ "number_of_generations": 20,
13
+ "objective_functions": [
14
+
15
+ ]
16
+ },
17
+ "name": "Problem",
18
+ "workflow": [
19
+ {
20
+ "arguments": [
21
+ {
22
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
23
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
24
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
25
+ "name": "space_type",
26
+ "value": "*Entire Building*",
27
+ "value_type": "choice",
28
+ "uuid": "ca39c000-ef93-0131-af00-14109fdf0b37",
29
+ "version_uuid": "ca39dc60-ef93-0131-af01-14109fdf0b37"
30
+ },
31
+ {
32
+ "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
33
+ "display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
34
+ "machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
35
+ "name": "material_and_installation_cost",
36
+ "value": 0.0,
37
+ "value_type": "double",
38
+ "uuid": "ca3aa0d0-ef93-0131-af06-14109fdf0b37",
39
+ "version_uuid": "ca3abd80-ef93-0131-af07-14109fdf0b37"
40
+ },
41
+ {
42
+ "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
43
+ "display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
44
+ "machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
45
+ "name": "demolition_cost",
46
+ "value": 0.0,
47
+ "value_type": "double",
48
+ "uuid": "ca3ae410-ef93-0131-af08-14109fdf0b37",
49
+ "version_uuid": "ca3afe20-ef93-0131-af09-14109fdf0b37"
50
+ },
51
+ {
52
+ "display_name": "Years Until Costs Start (whole years).",
53
+ "display_name_short": "Years Until Costs Start (whole years).",
54
+ "machine_name": "years_until_costs_start_(whole_years).",
55
+ "name": "years_until_costs_start",
56
+ "value": 0,
57
+ "value_type": "integer",
58
+ "uuid": "ca3b1e30-ef93-0131-af0a-14109fdf0b37",
59
+ "version_uuid": "ca3b3790-ef93-0131-af0b-14109fdf0b37"
60
+ },
61
+ {
62
+ "display_name": "Demolition Costs Occur During Initial Construction?",
63
+ "display_name_short": "Demolition Costs Occur During Initial Construction?",
64
+ "machine_name": "demolition_costs_occur_during_initial_construction?",
65
+ "name": "demo_cost_initial_const",
66
+ "value": true,
67
+ "value_type": "bool",
68
+ "uuid": "ca3dd640-ef93-0131-af0c-14109fdf0b37",
69
+ "version_uuid": "ca3df570-ef93-0131-af0d-14109fdf0b37"
70
+ },
71
+ {
72
+ "display_name": "Expected Life (whole years).",
73
+ "display_name_short": "Expected Life (whole years).",
74
+ "machine_name": "expected_life_(whole_years).",
75
+ "name": "expected_life",
76
+ "value": 15,
77
+ "value_type": "integer",
78
+ "uuid": "ca3e1c60-ef93-0131-af0e-14109fdf0b37",
79
+ "version_uuid": "ca3e3890-ef93-0131-af0f-14109fdf0b37"
80
+ },
81
+ {
82
+ "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
83
+ "display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
84
+ "machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
85
+ "name": "om_cost",
86
+ "value": 0.0,
87
+ "value_type": "double",
88
+ "uuid": "ca3e59f0-ef93-0131-af10-14109fdf0b37",
89
+ "version_uuid": "ca3e7f20-ef93-0131-af11-14109fdf0b37"
90
+ },
91
+ {
92
+ "display_name": "O & M Frequency (whole years).",
93
+ "display_name_short": "O & M Frequency (whole years).",
94
+ "machine_name": "o_&_m_frequency_(whole_years).",
95
+ "name": "om_frequency",
96
+ "value": 1,
97
+ "value_type": "integer",
98
+ "uuid": "ca3eaac0-ef93-0131-af12-14109fdf0b37",
99
+ "version_uuid": "ca3ed3d0-ef93-0131-af13-14109fdf0b37"
100
+ }
101
+ ],
102
+ "bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
103
+ "bcl_measure_class_name": "ReduceLightingLoadsByPercentage",
104
+ "bcl_measure_uuid": "ca38bf50-ef93-0131-aefa-14109fdf0b37",
105
+ "bcl_measure_version_uuid": "ca390cb0-ef93-0131-aefb-14109fdf0b37",
106
+ "display_name": "Reduce Lighting Loads by Percentage",
107
+ "measure_definition_directory": "./measures/reduce_lighting_loads_by_percentage",
108
+ "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
109
+ "measure_definition_uuid": "ca392dd0-ef93-0131-aefc-14109fdf0b37",
110
+ "measure_definition_version_uuid": "ca395500-ef93-0131-aefd-14109fdf0b37",
111
+ "measure_type": "RubyMeasure",
112
+ "name": "reduce_lighting_loads_by_percentage",
113
+ "variables": [
114
+ {
115
+ "argument": {
116
+ "display_name": "Lighting Power Reduction",
117
+ "display_name_short": "Lighting Power Reduction",
118
+ "machine_name": "lighting_power_reduction",
119
+ "name": "lighting_power_reduction_percent",
120
+ "required": false,
121
+ "uuid": "ca3a0c70-ef93-0131-af02-14109fdf0b37",
122
+ "version_uuid": "ca3a29c0-ef93-0131-af03-14109fdf0b37"
123
+ },
124
+ "display_name": "Lighting Power Reduction",
125
+ "display_name_short": "Lighting Power Reduction",
126
+ "machine_name": "lighting_power_reduction",
127
+ "maximum": 50.0,
128
+ "minimum": 0.0,
129
+ "name": "lighting_power_reduction",
130
+ "relation_to_output": "",
131
+ "static_value": 30.0,
132
+ "uncertainty_description": {
133
+ "attributes": [
134
+ {
135
+ "name": "lower_bounds",
136
+ "value": 0.0
137
+ },
138
+ {
139
+ "name": "upper_bounds",
140
+ "value": 50.0
141
+ },
142
+ {
143
+ "name": "stddev",
144
+ "value": 8.333333333333334
145
+ },
146
+ {
147
+ "name": "delta_x",
148
+ "value": null
149
+ },
150
+ {
151
+ "name": "modes",
152
+ "value": 40.0
153
+ }
154
+ ],
155
+ "type": "triangle_uncertain"
156
+ },
157
+ "units": "",
158
+ "value_type": "double",
159
+ "variable": true,
160
+ "variable_type": "RubyContinuousVariable",
161
+ "uuid": "ca3a4900-ef93-0131-af04-14109fdf0b37",
162
+ "version_uuid": "ca3a7150-ef93-0131-af05-14109fdf0b37"
163
+ }
164
+ ],
165
+ "workflow_index": 0,
166
+ "workflow_step_type": "Measure",
167
+ "uuid": "ca397b40-ef93-0131-aefe-14109fdf0b37",
168
+ "version_uuid": "ca399900-ef93-0131-aeff-14109fdf0b37"
169
+ },
170
+ {
171
+ "arguments": [
172
+ {
173
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
174
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
175
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
176
+ "name": "space_type",
177
+ "value": "*Entire Building*",
178
+ "value_type": "choice",
179
+ "uuid": "ca3fbd80-ef93-0131-af1a-14109fdf0b37",
180
+ "version_uuid": "ca3fd850-ef93-0131-af1b-14109fdf0b37"
181
+ },
182
+ {
183
+ "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
184
+ "display_name_short": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
185
+ "machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
186
+ "name": "material_and_installation_cost",
187
+ "value": 0.0,
188
+ "value_type": "double",
189
+ "uuid": "ca407770-ef93-0131-af20-14109fdf0b37",
190
+ "version_uuid": "ca4095d0-ef93-0131-af21-14109fdf0b37"
191
+ },
192
+ {
193
+ "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
194
+ "display_name_short": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
195
+ "machine_name": "o_&_m_costs_for_construction_per_affected_floor_area_($/ft^2).",
196
+ "name": "om_cost",
197
+ "value": 0.0,
198
+ "value_type": "double",
199
+ "uuid": "ca40b590-ef93-0131-af22-14109fdf0b37",
200
+ "version_uuid": "ca40cf90-ef93-0131-af23-14109fdf0b37"
201
+ },
202
+ {
203
+ "display_name": "O & M Frequency (whole years).",
204
+ "display_name_short": "O & M Frequency (whole years).",
205
+ "machine_name": "o_&_m_frequency_(whole_years).",
206
+ "name": "om_frequency",
207
+ "value": 1,
208
+ "value_type": "integer",
209
+ "uuid": "ca40f000-ef93-0131-af24-14109fdf0b37",
210
+ "version_uuid": "ca410c10-ef93-0131-af25-14109fdf0b37"
211
+ }
212
+ ],
213
+ "bcl_measure_directory": "./measures/example_measure_auto_directory_name",
214
+ "bcl_measure_class_name": "ExampleMeasureAutoDirectoryName",
215
+ "bcl_measure_uuid": "ca3f0110-ef93-0131-af14-14109fdf0b37",
216
+ "bcl_measure_version_uuid": "ca3f23f0-ef93-0131-af15-14109fdf0b37",
217
+ "display_name": "ReduceSpaceInfiltrationByPercentage",
218
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
219
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
220
+ "measure_definition_uuid": "ca3f4150-ef93-0131-af16-14109fdf0b37",
221
+ "measure_definition_version_uuid": "ca3f5cb0-ef93-0131-af17-14109fdf0b37",
222
+ "measure_type": "RubyMeasure",
223
+ "name": "reducespaceinfiltrationbypercentage",
224
+ "variables": [
225
+ {
226
+ "argument": {
227
+ "display_name": "Space Infiltration Power Reduction",
228
+ "display_name_short": "Space Infiltration Power Reduction",
229
+ "machine_name": "space_infiltration_power_reduction",
230
+ "name": "space_infiltration_reduction_percent",
231
+ "required": false,
232
+ "uuid": "ca3ffe40-ef93-0131-af1c-14109fdf0b37",
233
+ "version_uuid": "ca401920-ef93-0131-af1d-14109fdf0b37"
234
+ },
235
+ "display_name": "Space Infiltration Power Reduction",
236
+ "display_name_short": "Space Infiltration Power Reduction",
237
+ "machine_name": "space_infiltration_power_reduction",
238
+ "maximum": 30.0,
239
+ "minimum": 0.0,
240
+ "name": "space_infiltration_power_reduction",
241
+ "relation_to_output": "",
242
+ "static_value": 30.0,
243
+ "uncertainty_description": {
244
+ "attributes": [
245
+ {
246
+ "name": "lower_bounds",
247
+ "value": 0.0
248
+ },
249
+ {
250
+ "name": "upper_bounds",
251
+ "value": 30.0
252
+ },
253
+ {
254
+ "name": "stddev",
255
+ "value": 5.0
256
+ },
257
+ {
258
+ "name": "delta_x",
259
+ "value": null
260
+ },
261
+ {
262
+ "name": "modes",
263
+ "value": 10.0
264
+ }
265
+ ],
266
+ "type": "uniform_uncertain"
267
+ },
268
+ "units": "",
269
+ "value_type": "double",
270
+ "variable": true,
271
+ "variable_type": "RubyContinuousVariable",
272
+ "uuid": "ca403670-ef93-0131-af1e-14109fdf0b37",
273
+ "version_uuid": "ca4052e0-ef93-0131-af1f-14109fdf0b37"
274
+ }
275
+ ],
276
+ "workflow_index": 1,
277
+ "workflow_step_type": "Measure",
278
+ "uuid": "ca3f7630-ef93-0131-af18-14109fdf0b37",
279
+ "version_uuid": "ca3f99a0-ef93-0131-af19-14109fdf0b37"
280
+ },
281
+ {
282
+ "arguments": [
283
+ {
284
+ "display_name": "Alter Design Day Thermostats?",
285
+ "display_name_short": "Alter Design Day Thermostats?",
286
+ "machine_name": "alter_design_day_thermostats?",
287
+ "name": "alter_design_days",
288
+ "value": false,
289
+ "value_type": "bool",
290
+ "uuid": "ca4311a0-ef93-0131-af34-14109fdf0b37",
291
+ "version_uuid": "ca432b80-ef93-0131-af35-14109fdf0b37"
292
+ }
293
+ ],
294
+ "bcl_measure_directory": "./measures/example_measure_auto_directory_name",
295
+ "bcl_measure_class_name": "ExampleMeasureAutoDirectoryName",
296
+ "bcl_measure_uuid": "ca4135a0-ef93-0131-af26-14109fdf0b37",
297
+ "bcl_measure_version_uuid": "ca415050-ef93-0131-af27-14109fdf0b37",
298
+ "display_name": "Adjust Thermostat Setpoints by Degrees",
299
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
300
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
301
+ "measure_definition_uuid": "ca416b90-ef93-0131-af28-14109fdf0b37",
302
+ "measure_definition_version_uuid": "ca418770-ef93-0131-af29-14109fdf0b37",
303
+ "measure_type": "RubyMeasure",
304
+ "name": "adjust_thermostat_setpoints_by_degrees",
305
+ "variables": [
306
+ {
307
+ "argument": {
308
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
309
+ "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
310
+ "machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
311
+ "name": "cooling_adjustment",
312
+ "required": false,
313
+ "uuid": "ca41e5f0-ef93-0131-af2c-14109fdf0b37",
314
+ "version_uuid": "ca4201b0-ef93-0131-af2d-14109fdf0b37"
315
+ },
316
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
317
+ "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
318
+ "machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
319
+ "maximum": 4.0,
320
+ "minimum": -4.0,
321
+ "name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
322
+ "relation_to_output": "",
323
+ "static_value": 1.0,
324
+ "uncertainty_description": {
325
+ "attributes": [
326
+ {
327
+ "name": "lower_bounds",
328
+ "value": -4.0
329
+ },
330
+ {
331
+ "name": "upper_bounds",
332
+ "value": 4.0
333
+ },
334
+ {
335
+ "name": "stddev",
336
+ "value": 1.3333333333333333
337
+ },
338
+ {
339
+ "name": "delta_x",
340
+ "value": null
341
+ },
342
+ {
343
+ "name": "modes",
344
+ "value": 0.0
345
+ }
346
+ ],
347
+ "type": "uniform_uncertain"
348
+ },
349
+ "units": "",
350
+ "value_type": "double",
351
+ "variable": true,
352
+ "variable_type": "RubyContinuousVariable",
353
+ "uuid": "ca422dd0-ef93-0131-af2e-14109fdf0b37",
354
+ "version_uuid": "ca424830-ef93-0131-af2f-14109fdf0b37"
355
+ },
356
+ {
357
+ "argument": {
358
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
359
+ "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
360
+ "machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
361
+ "name": "heating_adjustment",
362
+ "required": false,
363
+ "uuid": "ca426da0-ef93-0131-af30-14109fdf0b37",
364
+ "version_uuid": "ca428990-ef93-0131-af31-14109fdf0b37"
365
+ },
366
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
367
+ "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
368
+ "machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
369
+ "maximum": 4.0,
370
+ "minimum": -4.0,
371
+ "name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
372
+ "relation_to_output": "",
373
+ "static_value": -1.0,
374
+ "uncertainty_description": {
375
+ "attributes": [
376
+ {
377
+ "name": "lower_bounds",
378
+ "value": -4.0
379
+ },
380
+ {
381
+ "name": "upper_bounds",
382
+ "value": 4.0
383
+ },
384
+ {
385
+ "name": "stddev",
386
+ "value": 1.3333333333333333
387
+ },
388
+ {
389
+ "name": "delta_x",
390
+ "value": null
391
+ },
392
+ {
393
+ "name": "modes",
394
+ "value": 0.0
395
+ }
396
+ ],
397
+ "type": "uniform_uncertain"
398
+ },
399
+ "units": "",
400
+ "value_type": "double",
401
+ "variable": true,
402
+ "variable_type": "RubyContinuousVariable",
403
+ "uuid": "ca42a980-ef93-0131-af32-14109fdf0b37",
404
+ "version_uuid": "ca42daf0-ef93-0131-af33-14109fdf0b37"
405
+ }
406
+ ],
407
+ "workflow_index": 2,
408
+ "workflow_step_type": "Measure",
409
+ "uuid": "ca41a2c0-ef93-0131-af2a-14109fdf0b37",
410
+ "version_uuid": "ca41be80-ef93-0131-af2b-14109fdf0b37"
411
+ },
412
+ {
413
+ "arguments": [
414
+ {
415
+ "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
416
+ "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
417
+ "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
418
+ "name": "material_cost_increase_ip",
419
+ "value": 0.0,
420
+ "value_type": "double",
421
+ "uuid": "ca4479d0-ef93-0131-af40-14109fdf0b37",
422
+ "version_uuid": "ca449760-ef93-0131-af41-14109fdf0b37"
423
+ },
424
+ {
425
+ "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
426
+ "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
427
+ "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
428
+ "name": "one_time_retrofit_cost_ip",
429
+ "value": 0.0,
430
+ "value_type": "double",
431
+ "uuid": "ca44b810-ef93-0131-af42-14109fdf0b37",
432
+ "version_uuid": "ca44d1e0-ef93-0131-af43-14109fdf0b37"
433
+ },
434
+ {
435
+ "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
436
+ "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
437
+ "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
438
+ "name": "years_until_retrofit_cost",
439
+ "value": 0,
440
+ "value_type": "integer",
441
+ "uuid": "ca44f2e0-ef93-0131-af44-14109fdf0b37",
442
+ "version_uuid": "ca451260-ef93-0131-af45-14109fdf0b37"
443
+ }
444
+ ],
445
+ "bcl_measure_directory": "./measures/example_measure_auto_directory_name",
446
+ "bcl_measure_class_name": "ExampleMeasureAutoDirectoryName",
447
+ "bcl_measure_uuid": "ca434fa0-ef93-0131-af36-14109fdf0b37",
448
+ "bcl_measure_version_uuid": "ca436a40-ef93-0131-af37-14109fdf0b37",
449
+ "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
450
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
451
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
452
+ "measure_definition_uuid": "ca438860-ef93-0131-af38-14109fdf0b37",
453
+ "measure_definition_version_uuid": "ca43a2c0-ef93-0131-af39-14109fdf0b37",
454
+ "measure_type": "RubyMeasure",
455
+ "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
456
+ "variables": [
457
+ {
458
+ "argument": {
459
+ "display_name": "Wall R Value",
460
+ "display_name_short": "Wall R Value",
461
+ "machine_name": "wall_r_value",
462
+ "name": "r_value",
463
+ "required": false,
464
+ "uuid": "ca43ffc0-ef93-0131-af3c-14109fdf0b37",
465
+ "version_uuid": "ca441a10-ef93-0131-af3d-14109fdf0b37"
466
+ },
467
+ "display_name": "Wall R Value",
468
+ "display_name_short": "Wall R Value",
469
+ "machine_name": "wall_r_value",
470
+ "maximum": 5.0,
471
+ "minimum": 0.0,
472
+ "name": "wall_r_value",
473
+ "relation_to_output": "",
474
+ "static_value": 5.0,
475
+ "uncertainty_description": {
476
+ "attributes": [
477
+ {
478
+ "name": "lower_bounds",
479
+ "value": 0.0
480
+ },
481
+ {
482
+ "name": "upper_bounds",
483
+ "value": 5.0
484
+ },
485
+ {
486
+ "name": "stddev",
487
+ "value": 0.8333333333333334
488
+ },
489
+ {
490
+ "name": "delta_x",
491
+ "value": null
492
+ },
493
+ {
494
+ "name": "modes",
495
+ "value": 2.5
496
+ }
497
+ ],
498
+ "type": "triangle_uncertain"
499
+ },
500
+ "units": "",
501
+ "value_type": "double",
502
+ "variable": true,
503
+ "variable_type": "RubyContinuousVariable",
504
+ "uuid": "ca443490-ef93-0131-af3e-14109fdf0b37",
505
+ "version_uuid": "ca444e40-ef93-0131-af3f-14109fdf0b37"
506
+ }
507
+ ],
508
+ "workflow_index": 3,
509
+ "workflow_step_type": "Measure",
510
+ "uuid": "ca43bcc0-ef93-0131-af3a-14109fdf0b37",
511
+ "version_uuid": "ca43d7f0-ef93-0131-af3b-14109fdf0b37"
512
+ },
513
+ {
514
+ "arguments": [
515
+ {
516
+ "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
517
+ "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
518
+ "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
519
+ "name": "material_cost_increase_ip",
520
+ "value": 0.0,
521
+ "value_type": "double",
522
+ "uuid": "ca46a470-ef93-0131-af50-14109fdf0b37",
523
+ "version_uuid": "ca46c150-ef93-0131-af51-14109fdf0b37"
524
+ },
525
+ {
526
+ "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
527
+ "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
528
+ "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
529
+ "name": "one_time_retrofit_cost_ip",
530
+ "value": 0.0,
531
+ "value_type": "double",
532
+ "uuid": "ca46e060-ef93-0131-af52-14109fdf0b37",
533
+ "version_uuid": "ca46f950-ef93-0131-af53-14109fdf0b37"
534
+ },
535
+ {
536
+ "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
537
+ "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
538
+ "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
539
+ "name": "years_until_retrofit_cost",
540
+ "value": 0,
541
+ "value_type": "integer",
542
+ "uuid": "ca471a80-ef93-0131-af54-14109fdf0b37",
543
+ "version_uuid": "ca4745d0-ef93-0131-af55-14109fdf0b37"
544
+ }
545
+ ],
546
+ "bcl_measure_directory": "./measures/example_measure_auto_directory_name",
547
+ "bcl_measure_class_name": "ExampleMeasureAutoDirectoryName",
548
+ "bcl_measure_uuid": "ca454080-ef93-0131-af46-14109fdf0b37",
549
+ "bcl_measure_version_uuid": "ca4569b0-ef93-0131-af47-14109fdf0b37",
550
+ "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
551
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
552
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
553
+ "measure_definition_uuid": "ca458b90-ef93-0131-af48-14109fdf0b37",
554
+ "measure_definition_version_uuid": "ca45b170-ef93-0131-af49-14109fdf0b37",
555
+ "measure_type": "RubyMeasure",
556
+ "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
557
+ "variables": [
558
+ {
559
+ "argument": {
560
+ "display_name": "Roof R Value",
561
+ "display_name_short": "Roof R Value",
562
+ "machine_name": "roof_r_value",
563
+ "name": "r_value",
564
+ "required": false,
565
+ "uuid": "ca461be0-ef93-0131-af4c-14109fdf0b37",
566
+ "version_uuid": "ca463b50-ef93-0131-af4d-14109fdf0b37"
567
+ },
568
+ "display_name": "Roof R Value",
569
+ "display_name_short": "Roof R Value",
570
+ "machine_name": "roof_r_value",
571
+ "maximum": 5.0,
572
+ "minimum": 0.0,
573
+ "name": "roof_r_value",
574
+ "relation_to_output": "",
575
+ "static_value": 5.0,
576
+ "uncertainty_description": {
577
+ "attributes": [
578
+ {
579
+ "name": "lower_bounds",
580
+ "value": 0.0
581
+ },
582
+ {
583
+ "name": "upper_bounds",
584
+ "value": 5.0
585
+ },
586
+ {
587
+ "name": "stddev",
588
+ "value": 0.8333333333333334
589
+ },
590
+ {
591
+ "name": "delta_x",
592
+ "value": null
593
+ },
594
+ {
595
+ "name": "modes",
596
+ "value": 2.5
597
+ }
598
+ ],
599
+ "type": "triangle_uncertain"
600
+ },
601
+ "units": "",
602
+ "value_type": "double",
603
+ "variable": true,
604
+ "variable_type": "RubyContinuousVariable",
605
+ "uuid": "ca465ee0-ef93-0131-af4e-14109fdf0b37",
606
+ "version_uuid": "ca467b90-ef93-0131-af4f-14109fdf0b37"
607
+ }
608
+ ],
609
+ "workflow_index": 4,
610
+ "workflow_step_type": "Measure",
611
+ "uuid": "ca45cf30-ef93-0131-af4a-14109fdf0b37",
612
+ "version_uuid": "ca45ee00-ef93-0131-af4b-14109fdf0b37"
613
+ },
614
+ {
615
+ "arguments": [
616
+ {
617
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
618
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
619
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
620
+ "name": "space_type",
621
+ "value": "*Entire Building*",
622
+ "value_type": "choice",
623
+ "uuid": "ca4843c0-ef93-0131-af5c-14109fdf0b37",
624
+ "version_uuid": "ca485e10-ef93-0131-af5d-14109fdf0b37"
625
+ }
626
+ ],
627
+ "bcl_measure_directory": "./measures/example_measure_auto_directory_name",
628
+ "bcl_measure_class_name": "ExampleMeasureAutoDirectoryName",
629
+ "bcl_measure_uuid": "ca4774c0-ef93-0131-af56-14109fdf0b37",
630
+ "bcl_measure_version_uuid": "ca4790d0-ef93-0131-af57-14109fdf0b37",
631
+ "display_name": "Reduce Ventilation By Percentage",
632
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
633
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
634
+ "measure_definition_uuid": "ca47ba20-ef93-0131-af58-14109fdf0b37",
635
+ "measure_definition_version_uuid": "ca47dc80-ef93-0131-af59-14109fdf0b37",
636
+ "measure_type": "RubyMeasure",
637
+ "name": "reduce_ventilation_by_percentage",
638
+ "variables": [
639
+ {
640
+ "argument": {
641
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
642
+ "display_name_short": "Design Specification Outdoor Air Reduction (%).",
643
+ "machine_name": "design_specification_outdoor_air_reduction_(%).",
644
+ "name": "design_spec_outdoor_air_reduction_percent",
645
+ "required": false,
646
+ "uuid": "ca488750-ef93-0131-af5e-14109fdf0b37",
647
+ "version_uuid": "ca48a2e0-ef93-0131-af5f-14109fdf0b37"
648
+ },
649
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
650
+ "display_name_short": "Design Specification Outdoor Air Reduction (%).",
651
+ "machine_name": "design_specification_outdoor_air_reduction_(%).",
652
+ "maximum": 90.0,
653
+ "minimum": 0.0,
654
+ "name": "design_specification_outdoor_air_reduction_(%).",
655
+ "relation_to_output": "",
656
+ "static_value": 0.0,
657
+ "uncertainty_description": {
658
+ "attributes": [
659
+ {
660
+ "name": "lower_bounds",
661
+ "value": 0.0
662
+ },
663
+ {
664
+ "name": "upper_bounds",
665
+ "value": 90.0
666
+ },
667
+ {
668
+ "name": "stddev",
669
+ "value": 15.0
670
+ },
671
+ {
672
+ "name": "delta_x",
673
+ "value": null
674
+ },
675
+ {
676
+ "name": "modes",
677
+ "value": 20.0
678
+ }
679
+ ],
680
+ "type": "triangle_uncertain"
681
+ },
682
+ "units": "",
683
+ "value_type": "double",
684
+ "variable": true,
685
+ "variable_type": "RubyContinuousVariable",
686
+ "uuid": "ca48be00-ef93-0131-af60-14109fdf0b37",
687
+ "version_uuid": "ca48e8d0-ef93-0131-af61-14109fdf0b37"
688
+ }
689
+ ],
690
+ "workflow_index": 5,
691
+ "workflow_step_type": "Measure",
692
+ "uuid": "ca480180-ef93-0131-af5a-14109fdf0b37",
693
+ "version_uuid": "ca481f00-ef93-0131-af5b-14109fdf0b37"
694
+ }
695
+ ],
696
+ "analysis_type": "lhs"
697
+ },
698
+ "seed": {
699
+ "file_type": "OSM",
700
+ "path": "./seed/small_seed.osm"
701
+ },
702
+ "weather_file": {
703
+ "file_type": "EPW",
704
+ "path": "./weather/partial_weather.epw"
705
+ }
706
+ }
707
+ }