Excerpt |
---|
The PRINTSIMSTATUS control flag provides options to control if and how the simulation summary is printed to screen. |
Page contents:
Available options
Option | Description | Supported since |
---|
default | 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 "YEAR JDAY " format. | r1396 |
on |
1 |
monthly | 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 "YEAR JDAY " format. Streamflow is not included in the summary, even if channel routing is enabled. |
date_daily | 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 "YEAR/MONTH/DAY " format. |
date_monthly | 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 "YEAR/MONTH/DAY " format. Streamflow is not included in the summary, even if channel routing is enabled. |
off | Disables screen output during the simulation. Nothing is printed to screen after the "STARTING MESH " message, until the "Reached end of forcing data. " or "Reached simulation end date. " message. |
0 |
...
Examples
Behaviour without this option (PRINTSIMSTATUS on
)
Without activating the PRINTSIMSTATUS control flag or by activating PRINTSIMSTATUS with option "on
" (or 1
), the default daily summary is printed to screen as if PRINTSIMSTATUS was configured with option "default
".
Code Block |
---|
|
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. |
Configuration options
PRINTSIMSTATUS on
Activating PRINTSIMSTATUS with option "on
" (or 1
) is equivalent to running without the flag configured or with the flag configured with option "default
". A daily summary is printed to screen that includes observed and simulated streamflow at streamflow gauge locations if channel routing is enabled, and columns of daily basin-average precipitation, evapotranspiration, and runoff if the water balance is enabled. The leading day at the beginning of the line is in the in the "YEAR JDAY
" format.
...
Code Block |
---|
|
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. |
Related pages
Content by Label |
---|
showLabels | false |
---|
showSpace | false |
---|
excerptType | simple |
---|
cql | label in ("control-flag","run-options") and space = "MESH" |
---|
|