Changes between Version 50 and Version 51 of doc/app/initialization_parameters


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v50 v51  
    275275By default, the model uses constant grid spacing along z-direction, but it can be stretched using the parameters [#dz_stretch_level dz_stretch_level] and [#dz_stretch_factor dz_stretch_factor]. In case of stretching, a maximum allowed grid spacing can be given by [#dz_max dz_max].\\\\
    276276Assuming a constant '''dz''', the scalar levels (zu) are calculated directly by:\\\\
    277       zu(0) = - '''dz''' * 0.5
     277      zu(0) = - '''dz''' * 0.5\\\\
    278278      zu(1) = '''dz''' * 0.5\\\\
    279279The w-levels lie half between them:\\\\
     
    282282|----------------
    283283{{{#!td style="vertical-align:top"
    284 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    285 }}}
    286 {{{#!td style="vertical-align:top"
    287 <insert type>
    288 }}}
    289 {{{#!td style="vertical-align:top"
    290 <insert value>
    291 }}}
    292 {{{#!td
    293 <insert explanation>
    294 }}}
    295 |----------------
    296 {{{#!td style="vertical-align:top"
    297 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    298 }}}
    299 {{{#!td style="vertical-align:top"
    300 <insert type>
    301 }}}
    302 {{{#!td style="vertical-align:top"
    303 <insert value>
    304 }}}
    305 {{{#!td
    306 <insert explanation>
    307 }}}
    308 |----------------
    309 {{{#!td style="vertical-align:top"
    310 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    311 }}}
    312 {{{#!td style="vertical-align:top"
    313 <insert type>
    314 }}}
    315 {{{#!td style="vertical-align:top"
    316 <insert value>
    317 }}}
    318 {{{#!td
    319 <insert explanation>
     284[=#dz_max '''dz_max''']
     285}}}
     286{{{#!td style="vertical-align:top"
     287R
     288}}}
     289{{{#!td style="vertical-align:top"
     2909999999.9
     291}}}
     292{{{#!td
     293Allowed maximum vertical grid spacing (in m).\\\\
     294If the vertical grid is stretched (see [#dz_stretch_factor dz_stretch_factor] and [#dz_stretch_level dz_stretch_level]), '''dz_max''' can be used to limit the vertical grid spacing.
     295}}}
     296|----------------
     297{{{#!td style="vertical-align:top"
     298[=#dz_stretch_factor '''dz_stretch_factor''']
     299}}}
     300{{{#!td style="vertical-align:top"
     301R
     302}}}
     303{{{#!td style="vertical-align:top"
     3041.08
     305}}}
     306{{{#!td
     307Stretch factor for a vertically stretched grid (see [#dz_stretch_level dz_stretch_level]).\\\\
     308The stretch factor should not exceed a value of approx. ''1.10 - 1.12'', otherwise the discretization errors due to the stretched grid are not negligible any more. (refer Kalnay de Rivas)
     309}}}
     310|----------------
     311{{{#!td style="vertical-align:top"
     312[=#dz_stretch_level '''dz_stretch_level''']
     313}}}
     314{{{#!td style="vertical-align:top"
     315R
     316}}}
     317{{{#!td style="vertical-align:top"
     318100000.0
     319}}}
     320{{{#!td
     321Height level above/below which the grid is to be stretched vertically (in m).\\\\
     322For [#ocean ocean] = ''.F.,'' '''dz_stretch_level''' is the height level (in m) above which the grid is to be stretched vertically. The vertical grid spacings [#dz dz] above this level are calculated as\\\\
     323      dz(k+1) = dz(k) * [#dz_stretch_factor dz_stretch_factor]\\\\
     324and used as spacings for the scalar levels (zu). The w-levels are then defined as:\\\\
     325      zw(k) = ( zu(k) + zu(k+1) ) * 0.5.\\\\
     326For [#ocean ocean] = ''.T.,'' '''dz_stretch_level''' is the height level (in m, negative) below which the grid is to be stretched vertically. The vertical grid spacings [#dz dz] below this level are calculated correspondingly as\\\\
     327      dz(k-1) = dz(k) * [#dz_stretch_factor dz_stretch_factor].
    320328}}}
    321329|----------------