Changes between Version 34 and Version 35 of doc/app/initialization_parameters


Ignore:
Timestamp:
Sep 14, 2010 7:16:24 AM (14 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v34 v35  
    3939Relevant parameters to be exclusively used for steering ocean runs are [#bc_sa_t bc_sa_t], [#bottom_salinityflux bottom_salinityflux], [#sa_surface sa_surface], [#sa_vertical_gradient sa_vertical_gradient], [#sa_vertical_gradient_level sa_vertical_gradient_level], and [#top_salinityflux top_salinityflux].\\\\
    4040[#d3par d3par] [Section 4.4.2] gives an example for appropriate settings of these and other parameters neccessary for ocean runs.\\\\
    41 '''ocean''' = ''.T.'' does not allow settings of [#timestep_scheme timestep_scheme] = '' 'leapfrog' '' or '' 'leapfrog+euler' '' as well as [#scalar_advec scalar_advec] = '' 'ups-scheme' ''.
    42 
     41'''ocean''' = ''.T.'' does not allow settings of [#timestep_scheme timestep_scheme] = '' 'leapfrog' '' or '' 'leapfrog+euler' '' as well as [#scalar_advec scalar_advec] = '' 'ups-scheme'.''
    4342}}}
    4443|----------------
     
    9089||='''Parameter Name'''  =||='''FORTRAN Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
    9190|----------------
    92 {{{#!td style="vertical-align:top; text-align:left;width: 150px"
    93 [=# '''''']
    94 }}}
    95 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
    96 
    97 }}}
    98 {{{#!td style="vertical-align:top; text-align:left;style="width: 100px"
    99 
    100 }}}
    101 {{{#!td
    102 
    103 }}}
    104 |----------------
    105 {{{#!td style="vertical-align:top"
    106 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    107 }}}
    108 {{{#!td style="vertical-align:top"
    109 <insert type>
    110 }}}
    111 {{{#!td style="vertical-align:top"
    112 <insert value>
    113 }}}
    114 {{{#!td
    115 <insert explanation>
     91{{{#!td style="vertical-align:top;width: 150px"
     92[=#call_psolver_at_all_substeps '''call_psolver_at_all_substeps''']
     93}}}
     94{{{#!td style="vertical-align:top;width: 50px"
     95L
     96}}}
     97{{{#!td style="vertical-align:top;width: 100px"
     98''.T.''
     99}}}
     100{{{#!td
     101Switch to steer the call of the pressure solver.\\\\
     102In order to speed-up performance, the Poisson equation for perturbation pressure (see [#psolver psolver]) can be called only at the last substep of multistep Runge-Kutta timestep schemes (see [#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.
     103}}}
     104|----------------
     105{{{#!td style="vertical-align:top"
     106[=#canopy_mode '''canopy_mode''']
     107}}}
     108{{{#!td style="vertical-align:top"
     109C*20
     110}}}
     111{{{#!td style="vertical-align:top"
     112'block'
     113}}}
     114{{{#!td
     115Canopy mode.\\\\
     116Besides using the default value, that will create a horizontally homogeneous plant canopy that extends over the total horizontal extension of the model domain, the user may add code to the user interface subroutine {{{user_init_plant_canopy}}} to allow further canopy modes.\\\\
     117The setting of '''canopy_mode''' becomes only active, if [#plant_canopy plant_canopy] has been set ''.T.'' and a non-zero [#drag_coefficient drag_coefficient] has been defined.
    116118}}}
    117119[[BR]]