openstudio-analysis 0.3.5 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/openstudio/analysis/translator/excel.rb +44 -14
- data/lib/openstudio/analysis/version.rb +1 -1
- data/spec/files/0_3_5_multiple_measure_paths.xlsx +0 -0
- data/spec/files/analysis/medium_office.json +88 -88
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/export/analysis/0_1_09_outputvars.json +644 -0
- data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
- data/spec/files/export/analysis/0_1_11_discrete_variables.json +663 -0
- data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
- data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +503 -0
- data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
- data/spec/files/export/analysis/0_2_0_template_simpletest.json +523 -0
- data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
- data/spec/files/export/analysis/0_3_0_outputs.json +1397 -0
- data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
- data/spec/files/export/analysis/aaef4bf0-2fc0-0132-c71b-14109fdf0b37.json +1397 -0
- data/spec/files/export/analysis/aaef4bf0-2fc0-0132-c71b-14109fdf0b37.zip +0 -0
- data/spec/files/export/analysis/ab594800-2fc0-0132-c722-14109fdf0b37.json +1423 -0
- data/spec/files/export/analysis/ab594800-2fc0-0132-c722-14109fdf0b37.zip +0 -0
- data/spec/files/export/analysis/abce96f0-2fc0-0132-c72d-14109fdf0b37.json +1443 -0
- data/spec/files/export/analysis/abce96f0-2fc0-0132-c72d-14109fdf0b37.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +594 -0
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/files/measures_second_path/measure_in_another_dir/measure.json +3 -0
- data/spec/files/measures_second_path/measure_in_another_dir/measure.rb +5 -0
- data/spec/files/measures_second_path/measure_in_another_dir/measure.xml +1 -0
- data/spec/openstudio/excel_spec.rb +21 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.3.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.3.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.3.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.4.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.5.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.6.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.7.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.8.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.9.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.3.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.4.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.5.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.6.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.7.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.8.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.9.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.3.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.4.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.5.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.6.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.7.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.8.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.9.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.10.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.4.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.5.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.6.xml +46 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.7.xml +46 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.8.xml +37 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.9.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.3.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.3.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.3.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.4.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.5.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.6.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.7.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.8.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.9.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.3.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.4.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.5.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.6.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.7.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.8.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.9.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.10.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.4.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.5.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.6.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.7.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.8.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.9.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.9.xml +9 -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 +13 -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-version-0-2-0-simple.3.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.4.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.5.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.6.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.7.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.8.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.9.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.3.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.4.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.5.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.6.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.7.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.8.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.9.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.3.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.4.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.5.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.6.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.7.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.8.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.9.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.3.xml +12 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.4.xml +12 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.5.xml +12 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.6.xml +12 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.7.xml +12 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.8.xml +12 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.9.xml +12 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.3.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.4.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.5.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.6.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.7.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.8.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.9.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.10.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.11.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.12.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.13.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.14.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.15.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.16.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.3.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.4.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.5.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.6.xml +24 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.7.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.8.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.9.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.10.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.4.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.5.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.6.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.7.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.8.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.9.xml +7 -0
- metadata +368 -2
@@ -0,0 +1,663 @@
|
|
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
|
+
"measure_definition_class_name": "ReduceLightingLoadsByPercentage",
|
21
|
+
"measure_definition_directory": "./measures/reduce_lighting_loads_by_percentage",
|
22
|
+
"measure_definition_display_name": "ReduceLightingLoadsByPercentage",
|
23
|
+
"measure_definition_uuid": "a8659ad0-2fc0-0132-c625-14109fdf0b37",
|
24
|
+
"measure_definition_version_uuid": "a865d7b0-2fc0-0132-c626-14109fdf0b37",
|
25
|
+
"measure_type": "RubyMeasure",
|
26
|
+
"arguments": [
|
27
|
+
{
|
28
|
+
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
29
|
+
"display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
30
|
+
"name": "space_type",
|
31
|
+
"value": "*Entire Building*",
|
32
|
+
"value_type": "choice"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
36
|
+
"display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
37
|
+
"name": "material_and_installation_cost",
|
38
|
+
"value": 0.0,
|
39
|
+
"value_type": "double"
|
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
|
+
"name": "demolition_cost",
|
45
|
+
"value": 0.0,
|
46
|
+
"value_type": "double"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"display_name": "Years Until Costs Start (whole years).",
|
50
|
+
"display_name_short": "Years Until Costs Start (whole years).",
|
51
|
+
"name": "years_until_costs_start",
|
52
|
+
"value": 0,
|
53
|
+
"value_type": "integer"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"display_name": "Demolition Costs Occur During Initial Construction?",
|
57
|
+
"display_name_short": "Demolition Costs Occur During Initial Construction?",
|
58
|
+
"name": "demo_cost_initial_const",
|
59
|
+
"value": true,
|
60
|
+
"value_type": "bool"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"display_name": "Expected Life (whole years).",
|
64
|
+
"display_name_short": "Expected Life (whole years).",
|
65
|
+
"name": "expected_life",
|
66
|
+
"value": 15,
|
67
|
+
"value_type": "integer"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
|
71
|
+
"display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
|
72
|
+
"name": "om_cost",
|
73
|
+
"value": 0.0,
|
74
|
+
"value_type": "double"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"display_name": "O & M Frequency (whole years).",
|
78
|
+
"display_name_short": "O & M Frequency (whole years).",
|
79
|
+
"name": "om_frequency",
|
80
|
+
"value": 1,
|
81
|
+
"value_type": "integer"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"display_name": "Reduce Lighting Loads by Percentage",
|
85
|
+
"name": "reduce_lighting_loads_by_percentage",
|
86
|
+
"variables": [
|
87
|
+
{
|
88
|
+
"argument": {
|
89
|
+
"display_name": "Lighting Power Reduction",
|
90
|
+
"display_name_short": "Lighting Power Reduction",
|
91
|
+
"name": "lighting_power_reduction_percent",
|
92
|
+
"value_type": "double"
|
93
|
+
},
|
94
|
+
"display_name": "Lighting Power Reduction",
|
95
|
+
"display_name_short": "Lighting Power Reduction",
|
96
|
+
"maximum": 10.0,
|
97
|
+
"minimum": 0.0,
|
98
|
+
"relation_to_output": "",
|
99
|
+
"static_value": 30.0,
|
100
|
+
"uncertainty_description": {
|
101
|
+
"attributes": [
|
102
|
+
{
|
103
|
+
"name": "discrete",
|
104
|
+
"values_and_weights": [
|
105
|
+
{
|
106
|
+
"value": 10,
|
107
|
+
"weight": 0.1
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"value": 20,
|
111
|
+
"weight": 0.4
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"value": 40,
|
115
|
+
"weight": 0.2
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"value": 60,
|
119
|
+
"weight": 0.3
|
120
|
+
}
|
121
|
+
]
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"name": "lower_bounds",
|
125
|
+
"value": 0.0
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"name": "upper_bounds",
|
129
|
+
"value": 10.0
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"name": "modes",
|
133
|
+
"value": 5.0
|
134
|
+
}
|
135
|
+
],
|
136
|
+
"type": "discrete_uncertain"
|
137
|
+
},
|
138
|
+
"units": "",
|
139
|
+
"value_type": "double",
|
140
|
+
"variable": true,
|
141
|
+
"variable_type": "RubyContinuousVariable",
|
142
|
+
"uuid": "a8660330-2fc0-0132-c629-14109fdf0b37",
|
143
|
+
"version_uuid": "a8660b60-2fc0-0132-c62a-14109fdf0b37"
|
144
|
+
}
|
145
|
+
],
|
146
|
+
"workflow_index": 0,
|
147
|
+
"workflow_step_type": "Measure",
|
148
|
+
"uuid": "a865df90-2fc0-0132-c627-14109fdf0b37",
|
149
|
+
"version_uuid": "a865e730-2fc0-0132-c628-14109fdf0b37"
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
|
153
|
+
"measure_definition_directory": "./measures/example_measure_auto_directory_name",
|
154
|
+
"measure_definition_display_name": "ExampleMeasureAutoDirectoryName",
|
155
|
+
"measure_definition_uuid": "a8662980-2fc0-0132-c62b-14109fdf0b37",
|
156
|
+
"measure_definition_version_uuid": "a86630a0-2fc0-0132-c62c-14109fdf0b37",
|
157
|
+
"measure_type": "RubyMeasure",
|
158
|
+
"arguments": [
|
159
|
+
{
|
160
|
+
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
161
|
+
"display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
162
|
+
"name": "space_type",
|
163
|
+
"value": "*Entire Building*",
|
164
|
+
"value_type": "choice"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
168
|
+
"display_name_short": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
169
|
+
"name": "material_and_installation_cost",
|
170
|
+
"value": 0.0,
|
171
|
+
"value_type": "double"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
175
|
+
"display_name_short": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
176
|
+
"name": "om_cost",
|
177
|
+
"value": 0.0,
|
178
|
+
"value_type": "double"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"display_name": "O & M Frequency (whole years).",
|
182
|
+
"display_name_short": "O & M Frequency (whole years).",
|
183
|
+
"name": "om_frequency",
|
184
|
+
"value": 1,
|
185
|
+
"value_type": "integer"
|
186
|
+
}
|
187
|
+
],
|
188
|
+
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
189
|
+
"name": "reducespaceinfiltrationbypercentage",
|
190
|
+
"variables": [
|
191
|
+
{
|
192
|
+
"argument": {
|
193
|
+
"display_name": "Space Infiltration Power Reduction",
|
194
|
+
"display_name_short": "Space Infiltration Power Reduction",
|
195
|
+
"name": "space_infiltration_reduction_percent",
|
196
|
+
"value_type": "double"
|
197
|
+
},
|
198
|
+
"display_name": "Space Infiltration Power Reduction",
|
199
|
+
"display_name_short": "Space Infiltration Power Reduction",
|
200
|
+
"maximum": 30.0,
|
201
|
+
"minimum": 0.0,
|
202
|
+
"relation_to_output": "",
|
203
|
+
"static_value": 30.0,
|
204
|
+
"uncertainty_description": {
|
205
|
+
"attributes": [
|
206
|
+
{
|
207
|
+
"name": "lower_bounds",
|
208
|
+
"value": 0.0
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"name": "upper_bounds",
|
212
|
+
"value": 30.0
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"name": "stddev",
|
216
|
+
"value": 5.0
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"name": "delta_x",
|
220
|
+
"value": null
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"name": "modes",
|
224
|
+
"value": 10.0
|
225
|
+
}
|
226
|
+
],
|
227
|
+
"type": "uniform_uncertain"
|
228
|
+
},
|
229
|
+
"units": "",
|
230
|
+
"value_type": "double",
|
231
|
+
"variable": true,
|
232
|
+
"variable_type": "RubyContinuousVariable",
|
233
|
+
"uuid": "a8665490-2fc0-0132-c62f-14109fdf0b37",
|
234
|
+
"version_uuid": "a8665af0-2fc0-0132-c630-14109fdf0b37"
|
235
|
+
}
|
236
|
+
],
|
237
|
+
"workflow_index": 1,
|
238
|
+
"workflow_step_type": "Measure",
|
239
|
+
"uuid": "a86637d0-2fc0-0132-c62d-14109fdf0b37",
|
240
|
+
"version_uuid": "a8663e90-2fc0-0132-c62e-14109fdf0b37"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
|
244
|
+
"measure_definition_directory": "./measures/example_measure_auto_directory_name",
|
245
|
+
"measure_definition_display_name": "ExampleMeasureAutoDirectoryName",
|
246
|
+
"measure_definition_uuid": "a8666db0-2fc0-0132-c631-14109fdf0b37",
|
247
|
+
"measure_definition_version_uuid": "a8667410-2fc0-0132-c632-14109fdf0b37",
|
248
|
+
"measure_type": "RubyMeasure",
|
249
|
+
"arguments": [
|
250
|
+
|
251
|
+
],
|
252
|
+
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
253
|
+
"name": "adjust_thermostat_setpoints_by_degrees",
|
254
|
+
"variables": [
|
255
|
+
{
|
256
|
+
"argument": {
|
257
|
+
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
258
|
+
"display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
259
|
+
"name": "cooling_adjustment",
|
260
|
+
"value_type": "double"
|
261
|
+
},
|
262
|
+
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
263
|
+
"display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
264
|
+
"maximum": 4.0,
|
265
|
+
"minimum": -4.0,
|
266
|
+
"relation_to_output": "",
|
267
|
+
"static_value": 1.0,
|
268
|
+
"uncertainty_description": {
|
269
|
+
"attributes": [
|
270
|
+
{
|
271
|
+
"name": "lower_bounds",
|
272
|
+
"value": -4.0
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"name": "upper_bounds",
|
276
|
+
"value": 4.0
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"name": "stddev",
|
280
|
+
"value": 1.3333333333333333
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"name": "delta_x",
|
284
|
+
"value": null
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"name": "modes",
|
288
|
+
"value": 0.0
|
289
|
+
}
|
290
|
+
],
|
291
|
+
"type": "uniform_uncertain"
|
292
|
+
},
|
293
|
+
"units": "",
|
294
|
+
"value_type": "double",
|
295
|
+
"variable": true,
|
296
|
+
"variable_type": "RubyContinuousVariable",
|
297
|
+
"uuid": "a8668c90-2fc0-0132-c635-14109fdf0b37",
|
298
|
+
"version_uuid": "a8669430-2fc0-0132-c636-14109fdf0b37"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"argument": {
|
302
|
+
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
303
|
+
"display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
304
|
+
"name": "heating_adjustment",
|
305
|
+
"value_type": "double"
|
306
|
+
},
|
307
|
+
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
308
|
+
"display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
309
|
+
"maximum": 4.0,
|
310
|
+
"minimum": -4.0,
|
311
|
+
"relation_to_output": "",
|
312
|
+
"static_value": -1.0,
|
313
|
+
"uncertainty_description": {
|
314
|
+
"attributes": [
|
315
|
+
{
|
316
|
+
"name": "lower_bounds",
|
317
|
+
"value": -4.0
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"name": "upper_bounds",
|
321
|
+
"value": 4.0
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"name": "stddev",
|
325
|
+
"value": 1.3333333333333333
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"name": "delta_x",
|
329
|
+
"value": null
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"name": "modes",
|
333
|
+
"value": 0.0
|
334
|
+
}
|
335
|
+
],
|
336
|
+
"type": "uniform_uncertain"
|
337
|
+
},
|
338
|
+
"units": "",
|
339
|
+
"value_type": "double",
|
340
|
+
"variable": true,
|
341
|
+
"variable_type": "RubyContinuousVariable",
|
342
|
+
"uuid": "a866a4d0-2fc0-0132-c637-14109fdf0b37",
|
343
|
+
"version_uuid": "a866aa90-2fc0-0132-c638-14109fdf0b37"
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"argument": {
|
347
|
+
"display_name": "Alter Design Day Thermostats?",
|
348
|
+
"display_name_short": "Alter Design Day Thermostats?",
|
349
|
+
"name": "alter_design_days",
|
350
|
+
"value_type": "bool"
|
351
|
+
},
|
352
|
+
"display_name": "Alter Design Day Thermostats?",
|
353
|
+
"display_name_short": "Alter Design Day Thermostats?",
|
354
|
+
"maximum": "true",
|
355
|
+
"minimum": "true",
|
356
|
+
"relation_to_output": "",
|
357
|
+
"static_value": "FALSE",
|
358
|
+
"uncertainty_description": {
|
359
|
+
"attributes": [
|
360
|
+
{
|
361
|
+
"name": "discrete",
|
362
|
+
"values_and_weights": [
|
363
|
+
{
|
364
|
+
"value": true,
|
365
|
+
"weight": 0.8
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"value": false,
|
369
|
+
"weight": 0.2
|
370
|
+
}
|
371
|
+
]
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"name": "lower_bounds",
|
375
|
+
"value": "true"
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"name": "upper_bounds",
|
379
|
+
"value": "true"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"name": "modes",
|
383
|
+
"value": "false"
|
384
|
+
}
|
385
|
+
],
|
386
|
+
"type": "discrete_uncertain"
|
387
|
+
},
|
388
|
+
"units": "",
|
389
|
+
"value_type": "bool",
|
390
|
+
"variable": true,
|
391
|
+
"variable_type": "RubyContinuousVariable",
|
392
|
+
"uuid": "a866be70-2fc0-0132-c639-14109fdf0b37",
|
393
|
+
"version_uuid": "a866c430-2fc0-0132-c63a-14109fdf0b37"
|
394
|
+
}
|
395
|
+
],
|
396
|
+
"workflow_index": 2,
|
397
|
+
"workflow_step_type": "Measure",
|
398
|
+
"uuid": "a86679b0-2fc0-0132-c633-14109fdf0b37",
|
399
|
+
"version_uuid": "a8667f00-2fc0-0132-c634-14109fdf0b37"
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
|
403
|
+
"measure_definition_directory": "./measures/example_measure_auto_directory_name",
|
404
|
+
"measure_definition_display_name": "ExampleMeasureAutoDirectoryName",
|
405
|
+
"measure_definition_uuid": "a866d030-2fc0-0132-c63b-14109fdf0b37",
|
406
|
+
"measure_definition_version_uuid": "a866d510-2fc0-0132-c63c-14109fdf0b37",
|
407
|
+
"measure_type": "RubyMeasure",
|
408
|
+
"arguments": [
|
409
|
+
{
|
410
|
+
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
411
|
+
"display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
412
|
+
"name": "material_cost_increase_ip",
|
413
|
+
"value": 0.0,
|
414
|
+
"value_type": "double"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
418
|
+
"display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
419
|
+
"name": "one_time_retrofit_cost_ip",
|
420
|
+
"value": 0.0,
|
421
|
+
"value_type": "double"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
425
|
+
"display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
|
426
|
+
"name": "years_until_retrofit_cost",
|
427
|
+
"value": 0,
|
428
|
+
"value_type": "integer"
|
429
|
+
}
|
430
|
+
],
|
431
|
+
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
432
|
+
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
433
|
+
"variables": [
|
434
|
+
{
|
435
|
+
"argument": {
|
436
|
+
"display_name": "Wall R Value",
|
437
|
+
"display_name_short": "Wall R Value",
|
438
|
+
"name": "r_value",
|
439
|
+
"value_type": "double"
|
440
|
+
},
|
441
|
+
"display_name": "Wall R Value",
|
442
|
+
"display_name_short": "Wall R Value",
|
443
|
+
"maximum": 5.0,
|
444
|
+
"minimum": 0.0,
|
445
|
+
"relation_to_output": "",
|
446
|
+
"static_value": 5.0,
|
447
|
+
"uncertainty_description": {
|
448
|
+
"attributes": [
|
449
|
+
{
|
450
|
+
"name": "lower_bounds",
|
451
|
+
"value": 0.0
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"name": "upper_bounds",
|
455
|
+
"value": 5.0
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"name": "stddev",
|
459
|
+
"value": 0.8333333333333334
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"name": "delta_x",
|
463
|
+
"value": null
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"name": "modes",
|
467
|
+
"value": 2.5
|
468
|
+
}
|
469
|
+
],
|
470
|
+
"type": "triangle_uncertain"
|
471
|
+
},
|
472
|
+
"units": "",
|
473
|
+
"value_type": "double",
|
474
|
+
"variable": true,
|
475
|
+
"variable_type": "RubyContinuousVariable",
|
476
|
+
"uuid": "a866efb0-2fc0-0132-c63f-14109fdf0b37",
|
477
|
+
"version_uuid": "a866f700-2fc0-0132-c640-14109fdf0b37"
|
478
|
+
}
|
479
|
+
],
|
480
|
+
"workflow_index": 3,
|
481
|
+
"workflow_step_type": "Measure",
|
482
|
+
"uuid": "a866daf0-2fc0-0132-c63d-14109fdf0b37",
|
483
|
+
"version_uuid": "a866e050-2fc0-0132-c63e-14109fdf0b37"
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
|
487
|
+
"measure_definition_directory": "./measures/example_measure_auto_directory_name",
|
488
|
+
"measure_definition_display_name": "ExampleMeasureAutoDirectoryName",
|
489
|
+
"measure_definition_uuid": "a8670de0-2fc0-0132-c641-14109fdf0b37",
|
490
|
+
"measure_definition_version_uuid": "a86713c0-2fc0-0132-c642-14109fdf0b37",
|
491
|
+
"measure_type": "RubyMeasure",
|
492
|
+
"arguments": [
|
493
|
+
{
|
494
|
+
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
495
|
+
"display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
496
|
+
"name": "material_cost_increase_ip",
|
497
|
+
"value": 0.0,
|
498
|
+
"value_type": "double"
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
502
|
+
"display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
503
|
+
"name": "one_time_retrofit_cost_ip",
|
504
|
+
"value": 0.0,
|
505
|
+
"value_type": "double"
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
509
|
+
"display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
|
510
|
+
"name": "years_until_retrofit_cost",
|
511
|
+
"value": 0,
|
512
|
+
"value_type": "integer"
|
513
|
+
}
|
514
|
+
],
|
515
|
+
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
516
|
+
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
517
|
+
"variables": [
|
518
|
+
{
|
519
|
+
"argument": {
|
520
|
+
"display_name": "Roof R Value",
|
521
|
+
"display_name_short": "Roof R Value",
|
522
|
+
"name": "r_value",
|
523
|
+
"value_type": "double"
|
524
|
+
},
|
525
|
+
"display_name": "Roof R Value",
|
526
|
+
"display_name_short": "Roof R Value",
|
527
|
+
"maximum": 5.0,
|
528
|
+
"minimum": 0.0,
|
529
|
+
"relation_to_output": "",
|
530
|
+
"static_value": 5.0,
|
531
|
+
"uncertainty_description": {
|
532
|
+
"attributes": [
|
533
|
+
{
|
534
|
+
"name": "lower_bounds",
|
535
|
+
"value": 0.0
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"name": "upper_bounds",
|
539
|
+
"value": 5.0
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"name": "stddev",
|
543
|
+
"value": 0.8333333333333334
|
544
|
+
},
|
545
|
+
{
|
546
|
+
"name": "delta_x",
|
547
|
+
"value": null
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"name": "modes",
|
551
|
+
"value": 2.5
|
552
|
+
}
|
553
|
+
],
|
554
|
+
"type": "triangle_uncertain"
|
555
|
+
},
|
556
|
+
"units": "",
|
557
|
+
"value_type": "double",
|
558
|
+
"variable": true,
|
559
|
+
"variable_type": "RubyContinuousVariable",
|
560
|
+
"uuid": "a8672ec0-2fc0-0132-c645-14109fdf0b37",
|
561
|
+
"version_uuid": "a8673370-2fc0-0132-c646-14109fdf0b37"
|
562
|
+
}
|
563
|
+
],
|
564
|
+
"workflow_index": 4,
|
565
|
+
"workflow_step_type": "Measure",
|
566
|
+
"uuid": "a86718c0-2fc0-0132-c643-14109fdf0b37",
|
567
|
+
"version_uuid": "a8671e80-2fc0-0132-c644-14109fdf0b37"
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
|
571
|
+
"measure_definition_directory": "./measures/example_measure_auto_directory_name",
|
572
|
+
"measure_definition_display_name": "ExampleMeasureAutoDirectoryName",
|
573
|
+
"measure_definition_uuid": "a8674610-2fc0-0132-c647-14109fdf0b37",
|
574
|
+
"measure_definition_version_uuid": "a8674bd0-2fc0-0132-c648-14109fdf0b37",
|
575
|
+
"measure_type": "RubyMeasure",
|
576
|
+
"arguments": [
|
577
|
+
{
|
578
|
+
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
579
|
+
"display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
580
|
+
"name": "space_type",
|
581
|
+
"value": "*Entire Building*",
|
582
|
+
"value_type": "choice"
|
583
|
+
}
|
584
|
+
],
|
585
|
+
"display_name": "Reduce Ventilation By Percentage",
|
586
|
+
"name": "reduce_ventilation_by_percentage",
|
587
|
+
"variables": [
|
588
|
+
{
|
589
|
+
"argument": {
|
590
|
+
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
591
|
+
"display_name_short": "Design Specification Outdoor Air Reduction (%).",
|
592
|
+
"name": "design_spec_outdoor_air_reduction_percent",
|
593
|
+
"value_type": "double"
|
594
|
+
},
|
595
|
+
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
596
|
+
"display_name_short": "Design Specification Outdoor Air Reduction (%).",
|
597
|
+
"maximum": 90.0,
|
598
|
+
"minimum": 0.0,
|
599
|
+
"relation_to_output": "",
|
600
|
+
"static_value": 0.0,
|
601
|
+
"uncertainty_description": {
|
602
|
+
"attributes": [
|
603
|
+
{
|
604
|
+
"name": "discrete",
|
605
|
+
"values_and_weights": [
|
606
|
+
{
|
607
|
+
"value": 0
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"value": 10
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"value": 30
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"value": 60
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"value": 90
|
620
|
+
}
|
621
|
+
]
|
622
|
+
},
|
623
|
+
{
|
624
|
+
"name": "lower_bounds",
|
625
|
+
"value": 0.0
|
626
|
+
},
|
627
|
+
{
|
628
|
+
"name": "upper_bounds",
|
629
|
+
"value": 90.0
|
630
|
+
},
|
631
|
+
{
|
632
|
+
"name": "modes",
|
633
|
+
"value": 45.0
|
634
|
+
}
|
635
|
+
],
|
636
|
+
"type": "discrete_uncertain"
|
637
|
+
},
|
638
|
+
"units": "",
|
639
|
+
"value_type": "double",
|
640
|
+
"variable": true,
|
641
|
+
"variable_type": "RubyContinuousVariable",
|
642
|
+
"uuid": "a8677270-2fc0-0132-c64b-14109fdf0b37",
|
643
|
+
"version_uuid": "a8677d30-2fc0-0132-c64c-14109fdf0b37"
|
644
|
+
}
|
645
|
+
],
|
646
|
+
"workflow_index": 5,
|
647
|
+
"workflow_step_type": "Measure",
|
648
|
+
"uuid": "a86752d0-2fc0-0132-c649-14109fdf0b37",
|
649
|
+
"version_uuid": "a8675990-2fc0-0132-c64a-14109fdf0b37"
|
650
|
+
}
|
651
|
+
],
|
652
|
+
"analysis_type": "lhs"
|
653
|
+
},
|
654
|
+
"seed": {
|
655
|
+
"file_type": "OSM",
|
656
|
+
"path": "./seed/small_seed.osm"
|
657
|
+
},
|
658
|
+
"weather_file": {
|
659
|
+
"file_type": "EPW",
|
660
|
+
"path": "./weather/partial_weather.epw"
|
661
|
+
}
|
662
|
+
}
|
663
|
+
}
|
Binary file
|