Changes between Version 367 and Version 368 of doc/app/initialization_parameters


Ignore:
Timestamp:
Oct 17, 2017 11:29:21 AM (7 years ago)
Author:
boeske
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v367 v368  
    28022802Currently, '''canyon_wall_south''' must be at least 1 * [#dy dy] and less than ( [#ny ny]  - 1 ) * dy -  [#canyon_width_y canyon_width_y]. This parameter requires [#topography topography] = '' 'single_street_canyon'.''\\\\
    28032803The default value '''canyon_wall_south''' = ( ( ny + 1 ) * dy -  canyon_width_y ) / 2 centers the canyon in y-direction.
     2804}}}
     2805|----------------
     2806{{{#!td style="vertical-align:top"
     2807[=#complex_terrain '''complex_terrain''']
     2808}}}
     2809{{{#!td style="vertical-align:top"
     2810L
     2811}}}
     2812{{{#!td style="vertical-align:top"
     2813.F.
     2814}}}
     2815{{{#!td
     2816Parameter to enable simulations featuring complex topography.
     2817
     2818If the run is initialized using the cyclic fill method ([#initializing_actions initializing_actions]= '' 'cyclic_fill' ''), the initial 3D-data is shifted vertically for each grid point in the horizontal plane according to local surface height.
     2819
     2820The mean inflow profiles of the turbulence recycling method (see [#turbulent_inflow turbulent_inflow]) can be prescribed at an elevated position by setting the topography height to a non-zero value inside the recycling plane.
     2821However, the topography height must exhibit a constant value within the entire recycling plane!
     2822
     2823If '''complex_terrain''' = .T., it is not allowed to use vertical grid stretching. The topography mode must be set to '' 'read_from_file' '' (see [#topography topography]).
    28042824}}}
    28052825|----------------