openstudio-analysis 0.1.13 → 0.1.14
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/openstudio/analysis/translator/excel.rb +138 -61
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +15 -3
- data/lib/openstudio/templates/pivot_variable.json.erb +0 -1
- data/lib/openstudio/templates/static_variable.json.erb +0 -2
- data/lib/openstudio/templates/uncertain_variable.json.erb +4 -1
- data/spec/files/discrete_dynamic_columns.xlsx +0 -0
- data/spec/files/discrete_variables.xlsx +0 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.json +445 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
- data/spec/files/export/analysis/discrete_seed.json +156 -126
- data/spec/files/export/analysis/discrete_seed.zip +0 -0
- data/spec/files/export/analysis/output_vars.json +150 -121
- data/spec/files/export/analysis/output_vars.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +138 -117
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/files/no_variables.xlsx +0 -0
- data/spec/openstudio/analysis/translator/excel_spec.rb +66 -47
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.51.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.52.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.53.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.54.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.55.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.56.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.57.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.58.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.59.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.60.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.61.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.51.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.52.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.53.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.54.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.55.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.56.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.57.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.58.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.59.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.60.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.61.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.51.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.52.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.53.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.54.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.55.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.56.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.57.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.58.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.59.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.60.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.61.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.10.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.11.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.12.xml +106 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.13.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.14.xml +56 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.15.xml +64 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.16.xml +48 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.17.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.18.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.19.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.9.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.0.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.1.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.2.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.3.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.51.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.52.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.53.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.54.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.55.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.56.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.57.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.58.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.59.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.60.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.61.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.19.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.20.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.21.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.22.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.23.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.24.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.25.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.26.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.27.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.23.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.24.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.25.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.26.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.27.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.28.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.29.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.30.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.31.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.32.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.33.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.10.xml +93 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.11.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.12.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.13.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.3.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.4.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.5.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.6.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.7.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.8.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.9.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.0.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.1.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.10.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.2.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.3.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.4.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.5.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.6.xml +26 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.7.xml +50 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.8.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.9.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.51.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.52.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.53.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.54.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.55.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.56.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.57.xml +12 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.58.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.59.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.60.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.61.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.51.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.52.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.53.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.54.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.55.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.56.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.57.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.58.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.59.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.60.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.61.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.51.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.52.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.53.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.54.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.55.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.56.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.57.xml +30 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.58.xml +52 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.59.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.60.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.61.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.51.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.52.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.53.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.54.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.55.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.56.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.57.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.58.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.59.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.60.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.61.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.0.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.1.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.10.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.2.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.3.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.4.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.5.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.6.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.7.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.8.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.9.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.51.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.52.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.53.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.54.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.55.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.56.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.57.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.58.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.59.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.60.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.61.xml +7 -0
- metadata +348 -2
|
Binary file
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
"units": "MJ/m2",
|
|
10
10
|
"objective_function": true,
|
|
11
11
|
"objective_function_index": 0,
|
|
12
|
-
"objective_function_target": 462.1635
|
|
12
|
+
"objective_function_target": 462.1635,
|
|
13
|
+
"scaling_factor": null,
|
|
14
|
+
"objective_function_group": 1
|
|
13
15
|
},
|
|
14
16
|
{
|
|
15
17
|
"display_name": "Cooling Electricity",
|
|
@@ -17,7 +19,9 @@
|
|
|
17
19
|
"units": "MJ/m3",
|
|
18
20
|
"objective_function": true,
|
|
19
21
|
"objective_function_index": 1,
|
|
20
|
-
"objective_function_target": 84.16202
|
|
22
|
+
"objective_function_target": 84.16202,
|
|
23
|
+
"scaling_factor": null,
|
|
24
|
+
"objective_function_group": 2
|
|
21
25
|
},
|
|
22
26
|
{
|
|
23
27
|
"display_name": "Interior Equipment Electricity",
|
|
@@ -25,7 +29,9 @@
|
|
|
25
29
|
"units": "MJ/m4",
|
|
26
30
|
"objective_function": true,
|
|
27
31
|
"objective_function_index": 2,
|
|
28
|
-
"objective_function_target": 121.9985
|
|
32
|
+
"objective_function_target": 121.9985,
|
|
33
|
+
"scaling_factor": null,
|
|
34
|
+
"objective_function_group": 3
|
|
29
35
|
},
|
|
30
36
|
{
|
|
31
37
|
"display_name": "Fans Electricity",
|
|
@@ -33,7 +39,9 @@
|
|
|
33
39
|
"units": "MJ/m5",
|
|
34
40
|
"objective_function": true,
|
|
35
41
|
"objective_function_index": 3,
|
|
36
|
-
"objective_function_target": 87.92142
|
|
42
|
+
"objective_function_target": 87.92142,
|
|
43
|
+
"scaling_factor": null,
|
|
44
|
+
"objective_function_group": 4
|
|
37
45
|
}
|
|
38
46
|
],
|
|
39
47
|
"problem": {
|
|
@@ -57,72 +65,72 @@
|
|
|
57
65
|
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
58
66
|
"name": "space_type",
|
|
59
67
|
"value": "*Entire Building*",
|
|
60
|
-
"value_type": "
|
|
61
|
-
"uuid": "
|
|
62
|
-
"version_uuid": "
|
|
68
|
+
"value_type": "choice",
|
|
69
|
+
"uuid": "d9f35140-a647-0131-d30c-2820663576f4",
|
|
70
|
+
"version_uuid": "d9f35710-a647-0131-d30d-2820663576f4"
|
|
63
71
|
},
|
|
64
72
|
{
|
|
65
73
|
"display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
|
66
74
|
"machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
|
|
67
75
|
"name": "material_and_installation_cost",
|
|
68
76
|
"value": 0.0,
|
|
69
|
-
"value_type": "
|
|
70
|
-
"uuid": "
|
|
71
|
-
"version_uuid": "
|
|
77
|
+
"value_type": "double",
|
|
78
|
+
"uuid": "d9f37810-a647-0131-d30f-2820663576f4",
|
|
79
|
+
"version_uuid": "d9f37d90-a647-0131-d310-2820663576f4"
|
|
72
80
|
},
|
|
73
81
|
{
|
|
74
82
|
"display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
|
75
83
|
"machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
|
|
76
84
|
"name": "demolition_cost",
|
|
77
85
|
"value": 0.0,
|
|
78
|
-
"value_type": "
|
|
79
|
-
"uuid": "
|
|
80
|
-
"version_uuid": "
|
|
86
|
+
"value_type": "double",
|
|
87
|
+
"uuid": "d9f388a0-a647-0131-d311-2820663576f4",
|
|
88
|
+
"version_uuid": "d9f38e50-a647-0131-d312-2820663576f4"
|
|
81
89
|
},
|
|
82
90
|
{
|
|
83
91
|
"display_name": "Years Until Costs Start (whole years).",
|
|
84
92
|
"machine_name": "years_until_costs_start_(whole_years).",
|
|
85
93
|
"name": "years_until_costs_start",
|
|
86
94
|
"value": 0,
|
|
87
|
-
"value_type": "
|
|
88
|
-
"uuid": "
|
|
89
|
-
"version_uuid": "
|
|
95
|
+
"value_type": "integer",
|
|
96
|
+
"uuid": "d9f39760-a647-0131-d313-2820663576f4",
|
|
97
|
+
"version_uuid": "d9f39f20-a647-0131-d314-2820663576f4"
|
|
90
98
|
},
|
|
91
99
|
{
|
|
92
100
|
"display_name": "Demolition Costs Occur During Initial Construction?",
|
|
93
101
|
"machine_name": "demolition_costs_occur_during_initial_construction?",
|
|
94
102
|
"name": "demo_cost_initial_const",
|
|
95
103
|
"value": true,
|
|
96
|
-
"value_type": "
|
|
97
|
-
"uuid": "
|
|
98
|
-
"version_uuid": "
|
|
104
|
+
"value_type": "bool",
|
|
105
|
+
"uuid": "d9f3b590-a647-0131-d315-2820663576f4",
|
|
106
|
+
"version_uuid": "d9f3beb0-a647-0131-d316-2820663576f4"
|
|
99
107
|
},
|
|
100
108
|
{
|
|
101
109
|
"display_name": "Expected Life (whole years).",
|
|
102
110
|
"machine_name": "expected_life_(whole_years).",
|
|
103
111
|
"name": "expected_life",
|
|
104
112
|
"value": 15,
|
|
105
|
-
"value_type": "
|
|
106
|
-
"uuid": "
|
|
107
|
-
"version_uuid": "
|
|
113
|
+
"value_type": "integer",
|
|
114
|
+
"uuid": "d9f3cea0-a647-0131-d317-2820663576f4",
|
|
115
|
+
"version_uuid": "d9f3da60-a647-0131-d318-2820663576f4"
|
|
108
116
|
},
|
|
109
117
|
{
|
|
110
118
|
"display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
|
|
111
119
|
"machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
|
|
112
120
|
"name": "om_cost",
|
|
113
121
|
"value": 0.0,
|
|
114
|
-
"value_type": "
|
|
115
|
-
"uuid": "
|
|
116
|
-
"version_uuid": "
|
|
122
|
+
"value_type": "double",
|
|
123
|
+
"uuid": "d9f3e7b0-a647-0131-d319-2820663576f4",
|
|
124
|
+
"version_uuid": "d9f3f060-a647-0131-d31a-2820663576f4"
|
|
117
125
|
},
|
|
118
126
|
{
|
|
119
127
|
"display_name": "O & M Frequency (whole years).",
|
|
120
128
|
"machine_name": "o_&_m_frequency_(whole_years).",
|
|
121
129
|
"name": "om_frequency",
|
|
122
130
|
"value": 1,
|
|
123
|
-
"value_type": "
|
|
124
|
-
"uuid": "
|
|
125
|
-
"version_uuid": "
|
|
131
|
+
"value_type": "integer",
|
|
132
|
+
"uuid": "d9f3fde0-a647-0131-d31b-2820663576f4",
|
|
133
|
+
"version_uuid": "d9f404e0-a647-0131-d31c-2820663576f4"
|
|
126
134
|
}
|
|
127
135
|
],
|
|
128
136
|
"bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
|
|
@@ -130,21 +138,21 @@
|
|
|
130
138
|
"bcl_measure_class_name_ADDME": "ReduceLightingLoadsByPercentage",
|
|
131
139
|
"measure_definition_class_name_CHANGE_TO_ME": "ReduceLightingLoadsByPercentage",
|
|
132
140
|
"measure_definition_class_name": "ReduceLightingLoadsByPercentage",
|
|
133
|
-
"bcl_measure_uuid": "
|
|
134
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
135
|
-
"bcl_measure_version_uuid": "
|
|
136
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
141
|
+
"bcl_measure_uuid": "d9f32040-a647-0131-d306-2820663576f4",
|
|
142
|
+
"measure_definition_uuid_CHANGE_TO_ME": "d9f32750-a647-0131-d307-2820663576f4",
|
|
143
|
+
"bcl_measure_version_uuid": "d9f32c70-a647-0131-d308-2820663576f4",
|
|
144
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "d9f33190-a647-0131-d309-2820663576f4",
|
|
137
145
|
"measure_type": "RubyMeasure",
|
|
138
146
|
"name": "reduce_lighting_loads_by_percentage",
|
|
139
147
|
"display_name": "Reduce Lighting Loads by Percentage",
|
|
140
|
-
"uuid": "
|
|
148
|
+
"uuid": "d9f341f0-a647-0131-d30a-2820663576f4",
|
|
141
149
|
"variables": [
|
|
142
150
|
{
|
|
143
151
|
"argument": {
|
|
144
152
|
"display_name": "Lighting Power Reduction",
|
|
145
153
|
"machine_name": "lighting_power_reduction",
|
|
146
154
|
"name": "lighting_power_reduction_percent",
|
|
147
|
-
"uuid": "
|
|
155
|
+
"uuid": "d9f36340-a647-0131-d30e-2820663576f4",
|
|
148
156
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
149
157
|
},
|
|
150
158
|
"display_name": "Lighting Power Reduction",
|
|
@@ -153,9 +161,8 @@
|
|
|
153
161
|
"minimum": 0.0,
|
|
154
162
|
"maximum": 50.0,
|
|
155
163
|
"units": "",
|
|
156
|
-
"value_type": "
|
|
164
|
+
"value_type": "double",
|
|
157
165
|
"variable": true,
|
|
158
|
-
"variable_ADDME": true,
|
|
159
166
|
"relation_to_output": "",
|
|
160
167
|
"uncertainty_description": {
|
|
161
168
|
"attributes": [
|
|
@@ -174,6 +181,10 @@
|
|
|
174
181
|
{
|
|
175
182
|
"name": "stddev",
|
|
176
183
|
"value": 8.333333333333334
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "delta_x",
|
|
187
|
+
"value": null
|
|
177
188
|
}
|
|
178
189
|
],
|
|
179
190
|
"type": "triangle_uncertain"
|
|
@@ -183,7 +194,7 @@
|
|
|
183
194
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
184
195
|
}
|
|
185
196
|
],
|
|
186
|
-
"version_uuid": "
|
|
197
|
+
"version_uuid": "d9f34710-a647-0131-d30b-2820663576f4",
|
|
187
198
|
"workflow_index": 0,
|
|
188
199
|
"workflow_step_type": "Measure"
|
|
189
200
|
},
|
|
@@ -194,36 +205,36 @@
|
|
|
194
205
|
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
195
206
|
"name": "space_type",
|
|
196
207
|
"value": "*Entire Building*",
|
|
197
|
-
"value_type": "
|
|
198
|
-
"uuid": "
|
|
199
|
-
"version_uuid": "
|
|
208
|
+
"value_type": "choice",
|
|
209
|
+
"uuid": "d9f44130-a647-0131-d323-2820663576f4",
|
|
210
|
+
"version_uuid": "d9f447c0-a647-0131-d324-2820663576f4"
|
|
200
211
|
},
|
|
201
212
|
{
|
|
202
213
|
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
|
203
214
|
"machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
|
|
204
215
|
"name": "material_and_installation_cost",
|
|
205
216
|
"value": 0.0,
|
|
206
|
-
"value_type": "
|
|
207
|
-
"uuid": "
|
|
208
|
-
"version_uuid": "
|
|
217
|
+
"value_type": "double",
|
|
218
|
+
"uuid": "d9f46400-a647-0131-d326-2820663576f4",
|
|
219
|
+
"version_uuid": "d9f46a70-a647-0131-d327-2820663576f4"
|
|
209
220
|
},
|
|
210
221
|
{
|
|
211
222
|
"display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
|
212
223
|
"machine_name": "o_&_m_costs_for_construction_per_affected_floor_area_($/ft^2).",
|
|
213
224
|
"name": "om_cost",
|
|
214
225
|
"value": 0.0,
|
|
215
|
-
"value_type": "
|
|
216
|
-
"uuid": "
|
|
217
|
-
"version_uuid": "
|
|
226
|
+
"value_type": "double",
|
|
227
|
+
"uuid": "d9f47290-a647-0131-d328-2820663576f4",
|
|
228
|
+
"version_uuid": "d9f477a0-a647-0131-d329-2820663576f4"
|
|
218
229
|
},
|
|
219
230
|
{
|
|
220
231
|
"display_name": "O & M Frequency (whole years).",
|
|
221
232
|
"machine_name": "o_&_m_frequency_(whole_years).",
|
|
222
233
|
"name": "om_frequency",
|
|
223
234
|
"value": 1,
|
|
224
|
-
"value_type": "
|
|
225
|
-
"uuid": "
|
|
226
|
-
"version_uuid": "
|
|
235
|
+
"value_type": "integer",
|
|
236
|
+
"uuid": "d9f49590-a647-0131-d32a-2820663576f4",
|
|
237
|
+
"version_uuid": "d9f49ce0-a647-0131-d32b-2820663576f4"
|
|
227
238
|
}
|
|
228
239
|
],
|
|
229
240
|
"bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
|
|
@@ -231,21 +242,21 @@
|
|
|
231
242
|
"bcl_measure_class_name_ADDME": "ReduceSpaceInfiltrationByPercentage",
|
|
232
243
|
"measure_definition_class_name_CHANGE_TO_ME": "ReduceSpaceInfiltrationByPercentage",
|
|
233
244
|
"measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
|
|
234
|
-
"bcl_measure_uuid": "
|
|
235
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
236
|
-
"bcl_measure_version_uuid": "
|
|
237
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
245
|
+
"bcl_measure_uuid": "d9f41790-a647-0131-d31d-2820663576f4",
|
|
246
|
+
"measure_definition_uuid_CHANGE_TO_ME": "d9f41ea0-a647-0131-d31e-2820663576f4",
|
|
247
|
+
"bcl_measure_version_uuid": "d9f42590-a647-0131-d31f-2820663576f4",
|
|
248
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "d9f42c30-a647-0131-d320-2820663576f4",
|
|
238
249
|
"measure_type": "RubyMeasure",
|
|
239
250
|
"name": "reducespaceinfiltrationbypercentage",
|
|
240
251
|
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
|
241
|
-
"uuid": "
|
|
252
|
+
"uuid": "d9f432d0-a647-0131-d321-2820663576f4",
|
|
242
253
|
"variables": [
|
|
243
254
|
{
|
|
244
255
|
"argument": {
|
|
245
256
|
"display_name": "Space Infiltration Power Reduction",
|
|
246
257
|
"machine_name": "space_infiltration_power_reduction",
|
|
247
258
|
"name": "space_infiltration_reduction_percent",
|
|
248
|
-
"uuid": "
|
|
259
|
+
"uuid": "d9f45430-a647-0131-d325-2820663576f4",
|
|
249
260
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
250
261
|
},
|
|
251
262
|
"display_name": "Space Infiltration Power Reduction",
|
|
@@ -254,9 +265,8 @@
|
|
|
254
265
|
"minimum": 0.0,
|
|
255
266
|
"maximum": 30.0,
|
|
256
267
|
"units": "",
|
|
257
|
-
"value_type": "
|
|
268
|
+
"value_type": "double",
|
|
258
269
|
"variable": true,
|
|
259
|
-
"variable_ADDME": true,
|
|
260
270
|
"relation_to_output": "",
|
|
261
271
|
"uncertainty_description": {
|
|
262
272
|
"attributes": [
|
|
@@ -275,6 +285,10 @@
|
|
|
275
285
|
{
|
|
276
286
|
"name": "stddev",
|
|
277
287
|
"value": 5.0
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "delta_x",
|
|
291
|
+
"value": null
|
|
278
292
|
}
|
|
279
293
|
],
|
|
280
294
|
"type": "uniform_uncertain"
|
|
@@ -284,7 +298,7 @@
|
|
|
284
298
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
285
299
|
}
|
|
286
300
|
],
|
|
287
|
-
"version_uuid": "
|
|
301
|
+
"version_uuid": "d9f43800-a647-0131-d322-2820663576f4",
|
|
288
302
|
"workflow_index": 1,
|
|
289
303
|
"workflow_step_type": "Measure"
|
|
290
304
|
},
|
|
@@ -295,9 +309,9 @@
|
|
|
295
309
|
"machine_name": "alter_design_day_thermostats?",
|
|
296
310
|
"name": "alter_design_days",
|
|
297
311
|
"value": false,
|
|
298
|
-
"value_type": "
|
|
299
|
-
"uuid": "
|
|
300
|
-
"version_uuid": "
|
|
312
|
+
"value_type": "bool",
|
|
313
|
+
"uuid": "d9f4f210-a647-0131-d334-2820663576f4",
|
|
314
|
+
"version_uuid": "d9f4fa80-a647-0131-d335-2820663576f4"
|
|
301
315
|
}
|
|
302
316
|
],
|
|
303
317
|
"bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
|
@@ -305,21 +319,21 @@
|
|
|
305
319
|
"bcl_measure_class_name_ADDME": "AdjustTheromstatSetpointsByDegrees",
|
|
306
320
|
"measure_definition_class_name_CHANGE_TO_ME": "AdjustTheromstatSetpointsByDegrees",
|
|
307
321
|
"measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
|
|
308
|
-
"bcl_measure_uuid": "
|
|
309
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
310
|
-
"bcl_measure_version_uuid": "
|
|
311
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
322
|
+
"bcl_measure_uuid": "d9f4a9b0-a647-0131-d32c-2820663576f4",
|
|
323
|
+
"measure_definition_uuid_CHANGE_TO_ME": "d9f4b000-a647-0131-d32d-2820663576f4",
|
|
324
|
+
"bcl_measure_version_uuid": "d9f4b6d0-a647-0131-d32e-2820663576f4",
|
|
325
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "d9f4beb0-a647-0131-d32f-2820663576f4",
|
|
312
326
|
"measure_type": "RubyMeasure",
|
|
313
327
|
"name": "adjust_thermostat_setpoints_by_degrees",
|
|
314
328
|
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
|
315
|
-
"uuid": "
|
|
329
|
+
"uuid": "d9f4c560-a647-0131-d330-2820663576f4",
|
|
316
330
|
"variables": [
|
|
317
331
|
{
|
|
318
332
|
"argument": {
|
|
319
333
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
|
320
334
|
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
|
321
335
|
"name": "cooling_adjustment",
|
|
322
|
-
"uuid": "
|
|
336
|
+
"uuid": "d9f4daf0-a647-0131-d332-2820663576f4",
|
|
323
337
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
324
338
|
},
|
|
325
339
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
|
@@ -328,9 +342,8 @@
|
|
|
328
342
|
"minimum": -4.0,
|
|
329
343
|
"maximum": 4.0,
|
|
330
344
|
"units": "",
|
|
331
|
-
"value_type": "
|
|
345
|
+
"value_type": "double",
|
|
332
346
|
"variable": true,
|
|
333
|
-
"variable_ADDME": true,
|
|
334
347
|
"relation_to_output": "",
|
|
335
348
|
"uncertainty_description": {
|
|
336
349
|
"attributes": [
|
|
@@ -349,6 +362,10 @@
|
|
|
349
362
|
{
|
|
350
363
|
"name": "stddev",
|
|
351
364
|
"value": 1.3333333333333333
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "delta_x",
|
|
368
|
+
"value": null
|
|
352
369
|
}
|
|
353
370
|
],
|
|
354
371
|
"type": "uniform_uncertain"
|
|
@@ -362,7 +379,7 @@
|
|
|
362
379
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
|
363
380
|
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
|
364
381
|
"name": "heating_adjustment",
|
|
365
|
-
"uuid": "
|
|
382
|
+
"uuid": "d9f4e870-a647-0131-d333-2820663576f4",
|
|
366
383
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
367
384
|
},
|
|
368
385
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
|
@@ -371,9 +388,8 @@
|
|
|
371
388
|
"minimum": -4.0,
|
|
372
389
|
"maximum": 4.0,
|
|
373
390
|
"units": "",
|
|
374
|
-
"value_type": "
|
|
391
|
+
"value_type": "double",
|
|
375
392
|
"variable": true,
|
|
376
|
-
"variable_ADDME": true,
|
|
377
393
|
"relation_to_output": "",
|
|
378
394
|
"uncertainty_description": {
|
|
379
395
|
"attributes": [
|
|
@@ -392,6 +408,10 @@
|
|
|
392
408
|
{
|
|
393
409
|
"name": "stddev",
|
|
394
410
|
"value": 1.3333333333333333
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "delta_x",
|
|
414
|
+
"value": null
|
|
395
415
|
}
|
|
396
416
|
],
|
|
397
417
|
"type": "uniform_uncertain"
|
|
@@ -401,7 +421,7 @@
|
|
|
401
421
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
402
422
|
}
|
|
403
423
|
],
|
|
404
|
-
"version_uuid": "
|
|
424
|
+
"version_uuid": "d9f4ce10-a647-0131-d331-2820663576f4",
|
|
405
425
|
"workflow_index": 2,
|
|
406
426
|
"workflow_step_type": "Measure"
|
|
407
427
|
},
|
|
@@ -412,27 +432,27 @@
|
|
|
412
432
|
"machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
|
|
413
433
|
"name": "material_cost_increase_ip",
|
|
414
434
|
"value": 0.0,
|
|
415
|
-
"value_type": "
|
|
416
|
-
"uuid": "
|
|
417
|
-
"version_uuid": "
|
|
435
|
+
"value_type": "double",
|
|
436
|
+
"uuid": "d9f550e0-a647-0131-d33d-2820663576f4",
|
|
437
|
+
"version_uuid": "d9f557a0-a647-0131-d33e-2820663576f4"
|
|
418
438
|
},
|
|
419
439
|
{
|
|
420
440
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
|
421
441
|
"machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
|
|
422
442
|
"name": "one_time_retrofit_cost_ip",
|
|
423
443
|
"value": 0.0,
|
|
424
|
-
"value_type": "
|
|
425
|
-
"uuid": "
|
|
426
|
-
"version_uuid": "
|
|
444
|
+
"value_type": "double",
|
|
445
|
+
"uuid": "d9f560b0-a647-0131-d33f-2820663576f4",
|
|
446
|
+
"version_uuid": "d9f56770-a647-0131-d340-2820663576f4"
|
|
427
447
|
},
|
|
428
448
|
{
|
|
429
449
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
|
430
450
|
"machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
|
|
431
451
|
"name": "years_until_retrofit_cost",
|
|
432
452
|
"value": 0,
|
|
433
|
-
"value_type": "
|
|
434
|
-
"uuid": "
|
|
435
|
-
"version_uuid": "
|
|
453
|
+
"value_type": "integer",
|
|
454
|
+
"uuid": "d9f57000-a647-0131-d341-2820663576f4",
|
|
455
|
+
"version_uuid": "d9f577a0-a647-0131-d342-2820663576f4"
|
|
436
456
|
}
|
|
437
457
|
],
|
|
438
458
|
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
|
@@ -440,21 +460,21 @@
|
|
|
440
460
|
"bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForExteriorWalls",
|
|
441
461
|
"measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForExteriorWalls",
|
|
442
462
|
"measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
|
443
|
-
"bcl_measure_uuid": "
|
|
444
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
445
|
-
"bcl_measure_version_uuid": "
|
|
446
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
463
|
+
"bcl_measure_uuid": "d9f50620-a647-0131-d336-2820663576f4",
|
|
464
|
+
"measure_definition_uuid_CHANGE_TO_ME": "d9f50ca0-a647-0131-d337-2820663576f4",
|
|
465
|
+
"bcl_measure_version_uuid": "d9f51380-a647-0131-d338-2820663576f4",
|
|
466
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "d9f51970-a647-0131-d339-2820663576f4",
|
|
447
467
|
"measure_type": "RubyMeasure",
|
|
448
468
|
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
|
449
469
|
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
|
450
|
-
"uuid": "
|
|
470
|
+
"uuid": "d9f51fb0-a647-0131-d33a-2820663576f4",
|
|
451
471
|
"variables": [
|
|
452
472
|
{
|
|
453
473
|
"argument": {
|
|
454
474
|
"display_name": "Wall R Value",
|
|
455
475
|
"machine_name": "wall_r_value",
|
|
456
476
|
"name": "r_value",
|
|
457
|
-
"uuid": "
|
|
477
|
+
"uuid": "d9f53e60-a647-0131-d33c-2820663576f4",
|
|
458
478
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
459
479
|
},
|
|
460
480
|
"display_name": "Wall R Value",
|
|
@@ -463,9 +483,8 @@
|
|
|
463
483
|
"minimum": 0.0,
|
|
464
484
|
"maximum": 5.0,
|
|
465
485
|
"units": "",
|
|
466
|
-
"value_type": "
|
|
486
|
+
"value_type": "double",
|
|
467
487
|
"variable": true,
|
|
468
|
-
"variable_ADDME": true,
|
|
469
488
|
"relation_to_output": "",
|
|
470
489
|
"uncertainty_description": {
|
|
471
490
|
"attributes": [
|
|
@@ -484,6 +503,10 @@
|
|
|
484
503
|
{
|
|
485
504
|
"name": "stddev",
|
|
486
505
|
"value": 0.8333333333333334
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "delta_x",
|
|
509
|
+
"value": null
|
|
487
510
|
}
|
|
488
511
|
],
|
|
489
512
|
"type": "triangle_uncertain"
|
|
@@ -493,7 +516,7 @@
|
|
|
493
516
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
494
517
|
}
|
|
495
518
|
],
|
|
496
|
-
"version_uuid": "
|
|
519
|
+
"version_uuid": "d9f52870-a647-0131-d33b-2820663576f4",
|
|
497
520
|
"workflow_index": 3,
|
|
498
521
|
"workflow_step_type": "Measure"
|
|
499
522
|
},
|
|
@@ -504,27 +527,27 @@
|
|
|
504
527
|
"machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
|
|
505
528
|
"name": "material_cost_increase_ip",
|
|
506
529
|
"value": 0.0,
|
|
507
|
-
"value_type": "
|
|
508
|
-
"uuid": "
|
|
509
|
-
"version_uuid": "
|
|
530
|
+
"value_type": "double",
|
|
531
|
+
"uuid": "d9f5c230-a647-0131-d34a-2820663576f4",
|
|
532
|
+
"version_uuid": "d9f5c830-a647-0131-d34b-2820663576f4"
|
|
510
533
|
},
|
|
511
534
|
{
|
|
512
535
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
|
513
536
|
"machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
|
|
514
537
|
"name": "one_time_retrofit_cost_ip",
|
|
515
538
|
"value": 0.0,
|
|
516
|
-
"value_type": "
|
|
517
|
-
"uuid": "
|
|
518
|
-
"version_uuid": "
|
|
539
|
+
"value_type": "double",
|
|
540
|
+
"uuid": "d9f5d0c0-a647-0131-d34c-2820663576f4",
|
|
541
|
+
"version_uuid": "d9f5d990-a647-0131-d34d-2820663576f4"
|
|
519
542
|
},
|
|
520
543
|
{
|
|
521
544
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
|
522
545
|
"machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
|
|
523
546
|
"name": "years_until_retrofit_cost",
|
|
524
547
|
"value": 0,
|
|
525
|
-
"value_type": "
|
|
526
|
-
"uuid": "
|
|
527
|
-
"version_uuid": "
|
|
548
|
+
"value_type": "integer",
|
|
549
|
+
"uuid": "d9f5e740-a647-0131-d34e-2820663576f4",
|
|
550
|
+
"version_uuid": "d9f5ee40-a647-0131-d34f-2820663576f4"
|
|
528
551
|
}
|
|
529
552
|
],
|
|
530
553
|
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
|
|
@@ -532,21 +555,21 @@
|
|
|
532
555
|
"bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForRoofs",
|
|
533
556
|
"measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForRoofs",
|
|
534
557
|
"measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
|
|
535
|
-
"bcl_measure_uuid": "
|
|
536
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
537
|
-
"bcl_measure_version_uuid": "
|
|
538
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
558
|
+
"bcl_measure_uuid": "d9f58470-a647-0131-d343-2820663576f4",
|
|
559
|
+
"measure_definition_uuid_CHANGE_TO_ME": "d9f58e20-a647-0131-d344-2820663576f4",
|
|
560
|
+
"bcl_measure_version_uuid": "d9f59530-a647-0131-d345-2820663576f4",
|
|
561
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "d9f59d60-a647-0131-d346-2820663576f4",
|
|
539
562
|
"measure_type": "RubyMeasure",
|
|
540
563
|
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
|
541
564
|
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
|
542
|
-
"uuid": "
|
|
565
|
+
"uuid": "d9f5a3f0-a647-0131-d347-2820663576f4",
|
|
543
566
|
"variables": [
|
|
544
567
|
{
|
|
545
568
|
"argument": {
|
|
546
569
|
"display_name": "Roof R Value",
|
|
547
570
|
"machine_name": "roof_r_value",
|
|
548
571
|
"name": "r_value",
|
|
549
|
-
"uuid": "
|
|
572
|
+
"uuid": "d9f5b880-a647-0131-d349-2820663576f4",
|
|
550
573
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
551
574
|
},
|
|
552
575
|
"display_name": "Roof R Value",
|
|
@@ -555,9 +578,8 @@
|
|
|
555
578
|
"minimum": 0.0,
|
|
556
579
|
"maximum": 5.0,
|
|
557
580
|
"units": "",
|
|
558
|
-
"value_type": "
|
|
581
|
+
"value_type": "double",
|
|
559
582
|
"variable": true,
|
|
560
|
-
"variable_ADDME": true,
|
|
561
583
|
"relation_to_output": "",
|
|
562
584
|
"uncertainty_description": {
|
|
563
585
|
"attributes": [
|
|
@@ -576,6 +598,10 @@
|
|
|
576
598
|
{
|
|
577
599
|
"name": "stddev",
|
|
578
600
|
"value": 0.8333333333333334
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "delta_x",
|
|
604
|
+
"value": null
|
|
579
605
|
}
|
|
580
606
|
],
|
|
581
607
|
"type": "triangle_uncertain"
|
|
@@ -585,7 +611,7 @@
|
|
|
585
611
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
586
612
|
}
|
|
587
613
|
],
|
|
588
|
-
"version_uuid": "
|
|
614
|
+
"version_uuid": "d9f5aac0-a647-0131-d348-2820663576f4",
|
|
589
615
|
"workflow_index": 4,
|
|
590
616
|
"workflow_step_type": "Measure"
|
|
591
617
|
},
|
|
@@ -596,9 +622,9 @@
|
|
|
596
622
|
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
597
623
|
"name": "space_type",
|
|
598
624
|
"value": "*Entire Building*",
|
|
599
|
-
"value_type": "
|
|
600
|
-
"uuid": "
|
|
601
|
-
"version_uuid": "
|
|
625
|
+
"value_type": "choice",
|
|
626
|
+
"uuid": "d9f62930-a647-0131-d356-2820663576f4",
|
|
627
|
+
"version_uuid": "d9f63090-a647-0131-d357-2820663576f4"
|
|
602
628
|
}
|
|
603
629
|
],
|
|
604
630
|
"bcl_measure_directory": "./measures/reduce_ventilation_by_percentage",
|
|
@@ -606,21 +632,21 @@
|
|
|
606
632
|
"bcl_measure_class_name_ADDME": "ReduceVentilationByPercentage",
|
|
607
633
|
"measure_definition_class_name_CHANGE_TO_ME": "ReduceVentilationByPercentage",
|
|
608
634
|
"measure_definition_class_name": "ReduceVentilationByPercentage",
|
|
609
|
-
"bcl_measure_uuid": "
|
|
610
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
611
|
-
"bcl_measure_version_uuid": "
|
|
612
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
635
|
+
"bcl_measure_uuid": "d9f5fa90-a647-0131-d350-2820663576f4",
|
|
636
|
+
"measure_definition_uuid_CHANGE_TO_ME": "d9f600e0-a647-0131-d351-2820663576f4",
|
|
637
|
+
"bcl_measure_version_uuid": "d9f60880-a647-0131-d352-2820663576f4",
|
|
638
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "d9f60ed0-a647-0131-d353-2820663576f4",
|
|
613
639
|
"measure_type": "RubyMeasure",
|
|
614
640
|
"name": "reduce_ventilation_by_percentage",
|
|
615
641
|
"display_name": "Reduce Ventilation By Percentage",
|
|
616
|
-
"uuid": "
|
|
642
|
+
"uuid": "d9f614a0-a647-0131-d354-2820663576f4",
|
|
617
643
|
"variables": [
|
|
618
644
|
{
|
|
619
645
|
"argument": {
|
|
620
646
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
|
621
647
|
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
|
622
648
|
"name": "design_spec_outdoor_air_reduction_percent",
|
|
623
|
-
"uuid": "
|
|
649
|
+
"uuid": "d9f64110-a647-0131-d358-2820663576f4",
|
|
624
650
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
625
651
|
},
|
|
626
652
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
|
@@ -629,9 +655,8 @@
|
|
|
629
655
|
"minimum": 0.0,
|
|
630
656
|
"maximum": 90.0,
|
|
631
657
|
"units": "",
|
|
632
|
-
"value_type": "
|
|
658
|
+
"value_type": "double",
|
|
633
659
|
"variable": true,
|
|
634
|
-
"variable_ADDME": true,
|
|
635
660
|
"relation_to_output": "",
|
|
636
661
|
"uncertainty_description": {
|
|
637
662
|
"attributes": [
|
|
@@ -650,6 +675,10 @@
|
|
|
650
675
|
{
|
|
651
676
|
"name": "stddev",
|
|
652
677
|
"value": 15.0
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "delta_x",
|
|
681
|
+
"value": null
|
|
653
682
|
}
|
|
654
683
|
],
|
|
655
684
|
"type": "triangle_uncertain"
|
|
@@ -659,7 +688,7 @@
|
|
|
659
688
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
660
689
|
}
|
|
661
690
|
],
|
|
662
|
-
"version_uuid": "
|
|
691
|
+
"version_uuid": "d9f61d10-a647-0131-d355-2820663576f4",
|
|
663
692
|
"workflow_index": 5,
|
|
664
693
|
"workflow_step_type": "Measure"
|
|
665
694
|
}
|