3

I am trying to find the Output : Diagnostics, Displaywarnings file

I have a couple of warnings that directs me to the Output : Diagnostics, Displaywarnings file for unused construction and shadowing.

JamesErikSmith's avatar
71
JamesErikSmith
asked 2015-01-30 13:52:39 -0500
MatthewSteen's avatar
10.1k
MatthewSteen
updated 2015-01-30 14:21:29 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

4

@Kyle Benne's answer is good for working in EnergyPlus. In OpenStudio I suggest using the Add Output Diagnostics measure with DisplayAllWarnings selected. This will give you all the diagnostic files you need which will be located in the OSM file directory in the .../run/EnergyPlus folder. The directory and files can also be opened directly from within OpenStudio through the Run Simulation tab > Tree tab

See this answer for directions: https://unmethours.com/question/2271/...

The files you're looking for are the .err and .shd files.

MatthewSteen's avatar
10.1k
MatthewSteen
answered 2015-01-30 14:37:45 -0500, updated 2015-01-30 14:47:14 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
2

Output:Diagnostics is an idf input object that is used to control what information is included in the eplusout.err file. You can set the first field to "DisplayExtraWarnings" to get extra info in the err file.

Kyle Benne's avatar
6k
Kyle Benne
answered 2015-01-30 14:10:09 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments