Getting Started

Here is a brief overview on getting setup, running an ERI calculation, and obtaining outputs.

Setup

To get started:

  1. Either download OpenStudio 2.9.0 and install the Command Line Interface/EnergyPlus components, or use the nrel/openstudio docker image.
  2. Download the OpenStudio-ERI v0.5.0 Beta release.
  3. To obtain all available weather files, run: openstudio workflow/energy_rating_index.rb --download-weather

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

Run the ERI calculation on a provided sample HPXML file as follows: openstudio --no-ssl workflow/energy_rating_index.rb -x workflow/sample_files/base.xml

Note that the Reference Home, Rated Home and Index Adjustment Home (if applicable) simulations will be executed in parallel on the local machine.

This will generate output as shown below:

https://user-images.githubusercontent.com/5861765/63288138-3e167000-c279-11e9-9a18-b0a2327ed89d.png

You can also request generation of hourly output CSV files as part of the calculation by running: openstudio --no-ssl workflow/energy_rating_index.rb -x workflow/sample_files/base.xml --hourly-output

Run openstudio workflow/energy_rating_index.rb -h to see all available commands/arguments.

Output

Upon completion, ERI is provided in the console (stdout) as well as available in some of the summary output files. See the Outputs section for a description of all available outputs.