BEopt to OpenStudio measures
Attempting to model residential buildings in OpenStudio using the BEopt measures NREL has created, but am unable to run the measures. I need help understanding how to execute them. https://github.com/NREL/OpenStudio-BEopt
The working files have been downloaded from the website above and added to the OpenStudio directory. I followed the command prompt directions for running the measures as follows:
Running the Measures ... If interested in programatically driving the simulations, you will likely find it easiest to use the Command Line Interface approach. The Command Line Interface is a self-contained executable that can run an OpenStudio Workflow file, which defines a series of OpenStudio measures to apply. An example OpenStudio Workflow (create-model-example.osw) is provided with a pre-populated selection of residential measures and arguments. It can be modified as needed and then run like so:
openstudio.exe run -w create-model-example.osw
This will apply the measures to the OpenStudio seed model specified in the .osw, run the EnergyPlus simulation, and produce output.
I am attempting to use the "Workflow: Create Model" method
Upon executing, I get the following errors:
1) When I put the unzipped files from github in the "\openstudio-2.1.0\OpenStudio-BEopt-master" directory
2) When I take the unzipped folders out of the master directory from github and place them in the "\openstudio-2.1.0\" directory, I get a request for a Warning about a weather data file
3) Seeing the "ResidentialLocation" measure folder being referenced above, I placed TMY3 Weather Data (.epw) and design days data and (.ddy) in the "\openstudio-2.1.0\measures\ResidentialLocation", and get the following error
Any ideas on how to execute the BEopt to OpenStudio measures? I am struggling to figure it out.
Have you tried using them in PAT? That's probably the quickest way to generate a residential model.
Will give PAT a go by attempting to execute the measures as listed by the JSON code in the order it calls for... (https://github.com/NREL/OpenStudio-BE...)
That being said, any ideas as to my trouble regarding the command prompt approach?