NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
484 stars 185 forks source link

CLI: Allow disabling EnergyPlus result output #5164

Closed shorowit closed 2 months ago

shorowit commented 2 months ago

Enhancement Request

Currently the CLI will output the following when running a simulation:

EnergyPlus Completed Successfully.
RunEnergyPlus: Completed Successfully with 0 Fatal Errors, 0 Severe Errors, 35 Warnings.

It'd be useful to be able to turn this off when, e.g., running tests because it makes it hard to see the test results.

https://github.com/NREL/OpenStudio/blob/8d12effc4c076baf004ba9046a923e5bfa678cbb/src/workflow/RunEnergyPlus.cpp#L248