Changes between Version 390 and Version 391 of doc/app/initialization_parameters
- Timestamp:
- Jun 12, 2018 12:25:59 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v390 v391 740 740 For [#ocean ocean] = ''.T.,'' '''dz_stretch_level_end''' is also the height level (in m) until which the grid is to be stretched vertically but it is defined negative. The vertical grid spacings [#dz dz] between this level and the corresponding [#dz_stretch_level_start dz_stretch_level_start] are calculated as\\\\ 741 741 dz(k-1) = dz(k) * dz_stretch_factor_array.\\\\ 742 For each '''dz_stretch_level_end''' a corresponding [ =#dz_stretch_level_start dz_stretch_level_start] must be defined. \\\\742 For each '''dz_stretch_level_end''' a corresponding [#dz_stretch_level_start dz_stretch_level_start] must be defined. \\\\ 743 743 '''Hint:'''\\ 744 744 dz_stretch_factor_array is an array in the code which accounts for different stretching factors due to different stretching regions that are possible. The factors are calculated internally except for the case when the old stretching for the free atmosphere with [#dz_stretch_factor dz_stretch_factor], [#dz_stretch_level dz_stretch_level] and [#dz_max dz_max] is used.