2

Troubleshooting unknown keyword error from prototype building measure?

I'm trying to apply the "Create DOE Prototype Building" measure to generate the prototypical lab building (with that building type added manually to the list of building types in the measure, which is expected to work), using the version of the Create DOE Prototype Building measure downloaded today from the BCL, and version 1.0.0 of the OpenStudio Application. The Ruby gemfile in the OpenStudio Application folder specifies version 0.2.11 of openstudio-standards, which should be compatible with the lab building option for this measure (OpenStudioApplication 1.1.0 is based on OpenStudio SDK 3.0.0 and it's gemfile is here)

I'm getting the error message in the image attached (about energy_recovery being an unknown keyword)

C:\fakepath\Measure_Error.PNG

when I try to apply this measure (with a vintage of 2010, which the option should be compatible with).

I noticed that the energy_recovery argument is no longer in the model_add_doas method in the master branch of openstudio-standards on GitHub, so maybe that is part of the problem.

Does anyone have advice on troubleshooting this? Thanks!

amyeallen1's avatar
61
amyeallen1
asked 2021-02-12 15:11:51 -0500
Julien Marrec's avatar
29.7k
Julien Marrec
updated 2021-02-15 03:17:53 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The fact that you are having to manually add the building type the the measure is an indication that it isn't the correct version of the measure. Try the copy of the measure in the 0.3.0 version of the model articulation gem. You can get this by installing the Ruby gem or by checking out the GitHub repository. In either case use your my measures directory to access the measure from the OpenStudio Application.

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2021-02-15 10:13:51 -0500, updated 2021-02-15 11:12:53 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments