Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync ServerDirectoryCleanup arguments w/OutputControlFiles fields #1278

Open
joseph-robertson opened this issue Jul 22, 2024 · 2 comments
Open

Comments

@joseph-robertson
Copy link
Contributor

When yml argument debug: true, the following is populated in in.idf:

OutputControl:Files,
  Yes,                                    !- Output CSV
  Yes,                                    !- Output MTR
  Yes,                                    !- Output ESO
  Yes,                                    !- Output EIO
  Yes,                                    !- Output Tabular
  Yes,                                    !- Output SQLite
  Yes,                                    !- Output JSON
  Yes,                                    !- 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

We control most (?) of these using ServerDirectoryCleanup's "retain" arguments (except, for example, eplusmtr.csv) by deleting them after they've already been requested and output.

Alternatively, could we replace ServerDirectoryCleanup with a model measure that modifies fields of OutputControl:Files?

@shorowit
Copy link
Contributor

Alternatively, could we replace ServerDirectoryCleanup with a model measure that modifies fields of OutputControl:Files?

That would work for EnergyPlus output files, but not OS or OS-HPXML output files.

@joseph-robertson
Copy link
Contributor Author

joseph-robertson commented Jul 22, 2024

Right. We'd still have this new measure control (by optionally deleting) OS and OS-HPXML output files.

Edit: I think I see what you're saying. The measure would need to happen after simulation to work for OS/OS-HPXML output files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants