526 | | (which minimizes the number of calls of routine {{{flow_statistics}}}).\\\\ |
527 | | By default time series data is output to the local file [[../iofiles#DATA_1D_TS_NETCDF|DATA_1D_TS_NETCDF]]. Because of the default settings of '''dt_dots''', it will generally be created for each model run. The file's format is netCDF. Further details about processing netCDF data are given in chapter [../netcdf netCDF data output].\\\\ |
528 | | The file contains the following time series quantities (the first column gives the name of the quantities as used in the netCDF file):\\\\ |
| 525 | minimizing the number of calls of routine {{{flow_statistics}}}.\\\\ |
| 526 | The reference time is the beginning of the simulation, i.e. output takes place at times t = '''dt_dots''', 2*'''dt_dots''', 3*'''dt_dots''', etc. The actual output times can deviate from these theoretical values (see [#dt_dopr dt_dopr]). If '''dt_dots''' < time step [#dt dt], then data of the time series are written after each time step. This can be forced by setting '''dt_dots''' = 0.\\\\ |
| 527 | Time series data are output to the local file [[../iofiles#DATA_1D_TS_NETCDF|DATA_1D_TS_NETCDF]], which is generally created for each model run due to the default settings of '''dt_dots'''. The file's format is NetCDF. Further details about processing of NetCDF data are given in chapter [../netcdf NetCDF data output].\\\\ |
| 528 | The file contains the following time-series quantities (the first column gives the name of the quantities as used in the NetCDF file), all of which are automatically output without having to be prescribed by the user, since the size of the time-series file is rather small:\\\\ |
583 | | Additionally, the user can add his own time series quantities to the file, by using the user-interface subroutines [[../userint/int#user_init|user_init.f90]] and [[../userint/int#user_statistics|user_statistics.f90]] These routines contain (as comment lines) a simple example how to do this.\\\\ |
584 | | Time series data refers to the total domain, but time series for subdomains can also be output (see [../inipar/#statistic_regions statistic_regions]). However, the following time series always present the values of the total model domain (even with output for subdomains): ''umax, vmax, wmax, div_old, div_new.'' |
| 583 | Additionally, the user can add own time series quantities to the file by using the user-interface subroutines [[../userint/int#user_init|user_init.f90]] and [[../userint/int#user_statistics|user_statistics.f90]]. These routines contain a simple example (as comment lines) on how to do this.\\\\ |
| 584 | By default, time-series data refer to the total domain, but data can also be output for user-defined subdomains (see [../inipar/#statistic_regions statistic_regions]). However, the following time series always present the values of the total model domain (even with output for subdomains): ''umax, vmax, wmax, div_old, div_new.'' |