Usage Instructions
Setup
To get started:
Either download OpenStudio 3.9.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.xml
Note 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 ALL
openstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --monthly fuels --monthly temperatures
openstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --skip-simulation
openstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --output-format json
openstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --diagnostic-output
openstudio workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --num-proc 2
Run 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.