1

Error importing ESO file

I can't open my .ESO file with the designbuilder Results Viewer. When i try to open it, the following error appears: 'Error importing ESO file: In ESO header, an interval type is set to 'whenannualreportvariablesrequested', Timestep, Hourly, Dialy, Monthly or Period only allowed.

I made an input file with OpenStudio and modified some material properties with the IDF Editor.

Dieuwert's avatar
63
Dieuwert
asked 2018-05-17 06:39:08 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-05-21 15:12:29 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

EnergyPlus 8.9 added an annual reporting frequency (see here for the changelog), and it looks like that is tripping up the viewer. Do you have any outputs set to report at annual frequency? If so and you're running one year (or less), then change those to run period frequency. If you don't have any output variables with annual reporting frequency, you could try editing the ESO file to delete this line in the header:

6,1,Calendar Year of Simulation[] ! When Annual Report Variables Requested

If neither of those work, it may be that modifications in the code of the viewer are needed.

Jason DeGraw's avatar
2.2k
Jason DeGraw
answered 2018-05-17 08:42:42 -0500
edit flag offensive 0 remove flag delete link

Comments

Also check if you have used “Detailed” reporting frequency for any of the requested output variables in the INP file. I’ve seen this error due to that.

Molly Curtz's avatar Molly Curtz (2018-05-17 10:16:27 -0500) edit

All my outputs where set to hourly but there was indeed something with the update which caused the problem. I installed xEsoView and it worked. Thanks for the fast answer!

Dieuwert's avatar Dieuwert (2018-05-17 12:56:53 -0500) edit
add a comment see more comments