Please note that the content of the MESH User Support space continues to be updated as we transition to new tools.
Support and contact: MESH@ec.gc.ca | GitHub: https://github.com/MESH-Model
PRINTSIMSTATUS
This flag controls how and if the simulation summary is printed to screen.
Quick links
PRINTSIMSTATUS
(VERBOSEMODE
)
VERBOSEMODE
was renamed internally to PRINTSIMSTATUS
in r1398, though use of VERBOSEMODE
remains supported.
Option | Description | Supported since |
---|---|---|
| The default daily summary is printed to screen (including observed and simulated streamflow if channel routing is enabled and columns of daily basin-average precipitation, evapotranspiration, and runoff if the water balance is enabled), where the leading day is in the " | r1398 |
| ||
| r767 | |
| A monthly summary is printed to screen (including monthly basin-average precipitation, evapotranspiration, and runoff if the water balance is enabled), where the leading day is the last day of that month in the " | r1398 |
| A daily summary is printed to screen (including observed and simulated streamflow if channel routing is enabled and columns of daily basin-average precipitation, evapotranspiration, and runoff if the water balance is enabled), where the leading day is in the " | |
| A monthly summary is printed to screen (including monthly basin-average precipitation, evapotranspiration, and runoff if the water balance is enabled), where the leading day is the last day of that month in the " | |
| Disables screen output during the simulation. Nothing is printed to screen after the " | |
| r767 |
The word options of this flag are only supported in MESH 1.4.1398 and later.
Examples
Default behaviour (PRINTSIMSTATUS on
)
Without including PRINTSIMSTATUS
in the list of control flags or by activating it with the options default
, on
or 1
, the default daily summary is printed to screen during the simulation.
The summary includes a line printed at the end of each simulation day, specified by current simulation year and day-of-year, followed by couplets of observations read from file and simulated streamflow if channel routing is enabled, and three columns for daily basin-averaged precipitation, evapotranspiration, and runoff at the basin outlet if the water balance is enabled.
DONE INTITIALIZATION
STARTING MESH
2002 153 22.600 38.777 0.122 3.937 7.690
2002 154 20.100 65.685 0.000 3.914 6.892
2002 155 18.300 75.224 0.003 3.223 6.229
2002 156 17.200 74.874 0.030 3.785 5.667
2002 157 16.000 71.295 0.844 2.463 5.201
Reached simulation end date.
Disabled (PRINTSIMSTATUS off
)
If PRINTSIMSTATUS
is included in the list of control flags with the options off
or 0
, no summary will be printed to screen during the simulation. Initialization and end-of-run information will still be printed to screen, as well as any diagnostic information if DIAGNOSEMODE
is enabled.
DONE INTITIALIZATION
STARTING MESH
Reached simulation end date.
Controlling the date format
If PRINTSIMSTATUS
is enabled, the frequency and format of the date printed to screen can be changed using various word options.
Day-of-year format, monthly frequency (PRINTSIMSTATUS monthly
)
Setting PRINTSIMSTATUS
with the monthly
option will preserve the year and day-of-year format from the default summary, but only print the summary to screen at the end of each month.
The summary includes a line printed at the end of each simulation month, specified by current simulation year and day-of-year, followed by couplets of the daily streamflow observation read from file and simulated streamflow on that day if channel routing is enabled, and three columns containing the monthly basin-averaged total precipitation, evapotranspiration, and runoff at the basin outlet if the water balance is enabled.
DONE INTITIALIZATION
STARTING MESH
2002 181 85.689 102.582 103.469
2002 212 69.115 99.261 33.577
2002 243 66.426 86.785 16.340
2002 273 103.651 61.622 12.253
Reached simulation end date.
Calendar-day format (PRINTSIMSTATUS date_daily
)
Setting PRINTSIMSTATUS
with the date_daily
option prints the default summary to screen except with the leading date using calendar-day YEAR/MONTH/DAY
format.
DONE INTITIALIZATION
STARTING MESH
2002/06/02 22.600 38.777 0.122 3.937 7.690
2002/06/03 20.100 65.685 0.000 3.914 6.892
2002/06/04 18.300 75.224 0.003 3.223 6.229
2002/06/05 17.200 74.874 0.030 3.785 5.667
2002/06/06 16.000 71.295 0.844 2.463 5.201
Reached simulation end date.
Calendar-day format, monthly frequency (PRINTSIMSTATUS date_monthly
)
Setting PRINTSIMSTATUS
with the date_monthly
option prints the monthly summary to screen (see above) except with the leading date using calendar-day YEAR/MONTH/DAY
format.
DONE INTITIALIZATION
STARTING MESH
2002/06/30 85.689 102.582 103.469
2002/07/31 69.115 99.261 33.577
2002/08/31 66.426 86.785 16.340
2002/09/30 103.651 61.622 12.253
Reached simulation end date.