Display Strings[LINK]
Two display routines are useful for displaying to the “run” log the progress of the simulation. Since EnergyPlus usually runs as a “console” mode application, users may monitor progress of the simulation. Thus, at times it is useful to have messages displayed there. These should be minimal in number though can be used effectively during debugging of new modules.
subroutine DisplayString(String)
subroutine DisplayNumberandString(Number,String)
The “String” parameters are normal strings. The “Number” parameter must be an integer.
Display Strings[LINK]
Two display routines are useful for displaying to the “run” log the progress of the simulation. Since EnergyPlus usually runs as a “console” mode application, users may monitor progress of the simulation. Thus, at times it is useful to have messages displayed there. These should be minimal in number though can be used effectively during debugging of new modules.
subroutine DisplayString(String)
subroutine DisplayNumberandString(Number,String)
The “String” parameters are normal strings. The “Number” parameter must be an integer.
Documentation content copyright © 1996-2018 The Board of Trustees of the University of Illinois and the Regents of the University of California through the Ernest Orlando Lawrence Berkeley National Laboratory. All rights reserved. EnergyPlus is a trademark of the US Department of Energy.
This documentation is made available under the EnergyPlus Open Source License v1.0.