Changes between Version 104 and Version 105 of doc/app/initialization_parameters


Ignore:
Timestamp:
Sep 15, 2010 1:40:19 PM (14 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v104 v105  
    630630By default, data for all grid points along z are output. The parameter '''nz_do3d''' can be used to limit the output up to a certain vertical grid point (e.g. in order to reduce the amount of output data). It affects all output of volume data ("normal" output to file, see [../d3par#data_output data_output], as well as output for '''dvrp'''-software, see [../d3par#mode_dvrp mode_dvrp]).
    631631}}}
    632 |----------------
    633 {{{#!td style="vertical-align:top"
    634 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    635 }}}
    636 {{{#!td style="vertical-align:top"
    637 <insert type>
    638 }}}
    639 {{{#!td style="vertical-align:top"
    640 <insert value>
    641 }}}
    642 {{{#!td
    643 <insert explanation>
    644 }}}
    645 |----------------
    646 {{{#!td style="vertical-align:top"
    647 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    648 }}}
    649 {{{#!td style="vertical-align:top"
    650 <insert type>
    651 }}}
    652 {{{#!td style="vertical-align:top"
    653 <insert value>
    654 }}}
    655 {{{#!td
    656 <insert explanation>
    657 }}}
     632
    658633[[BR]]
    659634
     
    1007982|----------------
    1008983{{{#!td style="vertical-align:top"
    1009 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    1010 }}}
    1011 {{{#!td style="vertical-align:top"
    1012 <insert type>
    1013 }}}
    1014 {{{#!td style="vertical-align:top"
    1015 <insert value>
    1016 }}}
    1017 {{{#!td
    1018 <insert explanation>
    1019 }}}
    1020 |----------------
    1021 {{{#!td style="vertical-align:top"
    1022 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    1023 }}}
    1024 {{{#!td style="vertical-align:top"
    1025 <insert type>
    1026 }}}
    1027 {{{#!td style="vertical-align:top"
    1028 <insert value>
    1029 }}}
    1030 {{{#!td
    1031 <insert explanation>
    1032 }}}
    1033 |----------------
    1034 {{{#!td style="vertical-align:top"
    1035 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    1036 }}}
    1037 {{{#!td style="vertical-align:top"
    1038 <insert type>
    1039 }}}
    1040 {{{#!td style="vertical-align:top"
    1041 <insert value>
    1042 }}}
    1043 {{{#!td
    1044 <insert explanation>
    1045 }}}
    1046 |----------------
    1047 {{{#!td style="vertical-align:top"
    1048 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    1049 }}}
    1050 {{{#!td style="vertical-align:top"
    1051 <insert type>
    1052 }}}
    1053 {{{#!td style="vertical-align:top"
    1054 <insert value>
    1055 }}}
    1056 {{{#!td
    1057 <insert explanation>
    1058 }}}
     984[=#timestep_scheme '''timestep_scheme''']
     985}}}
     986{{{#!td style="vertical-align:top"
     987C*20
     988}}}
     989{{{#!td style="vertical-align:top"
     990'runge\\
     991kutta-3'
     992}}}
     993{{{#!td
     994Time step scheme to be used for the integration of the prognostic variables.\\\\
     995The user can choose between the following schemes:\\\\
     996'' 'runge-kutta-3' ''\\\
     997      Third order Runge-Kutta scheme.\\
     998      This scheme requires the use of [#momentum_advec momentum_advec] = [#scalar_advec scalar_advec] = '' 'pw-scheme'.'' Please refer to the documentation on PALM's time integration schemes (28p., in German) for further details.\\\\
     999'' 'runge-kutta-2' ''\\\
     1000      Second order Runge-Kutta scheme.\\
     1001      For special features see '''timestep_scheme''' = '' 'runge-kutta-3'.''\\\\
     1002'' 'leapfrog' ''\\\
     1003      Second order leapfrog scheme.\\
     1004      Although this scheme requires a constant timestep (because it is centered in time), it is even applied in case of changes in timestep. Therefore, only small changes of the timestep are allowed (see [#dt dt]). However, an Euler timestep is always used as the first timestep of an initial run. When using the Bott-Chlond scheme for scalar advection (see [#scalar_advec scalar_advec]), the prognostic equation for potential temperature will be calculated with the Euler scheme, although the leapfrog scheme is switched on.\\
     1005      The leapfrog scheme must not be used together with the upstream-spline scheme for calculating the advection (see [#scalar_advec scalar_advec] = '' 'ups-scheme' '' and [#momentum_advec momentum_advec] = '' 'ups-scheme' '').\\\\
     1006'' 'leapfrog+euler' ''\\\
     1007      The leapfrog scheme is used, but after each change of a timestep an Euler timestep is carried out. Although this method is theoretically correct (because the pure leapfrog method does not allow timestep changes), the divergence of the velocity field (after applying the pressure solver) may be significantly larger than with '' 'leapfrog'.''\\\\
     1008'' 'euler' ''\\\
     1009      First order Euler scheme.\\
     1010      The Euler scheme must be used when treating the advection terms with the upstream-spline scheme (see [#scalar_advec scalar_advec] = '' 'ups-scheme' '' and momentum_advec = 'ups-scheme').
     1011
     1012
     1013A differing timestep scheme can be choosed for the subgrid-scale TKE using parameter use_upstream_for_tke.
     1014}}}
     1015|----------------
     1016{{{#!td style="vertical-align:top"
     1017[=#use_upstream_for_tke '''use_upstream_for_tke''']
     1018}}}
     1019{{{#!td style="vertical-align:top"
     1020L
     1021}}}
     1022{{{#!td style="vertical-align:top"
     1023.F.
     1024}}}
     1025{{{#!td
     1026Parameter to choose the advection/timestep scheme to be used for the subgrid-scale TKE.
     1027
     1028By default, the advection scheme and the timestep scheme to be used for the subgrid-scale TKE are set by the initialization parameters scalar_advec and timestep_scheme, respectively. use_upstream_for_tke = .T. forces the Euler-scheme and the upstream-scheme to be used as timestep scheme and advection scheme, respectively. By these methods, the strong (artificial) near-surface vertical gradients of the subgrid-scale TKE are significantly reduced. This is required when subgrid-scale velocities are used for advection of particles (see particle package parameter use_sgs_for_particles).
     1029}}}
     1030
    10591031[[BR]]
    10601032