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" |
| 287 | R |
| 288 | }}} |
| 289 | {{{#!td style="vertical-align:top" |
| 290 | 9999999.9 |
| 291 | }}} |
| 292 | {{{#!td |
| 293 | Allowed maximum vertical grid spacing (in m).\\\\ |
| 294 | If 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" |
| 301 | R |
| 302 | }}} |
| 303 | {{{#!td style="vertical-align:top" |
| 304 | 1.08 |
| 305 | }}} |
| 306 | {{{#!td |
| 307 | Stretch factor for a vertically stretched grid (see [#dz_stretch_level dz_stretch_level]).\\\\ |
| 308 | The 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" |
| 315 | R |
| 316 | }}} |
| 317 | {{{#!td style="vertical-align:top" |
| 318 | 100000.0 |
| 319 | }}} |
| 320 | {{{#!td |
| 321 | Height level above/below which the grid is to be stretched vertically (in m).\\\\ |
| 322 | For [#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]\\\\ |
| 324 | and 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.\\\\ |
| 326 | For [#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]. |