-
Notifications
You must be signed in to change notification settings - Fork 394
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
Standard62.1Summary not be treated as valid report name in Output:Table:SummaryReports #8822
Comments
@swangdb I cannot reproduce this issue either with 9.4.0 or current develop. Could you provide your IDF file please? I took 5ZoneAirCooled.idf (from ExampleFiles) and modified the Output:Table:SummaryReports to be like below. I get zero warning in eplusout.err and the eplustbl.htm shows the Report correctly.
|
@jmarrec Please see attached idf file in question. |
@swangdb Thanks for the quick turn around. I can reproduce with 9.4.0. Will investigate and report back. |
@swangdb So it turns out that you need to enable either "Zone Sizing" or "System Sizing" in SimulationControl,
- No, !- Do Zone Sizing Calculation
- No, !- Do System Sizing Calculation
No, !- Do Plant Sizing Calculation
No, !- Run Simulation for Sizing Periods
Yes, !- Run Simulation for Weather File Run Periods
, !- Do HVAC Sizing Simulation for Sizing Periods
; !- Maximum Number of HVAC Sizing Simulation Passes EnergyPlus/src/EnergyPlus/OutputReportPredefined.cc Lines 935 to 937 in e936516
|
This is explained in the I/O reference guide, but it's very easy to miss it... Quoting, emphasis (bold) is mine:
|
@jmarrec Thank you very much for the quick response to the issue, your solution works a treat! But I'm a bit confused why those two sizing calculations need to be enabled in order to see the Standard 62.1 Summary. |
Fix #8822 - new warning to explain why Standard62.1Summary may not be available in Output:Table:SummaryReports
Issue overview
Added the summary report key Standard62.1Summary into Output:Table:SummaryReports object and run the simulation for a model, EnergyPlus has reported a severe error:
** Severe ** Output:Table:SummaryReports Field[6]="STANDARD62.1SUMMARY", invalid report name -- will not be reported.
The simulation still runs but there is not a Standard 62.1 Summary generated.
Details
Some additional details for this issue (if relevant):
The text was updated successfully, but these errors were encountered: