Changes between Version 81 and Version 82 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 14, 2010 12:20:17 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v81 v82  
    413413   {{{ELSE}}}
    414414     {{{dt_dots = MIN( dt_run_control, dt_averaging_input_pr )}}}
    415    {{{ENDIF}}}}
    416 This parameter can be used to assign the temporal interval at which data points shall be output. 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). Is dt_dots < dt, then data of the time series are written after each time step (if this is requested it should be dt_dots = 0).
     415   {{{ENDIF}}}
     416This parameter can be used to assign the temporal interval at which data points shall be output. 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]). Is '''dt_dots''' < [#dt dt], then data of the time series are written after each time step (if this is requested it should be '''dt_dots''' = 0).
    417417}}}
    418418|----------------