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

Reading the .err file and not understanding a thing!

asked 2015-02-07 01:36:47 -0500

ellimelimeli's avatar

updated 2015-04-13 13:45:23 -0500

Hello,

I am getting these errors from eplusout.err but don't know what they mean and how to solve them:

  1. "Warning* ManageSizing: For a zone sizing run, there must be at least 1 Sizing:Zone input object. SimulationControl Zone Sizing option ignored." ?

  2. Where do I put the "Ground Temperatures"? Were they supposed to be in the weather file?

  3. I've got some windows that are not rectangular (deliberately) and it gets a severe error there.

  4. For the warning "There are 13 nominally unused constructions in input."? Where can I find this: "For explicit details on each unused construction, use Output:Diagnostics,DisplayExtraWarnings;"? In the Output tag of Run Simulation there is nothing.

    Thanks a lot!!!

edit retag flag offensive close merge delete

Comments

Thank you very much!! I am a very new user with no guidance, so you guys are the only one I can run to...

I am actually simulating through Open Studio and not creating the idf file manually (so I changed my tags).

1) The fenestration tip was exactly right!

2) But, since I do not have an idf file, where can I search in Open Studio for the "Output:Diagnostics,DisplayExtraWarnings;" to add ground temperatures and the "Site:GroundTemperature:BuildingSurface" to see the unused constuctions?

Thanks!!!

ellimelimeli's avatar ellimelimeli  ( 2015-02-08 01:59:17 -0500 )edit

1 Answer

Sort by » oldest newest most voted
4

answered 2015-02-07 05:04:09 -0500

updated 2015-02-07 05:19:43 -0500

As the documentation says:

"Sometimes, messages only confuse users – especially new users."

So don't worry, all will become clear(er) in time once you get familiar with the documentation. On your questions, the warnings in many cases are just that. They are things that don't actually stop the program from running, but that you might want to consider looking into. Severe error (which precede a fatal error) are what actually prevents the program from running.

I'm assuming here that you're using EnergyPlus by creating the IDF manually, or using the IDF Editor tool. If you're using OpenStudio then some of this advice might not be relevant. I'll let an OpenStudio user weigh in on where that would be the case. You can add extra tags for the software you're using which will help people to find your question.

1) This error means you have told the program to carry out sizing calculations in the SimulationControl object, but that you don't have any Sizing:Zone objects in your model. These are used to size hot and cold air flow in the model, so they may or may not be required. (Sizing:Zone docs) (SimulationControl docs)

2) The ground temperatures warning comes up a lot of the time. Take a look at the documentation on Site:GroundTemperature:BuildingSurface on how to add/edit the ground temperatures in the documentation, and on how to set the right values. (docs)

3) EnergyPlus is not able to handle FenestrationSurface:Detailed objects which are not either triangular or rectangular. Try recreating your window shapes by breaking them down into triangles and rectangles. (docs)

4) This means that some of the constructions in your model are not actually used. It may slightly speed up running if you remove them, but not really noticeably. To find out which ones you can safely remove, add

Output:Diagnostics,DisplayExtraWarnings;

anywhere in your IDF. The construction names will then show up in your .err file next time you run the simulation. (docs)

edit flag offensive delete link more

Your Answer

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

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2015-02-07 01:36:47 -0500

Seen: 5,432 times

Last updated: Feb 08 '15