openstudio-analysis 0.2.3 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- 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,1311 @@
|
|
1
|
+
{
|
2
|
+
"analysis": {
|
3
|
+
"display_name": "Preflight",
|
4
|
+
"name": "preflight",
|
5
|
+
"output_variables": [
|
6
|
+
{
|
7
|
+
"display_name": "Total Site Energy Intensity",
|
8
|
+
"metadata_id": "total_site_energy_intensity",
|
9
|
+
"name": "standard_report_legacy.total_energy",
|
10
|
+
"units": "MJ/m2",
|
11
|
+
"visualize": false,
|
12
|
+
"export": true,
|
13
|
+
"variable_type": "Double",
|
14
|
+
"objective_function": true,
|
15
|
+
"objective_function_index": 0,
|
16
|
+
"objective_function_target": null,
|
17
|
+
"scaling_factor": null,
|
18
|
+
"objective_function_group": 1
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"display_name": "Total Source Energy Intensity",
|
22
|
+
"metadata_id": "total_source_energy_intensity",
|
23
|
+
"name": "standard_report_legacy.total_source_energy",
|
24
|
+
"units": "MJ/m2",
|
25
|
+
"visualize": true,
|
26
|
+
"export": true,
|
27
|
+
"variable_type": "Double",
|
28
|
+
"objective_function": true,
|
29
|
+
"objective_function_index": 1,
|
30
|
+
"objective_function_target": null,
|
31
|
+
"scaling_factor": null,
|
32
|
+
"objective_function_group": 2
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"display_name": "Total Natural Gas Intensity",
|
36
|
+
"metadata_id": "total_natural_gas_intensity",
|
37
|
+
"name": "standard_report_legacy.total_natural_gas",
|
38
|
+
"units": "MJ/m2",
|
39
|
+
"visualize": true,
|
40
|
+
"export": true,
|
41
|
+
"variable_type": "Double",
|
42
|
+
"objective_function": false,
|
43
|
+
"objective_function_index": null,
|
44
|
+
"objective_function_target": null,
|
45
|
+
"scaling_factor": null
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"display_name": "Total Electricity Intensity",
|
49
|
+
"metadata_id": "total_electricity_intensity",
|
50
|
+
"name": "standard_report_legacy.total_electricity",
|
51
|
+
"units": "MJ/m2",
|
52
|
+
"visualize": true,
|
53
|
+
"export": true,
|
54
|
+
"variable_type": "Double",
|
55
|
+
"objective_function": false,
|
56
|
+
"objective_function_index": null,
|
57
|
+
"objective_function_target": null,
|
58
|
+
"scaling_factor": null
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"display_name": "Unmet Cooling Hours",
|
62
|
+
"metadata_id": null,
|
63
|
+
"name": "standard_report.time_setpoint_not_met_during_occupied_cooling",
|
64
|
+
"units": "hrs",
|
65
|
+
"visualize": false,
|
66
|
+
"export": true,
|
67
|
+
"variable_type": "Double",
|
68
|
+
"objective_function": false,
|
69
|
+
"objective_function_index": null,
|
70
|
+
"objective_function_target": null,
|
71
|
+
"scaling_factor": null
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"display_name": "Unmet Heating Hours",
|
75
|
+
"metadata_id": null,
|
76
|
+
"name": "standard_report.time_setpoint_not_met_during_occupied_heating",
|
77
|
+
"units": "hrs",
|
78
|
+
"visualize": false,
|
79
|
+
"export": true,
|
80
|
+
"variable_type": "Double",
|
81
|
+
"objective_function": false,
|
82
|
+
"objective_function_index": null,
|
83
|
+
"objective_function_target": null,
|
84
|
+
"scaling_factor": null
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"display_name": "Total Unmet Hours",
|
88
|
+
"metadata_id": null,
|
89
|
+
"name": "standard_report.time_setpoint_not_met_during_occupied_hours",
|
90
|
+
"units": "hrs",
|
91
|
+
"visualize": false,
|
92
|
+
"export": true,
|
93
|
+
"variable_type": "Double",
|
94
|
+
"objective_function": false,
|
95
|
+
"objective_function_index": null,
|
96
|
+
"objective_function_target": null,
|
97
|
+
"scaling_factor": null
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"display_name": "Building Area",
|
101
|
+
"metadata_id": null,
|
102
|
+
"name": "standard_report.total_building_area",
|
103
|
+
"units": "m2",
|
104
|
+
"visualize": true,
|
105
|
+
"export": true,
|
106
|
+
"variable_type": "Double",
|
107
|
+
"objective_function": false,
|
108
|
+
"objective_function_index": null,
|
109
|
+
"objective_function_target": null,
|
110
|
+
"scaling_factor": null
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"display_name": "Natural Gas Heating Intensity",
|
114
|
+
"metadata_id": null,
|
115
|
+
"name": "standard_report_legacy.heating_natural_gas",
|
116
|
+
"units": "MJ/m2",
|
117
|
+
"visualize": false,
|
118
|
+
"export": true,
|
119
|
+
"variable_type": "Double",
|
120
|
+
"objective_function": false,
|
121
|
+
"objective_function_index": null,
|
122
|
+
"objective_function_target": null,
|
123
|
+
"scaling_factor": null
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"display_name": "Cooling Electricity Intensity",
|
127
|
+
"metadata_id": null,
|
128
|
+
"name": "standard_report_legacy.cooling_electricity",
|
129
|
+
"units": "MJ/m2",
|
130
|
+
"visualize": false,
|
131
|
+
"export": true,
|
132
|
+
"variable_type": "Double",
|
133
|
+
"objective_function": false,
|
134
|
+
"objective_function_index": null,
|
135
|
+
"objective_function_target": null,
|
136
|
+
"scaling_factor": null
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"display_name": "Interior Lighting Electricity Intensity",
|
140
|
+
"metadata_id": null,
|
141
|
+
"name": "standard_report_legacy.interior_lighting_electricity",
|
142
|
+
"units": "MJ/m2",
|
143
|
+
"visualize": false,
|
144
|
+
"export": true,
|
145
|
+
"variable_type": "Double",
|
146
|
+
"objective_function": false,
|
147
|
+
"objective_function_index": null,
|
148
|
+
"objective_function_target": null,
|
149
|
+
"scaling_factor": null
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"display_name": "Exterior Lighting Electricity Intensity",
|
153
|
+
"metadata_id": null,
|
154
|
+
"name": "standard_report_legacy.exterior_lighting_electricity",
|
155
|
+
"units": "MJ/m2",
|
156
|
+
"visualize": false,
|
157
|
+
"export": true,
|
158
|
+
"variable_type": "Double",
|
159
|
+
"objective_function": false,
|
160
|
+
"objective_function_index": null,
|
161
|
+
"objective_function_target": null,
|
162
|
+
"scaling_factor": null
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"display_name": "Equipment Electricity Intensity",
|
166
|
+
"metadata_id": null,
|
167
|
+
"name": "standard_report_legacy.interior_equipment_electricity",
|
168
|
+
"units": "MJ/m2",
|
169
|
+
"visualize": false,
|
170
|
+
"export": true,
|
171
|
+
"variable_type": "Double",
|
172
|
+
"objective_function": false,
|
173
|
+
"objective_function_index": null,
|
174
|
+
"objective_function_target": null,
|
175
|
+
"scaling_factor": null
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"display_name": "Equipment Natural Gas Intensity",
|
179
|
+
"metadata_id": null,
|
180
|
+
"name": "standard_report_legacy.interior_equipment_natural_gas",
|
181
|
+
"units": "MJ/m2",
|
182
|
+
"visualize": false,
|
183
|
+
"export": true,
|
184
|
+
"variable_type": "Double",
|
185
|
+
"objective_function": false,
|
186
|
+
"objective_function_index": null,
|
187
|
+
"objective_function_target": null,
|
188
|
+
"scaling_factor": null
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"display_name": "Experior Equipment Electricity Intensity",
|
192
|
+
"metadata_id": null,
|
193
|
+
"name": "standard_report_legacy.exterior_equipment_electricity",
|
194
|
+
"units": "MJ/m2",
|
195
|
+
"visualize": false,
|
196
|
+
"export": true,
|
197
|
+
"variable_type": "Double",
|
198
|
+
"objective_function": false,
|
199
|
+
"objective_function_index": null,
|
200
|
+
"objective_function_target": null,
|
201
|
+
"scaling_factor": null
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"display_name": "Fans Electricity Intensity",
|
205
|
+
"metadata_id": null,
|
206
|
+
"name": "standard_report_legacy.fans_electricity",
|
207
|
+
"units": "MJ/m2",
|
208
|
+
"visualize": false,
|
209
|
+
"export": true,
|
210
|
+
"variable_type": "Double",
|
211
|
+
"objective_function": false,
|
212
|
+
"objective_function_index": null,
|
213
|
+
"objective_function_target": null,
|
214
|
+
"scaling_factor": null
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"display_name": "Pumps Electricity Intensity",
|
218
|
+
"metadata_id": null,
|
219
|
+
"name": "standard_report_legacy.pumps_electricity",
|
220
|
+
"units": "MJ/m2",
|
221
|
+
"visualize": false,
|
222
|
+
"export": true,
|
223
|
+
"variable_type": "Double",
|
224
|
+
"objective_function": false,
|
225
|
+
"objective_function_index": null,
|
226
|
+
"objective_function_target": null,
|
227
|
+
"scaling_factor": null
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"display_name": "Heat Rejection Electricity Intensity",
|
231
|
+
"metadata_id": null,
|
232
|
+
"name": "standard_report_legacy.heat_rejection_electricity",
|
233
|
+
"units": "MJ/m2",
|
234
|
+
"visualize": false,
|
235
|
+
"export": true,
|
236
|
+
"variable_type": "Double",
|
237
|
+
"objective_function": false,
|
238
|
+
"objective_function_index": null,
|
239
|
+
"objective_function_target": null,
|
240
|
+
"scaling_factor": null
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"display_name": "Humidification Electricity Intensity",
|
244
|
+
"metadata_id": null,
|
245
|
+
"name": "standard_report_legacy.humidification_electricity",
|
246
|
+
"units": "MJ/m2",
|
247
|
+
"visualize": false,
|
248
|
+
"export": true,
|
249
|
+
"variable_type": "Double",
|
250
|
+
"objective_function": false,
|
251
|
+
"objective_function_index": null,
|
252
|
+
"objective_function_target": null,
|
253
|
+
"scaling_factor": null
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"display_name": "Water Systems Electricity Intensity",
|
257
|
+
"metadata_id": null,
|
258
|
+
"name": "standard_report_legacy.water_systems_electricity",
|
259
|
+
"units": "MJ/m2",
|
260
|
+
"visualize": false,
|
261
|
+
"export": true,
|
262
|
+
"variable_type": "Double",
|
263
|
+
"objective_function": false,
|
264
|
+
"objective_function_index": null,
|
265
|
+
"objective_function_target": null,
|
266
|
+
"scaling_factor": null
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"display_name": "Water Systems Natural Gas Intensity",
|
270
|
+
"metadata_id": null,
|
271
|
+
"name": "standard_report_legacy.water_systems_natural_gas",
|
272
|
+
"units": "MJ/m2",
|
273
|
+
"visualize": false,
|
274
|
+
"export": true,
|
275
|
+
"variable_type": "Double",
|
276
|
+
"objective_function": false,
|
277
|
+
"objective_function_index": null,
|
278
|
+
"objective_function_target": null,
|
279
|
+
"scaling_factor": null
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"display_name": "Refrigeration Electricity Intensity",
|
283
|
+
"metadata_id": null,
|
284
|
+
"name": "standard_report_legacy.refrigeration_electricity",
|
285
|
+
"units": "MJ/m2",
|
286
|
+
"visualize": false,
|
287
|
+
"export": true,
|
288
|
+
"variable_type": "Double",
|
289
|
+
"objective_function": false,
|
290
|
+
"objective_function_index": null,
|
291
|
+
"objective_function_target": null,
|
292
|
+
"scaling_factor": null
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"display_name": "Total Life Cycle Cost",
|
296
|
+
"metadata_id": null,
|
297
|
+
"name": "standard_report.total_life_cycle_cost",
|
298
|
+
"units": "$",
|
299
|
+
"visualize": true,
|
300
|
+
"export": true,
|
301
|
+
"variable_type": "Double",
|
302
|
+
"objective_function": false,
|
303
|
+
"objective_function_index": null,
|
304
|
+
"objective_function_target": null,
|
305
|
+
"scaling_factor": null
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"display_name": "Air Handler Fan Efficiency",
|
309
|
+
"metadata_id": null,
|
310
|
+
"name": "air_handler_fan_efficiency.air_handler_fan_efficiency_initial",
|
311
|
+
"units": "percent",
|
312
|
+
"visualize": false,
|
313
|
+
"export": true,
|
314
|
+
"variable_type": "Double",
|
315
|
+
"objective_function": false,
|
316
|
+
"objective_function_index": null,
|
317
|
+
"objective_function_target": null,
|
318
|
+
"scaling_factor": null
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"display_name": "Air Handler Fan Efficiency",
|
322
|
+
"metadata_id": "air_handler_fan_efficiency",
|
323
|
+
"name": "air_handler_fan_efficiency.air_handler_fan_efficiency_final",
|
324
|
+
"units": "percent",
|
325
|
+
"visualize": true,
|
326
|
+
"export": true,
|
327
|
+
"variable_type": "Double",
|
328
|
+
"objective_function": false,
|
329
|
+
"objective_function_index": null,
|
330
|
+
"objective_function_target": null,
|
331
|
+
"scaling_factor": null
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"display_name": "Aspect Ratio",
|
335
|
+
"metadata_id": null,
|
336
|
+
"name": "change_geometry.aspect_ratio_initial",
|
337
|
+
"units": "non-dim",
|
338
|
+
"visualize": false,
|
339
|
+
"export": true,
|
340
|
+
"variable_type": "Double",
|
341
|
+
"objective_function": false,
|
342
|
+
"objective_function_index": null,
|
343
|
+
"objective_function_target": null,
|
344
|
+
"scaling_factor": null
|
345
|
+
},
|
346
|
+
{
|
347
|
+
"display_name": "Floor Plate Area",
|
348
|
+
"metadata_id": null,
|
349
|
+
"name": "change_geometry.floor_plate_area_initial",
|
350
|
+
"units": "ft2",
|
351
|
+
"visualize": false,
|
352
|
+
"export": true,
|
353
|
+
"variable_type": "Double",
|
354
|
+
"objective_function": false,
|
355
|
+
"objective_function_index": null,
|
356
|
+
"objective_function_target": null,
|
357
|
+
"scaling_factor": null
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"display_name": "Number of Floors",
|
361
|
+
"metadata_id": null,
|
362
|
+
"name": "change_geometry.number_of_floors_initial",
|
363
|
+
"units": "non-dim",
|
364
|
+
"visualize": false,
|
365
|
+
"export": true,
|
366
|
+
"variable_type": "Integer",
|
367
|
+
"objective_function": false,
|
368
|
+
"objective_function_index": null,
|
369
|
+
"objective_function_target": null,
|
370
|
+
"scaling_factor": null
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"display_name": "Total Floor Area",
|
374
|
+
"metadata_id": null,
|
375
|
+
"name": "change_geometry.total_floor_area_initial",
|
376
|
+
"units": "ft2",
|
377
|
+
"visualize": false,
|
378
|
+
"export": true,
|
379
|
+
"variable_type": "Double",
|
380
|
+
"objective_function": false,
|
381
|
+
"objective_function_index": null,
|
382
|
+
"objective_function_target": null,
|
383
|
+
"scaling_factor": null
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"display_name": "Aspect Ratio",
|
387
|
+
"metadata_id": "aspect_ratio",
|
388
|
+
"name": "change_geometry.aspect_ratio_final",
|
389
|
+
"units": "non-dim",
|
390
|
+
"visualize": true,
|
391
|
+
"export": true,
|
392
|
+
"variable_type": "Double",
|
393
|
+
"objective_function": false,
|
394
|
+
"objective_function_index": null,
|
395
|
+
"objective_function_target": null,
|
396
|
+
"scaling_factor": null
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"display_name": "Floor Plate Area",
|
400
|
+
"metadata_id": null,
|
401
|
+
"name": "change_geometry.floor_plate_area_final",
|
402
|
+
"units": "ft2",
|
403
|
+
"visualize": true,
|
404
|
+
"export": true,
|
405
|
+
"variable_type": "Double",
|
406
|
+
"objective_function": false,
|
407
|
+
"objective_function_index": null,
|
408
|
+
"objective_function_target": null,
|
409
|
+
"scaling_factor": null
|
410
|
+
},
|
411
|
+
{
|
412
|
+
"display_name": "Number of Floors",
|
413
|
+
"metadata_id": "number_of_floors",
|
414
|
+
"name": "change_geometry.number_of_floors_final",
|
415
|
+
"units": "non-dim",
|
416
|
+
"visualize": true,
|
417
|
+
"export": true,
|
418
|
+
"variable_type": "Integer",
|
419
|
+
"objective_function": false,
|
420
|
+
"objective_function_index": null,
|
421
|
+
"objective_function_target": null,
|
422
|
+
"scaling_factor": null
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"display_name": "Total Floor Area",
|
426
|
+
"metadata_id": "total_floor_area",
|
427
|
+
"name": "change_geometry.total_floor_area_final",
|
428
|
+
"units": "ft2",
|
429
|
+
"visualize": true,
|
430
|
+
"export": true,
|
431
|
+
"variable_type": "Double",
|
432
|
+
"objective_function": false,
|
433
|
+
"objective_function_index": null,
|
434
|
+
"objective_function_target": null,
|
435
|
+
"scaling_factor": null
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"display_name": "Air Source Heat Pump Cooling Efficiency",
|
439
|
+
"metadata_id": null,
|
440
|
+
"name": "air_source_heat_pump_cooling_efficiency.air_source_heat_pump_cooling_efficiency_initial",
|
441
|
+
"units": "COP",
|
442
|
+
"visualize": false,
|
443
|
+
"export": true,
|
444
|
+
"variable_type": "Double",
|
445
|
+
"objective_function": false,
|
446
|
+
"objective_function_index": null,
|
447
|
+
"objective_function_target": null,
|
448
|
+
"scaling_factor": null
|
449
|
+
},
|
450
|
+
{
|
451
|
+
"display_name": "Air Source Heat Pump Cooling Efficiency",
|
452
|
+
"metadata_id": null,
|
453
|
+
"name": "air_source_heat_pump_cooling_efficiency.air_source_heat_pump_cooling_efficiency_final",
|
454
|
+
"units": "COP",
|
455
|
+
"visualize": true,
|
456
|
+
"export": true,
|
457
|
+
"variable_type": "Double",
|
458
|
+
"objective_function": false,
|
459
|
+
"objective_function_index": null,
|
460
|
+
"objective_function_target": null,
|
461
|
+
"scaling_factor": null
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"display_name": "Air Source Heat Pump Fan Efficiency",
|
465
|
+
"metadata_id": null,
|
466
|
+
"name": "air_source_heat_pump_fan_efficiency.air_source_heat_pump_fan_efficiency_initial",
|
467
|
+
"units": "COP",
|
468
|
+
"visualize": false,
|
469
|
+
"export": true,
|
470
|
+
"variable_type": "Double",
|
471
|
+
"objective_function": false,
|
472
|
+
"objective_function_index": null,
|
473
|
+
"objective_function_target": null,
|
474
|
+
"scaling_factor": null
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"display_name": "Air Source Heat Pump Fan Efficiency",
|
478
|
+
"metadata_id": null,
|
479
|
+
"name": "air_source_heat_pump_fan_efficiency.air_source_heat_pump_fan_efficiency_final",
|
480
|
+
"units": "COP",
|
481
|
+
"visualize": true,
|
482
|
+
"export": true,
|
483
|
+
"variable_type": "Double",
|
484
|
+
"objective_function": false,
|
485
|
+
"objective_function_index": null,
|
486
|
+
"objective_function_target": null,
|
487
|
+
"scaling_factor": null
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"display_name": "Air Source Heat Pump Heating Efficiency",
|
491
|
+
"metadata_id": null,
|
492
|
+
"name": "air_source_heat_pump_heating_efficiency.air_source_heat_pump_heating_efficiency_initial",
|
493
|
+
"units": "COP",
|
494
|
+
"visualize": false,
|
495
|
+
"export": true,
|
496
|
+
"variable_type": "Double",
|
497
|
+
"objective_function": false,
|
498
|
+
"objective_function_index": null,
|
499
|
+
"objective_function_target": null,
|
500
|
+
"scaling_factor": null
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"display_name": "Air Source Heat Pump Heating Efficiency",
|
504
|
+
"metadata_id": null,
|
505
|
+
"name": "air_source_heat_pump_heating_efficiency.air_source_heat_pump_heating_efficiency_final",
|
506
|
+
"units": "COP",
|
507
|
+
"visualize": true,
|
508
|
+
"export": true,
|
509
|
+
"variable_type": "Double",
|
510
|
+
"objective_function": false,
|
511
|
+
"objective_function_index": null,
|
512
|
+
"objective_function_target": null,
|
513
|
+
"scaling_factor": null
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"display_name": "Boiler Heating Efficiency",
|
517
|
+
"metadata_id": null,
|
518
|
+
"name": "boiler_heating_efficiency.boiler_heating_efficiency_initial",
|
519
|
+
"units": "percent",
|
520
|
+
"visualize": false,
|
521
|
+
"export": true,
|
522
|
+
"variable_type": "Double",
|
523
|
+
"objective_function": false,
|
524
|
+
"objective_function_index": null,
|
525
|
+
"objective_function_target": null,
|
526
|
+
"scaling_factor": null
|
527
|
+
},
|
528
|
+
{
|
529
|
+
"display_name": "Boiler Heating Efficiency",
|
530
|
+
"metadata_id": null,
|
531
|
+
"name": "boiler_heating_efficiency.boiler_heating_efficiency_final",
|
532
|
+
"units": "percent",
|
533
|
+
"visualize": true,
|
534
|
+
"export": true,
|
535
|
+
"variable_type": "Double",
|
536
|
+
"objective_function": false,
|
537
|
+
"objective_function_index": null,
|
538
|
+
"objective_function_target": null,
|
539
|
+
"scaling_factor": null
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"display_name": "Chiller Cooling Efficiency",
|
543
|
+
"metadata_id": null,
|
544
|
+
"name": "chiller_cooling_efficiency.chiller_cooling_efficiency_initial",
|
545
|
+
"units": "COP",
|
546
|
+
"visualize": false,
|
547
|
+
"export": true,
|
548
|
+
"variable_type": "Double",
|
549
|
+
"objective_function": false,
|
550
|
+
"objective_function_index": null,
|
551
|
+
"objective_function_target": null,
|
552
|
+
"scaling_factor": null
|
553
|
+
},
|
554
|
+
{
|
555
|
+
"display_name": "Chiller Cooling Efficiency",
|
556
|
+
"metadata_id": null,
|
557
|
+
"name": "chiller_cooling_efficiency.chiller_cooling_efficiency_final",
|
558
|
+
"units": "COP",
|
559
|
+
"visualize": true,
|
560
|
+
"export": true,
|
561
|
+
"variable_type": "Double",
|
562
|
+
"objective_function": false,
|
563
|
+
"objective_function_index": null,
|
564
|
+
"objective_function_target": null,
|
565
|
+
"scaling_factor": null
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"display_name": "Daylighting Control Setpoint",
|
569
|
+
"metadata_id": null,
|
570
|
+
"name": "daylighting_control_setpoint.daylighting_control_setpoint_initial",
|
571
|
+
"units": "ft-c",
|
572
|
+
"visualize": false,
|
573
|
+
"export": true,
|
574
|
+
"variable_type": "Double",
|
575
|
+
"objective_function": false,
|
576
|
+
"objective_function_index": null,
|
577
|
+
"objective_function_target": null,
|
578
|
+
"scaling_factor": null
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"display_name": "Daylighting Control Setpoint",
|
582
|
+
"metadata_id": null,
|
583
|
+
"name": "daylighting_control_setpoint.daylighting_control_setpoint_final",
|
584
|
+
"units": "ft-c",
|
585
|
+
"visualize": true,
|
586
|
+
"export": true,
|
587
|
+
"variable_type": "Double",
|
588
|
+
"objective_function": false,
|
589
|
+
"objective_function_index": null,
|
590
|
+
"objective_function_target": null,
|
591
|
+
"scaling_factor": null
|
592
|
+
},
|
593
|
+
{
|
594
|
+
"display_name": "District Chiller Cooling Efficiency",
|
595
|
+
"metadata_id": null,
|
596
|
+
"name": "district_chiller_cooling_efficiency.district_chiller_cooling_efficiency_initial",
|
597
|
+
"units": "COP",
|
598
|
+
"visualize": false,
|
599
|
+
"export": true,
|
600
|
+
"variable_type": "Double",
|
601
|
+
"objective_function": false,
|
602
|
+
"objective_function_index": null,
|
603
|
+
"objective_function_target": null,
|
604
|
+
"scaling_factor": null
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"display_name": "District Chiller Cooling Efficiency",
|
608
|
+
"metadata_id": null,
|
609
|
+
"name": "district_chiller_cooling_efficiency.district_chiller_cooling_efficiency_final",
|
610
|
+
"units": "COP",
|
611
|
+
"visualize": true,
|
612
|
+
"export": true,
|
613
|
+
"variable_type": "Double",
|
614
|
+
"objective_function": false,
|
615
|
+
"objective_function_index": null,
|
616
|
+
"objective_function_target": null,
|
617
|
+
"scaling_factor": null
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"display_name": "District Heating Efficiency",
|
621
|
+
"metadata_id": null,
|
622
|
+
"name": "district_heating_efficiency.district_heating_efficiency_initial",
|
623
|
+
"units": "percent",
|
624
|
+
"visualize": false,
|
625
|
+
"export": true,
|
626
|
+
"variable_type": "Double",
|
627
|
+
"objective_function": false,
|
628
|
+
"objective_function_index": null,
|
629
|
+
"objective_function_target": null,
|
630
|
+
"scaling_factor": null
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"display_name": "District Heating Efficiency",
|
634
|
+
"metadata_id": null,
|
635
|
+
"name": "district_heating_efficiency.district_heating_efficiency_final",
|
636
|
+
"units": "percent",
|
637
|
+
"visualize": true,
|
638
|
+
"export": true,
|
639
|
+
"variable_type": "Double",
|
640
|
+
"objective_function": false,
|
641
|
+
"objective_function_index": null,
|
642
|
+
"objective_function_target": null,
|
643
|
+
"scaling_factor": null
|
644
|
+
},
|
645
|
+
{
|
646
|
+
"display_name": "Economizer",
|
647
|
+
"metadata_id": null,
|
648
|
+
"name": "economizer.economizer_initial",
|
649
|
+
"units": "bool",
|
650
|
+
"visualize": false,
|
651
|
+
"export": true,
|
652
|
+
"variable_type": "Bool",
|
653
|
+
"objective_function": false,
|
654
|
+
"objective_function_index": null,
|
655
|
+
"objective_function_target": null,
|
656
|
+
"scaling_factor": null
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"display_name": "Economizer",
|
660
|
+
"metadata_id": null,
|
661
|
+
"name": "economizer.economizer_final",
|
662
|
+
"units": "bool",
|
663
|
+
"visualize": true,
|
664
|
+
"export": true,
|
665
|
+
"variable_type": "Bool",
|
666
|
+
"objective_function": false,
|
667
|
+
"objective_function_index": null,
|
668
|
+
"objective_function_target": null,
|
669
|
+
"scaling_factor": null
|
670
|
+
},
|
671
|
+
{
|
672
|
+
"display_name": "Floor-To-Floor Height",
|
673
|
+
"metadata_id": null,
|
674
|
+
"name": "floor_to_floor_height.floor_to_floor_height_initial",
|
675
|
+
"units": "ft",
|
676
|
+
"visualize": false,
|
677
|
+
"export": true,
|
678
|
+
"variable_type": "Double",
|
679
|
+
"objective_function": false,
|
680
|
+
"objective_function_index": null,
|
681
|
+
"objective_function_target": null,
|
682
|
+
"scaling_factor": null
|
683
|
+
},
|
684
|
+
{
|
685
|
+
"display_name": "Floor-To-Floor Height",
|
686
|
+
"metadata_id": null,
|
687
|
+
"name": "floor_to_floor_height.floor_to_floor_height_final",
|
688
|
+
"units": null,
|
689
|
+
"visualize": true,
|
690
|
+
"export": true,
|
691
|
+
"variable_type": "Double",
|
692
|
+
"objective_function": false,
|
693
|
+
"objective_function_index": null,
|
694
|
+
"objective_function_target": null,
|
695
|
+
"scaling_factor": null
|
696
|
+
},
|
697
|
+
{
|
698
|
+
"display_name": "Floor R-Value for 24 in",
|
699
|
+
"metadata_id": null,
|
700
|
+
"name": "floor_u_value.floor_r_value_for_24_in_initial",
|
701
|
+
"units": "h ft2 F/Btu",
|
702
|
+
"visualize": false,
|
703
|
+
"export": true,
|
704
|
+
"variable_type": "Double",
|
705
|
+
"objective_function": false,
|
706
|
+
"objective_function_index": null,
|
707
|
+
"objective_function_target": null,
|
708
|
+
"scaling_factor": null
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"display_name": "Floor R-Value for 24 in",
|
712
|
+
"metadata_id": null,
|
713
|
+
"name": "floor_u_value.floor_r_value_for_24_in_final",
|
714
|
+
"units": "h ft2 F/Btu",
|
715
|
+
"visualize": true,
|
716
|
+
"export": true,
|
717
|
+
"variable_type": "Double",
|
718
|
+
"objective_function": false,
|
719
|
+
"objective_function_index": null,
|
720
|
+
"objective_function_target": null,
|
721
|
+
"scaling_factor": null
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"display_name": "Interior Lighting Power Density",
|
725
|
+
"metadata_id": null,
|
726
|
+
"name": "interior_lighting_power_density.interior_lighting_power_density_initial",
|
727
|
+
"units": "W/ft2",
|
728
|
+
"visualize": false,
|
729
|
+
"export": true,
|
730
|
+
"variable_type": "Double",
|
731
|
+
"objective_function": false,
|
732
|
+
"objective_function_index": null,
|
733
|
+
"objective_function_target": null,
|
734
|
+
"scaling_factor": null
|
735
|
+
},
|
736
|
+
{
|
737
|
+
"display_name": "Interior Lighting Power Density",
|
738
|
+
"metadata_id": null,
|
739
|
+
"name": "interior_lighting_power_density.interior_lighting_power_density_final",
|
740
|
+
"units": "W/ft2",
|
741
|
+
"visualize": true,
|
742
|
+
"export": true,
|
743
|
+
"variable_type": "Double",
|
744
|
+
"objective_function": false,
|
745
|
+
"objective_function_index": null,
|
746
|
+
"objective_function_target": null,
|
747
|
+
"scaling_factor": null
|
748
|
+
},
|
749
|
+
{
|
750
|
+
"display_name": "Location",
|
751
|
+
"metadata_id": null,
|
752
|
+
"name": "location.location_initial",
|
753
|
+
"units": null,
|
754
|
+
"visualize": false,
|
755
|
+
"export": true,
|
756
|
+
"variable_type": "String",
|
757
|
+
"objective_function": false,
|
758
|
+
"objective_function_index": null,
|
759
|
+
"objective_function_target": null,
|
760
|
+
"scaling_factor": null
|
761
|
+
},
|
762
|
+
{
|
763
|
+
"display_name": "Location",
|
764
|
+
"metadata_id": null,
|
765
|
+
"name": "location.location_final",
|
766
|
+
"units": null,
|
767
|
+
"visualize": true,
|
768
|
+
"export": true,
|
769
|
+
"variable_type": "String",
|
770
|
+
"objective_function": false,
|
771
|
+
"objective_function_index": null,
|
772
|
+
"objective_function_target": null,
|
773
|
+
"scaling_factor": null
|
774
|
+
},
|
775
|
+
{
|
776
|
+
"display_name": "Packaged DX Cooling Efficiency",
|
777
|
+
"metadata_id": null,
|
778
|
+
"name": "packaged_dx_cooling_efficiency.packaged_dx_cooling_efficiency_initial",
|
779
|
+
"units": "COP",
|
780
|
+
"visualize": false,
|
781
|
+
"export": true,
|
782
|
+
"variable_type": "Double",
|
783
|
+
"objective_function": false,
|
784
|
+
"objective_function_index": null,
|
785
|
+
"objective_function_target": null,
|
786
|
+
"scaling_factor": null
|
787
|
+
},
|
788
|
+
{
|
789
|
+
"display_name": "Packaged DX Cooling Efficiency",
|
790
|
+
"metadata_id": null,
|
791
|
+
"name": "packaged_dx_cooling_efficiency.packaged_dx_cooling_efficiency_final",
|
792
|
+
"units": "COP",
|
793
|
+
"visualize": true,
|
794
|
+
"export": true,
|
795
|
+
"variable_type": "Double",
|
796
|
+
"objective_function": false,
|
797
|
+
"objective_function_index": null,
|
798
|
+
"objective_function_target": null,
|
799
|
+
"scaling_factor": null
|
800
|
+
},
|
801
|
+
{
|
802
|
+
"display_name": "Packaged DX Fan Efficiency",
|
803
|
+
"metadata_id": null,
|
804
|
+
"name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_initial",
|
805
|
+
"units": "percent",
|
806
|
+
"visualize": false,
|
807
|
+
"export": true,
|
808
|
+
"variable_type": "Double",
|
809
|
+
"objective_function": false,
|
810
|
+
"objective_function_index": null,
|
811
|
+
"objective_function_target": null,
|
812
|
+
"scaling_factor": null
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"display_name": "Packaged DX Fan Efficiency",
|
816
|
+
"metadata_id": null,
|
817
|
+
"name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_final",
|
818
|
+
"units": "percent",
|
819
|
+
"visualize": true,
|
820
|
+
"export": true,
|
821
|
+
"variable_type": "Double",
|
822
|
+
"objective_function": false,
|
823
|
+
"objective_function_index": null,
|
824
|
+
"objective_function_target": null,
|
825
|
+
"scaling_factor": null
|
826
|
+
},
|
827
|
+
{
|
828
|
+
"display_name": "Packaged DX Fan Efficiency",
|
829
|
+
"metadata_id": null,
|
830
|
+
"name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_initial",
|
831
|
+
"units": "percent",
|
832
|
+
"visualize": false,
|
833
|
+
"export": true,
|
834
|
+
"variable_type": "Double",
|
835
|
+
"objective_function": false,
|
836
|
+
"objective_function_index": null,
|
837
|
+
"objective_function_target": null,
|
838
|
+
"scaling_factor": null
|
839
|
+
},
|
840
|
+
{
|
841
|
+
"display_name": "Packaged DX Fan Efficiency",
|
842
|
+
"metadata_id": null,
|
843
|
+
"name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_final",
|
844
|
+
"units": "percent",
|
845
|
+
"visualize": true,
|
846
|
+
"export": true,
|
847
|
+
"variable_type": "Double",
|
848
|
+
"objective_function": false,
|
849
|
+
"objective_function_index": null,
|
850
|
+
"objective_function_target": null,
|
851
|
+
"scaling_factor": null
|
852
|
+
},
|
853
|
+
{
|
854
|
+
"display_name": "Perimeter Zone Depth",
|
855
|
+
"metadata_id": null,
|
856
|
+
"name": "perimeter_zone_depth.perimeter_zone_depth_initial",
|
857
|
+
"units": "ft",
|
858
|
+
"visualize": false,
|
859
|
+
"export": true,
|
860
|
+
"variable_type": "Double",
|
861
|
+
"objective_function": false,
|
862
|
+
"objective_function_index": null,
|
863
|
+
"objective_function_target": null,
|
864
|
+
"scaling_factor": null
|
865
|
+
},
|
866
|
+
{
|
867
|
+
"display_name": "Perimeter Zone Depth",
|
868
|
+
"metadata_id": null,
|
869
|
+
"name": "perimeter_zone_depth.perimeter_zone_depth_final",
|
870
|
+
"units": "ft",
|
871
|
+
"visualize": true,
|
872
|
+
"export": true,
|
873
|
+
"variable_type": "Double",
|
874
|
+
"objective_function": false,
|
875
|
+
"objective_function_index": null,
|
876
|
+
"objective_function_target": null,
|
877
|
+
"scaling_factor": null
|
878
|
+
},
|
879
|
+
{
|
880
|
+
"display_name": "Roof Construction Type",
|
881
|
+
"metadata_id": null,
|
882
|
+
"name": "roof_construction.roof_construction_type_initial",
|
883
|
+
"units": null,
|
884
|
+
"visualize": false,
|
885
|
+
"export": true,
|
886
|
+
"variable_type": "String",
|
887
|
+
"objective_function": false,
|
888
|
+
"objective_function_index": null,
|
889
|
+
"objective_function_target": null,
|
890
|
+
"scaling_factor": null
|
891
|
+
},
|
892
|
+
{
|
893
|
+
"display_name": "Roof U-Value",
|
894
|
+
"metadata_id": null,
|
895
|
+
"name": "roof_construction.roof_u_value_initial",
|
896
|
+
"units": "Btu/h ft2 F",
|
897
|
+
"visualize": false,
|
898
|
+
"export": true,
|
899
|
+
"variable_type": "Double",
|
900
|
+
"objective_function": false,
|
901
|
+
"objective_function_index": null,
|
902
|
+
"objective_function_target": null,
|
903
|
+
"scaling_factor": null
|
904
|
+
},
|
905
|
+
{
|
906
|
+
"display_name": "Roof Construction Type",
|
907
|
+
"metadata_id": null,
|
908
|
+
"name": "roof_construction.roof_construction_type_final",
|
909
|
+
"units": null,
|
910
|
+
"visualize": true,
|
911
|
+
"export": true,
|
912
|
+
"variable_type": "String",
|
913
|
+
"objective_function": false,
|
914
|
+
"objective_function_index": null,
|
915
|
+
"objective_function_target": null,
|
916
|
+
"scaling_factor": null
|
917
|
+
},
|
918
|
+
{
|
919
|
+
"display_name": "Roof U-Value",
|
920
|
+
"metadata_id": null,
|
921
|
+
"name": "roof_construction.roof_u_value_final",
|
922
|
+
"units": "Btu/h ft2 F",
|
923
|
+
"visualize": true,
|
924
|
+
"export": true,
|
925
|
+
"variable_type": "Double",
|
926
|
+
"objective_function": false,
|
927
|
+
"objective_function_index": null,
|
928
|
+
"objective_function_target": null,
|
929
|
+
"scaling_factor": null
|
930
|
+
},
|
931
|
+
{
|
932
|
+
"display_name": "Orientation",
|
933
|
+
"metadata_id": null,
|
934
|
+
"name": "rotate_building_relative_to_current_orientation.orientation_final",
|
935
|
+
"units": "degrees",
|
936
|
+
"visualize": true,
|
937
|
+
"export": true,
|
938
|
+
"variable_type": "Double",
|
939
|
+
"objective_function": false,
|
940
|
+
"objective_function_index": null,
|
941
|
+
"objective_function_target": null,
|
942
|
+
"scaling_factor": null
|
943
|
+
},
|
944
|
+
{
|
945
|
+
"display_name": "Orientation",
|
946
|
+
"metadata_id": null,
|
947
|
+
"name": "rotate_building_relative_to_current_orientation.orientation_initial",
|
948
|
+
"units": "degrees",
|
949
|
+
"visualize": false,
|
950
|
+
"export": true,
|
951
|
+
"variable_type": "Double",
|
952
|
+
"objective_function": false,
|
953
|
+
"objective_function_index": null,
|
954
|
+
"objective_function_target": null,
|
955
|
+
"scaling_factor": null
|
956
|
+
},
|
957
|
+
{
|
958
|
+
"display_name": "Shading Height above Window",
|
959
|
+
"metadata_id": null,
|
960
|
+
"name": "shading_height_above_window.shading_height_above_window_initial",
|
961
|
+
"units": "ft",
|
962
|
+
"visualize": false,
|
963
|
+
"export": true,
|
964
|
+
"variable_type": "Double",
|
965
|
+
"objective_function": false,
|
966
|
+
"objective_function_index": null,
|
967
|
+
"objective_function_target": null,
|
968
|
+
"scaling_factor": null
|
969
|
+
},
|
970
|
+
{
|
971
|
+
"display_name": "Shading Height above Window",
|
972
|
+
"metadata_id": null,
|
973
|
+
"name": "shading_height_above_window.shading_height_above_window_final",
|
974
|
+
"units": "ft",
|
975
|
+
"visualize": true,
|
976
|
+
"export": true,
|
977
|
+
"variable_type": "Double",
|
978
|
+
"objective_function": false,
|
979
|
+
"objective_function_index": null,
|
980
|
+
"objective_function_target": null,
|
981
|
+
"scaling_factor": null
|
982
|
+
},
|
983
|
+
{
|
984
|
+
"display_name": "Shading Projection Factor",
|
985
|
+
"metadata_id": null,
|
986
|
+
"name": "shading_projection_factor.shading_projection_factor_initial",
|
987
|
+
"units": "non-dim",
|
988
|
+
"visualize": false,
|
989
|
+
"export": true,
|
990
|
+
"variable_type": "Double",
|
991
|
+
"objective_function": false,
|
992
|
+
"objective_function_index": null,
|
993
|
+
"objective_function_target": null,
|
994
|
+
"scaling_factor": null
|
995
|
+
},
|
996
|
+
{
|
997
|
+
"display_name": "Shading Projection Factor",
|
998
|
+
"metadata_id": null,
|
999
|
+
"name": "shading_projection_factor.shading_projection_factor_final",
|
1000
|
+
"units": "non-dim",
|
1001
|
+
"visualize": true,
|
1002
|
+
"export": true,
|
1003
|
+
"variable_type": "Double",
|
1004
|
+
"objective_function": false,
|
1005
|
+
"objective_function_index": null,
|
1006
|
+
"objective_function_target": null,
|
1007
|
+
"scaling_factor": null
|
1008
|
+
},
|
1009
|
+
{
|
1010
|
+
"display_name": "Wall Construction Type",
|
1011
|
+
"metadata_id": null,
|
1012
|
+
"name": "wall_construction.wall_construction_type_initial",
|
1013
|
+
"units": null,
|
1014
|
+
"visualize": false,
|
1015
|
+
"export": true,
|
1016
|
+
"variable_type": "String",
|
1017
|
+
"objective_function": false,
|
1018
|
+
"objective_function_index": null,
|
1019
|
+
"objective_function_target": null,
|
1020
|
+
"scaling_factor": null
|
1021
|
+
},
|
1022
|
+
{
|
1023
|
+
"display_name": "Wall U-Value",
|
1024
|
+
"metadata_id": null,
|
1025
|
+
"name": "wall_construction.wall_u_value_initial",
|
1026
|
+
"units": "Btu/h ft2 F",
|
1027
|
+
"visualize": false,
|
1028
|
+
"export": true,
|
1029
|
+
"variable_type": "Double",
|
1030
|
+
"objective_function": false,
|
1031
|
+
"objective_function_index": null,
|
1032
|
+
"objective_function_target": null,
|
1033
|
+
"scaling_factor": null
|
1034
|
+
},
|
1035
|
+
{
|
1036
|
+
"display_name": "Wall Construction Type",
|
1037
|
+
"metadata_id": null,
|
1038
|
+
"name": "wall_construction.wall_construction_type_final",
|
1039
|
+
"units": null,
|
1040
|
+
"visualize": true,
|
1041
|
+
"export": true,
|
1042
|
+
"variable_type": "String",
|
1043
|
+
"objective_function": false,
|
1044
|
+
"objective_function_index": null,
|
1045
|
+
"objective_function_target": null,
|
1046
|
+
"scaling_factor": null
|
1047
|
+
},
|
1048
|
+
{
|
1049
|
+
"display_name": "Wall U-Value",
|
1050
|
+
"metadata_id": null,
|
1051
|
+
"name": "wall_construction.wall_u_value_final",
|
1052
|
+
"units": "Btu/h f",
|
1053
|
+
"visualize": true,
|
1054
|
+
"export": true,
|
1055
|
+
"variable_type": "Double",
|
1056
|
+
"objective_function": false,
|
1057
|
+
"objective_function_index": null,
|
1058
|
+
"objective_function_target": null,
|
1059
|
+
"scaling_factor": null
|
1060
|
+
},
|
1061
|
+
{
|
1062
|
+
"display_name": "Water Heater Energy Factor",
|
1063
|
+
"metadata_id": null,
|
1064
|
+
"name": "water_heater_efficiency.water_heater_energy_factor_initial",
|
1065
|
+
"units": "percent",
|
1066
|
+
"visualize": false,
|
1067
|
+
"export": true,
|
1068
|
+
"variable_type": "Double",
|
1069
|
+
"objective_function": false,
|
1070
|
+
"objective_function_index": null,
|
1071
|
+
"objective_function_target": null,
|
1072
|
+
"scaling_factor": null
|
1073
|
+
},
|
1074
|
+
{
|
1075
|
+
"display_name": "Water Heater Energy Factor",
|
1076
|
+
"metadata_id": null,
|
1077
|
+
"name": "water_heater_efficiency.water_heater_energy_factor_final",
|
1078
|
+
"units": "percent",
|
1079
|
+
"visualize": true,
|
1080
|
+
"export": true,
|
1081
|
+
"variable_type": "Double",
|
1082
|
+
"objective_function": false,
|
1083
|
+
"objective_function_index": null,
|
1084
|
+
"objective_function_target": null,
|
1085
|
+
"scaling_factor": null
|
1086
|
+
},
|
1087
|
+
{
|
1088
|
+
"display_name": "Window SHGC",
|
1089
|
+
"metadata_id": null,
|
1090
|
+
"name": "window_shgc.window_shgc_initial",
|
1091
|
+
"units": "non-dim",
|
1092
|
+
"visualize": false,
|
1093
|
+
"export": true,
|
1094
|
+
"variable_type": "Double",
|
1095
|
+
"objective_function": false,
|
1096
|
+
"objective_function_index": null,
|
1097
|
+
"objective_function_target": null,
|
1098
|
+
"scaling_factor": null
|
1099
|
+
},
|
1100
|
+
{
|
1101
|
+
"display_name": "Window SHGC",
|
1102
|
+
"metadata_id": null,
|
1103
|
+
"name": "window_shgc.window_shgc_final",
|
1104
|
+
"units": "non-dim",
|
1105
|
+
"visualize": true,
|
1106
|
+
"export": true,
|
1107
|
+
"variable_type": "Double",
|
1108
|
+
"objective_function": false,
|
1109
|
+
"objective_function_index": null,
|
1110
|
+
"objective_function_target": null,
|
1111
|
+
"scaling_factor": null
|
1112
|
+
},
|
1113
|
+
{
|
1114
|
+
"display_name": "Window Sill Height",
|
1115
|
+
"metadata_id": null,
|
1116
|
+
"name": "window_sill_height.window_sill_height_initial",
|
1117
|
+
"units": "ft",
|
1118
|
+
"visualize": false,
|
1119
|
+
"export": true,
|
1120
|
+
"variable_type": "Double",
|
1121
|
+
"objective_function": false,
|
1122
|
+
"objective_function_index": null,
|
1123
|
+
"objective_function_target": null,
|
1124
|
+
"scaling_factor": null
|
1125
|
+
},
|
1126
|
+
{
|
1127
|
+
"display_name": "Window Sill Height",
|
1128
|
+
"metadata_id": null,
|
1129
|
+
"name": "window_sill_height.window_sill_height_final",
|
1130
|
+
"units": "ft",
|
1131
|
+
"visualize": true,
|
1132
|
+
"export": true,
|
1133
|
+
"variable_type": "Double",
|
1134
|
+
"objective_function": false,
|
1135
|
+
"objective_function_index": null,
|
1136
|
+
"objective_function_target": null,
|
1137
|
+
"scaling_factor": null
|
1138
|
+
},
|
1139
|
+
{
|
1140
|
+
"display_name": "Window-To-Wall Ratio",
|
1141
|
+
"metadata_id": null,
|
1142
|
+
"name": "window_to_wall_ratio.window_to_wall_ratio_initial",
|
1143
|
+
"units": "non-dim",
|
1144
|
+
"visualize": false,
|
1145
|
+
"export": true,
|
1146
|
+
"variable_type": "Double",
|
1147
|
+
"objective_function": false,
|
1148
|
+
"objective_function_index": null,
|
1149
|
+
"objective_function_target": null,
|
1150
|
+
"scaling_factor": null
|
1151
|
+
},
|
1152
|
+
{
|
1153
|
+
"display_name": "Window-To-Wall Ratio",
|
1154
|
+
"metadata_id": null,
|
1155
|
+
"name": "window_to_wall_ratio.window_to_wall_ratio_final",
|
1156
|
+
"units": "non-dim",
|
1157
|
+
"visualize": true,
|
1158
|
+
"export": true,
|
1159
|
+
"variable_type": "Double",
|
1160
|
+
"objective_function": false,
|
1161
|
+
"objective_function_index": null,
|
1162
|
+
"objective_function_target": null,
|
1163
|
+
"scaling_factor": null
|
1164
|
+
},
|
1165
|
+
{
|
1166
|
+
"display_name": "Window U-Value",
|
1167
|
+
"metadata_id": null,
|
1168
|
+
"name": "window_u_value.window_u_value_initial",
|
1169
|
+
"units": "Btu/h ft2 F",
|
1170
|
+
"visualize": false,
|
1171
|
+
"export": true,
|
1172
|
+
"variable_type": "Double",
|
1173
|
+
"objective_function": false,
|
1174
|
+
"objective_function_index": null,
|
1175
|
+
"objective_function_target": null,
|
1176
|
+
"scaling_factor": null
|
1177
|
+
},
|
1178
|
+
{
|
1179
|
+
"display_name": "Window U-Value",
|
1180
|
+
"metadata_id": null,
|
1181
|
+
"name": "window_u_value.window_u_value_final",
|
1182
|
+
"units": "Btu/h ft2 F",
|
1183
|
+
"visualize": true,
|
1184
|
+
"export": true,
|
1185
|
+
"variable_type": "Double",
|
1186
|
+
"objective_function": false,
|
1187
|
+
"objective_function_index": null,
|
1188
|
+
"objective_function_target": null,
|
1189
|
+
"scaling_factor": null
|
1190
|
+
},
|
1191
|
+
{
|
1192
|
+
"display_name": "Window VLT",
|
1193
|
+
"metadata_id": null,
|
1194
|
+
"name": "window_vlt.window_vlt_initial",
|
1195
|
+
"units": "non-dim",
|
1196
|
+
"visualize": false,
|
1197
|
+
"export": true,
|
1198
|
+
"variable_type": "Double",
|
1199
|
+
"objective_function": false,
|
1200
|
+
"objective_function_index": null,
|
1201
|
+
"objective_function_target": null,
|
1202
|
+
"scaling_factor": null
|
1203
|
+
},
|
1204
|
+
{
|
1205
|
+
"display_name": "Window VLT",
|
1206
|
+
"metadata_id": null,
|
1207
|
+
"name": "window_vlt.window_vlt_final",
|
1208
|
+
"units": "non-dim",
|
1209
|
+
"visualize": true,
|
1210
|
+
"export": true,
|
1211
|
+
"variable_type": "Double",
|
1212
|
+
"objective_function": false,
|
1213
|
+
"objective_function_index": null,
|
1214
|
+
"objective_function_target": null,
|
1215
|
+
"scaling_factor": null
|
1216
|
+
}
|
1217
|
+
],
|
1218
|
+
"problem": {
|
1219
|
+
"algorithm": {
|
1220
|
+
"sample_method": "individual_variables",
|
1221
|
+
"": "",
|
1222
|
+
"objective_functions": [
|
1223
|
+
"standard_report_legacy.total_energy",
|
1224
|
+
"standard_report_legacy.total_source_energy"
|
1225
|
+
]
|
1226
|
+
},
|
1227
|
+
"name": "Problem",
|
1228
|
+
"workflow": [
|
1229
|
+
{
|
1230
|
+
"arguments": [
|
1231
|
+
|
1232
|
+
],
|
1233
|
+
"bcl_measure_directory": "./measures/rotate_building",
|
1234
|
+
"bcl_measure_class_name": "RotateBuilding",
|
1235
|
+
"bcl_measure_uuid": "c9c63e50-d39f-0131-b08a-2820663576f4",
|
1236
|
+
"bcl_measure_version_uuid": "c9c690b0-d39f-0131-b08b-2820663576f4",
|
1237
|
+
"display_name": "Rotate Building Relative to Current Orientation",
|
1238
|
+
"measure_definition_directory": "./measures/rotate_building",
|
1239
|
+
"measure_definition_class_name": "RotateBuilding",
|
1240
|
+
"measure_definition_uuid": "c9c6b980-d39f-0131-b08c-2820663576f4",
|
1241
|
+
"measure_definition_version_uuid": "c9c70f40-d39f-0131-b08d-2820663576f4",
|
1242
|
+
"measure_type": "RubyMeasure",
|
1243
|
+
"name": "rotate_building_relative_to_current_orientation",
|
1244
|
+
"variables": [
|
1245
|
+
{
|
1246
|
+
"argument": {
|
1247
|
+
"display_name": "Orientation",
|
1248
|
+
"machine_name": "orientation",
|
1249
|
+
"name": "relative_building_rotation",
|
1250
|
+
"required": false,
|
1251
|
+
"uuid": "c9c981b0-d39f-0131-b090-2820663576f4",
|
1252
|
+
"version_uuid": "c9c9a8a0-d39f-0131-b091-2820663576f4"
|
1253
|
+
},
|
1254
|
+
"display_name": "Orientation",
|
1255
|
+
"machine_name": "orientation",
|
1256
|
+
"maximum": 359.0,
|
1257
|
+
"minimum": 0.0,
|
1258
|
+
"name": "orientation",
|
1259
|
+
"relation_to_output": "",
|
1260
|
+
"static_value": 0.0,
|
1261
|
+
"uncertainty_description": {
|
1262
|
+
"attributes": [
|
1263
|
+
{
|
1264
|
+
"name": "lower_bounds",
|
1265
|
+
"value": 0.0
|
1266
|
+
},
|
1267
|
+
{
|
1268
|
+
"name": "upper_bounds",
|
1269
|
+
"value": 359.0
|
1270
|
+
},
|
1271
|
+
{
|
1272
|
+
"name": "stddev",
|
1273
|
+
"value": 59.833333333333336
|
1274
|
+
},
|
1275
|
+
{
|
1276
|
+
"name": "delta_x",
|
1277
|
+
"value": null
|
1278
|
+
},
|
1279
|
+
{
|
1280
|
+
"name": "modes",
|
1281
|
+
"value": 180.0
|
1282
|
+
}
|
1283
|
+
],
|
1284
|
+
"type": "uniform_uncertain"
|
1285
|
+
},
|
1286
|
+
"units": "degrees",
|
1287
|
+
"value_type": "double",
|
1288
|
+
"variable": true,
|
1289
|
+
"variable_type": "RubyContinuousVariable",
|
1290
|
+
"uuid": "c9ca3510-d39f-0131-b092-2820663576f4",
|
1291
|
+
"version_uuid": "c9ca5740-d39f-0131-b093-2820663576f4"
|
1292
|
+
}
|
1293
|
+
],
|
1294
|
+
"workflow_index": 0,
|
1295
|
+
"workflow_step_type": "Measure",
|
1296
|
+
"uuid": "c9c76b80-d39f-0131-b08e-2820663576f4",
|
1297
|
+
"version_uuid": "c9c87940-d39f-0131-b08f-2820663576f4"
|
1298
|
+
}
|
1299
|
+
],
|
1300
|
+
"analysis_type": "preflight"
|
1301
|
+
},
|
1302
|
+
"seed": {
|
1303
|
+
"file_type": "XML",
|
1304
|
+
"path": "./seed/small_seed.osm"
|
1305
|
+
},
|
1306
|
+
"weather_file": {
|
1307
|
+
"file_type": "EPW",
|
1308
|
+
"path": "./weather/partial_weather.epw"
|
1309
|
+
}
|
1310
|
+
}
|
1311
|
+
}
|