Changes between Version 94 and Version 95 of doc/app/runtime_parameters


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v94 v95  
    286286|----------------
    287287{{{#!td style="vertical-align:top"
    288 [=#dt '''dt''']
    289 }}}
    290 {{{#!td style="vertical-align:top"
    291 R
    292 }}}
    293 {{{#!td style="vertical-align:top"
    294 variable
    295 }}}
    296 {{{#!td
    297 Time step to be used by the 3d-model (in s).\\\\
    298 This parameter is described in detail with the initialization parameters (see [[../inipar#dt|dt]]). Additionally, it may be used as a run parameter and then applies to all restart runs (until it is changed again). A switch from a constant time step to a variable time step can be achieved with '''dt''' = ''-1.0.''
    299 }}}
    300 |----------------
    301 {{{#!td style="vertical-align:top"
    302288[=#dt_averaging_input '''dt_averaging_input''']
    303289}}}
     
    467453dummy
    468454}}}
     455|----------------
     456{{{#!td style="vertical-align:top"
     457[=#dummy '''dummy''']
     458}}}
     459{{{#!td style="vertical-align:top"
     460dummy
     461}}}
     462{{{#!td style="vertical-align:top"
     463dummy
     464}}}
     465{{{#!td
     466dummy
     467}}}
    469468\\\\
    470469'''Run steering:[=#run] '''\\
    471470||='''Parameter Name'''  =||='''FORTRAN\\Type'''  =||='''Default\\Value'''  =||='''Explanation'''  =||
    472 |----------------
    473 {{{#!td style="vertical-align:top; width: 150px"
    474 [=#call_psolver_at_all_substeps '''call_psolver_at_all_substeps''']
    475 }}}
    476 {{{#!td style="vertical-align:top; width: 50px"
    477 L
    478 }}}
    479 {{{#!td style="vertical-align:top; width: 75px"
    480 .T.
    481 }}}
    482 {{{#!td
    483 Switch to steer the call of the pressure solver.\\\\
    484 In order to speed-up performance, the Poisson equation for perturbation pressure (see [[../inipar#psolver|psolver]]) can be called only at the last substep of multistep Runge-Kutta timestep schemes (see [[../inipar#timestep_scheme|timestep_scheme]]) by setting '''call_psolver_at_all_substeps''' = ''.F.''. In many cases, this sufficiently reduces the divergence of the velocity field. Nevertheless, small-scale ripples (2-delta-x) may occur. In this case and in case of non-cyclic lateral boundary conditions, '''call_psolver_at_all_timesteps''' = ''.T.'' should be used.
    485 }}}
    486 |----------------
    487 {{{#!td style="vertical-align:top"
    488 [=#cfl_factor '''cfl_factor''']
    489 }}}
    490 {{{#!td style="vertical-align:top"
    491 R
    492 }}}
    493 {{{#!td style="vertical-align:top"
    494 0.1, 0.8 or 0.9 (see right)
    495 }}}
    496 {{{#!td
    497 Time step limiting factor.\\\\
    498 In the model, the maximum allowed time step according to CFL and diffusion-criterion dt_max is reduced by [#dt dt] = dt_max * '''cfl_factor''' in order to avoid stability problems which may arise in the vicinity of the maximum allowed timestep. The condition ''0.0'' < '''cfl_factor''' < ''1.0'' applies.\\\\
    499 The default value of cfl_factor depends on the [[../inipar#timestep_scheme|timestep_scheme]] used:\\\\
    500 For the third order Runge-Kutta scheme it is '''cfl_factor''' = 0.9.\\\\
    501 In case of the leapfrog scheme a quite restrictive value of '''cfl_factor''' = 0.1 is used because for larger values the velocity divergence significantly effects the accuracy of the model results. Possibly larger values may be used with the leapfrog scheme but these are to be determined by appropriate test runs.\\\\
    502 The default value for the Euler scheme is '''cfl_factor''' = 0.8 .
    503 }}}
    504471|----------------
    505472{{{#!td style="vertical-align:top"
     
    522489|----------------
    523490{{{#!td style="vertical-align:top"
    524 [=#cycle_mg '''cycle_mg''']
    525 }}}
    526 {{{#!td style="vertical-align:top"
    527 C*1
    528 }}}
    529 {{{#!td style="vertical-align:top"
    530 'w'
    531 }}}
    532 {{{#!td
    533 Type of cycle to be used with the multi-grid method.\\\\
    534 This parameter determines which type of cycle is applied in the multi-grid method used for solving the Poisson equation for perturbation pressure (see [[../inipar#psolver|psolver]]). It defines in which way it is switched between the fine and coarse grids. So-called v- and w-cycles are realized (i.e. '''cycle_mg''' may be assigned the values 'v' or 'w'). The computational cost of w-cycles is much higher than that of v-cycles, however, w-cycles give a much better convergence.
    535 }}}
    536 |----------------
    537 {{{#!td style="vertical-align:top"
    538491[=#disturbance_amplitude '''disturbance_amplitude''']
    539492}}}
     
    596549|----------------
    597550{{{#!td style="vertical-align:top"
     551[=#dt '''dt''']
     552}}}
     553{{{#!td style="vertical-align:top"
     554R
     555}}}
     556{{{#!td style="vertical-align:top"
     557variable
     558}}}
     559{{{#!td
     560Time step to be used by the 3d-model (in s).\\\\
     561This parameter is described in detail with the initialization parameters (see [[../inipar#dt|dt]]). Additionally, it may be used as a run parameter and then applies to all restart runs (until it is changed again). A switch from a constant time step to a variable time step can be achieved with '''dt''' = ''-1.0.''
     562}}}
     563|----------------
     564{{{#!td style="vertical-align:top"
     565[=#dt_coupling '''dt_coupling''']
     566}}}
     567{{{#!td style="vertical-align:top"
     568R
     569}}}
     570{{{#!td style="vertical-align:top"
     5719999999.9
     572}}}
     573{{{#!td
     574Temporal interval for the data exchange in case of [[runs with coupled models]] (e.g. atmosphere - ocean) (in s).\\\\
     575This parameter has an effect only in case of a run with coupled models. It is available starting from version 3.3a.\\\\
     576This parameter specifies the temporal interval at which data are exchanged at the interface between coupled models (currently: interface between atmosphere and ocean). If this parameter is not explicitly specified in the parameter files for both coupled models, or if there is an inconsistency between its values for both coupled models, the execution will terminate and an informative error message will be given. In order to ensure synchronous coupling throughout the simulation, '''dt_coupling''' should be chosen larger than [#dt_max dt_max].
     577}}}
     578|----------------
     579{{{#!td style="vertical-align:top"
    598580[=#dt_disturb '''dt_disturb''']
    599581}}}