Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
4

How do you view hourly reports for variables other than what’s provided in the output variables tab in OpenStudio?

asked 2015-05-27 18:35:02 -0500

Brian C's avatar

updated 2015-05-27 19:28:50 -0500

For example I would like to view hourly reports for pieces of equipment (i.e. chiller demand, chiller supply temperature, boiler heating output, etc.)

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2015-05-27 23:55:44 -0500

Once you know what you want out of an .rdd or .mdd file you can use one of the two measures below to add in variable or meter requests.

Add Output Variable
Add Meter

I should also point out that reporting measures can now add their own variable requests instead of having to add that request in a separate measure. It works by running a specific part of the measure prior to the EnergyPlus run to inject the variable request, then plotting or graphing that resulting data after the simulation. That process is described in the OpenStudio Measure WritingGuide.. I've linked specifically to the portion on reporting measures at the "energyPlusOutputRequests" method description.

edit flag offensive delete link more

Comments

Any plans to update these measures with a choice argument for all RDD or MDD options like in the IDF Editor?

MatthewSteen's avatar MatthewSteen  ( 2015-05-28 08:42:28 -0500 )edit

@MatthewSteen, that is a good idea. If you had a generic .rdd or .mdd file in the measure resources folder this would be easy. The trick with is getting access to the last results from the arguments section of a model measure. @macumber may have ideas for this. One issue with this, when you know which variable you want, is that it would fail unless you had already run a simulation once.

Of course maybe a better approach is to make the "Output Variables" section more robust. It is already dynamic based on objects in your model, but it isn't comprehensive.

David Goldwasser's avatar David Goldwasser  ( 2015-05-28 09:45:48 -0500 )edit

It should be possible to make a Model Measure that runs a single design day and outputs all the RDD and MDD options for a given model. We would like to improve the association of output variables with input model objects but that isn't on the immediate horizon.

macumber's avatar macumber  ( 2015-05-28 10:06:11 -0500 )edit

I was envisioning the measure accessing the last MDD/RDD file to display only the relevant options to the current model and if unavailable displaying an empty drop-down like in the IDF Editor. Also, I think the list of available variables could be more user friendly if they were grouped in some way like the EP objects are grouped according to class.

MatthewSteen's avatar MatthewSteen  ( 2015-05-28 10:07:11 -0500 )edit

Feel free to open a feature request on this in the github issues.

macumber's avatar macumber  ( 2015-05-28 10:15:47 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 2015-05-27 18:35:02 -0500

Seen: 1,037 times

Last updated: May 27 '15