Changes between Version 79 and Version 80 of doc/app/runtime_parameters


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v79 v80  
    409409Temporal interval at which time series data shall be output (in s).\\\\
    410410The default interval for the output of timeseries is calculated as shown below (this tries to minimize the number of calls of {{{flow_statistics}}})
    411    {{{{IF ( averaging_interval_pr == 0.0 )  THEN
    412      dt_dots = MIN( dt_run_control, dt_dopr )
    413    ELSE
    414      dt_dots = MIN( dt_run_control, dt_averaging_input_pr )
    415    ENDIF}}}}
     411   {{{{IF ( averaging_interval_pr == 0.0 )  THEN}}}
     412     {{{dt_dots = MIN( dt_run_control, dt_dopr )}}}
     413   {{{ELSE}}}
     414     {{{dt_dots = MIN( dt_run_control, dt_averaging_input_pr )}}}
     415   {{{ENDIF}}}}
    416416}}}
    417417|----------------