Usage Instructions
Setup
To get started:
Either download OpenStudio 3.11.0 and install the Command Line Interface/EnergyPlus components, or use the nrel/openstudio docker image.
Download the latest release release.
Note
If the openstudio command is not found, it’s because the executable is not in your PATH. Either add the executable to your PATH or point directly to the executable found in the openstudio-X.X.X/bin directory.
Running Calculations
openstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xmlNote that all simulations will be executed in parallel if there are sufficient cpus/cores available.
This will generate output as shown below:
openstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --hourly ALLopenstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --monthly fuels --monthly temperaturesopenstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --skip-simulationopenstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --output-format jsonopenstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --diagnostic-outputopenstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --num-proc 2Run openstudio workflow/energy_rating_index.rb -h to see all available commands/arguments.
Output
Upon completion, results are provided in the console (stdout) as well as available in summary output files. See the Workflow Outputs section for a description of all available outputs.