Changes between Version 174 and Version 175 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 16, 2010 2:39:51 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v174 v175  
    173173  [[../iofiles#DATA_MASK_02_NETCDF|DATA_MASK_03_NETCDF]])\\\\
    174174The 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 The time interval of the output times is determined via [#dt_domask dt_domask].\\
     175The time intervals of the output times for each mask are determined via [#dt_domask dt_domask].\\
    176176Individual 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.
     177The parameter [#skip_time_domask skip_time_domask] can be used to shift data output activities for a given time interval for each mask.
    178178}}}
    179179|----------------
     
    412412{{{#!td
    413413Temporal interval at which instantaneous masked data shall be output (in s).\\\\
    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.
     414If 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.\\\\
     418By default the temporal interval of dt_data_output is used.\\\\
     419Output 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.
    415420}}}
    416421|----------------