Changes between Version 175 and Version 176 of doc/app/runtime_parameters
- Timestamp:
- Sep 16, 2010 2:44:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v175 v176 174 174 The user is allowed to extend the above list of quantities by defining his own output quantities (see the user-parameter [[../userpar#data_output_masks_user|data_output_masks_user]]).\\\\ 175 175 The time intervals of the output times for each mask are determined via [#dt_domask dt_domask].\\ 176 Individual time interval for output of temporally averaged data can be assigned using parameter [#dt_data_output_av dt_data_output_av]. The length of the averaging interval is controlled via parameter [#averaging_interval averaging_interval].\\\\177 The parameter [#skip_time_domask skip_time_domask] can be used to shift data output activities for a given time interval for each mask.176 Individual time interval for output of temporally averaged data can be assigned using the parameter [#dt_data_output_av dt_data_output_av]. The length of the averaging interval is controlled via parameter [#averaging_interval averaging_interval].\\\\ 177 The parameter [#skip_time_domask skip_time_domask] can be used to shift data output activities for a given time interval. 178 178 }}} 179 179 |---------------- … … 416 416 '''dt_domask''' = ''600., 1800., 600.''\\ 417 417 In this example output of mask 1 is done every 600s, of mask 2 every 1800s and of mask 3 every 600s.\\\\ 418 By default the temporal interval of dt_data_outputis used.\\\\418 By default the temporal interval of [#dt_data_output data_output] is used.\\\\ 419 419 Output can be skipped at the beginning of a simulation using parameter [#skip_time_domask skip_time_domask], which has zero value by default. Reference time is the beginning of the simulation, i.e. output takes place at times t = '''skip_time_domask''' + '''dt_domask''', '''skip_time_domask''' + 2*'''dt_domask''', '''skip_time_domask''' + 3*'''dt_domask''', etc. Since output is only done at the discrete time levels given by the timestep used, the actual output times can slightly deviate from these theoretical values. 420 420 }}}