414 | | If output of masked data is switched on (see [#data_output_masks data_output_masks]), this parameter can be used to assign the temporal interval at which these data shall be output. 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. |
| 414 | If output of masked data is switched on (see [#data_output_masks data_output_masks]), this parameter can be used to assign the temporal interval at which these data shall be output. For each mask, a separate output time can be assigned.\\\\ |
| 415 | '''Example:''' |
| 416 | '''dt_domask''' = ''600., 1800., 600.''\\ |
| 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_output is used.\\\\ |
| 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. |