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

OutputControl:Files incorrectly produces "unused object" warning #8999

Closed
3 tasks done
shorowit opened this issue Aug 23, 2021 · 0 comments · Fixed by #9292
Closed
3 tasks done

OutputControl:Files incorrectly produces "unused object" warning #8999

shorowit opened this issue Aug 23, 2021 · 0 comments · Fixed by #9292
Assignees
Labels
Defect Includes code to repair a defect in EnergyPlus

Comments

@shorowit
Copy link
Contributor

shorowit commented Aug 23, 2021

Issue overview

When you include an OutputControl:Files object in your IDF, you get an incorrect warning from EnergyPlus:

   ************* There are 1 unused objects in input.
   ************* Use Output:Diagnostics,DisplayUnusedObjects; to see them.

If I use the Output:Diagnostics,DisplayUnusedObjects object:

   ** Warning ** The following lines are "Unused Objects".  These objects are in the input
   **   ~~~   **  file but are never obtained by the simulation and therefore are NOT used.
   **   ~~~   **  Only the first unused named object of an object class is shown.  Use Output:Diagnostics,DisplayAllWarnings; to see all.
   **   ~~~   **  See InputOutputReference document for more details.
   ************* Object=OutputControl:Files=OutputControl:Files 1

Example file to reproduce:
in.idf.txt

Details

Some additional details for this issue (if relevant):

  • Windows 10
  • EnergyPlus v9.5

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

@jmarrec jmarrec added the Defect Includes code to repair a defect in EnergyPlus label Feb 21, 2022
@jmarrec jmarrec self-assigned this Feb 21, 2022
jmarrec added a commit that referenced this issue Feb 22, 2022
Myoldmopar added a commit that referenced this issue Feb 22, 2022
Fix #8999 - OutputControl:Files is marked unused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Includes code to repair a defect in EnergyPlus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants