First time here? Check out the Help page!

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

Disabling creation of .eso file with EnergyPlus

asked 7 years ago

Chris's avatar

updated 7 years ago

Is there a way to disable the creation of .eso files when running EnergyPlus? I'm running some large parallel simulations and the .eso files are quite big (and unnecessary?).

I'm using eppy in python at the moment to remove sql and html outputs by removing the lines in my idf files, but can't figure out if this is possible for the .eso files:

idf1.popidfobject('Output:SQLite'.upper(), 0) idf1.popidfobject('Output:VariableDictionary'.upper(), 0) idf1.popidfobject('Output:Table:SummaryReports'.upper(), 0) idf1.popidfobject('OutputControl:Table:Style'.upper(), 0)

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 7 years ago

TomB's avatar

The lines of code you've shown there don't suggest you are removing all the Output:Variables. A simple way of achieving your goal could be to remove all output variables, and meters. This will mean you are not writing a lot of info inot the .eso. If the .eso is empty or close to it, the file size will be small. I'd suggest thats a lot quicker and easier than trying to persuade energyplus not to produce the .eso file.

Preview: (hide)
link

Comments

Ah, you're absolutely right. A previous me did remove those variables, but now I had left them 'turned on'. On another note, i'm creating eplusmtr.csv and eplusout.csv files through adding OUTPUT:METER:METERFILEONLY objects in the idf. However, there is also always an eplusout.mtr being created. Do you know perhaps if that's a necessary file to create the .csv? Thanks for the help.

Chris's avatar Chris  ( 7 years ago )

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: 7 years ago

Seen: 848 times

Last updated: Aug 27 '17