openstudio-analysis 0.2.3 → 0.3.0
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 +7 -0
- data/README.md +1 -1
- data/lib/openstudio-analysis.rb +2 -0
- data/lib/openstudio/analysis/server_api.rb +19 -1
- data/lib/openstudio/analysis/translator/excel.rb +194 -129
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +10 -11
- data/lib/openstudio/templates/pivot_variable.json.erb +4 -4
- data/lib/openstudio/templates/uncertain_variable.json.erb +14 -12
- data/lib/openstudio/templates/workflow_item.json.erb +4 -4
- data/spec/files/0_3_0_outputs.xlsx +0 -0
- data/spec/files/analysis/medium_office.json +1830 -0
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/discrete_dynamic_columns.xlsx +0 -0
- data/spec/files/discrete_variables.xlsx +0 -0
- data/spec/files/export/analysis/0_3_0_outputs.json +1311 -0
- data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
- data/spec/files/export/analysis/apartment_highrise.json +1311 -0
- data/spec/files/export/analysis/apartment_highrise.zip +0 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.json +488 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
- data/spec/files/export/analysis/discrete_seed.json +743 -0
- data/spec/files/export/analysis/discrete_seed.zip +0 -0
- data/spec/files/export/analysis/kats_model_v2.json +511 -0
- data/spec/files/export/analysis/kats_model_v2.zip +0 -0
- data/spec/files/export/analysis/output_vars.json +719 -0
- data/spec/files/export/analysis/output_vars.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +673 -0
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/files/no_variables.xlsx +0 -0
- data/spec/files/outputvars.xlsx +0 -0
- data/spec/files/proxy.xlsx +0 -0
- data/spec/files/proxy_user.xlsx +0 -0
- data/spec/files/setup_version_2.xlsx +0 -0
- data/spec/files/small_list.xlsx +0 -0
- data/spec/files/small_list_incomplete.xlsx +0 -0
- data/spec/files/small_list_repeat_vars.xlsx +0 -0
- data/spec/files/small_list_validation_errors.xlsx +0 -0
- data/spec/files/template_input_0.1.10.xlsx +0 -0
- data/spec/files/~$0_3_0_outputs.xlsx +0 -0
- data/spec/openstudio/analysis/translator/excel_spec.rb +48 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.0.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.1.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.14.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.2.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.3.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.0.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.1.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.14.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.2.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-test-not-localhost.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.0.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.1.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.10.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.11.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.12.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.13.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.14.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.2.xml +7 -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-ServerApi.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.0.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.1.xml +25 -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.2.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.3.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.4.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.5.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.6.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.7.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.8.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-variables.xml +25 -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.10.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.11.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.4.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.5.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.6.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.7.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.8.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.9.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.0.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.1.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.10.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.11.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.12.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.13.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.2.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.3.xml +24 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.4.xml +24 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.5.xml +24 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.6.xml +24 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.7.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.8.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.9.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.0.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.1.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.2.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-with-user.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.0.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.1.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.2.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.3.xml +16 -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-proxy-setup.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.0.xml +70 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.1.xml +70 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.10.xml +36 -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.2.xml +70 -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 +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +70 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.0.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.1.xml +43 -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.11.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.12.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.13.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.2.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.3.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.4.xml +43 -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 +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.7.xml +21 -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-setup-version-0-1-9.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.0.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.1.xml +21 -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.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.2.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.3.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.4.xml +21 -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-incomplete-variables.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.0.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.1.xml +21 -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.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.2.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.3.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.4.xml +21 -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-should-not-validate.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.0.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.1.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.10.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.11.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.12.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.13.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.2.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.3.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.4.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.5.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.6.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.7.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.8.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.9.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.0.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.1.xml +21 -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.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.2.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.3.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.4.xml +21 -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-small-list-with-with-repeated-variable-names.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.0.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.1.xml +20 -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.11.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.2.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.3.xml +20 -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-1-10.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.0.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.1.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.10.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.11.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.2.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.3.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.4.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.5.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.6.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.7.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.8.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.9.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.0.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.1.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.10.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.11.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.2.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.3.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.4.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.5.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.6.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.7.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.8.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.9.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.0.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.1.xml +33 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.2.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.3.xml +22 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.4.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.5.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +46 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.0.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.1.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.10.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.11.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.12.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.13.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.14.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.2.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.3.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
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +7 -0
- data/spec/spec_helper.rb +2 -2
- metadata +570 -3
- data/lib/openstudio/templates/static_variable.json.erb +0 -21
|
Binary file
|
|
@@ -0,0 +1,743 @@
|
|
|
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
|
+
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
24
|
+
"name": "space_type",
|
|
25
|
+
"value": "*Entire Building*",
|
|
26
|
+
"value_type": "choice",
|
|
27
|
+
"uuid": "8340c690-d3a1-0131-bb76-2820663576f4",
|
|
28
|
+
"version_uuid": "8340f000-d3a1-0131-bb77-2820663576f4"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
|
32
|
+
"machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
|
|
33
|
+
"name": "material_and_installation_cost",
|
|
34
|
+
"value": 0.0,
|
|
35
|
+
"value_type": "double",
|
|
36
|
+
"uuid": "8341deb0-d3a1-0131-bb7c-2820663576f4",
|
|
37
|
+
"version_uuid": "83420160-d3a1-0131-bb7d-2820663576f4"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
|
41
|
+
"machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
|
|
42
|
+
"name": "demolition_cost",
|
|
43
|
+
"value": 0.0,
|
|
44
|
+
"value_type": "double",
|
|
45
|
+
"uuid": "83422f70-d3a1-0131-bb7e-2820663576f4",
|
|
46
|
+
"version_uuid": "83425b60-d3a1-0131-bb7f-2820663576f4"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"display_name": "Years Until Costs Start (whole years).",
|
|
50
|
+
"machine_name": "years_until_costs_start_(whole_years).",
|
|
51
|
+
"name": "years_until_costs_start",
|
|
52
|
+
"value": 0,
|
|
53
|
+
"value_type": "integer",
|
|
54
|
+
"uuid": "83429130-d3a1-0131-bb80-2820663576f4",
|
|
55
|
+
"version_uuid": "8342b640-d3a1-0131-bb81-2820663576f4"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"display_name": "Demolition Costs Occur During Initial Construction?",
|
|
59
|
+
"machine_name": "demolition_costs_occur_during_initial_construction?",
|
|
60
|
+
"name": "demo_cost_initial_const",
|
|
61
|
+
"value": true,
|
|
62
|
+
"value_type": "bool",
|
|
63
|
+
"uuid": "8342dfe0-d3a1-0131-bb82-2820663576f4",
|
|
64
|
+
"version_uuid": "8342ffe0-d3a1-0131-bb83-2820663576f4"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"display_name": "Expected Life (whole years).",
|
|
68
|
+
"machine_name": "expected_life_(whole_years).",
|
|
69
|
+
"name": "expected_life",
|
|
70
|
+
"value": 15,
|
|
71
|
+
"value_type": "integer",
|
|
72
|
+
"uuid": "834322b0-d3a1-0131-bb84-2820663576f4",
|
|
73
|
+
"version_uuid": "83434290-d3a1-0131-bb85-2820663576f4"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
|
|
77
|
+
"machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
|
|
78
|
+
"name": "om_cost",
|
|
79
|
+
"value": 0.0,
|
|
80
|
+
"value_type": "double",
|
|
81
|
+
"uuid": "83436990-d3a1-0131-bb86-2820663576f4",
|
|
82
|
+
"version_uuid": "83438ae0-d3a1-0131-bb87-2820663576f4"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"display_name": "O & M Frequency (whole years).",
|
|
86
|
+
"machine_name": "o_&_m_frequency_(whole_years).",
|
|
87
|
+
"name": "om_frequency",
|
|
88
|
+
"value": 1,
|
|
89
|
+
"value_type": "integer",
|
|
90
|
+
"uuid": "8343b4b0-d3a1-0131-bb88-2820663576f4",
|
|
91
|
+
"version_uuid": "8343d650-d3a1-0131-bb89-2820663576f4"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
|
|
95
|
+
"bcl_measure_class_name": "ReduceLightingLoadsByPercentage",
|
|
96
|
+
"bcl_measure_uuid": "833cacb0-d3a1-0131-bb70-2820663576f4",
|
|
97
|
+
"bcl_measure_version_uuid": "833e88f0-d3a1-0131-bb71-2820663576f4",
|
|
98
|
+
"display_name": "Reduce Lighting Loads by Percentage",
|
|
99
|
+
"measure_definition_directory": "./measures/reduce_lighting_loads_by_percentage",
|
|
100
|
+
"measure_definition_class_name": "ReduceLightingLoadsByPercentage",
|
|
101
|
+
"measure_definition_uuid": "833eac00-d3a1-0131-bb72-2820663576f4",
|
|
102
|
+
"measure_definition_version_uuid": "833ecc50-d3a1-0131-bb73-2820663576f4",
|
|
103
|
+
"measure_type": "RubyMeasure",
|
|
104
|
+
"name": "reduce_lighting_loads_by_percentage",
|
|
105
|
+
"variables": [
|
|
106
|
+
{
|
|
107
|
+
"argument": {
|
|
108
|
+
"display_name": "Lighting Power Reduction",
|
|
109
|
+
"machine_name": "lighting_power_reduction",
|
|
110
|
+
"name": "lighting_power_reduction_percent",
|
|
111
|
+
"required": false,
|
|
112
|
+
"uuid": "83411e60-d3a1-0131-bb78-2820663576f4",
|
|
113
|
+
"version_uuid": "83414dc0-d3a1-0131-bb79-2820663576f4"
|
|
114
|
+
},
|
|
115
|
+
"display_name": "Lighting Power Reduction",
|
|
116
|
+
"machine_name": "lighting_power_reduction",
|
|
117
|
+
"maximum": 10.0,
|
|
118
|
+
"minimum": 0.0,
|
|
119
|
+
"name": "lighting_power_reduction",
|
|
120
|
+
"relation_to_output": "",
|
|
121
|
+
"static_value": 30.0,
|
|
122
|
+
"uncertainty_description": {
|
|
123
|
+
"attributes": [
|
|
124
|
+
{
|
|
125
|
+
"name": "discrete",
|
|
126
|
+
"values_and_weights": [
|
|
127
|
+
{
|
|
128
|
+
"value": 10,
|
|
129
|
+
"weight": 0.1
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"value": 20,
|
|
133
|
+
"weight": 0.4
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"value": 40,
|
|
137
|
+
"weight": 0.2
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"value": 60,
|
|
141
|
+
"weight": 0.3
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "lower_bounds",
|
|
147
|
+
"value": 0.0
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "upper_bounds",
|
|
151
|
+
"value": 10.0
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "modes",
|
|
155
|
+
"value": 5.0
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"type": "discrete_uncertain"
|
|
159
|
+
},
|
|
160
|
+
"units": "",
|
|
161
|
+
"value_type": "double",
|
|
162
|
+
"variable": true,
|
|
163
|
+
"variable_type": "RubyContinuousVariable",
|
|
164
|
+
"uuid": "83418520-d3a1-0131-bb7a-2820663576f4",
|
|
165
|
+
"version_uuid": "8341ac80-d3a1-0131-bb7b-2820663576f4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"workflow_index": 0,
|
|
169
|
+
"workflow_step_type": "Measure",
|
|
170
|
+
"uuid": "833eeb90-d3a1-0131-bb74-2820663576f4",
|
|
171
|
+
"version_uuid": "833f4160-d3a1-0131-bb75-2820663576f4"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"arguments": [
|
|
175
|
+
{
|
|
176
|
+
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
|
177
|
+
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
178
|
+
"name": "space_type",
|
|
179
|
+
"value": "*Entire Building*",
|
|
180
|
+
"value_type": "choice",
|
|
181
|
+
"uuid": "8344d400-d3a1-0131-bb90-2820663576f4",
|
|
182
|
+
"version_uuid": "8344f5f0-d3a1-0131-bb91-2820663576f4"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
|
186
|
+
"machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
|
|
187
|
+
"name": "material_and_installation_cost",
|
|
188
|
+
"value": 0.0,
|
|
189
|
+
"value_type": "double",
|
|
190
|
+
"uuid": "8345b520-d3a1-0131-bb96-2820663576f4",
|
|
191
|
+
"version_uuid": "8345d9c0-d3a1-0131-bb97-2820663576f4"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"display_name": "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": "8345fd10-d3a1-0131-bb98-2820663576f4",
|
|
200
|
+
"version_uuid": "83461bc0-d3a1-0131-bb99-2820663576f4"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"display_name": "O & M Frequency (whole years).",
|
|
204
|
+
"machine_name": "o_&_m_frequency_(whole_years).",
|
|
205
|
+
"name": "om_frequency",
|
|
206
|
+
"value": 1,
|
|
207
|
+
"value_type": "integer",
|
|
208
|
+
"uuid": "83463fa0-d3a1-0131-bb9a-2820663576f4",
|
|
209
|
+
"version_uuid": "834662a0-d3a1-0131-bb9b-2820663576f4"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
|
|
213
|
+
"bcl_measure_class_name": "ReduceSpaceInfiltrationByPercentage",
|
|
214
|
+
"bcl_measure_uuid": "8343fec0-d3a1-0131-bb8a-2820663576f4",
|
|
215
|
+
"bcl_measure_version_uuid": "83442610-d3a1-0131-bb8b-2820663576f4",
|
|
216
|
+
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
|
217
|
+
"measure_definition_directory": "./measures/reduce_space_infiltration_by_percentage",
|
|
218
|
+
"measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
|
|
219
|
+
"measure_definition_uuid": "83444720-d3a1-0131-bb8c-2820663576f4",
|
|
220
|
+
"measure_definition_version_uuid": "834466d0-d3a1-0131-bb8d-2820663576f4",
|
|
221
|
+
"measure_type": "RubyMeasure",
|
|
222
|
+
"name": "reducespaceinfiltrationbypercentage",
|
|
223
|
+
"variables": [
|
|
224
|
+
{
|
|
225
|
+
"argument": {
|
|
226
|
+
"display_name": "Space Infiltration Power Reduction",
|
|
227
|
+
"machine_name": "space_infiltration_power_reduction",
|
|
228
|
+
"name": "space_infiltration_reduction_percent",
|
|
229
|
+
"required": false,
|
|
230
|
+
"uuid": "83452630-d3a1-0131-bb92-2820663576f4",
|
|
231
|
+
"version_uuid": "834546e0-d3a1-0131-bb93-2820663576f4"
|
|
232
|
+
},
|
|
233
|
+
"display_name": "Space Infiltration Power Reduction",
|
|
234
|
+
"machine_name": "space_infiltration_power_reduction",
|
|
235
|
+
"maximum": 30.0,
|
|
236
|
+
"minimum": 0.0,
|
|
237
|
+
"name": "space_infiltration_power_reduction",
|
|
238
|
+
"relation_to_output": "",
|
|
239
|
+
"static_value": 30.0,
|
|
240
|
+
"uncertainty_description": {
|
|
241
|
+
"attributes": [
|
|
242
|
+
{
|
|
243
|
+
"name": "lower_bounds",
|
|
244
|
+
"value": 0.0
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "upper_bounds",
|
|
248
|
+
"value": 30.0
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "stddev",
|
|
252
|
+
"value": 5.0
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "delta_x",
|
|
256
|
+
"value": null
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "modes",
|
|
260
|
+
"value": 10.0
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"type": "uniform_uncertain"
|
|
264
|
+
},
|
|
265
|
+
"units": "",
|
|
266
|
+
"value_type": "double",
|
|
267
|
+
"variable": true,
|
|
268
|
+
"variable_type": "RubyContinuousVariable",
|
|
269
|
+
"uuid": "834570c0-d3a1-0131-bb94-2820663576f4",
|
|
270
|
+
"version_uuid": "83459040-d3a1-0131-bb95-2820663576f4"
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"workflow_index": 1,
|
|
274
|
+
"workflow_step_type": "Measure",
|
|
275
|
+
"uuid": "83448610-d3a1-0131-bb8e-2820663576f4",
|
|
276
|
+
"version_uuid": "8344a950-d3a1-0131-bb8f-2820663576f4"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"arguments": [
|
|
280
|
+
|
|
281
|
+
],
|
|
282
|
+
"bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
|
283
|
+
"bcl_measure_class_name": "AdjustTheromstatSetpointsByDegrees",
|
|
284
|
+
"bcl_measure_uuid": "83468b70-d3a1-0131-bb9c-2820663576f4",
|
|
285
|
+
"bcl_measure_version_uuid": "8346b0d0-d3a1-0131-bb9d-2820663576f4",
|
|
286
|
+
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
|
287
|
+
"measure_definition_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
|
288
|
+
"measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
|
|
289
|
+
"measure_definition_uuid": "8346db70-d3a1-0131-bb9e-2820663576f4",
|
|
290
|
+
"measure_definition_version_uuid": "8346ff60-d3a1-0131-bb9f-2820663576f4",
|
|
291
|
+
"measure_type": "RubyMeasure",
|
|
292
|
+
"name": "adjust_thermostat_setpoints_by_degrees",
|
|
293
|
+
"variables": [
|
|
294
|
+
{
|
|
295
|
+
"argument": {
|
|
296
|
+
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
|
297
|
+
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
|
298
|
+
"name": "cooling_adjustment",
|
|
299
|
+
"required": false,
|
|
300
|
+
"uuid": "834771e0-d3a1-0131-bba2-2820663576f4",
|
|
301
|
+
"version_uuid": "83479330-d3a1-0131-bba3-2820663576f4"
|
|
302
|
+
},
|
|
303
|
+
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
|
304
|
+
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
|
305
|
+
"maximum": 4.0,
|
|
306
|
+
"minimum": -4.0,
|
|
307
|
+
"name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
|
308
|
+
"relation_to_output": "",
|
|
309
|
+
"static_value": 1.0,
|
|
310
|
+
"uncertainty_description": {
|
|
311
|
+
"attributes": [
|
|
312
|
+
{
|
|
313
|
+
"name": "lower_bounds",
|
|
314
|
+
"value": -4.0
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "upper_bounds",
|
|
318
|
+
"value": 4.0
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "stddev",
|
|
322
|
+
"value": 1.3333333333333333
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "delta_x",
|
|
326
|
+
"value": null
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "modes",
|
|
330
|
+
"value": 0.0
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"type": "uniform_uncertain"
|
|
334
|
+
},
|
|
335
|
+
"units": "",
|
|
336
|
+
"value_type": "double",
|
|
337
|
+
"variable": true,
|
|
338
|
+
"variable_type": "RubyContinuousVariable",
|
|
339
|
+
"uuid": "8347b2e0-d3a1-0131-bba4-2820663576f4",
|
|
340
|
+
"version_uuid": "8347d740-d3a1-0131-bba5-2820663576f4"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"argument": {
|
|
344
|
+
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
|
345
|
+
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
|
346
|
+
"name": "heating_adjustment",
|
|
347
|
+
"required": false,
|
|
348
|
+
"uuid": "83480560-d3a1-0131-bba6-2820663576f4",
|
|
349
|
+
"version_uuid": "834828c0-d3a1-0131-bba7-2820663576f4"
|
|
350
|
+
},
|
|
351
|
+
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
|
352
|
+
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
|
353
|
+
"maximum": 4.0,
|
|
354
|
+
"minimum": -4.0,
|
|
355
|
+
"name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
|
356
|
+
"relation_to_output": "",
|
|
357
|
+
"static_value": -1.0,
|
|
358
|
+
"uncertainty_description": {
|
|
359
|
+
"attributes": [
|
|
360
|
+
{
|
|
361
|
+
"name": "lower_bounds",
|
|
362
|
+
"value": -4.0
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "upper_bounds",
|
|
366
|
+
"value": 4.0
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "stddev",
|
|
370
|
+
"value": 1.3333333333333333
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "delta_x",
|
|
374
|
+
"value": null
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "modes",
|
|
378
|
+
"value": 0.0
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"type": "uniform_uncertain"
|
|
382
|
+
},
|
|
383
|
+
"units": "",
|
|
384
|
+
"value_type": "double",
|
|
385
|
+
"variable": true,
|
|
386
|
+
"variable_type": "RubyContinuousVariable",
|
|
387
|
+
"uuid": "83484b70-d3a1-0131-bba8-2820663576f4",
|
|
388
|
+
"version_uuid": "83486e50-d3a1-0131-bba9-2820663576f4"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"argument": {
|
|
392
|
+
"display_name": "Alter Design Day Thermostats?",
|
|
393
|
+
"machine_name": "alter_design_day_thermostats?",
|
|
394
|
+
"name": "alter_design_days",
|
|
395
|
+
"required": false,
|
|
396
|
+
"uuid": "83489d80-d3a1-0131-bbaa-2820663576f4",
|
|
397
|
+
"version_uuid": "8348bee0-d3a1-0131-bbab-2820663576f4"
|
|
398
|
+
},
|
|
399
|
+
"display_name": "Alter Design Day Thermostats?",
|
|
400
|
+
"machine_name": "alter_design_day_thermostats?",
|
|
401
|
+
"maximum": "true",
|
|
402
|
+
"minimum": "true",
|
|
403
|
+
"name": "alter_design_day_thermostats?",
|
|
404
|
+
"relation_to_output": "",
|
|
405
|
+
"static_value": "FALSE",
|
|
406
|
+
"uncertainty_description": {
|
|
407
|
+
"attributes": [
|
|
408
|
+
{
|
|
409
|
+
"name": "discrete",
|
|
410
|
+
"values_and_weights": [
|
|
411
|
+
{
|
|
412
|
+
"value": true,
|
|
413
|
+
"weight": 0.8
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"value": false,
|
|
417
|
+
"weight": 0.2
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "lower_bounds",
|
|
423
|
+
"value": "true"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "upper_bounds",
|
|
427
|
+
"value": "true"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "modes",
|
|
431
|
+
"value": "false"
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
"type": "discrete_uncertain"
|
|
435
|
+
},
|
|
436
|
+
"units": "",
|
|
437
|
+
"value_type": "bool",
|
|
438
|
+
"variable": true,
|
|
439
|
+
"variable_type": "RubyContinuousVariable",
|
|
440
|
+
"uuid": "8348ec40-d3a1-0131-bbac-2820663576f4",
|
|
441
|
+
"version_uuid": "83490eb0-d3a1-0131-bbad-2820663576f4"
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
"workflow_index": 2,
|
|
445
|
+
"workflow_step_type": "Measure",
|
|
446
|
+
"uuid": "834721a0-d3a1-0131-bba0-2820663576f4",
|
|
447
|
+
"version_uuid": "83474490-d3a1-0131-bba1-2820663576f4"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"arguments": [
|
|
451
|
+
{
|
|
452
|
+
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
|
453
|
+
"machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
|
|
454
|
+
"name": "material_cost_increase_ip",
|
|
455
|
+
"value": 0.0,
|
|
456
|
+
"value_type": "double",
|
|
457
|
+
"uuid": "834a9a30-d3a1-0131-bbb8-2820663576f4",
|
|
458
|
+
"version_uuid": "834abb10-d3a1-0131-bbb9-2820663576f4"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
|
462
|
+
"machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
|
|
463
|
+
"name": "one_time_retrofit_cost_ip",
|
|
464
|
+
"value": 0.0,
|
|
465
|
+
"value_type": "double",
|
|
466
|
+
"uuid": "834ae3f0-d3a1-0131-bbba-2820663576f4",
|
|
467
|
+
"version_uuid": "834b0650-d3a1-0131-bbbb-2820663576f4"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
|
471
|
+
"machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
|
|
472
|
+
"name": "years_until_retrofit_cost",
|
|
473
|
+
"value": 0,
|
|
474
|
+
"value_type": "integer",
|
|
475
|
+
"uuid": "834b29b0-d3a1-0131-bbbc-2820663576f4",
|
|
476
|
+
"version_uuid": "834b4aa0-d3a1-0131-bbbd-2820663576f4"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
|
480
|
+
"bcl_measure_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
|
481
|
+
"bcl_measure_uuid": "83493970-d3a1-0131-bbae-2820663576f4",
|
|
482
|
+
"bcl_measure_version_uuid": "83495ad0-d3a1-0131-bbaf-2820663576f4",
|
|
483
|
+
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
|
484
|
+
"measure_definition_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
|
485
|
+
"measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
|
486
|
+
"measure_definition_uuid": "83497d10-d3a1-0131-bbb0-2820663576f4",
|
|
487
|
+
"measure_definition_version_uuid": "83499d00-d3a1-0131-bbb1-2820663576f4",
|
|
488
|
+
"measure_type": "RubyMeasure",
|
|
489
|
+
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
|
490
|
+
"variables": [
|
|
491
|
+
{
|
|
492
|
+
"argument": {
|
|
493
|
+
"display_name": "Wall R Value",
|
|
494
|
+
"machine_name": "wall_r_value",
|
|
495
|
+
"name": "r_value",
|
|
496
|
+
"required": false,
|
|
497
|
+
"uuid": "834a0d70-d3a1-0131-bbb4-2820663576f4",
|
|
498
|
+
"version_uuid": "834a2c80-d3a1-0131-bbb5-2820663576f4"
|
|
499
|
+
},
|
|
500
|
+
"display_name": "Wall R Value",
|
|
501
|
+
"machine_name": "wall_r_value",
|
|
502
|
+
"maximum": 5.0,
|
|
503
|
+
"minimum": 0.0,
|
|
504
|
+
"name": "wall_r_value",
|
|
505
|
+
"relation_to_output": "",
|
|
506
|
+
"static_value": 5.0,
|
|
507
|
+
"uncertainty_description": {
|
|
508
|
+
"attributes": [
|
|
509
|
+
{
|
|
510
|
+
"name": "lower_bounds",
|
|
511
|
+
"value": 0.0
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "upper_bounds",
|
|
515
|
+
"value": 5.0
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "stddev",
|
|
519
|
+
"value": 0.8333333333333334
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "delta_x",
|
|
523
|
+
"value": null
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"name": "modes",
|
|
527
|
+
"value": 2.5
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"type": "triangle_uncertain"
|
|
531
|
+
},
|
|
532
|
+
"units": "",
|
|
533
|
+
"value_type": "double",
|
|
534
|
+
"variable": true,
|
|
535
|
+
"variable_type": "RubyContinuousVariable",
|
|
536
|
+
"uuid": "834a4e20-d3a1-0131-bbb6-2820663576f4",
|
|
537
|
+
"version_uuid": "834a7460-d3a1-0131-bbb7-2820663576f4"
|
|
538
|
+
}
|
|
539
|
+
],
|
|
540
|
+
"workflow_index": 3,
|
|
541
|
+
"workflow_step_type": "Measure",
|
|
542
|
+
"uuid": "8349bfa0-d3a1-0131-bbb2-2820663576f4",
|
|
543
|
+
"version_uuid": "8349dfb0-d3a1-0131-bbb3-2820663576f4"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"arguments": [
|
|
547
|
+
{
|
|
548
|
+
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
|
549
|
+
"machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
|
|
550
|
+
"name": "material_cost_increase_ip",
|
|
551
|
+
"value": 0.0,
|
|
552
|
+
"value_type": "double",
|
|
553
|
+
"uuid": "834cc850-d3a1-0131-bbc8-2820663576f4",
|
|
554
|
+
"version_uuid": "834ceb00-d3a1-0131-bbc9-2820663576f4"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
|
558
|
+
"machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
|
|
559
|
+
"name": "one_time_retrofit_cost_ip",
|
|
560
|
+
"value": 0.0,
|
|
561
|
+
"value_type": "double",
|
|
562
|
+
"uuid": "834d1000-d3a1-0131-bbca-2820663576f4",
|
|
563
|
+
"version_uuid": "834d32c0-d3a1-0131-bbcb-2820663576f4"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
|
567
|
+
"machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
|
|
568
|
+
"name": "years_until_retrofit_cost",
|
|
569
|
+
"value": 0,
|
|
570
|
+
"value_type": "integer",
|
|
571
|
+
"uuid": "834d5720-d3a1-0131-bbcc-2820663576f4",
|
|
572
|
+
"version_uuid": "834d7890-d3a1-0131-bbcd-2820663576f4"
|
|
573
|
+
}
|
|
574
|
+
],
|
|
575
|
+
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
|
|
576
|
+
"bcl_measure_class_name": "IncreaseInsulationRValueForRoofs",
|
|
577
|
+
"bcl_measure_uuid": "834b70c0-d3a1-0131-bbbe-2820663576f4",
|
|
578
|
+
"bcl_measure_version_uuid": "834b9160-d3a1-0131-bbbf-2820663576f4",
|
|
579
|
+
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
|
580
|
+
"measure_definition_directory": "./measures/increase_insulation_r_value_for_roofs",
|
|
581
|
+
"measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
|
|
582
|
+
"measure_definition_uuid": "834bb2d0-d3a1-0131-bbc0-2820663576f4",
|
|
583
|
+
"measure_definition_version_uuid": "834bd1b0-d3a1-0131-bbc1-2820663576f4",
|
|
584
|
+
"measure_type": "RubyMeasure",
|
|
585
|
+
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
|
586
|
+
"variables": [
|
|
587
|
+
{
|
|
588
|
+
"argument": {
|
|
589
|
+
"display_name": "Roof R Value",
|
|
590
|
+
"machine_name": "roof_r_value",
|
|
591
|
+
"name": "r_value",
|
|
592
|
+
"required": false,
|
|
593
|
+
"uuid": "834c44f0-d3a1-0131-bbc4-2820663576f4",
|
|
594
|
+
"version_uuid": "834c6550-d3a1-0131-bbc5-2820663576f4"
|
|
595
|
+
},
|
|
596
|
+
"display_name": "Roof R Value",
|
|
597
|
+
"machine_name": "roof_r_value",
|
|
598
|
+
"maximum": 5.0,
|
|
599
|
+
"minimum": 0.0,
|
|
600
|
+
"name": "roof_r_value",
|
|
601
|
+
"relation_to_output": "",
|
|
602
|
+
"static_value": 5.0,
|
|
603
|
+
"uncertainty_description": {
|
|
604
|
+
"attributes": [
|
|
605
|
+
{
|
|
606
|
+
"name": "lower_bounds",
|
|
607
|
+
"value": 0.0
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "upper_bounds",
|
|
611
|
+
"value": 5.0
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "stddev",
|
|
615
|
+
"value": 0.8333333333333334
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "delta_x",
|
|
619
|
+
"value": null
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "modes",
|
|
623
|
+
"value": 2.5
|
|
624
|
+
}
|
|
625
|
+
],
|
|
626
|
+
"type": "triangle_uncertain"
|
|
627
|
+
},
|
|
628
|
+
"units": "",
|
|
629
|
+
"value_type": "double",
|
|
630
|
+
"variable": true,
|
|
631
|
+
"variable_type": "RubyContinuousVariable",
|
|
632
|
+
"uuid": "834c8400-d3a1-0131-bbc6-2820663576f4",
|
|
633
|
+
"version_uuid": "834ca330-d3a1-0131-bbc7-2820663576f4"
|
|
634
|
+
}
|
|
635
|
+
],
|
|
636
|
+
"workflow_index": 4,
|
|
637
|
+
"workflow_step_type": "Measure",
|
|
638
|
+
"uuid": "834bf2e0-d3a1-0131-bbc2-2820663576f4",
|
|
639
|
+
"version_uuid": "834c1770-d3a1-0131-bbc3-2820663576f4"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"arguments": [
|
|
643
|
+
{
|
|
644
|
+
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
|
645
|
+
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
646
|
+
"name": "space_type",
|
|
647
|
+
"value": "*Entire Building*",
|
|
648
|
+
"value_type": "choice",
|
|
649
|
+
"uuid": "834e8260-d3a1-0131-bbd4-2820663576f4",
|
|
650
|
+
"version_uuid": "834ea520-d3a1-0131-bbd5-2820663576f4"
|
|
651
|
+
}
|
|
652
|
+
],
|
|
653
|
+
"bcl_measure_directory": "./measures/reduce_ventilation_by_percentage",
|
|
654
|
+
"bcl_measure_class_name": "ReduceVentilationByPercentage",
|
|
655
|
+
"bcl_measure_uuid": "834d9ff0-d3a1-0131-bbce-2820663576f4",
|
|
656
|
+
"bcl_measure_version_uuid": "834dc300-d3a1-0131-bbcf-2820663576f4",
|
|
657
|
+
"display_name": "Reduce Ventilation By Percentage",
|
|
658
|
+
"measure_definition_directory": "./measures/reduce_ventilation_by_percentage",
|
|
659
|
+
"measure_definition_class_name": "ReduceVentilationByPercentage",
|
|
660
|
+
"measure_definition_uuid": "834df3e0-d3a1-0131-bbd0-2820663576f4",
|
|
661
|
+
"measure_definition_version_uuid": "834e1320-d3a1-0131-bbd1-2820663576f4",
|
|
662
|
+
"measure_type": "RubyMeasure",
|
|
663
|
+
"name": "reduce_ventilation_by_percentage",
|
|
664
|
+
"variables": [
|
|
665
|
+
{
|
|
666
|
+
"argument": {
|
|
667
|
+
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
|
668
|
+
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
|
669
|
+
"name": "design_spec_outdoor_air_reduction_percent",
|
|
670
|
+
"required": false,
|
|
671
|
+
"uuid": "834ed0e0-d3a1-0131-bbd6-2820663576f4",
|
|
672
|
+
"version_uuid": "834ef3a0-d3a1-0131-bbd7-2820663576f4"
|
|
673
|
+
},
|
|
674
|
+
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
|
675
|
+
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
|
676
|
+
"maximum": 90.0,
|
|
677
|
+
"minimum": 0.0,
|
|
678
|
+
"name": "design_specification_outdoor_air_reduction_(%).",
|
|
679
|
+
"relation_to_output": "",
|
|
680
|
+
"static_value": 0.0,
|
|
681
|
+
"uncertainty_description": {
|
|
682
|
+
"attributes": [
|
|
683
|
+
{
|
|
684
|
+
"name": "discrete",
|
|
685
|
+
"values_and_weights": [
|
|
686
|
+
{
|
|
687
|
+
"value": 0
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"value": 10
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"value": 30
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"value": 60
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"value": 90
|
|
700
|
+
}
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "lower_bounds",
|
|
705
|
+
"value": 0.0
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "upper_bounds",
|
|
709
|
+
"value": 90.0
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "modes",
|
|
713
|
+
"value": 45.0
|
|
714
|
+
}
|
|
715
|
+
],
|
|
716
|
+
"type": "discrete_uncertain"
|
|
717
|
+
},
|
|
718
|
+
"units": "",
|
|
719
|
+
"value_type": "double",
|
|
720
|
+
"variable": true,
|
|
721
|
+
"variable_type": "RubyContinuousVariable",
|
|
722
|
+
"uuid": "834f1440-d3a1-0131-bbd8-2820663576f4",
|
|
723
|
+
"version_uuid": "834f3680-d3a1-0131-bbd9-2820663576f4"
|
|
724
|
+
}
|
|
725
|
+
],
|
|
726
|
+
"workflow_index": 5,
|
|
727
|
+
"workflow_step_type": "Measure",
|
|
728
|
+
"uuid": "834e3440-d3a1-0131-bbd2-2820663576f4",
|
|
729
|
+
"version_uuid": "834e5c30-d3a1-0131-bbd3-2820663576f4"
|
|
730
|
+
}
|
|
731
|
+
],
|
|
732
|
+
"analysis_type": "lhs"
|
|
733
|
+
},
|
|
734
|
+
"seed": {
|
|
735
|
+
"file_type": "OSM",
|
|
736
|
+
"path": "./seed/small_seed.osm"
|
|
737
|
+
},
|
|
738
|
+
"weather_file": {
|
|
739
|
+
"file_type": "EPW",
|
|
740
|
+
"path": "./weather/partial_weather.epw"
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
}
|