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

EnergyPlus output files.

asked 1 year ago

updated 1 year ago

I don't want EnergyPlus to generate 16 files per simulation but only 2 files. What can I do in IDF file?

Thanks Michalis

Preview: (hide)

Comments

@michaelmichael1990 what version of EnergyPlus are you using? The OutputControl:Files object recommended by @andresgallardo was added to EnergyPlus v9.4, so if you're using a version before that this won't be an option and you will need to update your EnergyPlus input file (IDF) to v9.4 or a later version in order to use this object type.

Aaron Boranian's avatar Aaron Boranian  ( 1 year ago )

Many thanks, Aaron! With E+ 9.5 works but with 8.9 does not. Thank you, Michalis

michaelmichael1990's avatar michaelmichael1990  ( 1 year ago )

1 Answer

Sort by » oldest newest most voted
3

answered 1 year ago

andresgallardo's avatar

updated 1 year ago

You can use this EnergyPlus object and select "Yes" or "No" accordingly:

OutputControl:Files,
    Yes,                     !- Output CSV
    Yes,                     !- Output MTR
    Yes,                     !- Output ESO
    Yes,                     !- Output EIO
    Yes,                     !- Output Tabular
    Yes,                     !- Output SQLite
    Yes,                     !- Output JSON
    No,                      !- Output AUDIT
    Yes,                     !- Output Zone Sizing
    Yes,                     !- Output System Sizing
    Yes,                     !- Output DXF
    Yes,                     !- Output BND
    Yes,                     !- Output RDD
    Yes,                     !- Output MDD
    Yes,                     !- Output MTD
    Yes,                     !- Output END
    Yes,                     !- Output SHD
    Yes,                     !- Output DFS
    Yes,                     !- Output GLHE
    Yes,                     !- Output DelightIn
    Yes,                     !- Output DelightELdmp
    Yes,                     !- Output DelightDFdmp
    Yes,                     !- Output EDD
    Yes,                     !- Output DBG
    Yes,                     !- Output PerfLog
    Yes,                     !- Output SLN
    Yes,                     !- Output SCI
    Yes,                     !- Output WRL
    Yes,                     !- Output Screen
    Yes,                     !- Output ExtShd
    Yes;                     !- Output Tarcog

Cheers

Andres

Preview: (hide)
link

Comments

Many thanks, Andres, but where can I find the object 'OutputControl:Files' in the IDF?

Thank you, Michalis

michaelmichael1990's avatar michaelmichael1990  ( 1 year ago )

@michaelmichael1990 You have to add that object to your idf file, otherwise you won't find it in a "common" idf file. Using any text editor, you can just copy and paste all of the above anywhere in your idf file and it should work.

andresgallardo's avatar andresgallardo  ( 1 year ago )

Thanks. I did the above advice but the E+ terminated with the severe error ''Last severe error=Line: 1185 Index: 19 - "OutputControl:Files" is not a valid Object Type''. Any suggestion to overcome it, please? Thanks, Michalis

michaelmichael1990's avatar michaelmichael1990  ( 1 year 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: 1 year ago

Seen: 217 times

Last updated: Sep 19 '23