PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ print_summary_line()
Print a line to stdout which summarizes the state of the modeled ice sheet at the end of the time step. This method is for casual inspection of model behavior, and to provide the user with some indication of the state of the run. Generally, two lines are printed to stdout, the first starting with a space and the second starting with the character 'S' in the left-most column (column 1). The first line shows flags for which processes executed, and the length of the time step (and/or substeps under option -skip). See IceModel::run() for meaning of these flags. If printPrototype is TRUE then the first line does not appear and the second line has alternate appearance. Specifically, different column 1 characters are printed:
These quantities are reported in this base class version:
Configuration parameters For more description and examples, see the PISM User's Manual. Derived classes of IceModel may redefine this method and print alternate information. Definition at line 164 of file printout.cc. References pism::units::convert(), m_config, m_log, m_stdout_flags, m_stress_balance, m_sys, m_time, pism::array::max(), pism::printf(), pism::CFLData::u_max, and pism::CFLData::v_max. Referenced by print_summary(), and run(). |