Changes between Version 16 and Version 17 of doc/app/initialization_parameters


Ignore:
Timestamp:
Sep 13, 2010 9:44:58 AM (14 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v16 v17  
    189189|----------------
    190190{{{#!td style="vertical-align:top; text-align:left;width: 150px"
    191 [=#averaging_interval '''averaging_interval''']
    192 }}}
    193 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
    194 R
    195 }}}
    196 {{{#!td style="vertical-align:top; text-align:left;style="width: 100px"
    197 0.0
    198 }}}
    199 {{{#!td
    200 Averaging interval for all output of temporally averaged data (in s).\\\\
    201 This parameter defines the time interval length for temporally averaged data (vertical profiles, spectra, 2d cross-sections, 3d volume data). By default, data are not subject to temporal averaging. The interval length is limited by the parameter
    202 [[#dt_data_output_av dt_data_output_av]]. In any case, '''averaging_interval <= dt_data_output_av''' must hold.\\\\
    203 If an interval is defined, then by default the average is calculated from the data values of all timesteps lying within this interval. The number of time levels entering into the average can be reduced with the parameter [#dt_averaging_input dt_averaging_input].\\\\
    204 If an averaging interval can not be completed at the end of a run, it will be finished at the beginning of the next restart run. Thus for restart runs, averaging intervals do not necessarily begin at the beginning of the run.\\\\
    205 Parameters [#averaging_interval_pr averaging_interval_pr] and [#averaging_interval_sp averaging_interval_sp] can be used to define different averaging intervals for vertical profile data and spectra, respectively.
     191[=#topography '''topography''']
     192}}}
     193{{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
     194C*40
     195}}}
     196{{{#!td style="vertical-align:top; text-align:left;style="width: 100px"
     197'' 'flat' ''
     198}}}
     199{{{#!td
     200Topography mode.\\\\
     201The user can choose between the following modes:\\\\
     202'' 'flat' ''\\\\
     203  Flat surface.\\\\
     204'' 'single_building' ''\\\\
     205  Flow around a single rectangular building mounted on a flat surface.
     206  The building size and location can be specified by the parameters building_height, building_length_x, building_length_y, building_wall_left and    building_wall_south.
     207
     208'single_street_canyon'
     209Flow over a single, quasi-2D street canyon of infinite length oriented either in x- or in y-direction.
     210The canyon size, orientation and location can be specified by the parameters canyon_height plus either canyon_width_x and canyon_wall_left or  canyon_width_y and canyon_wall_south.
     211 
     212
     213'read_from_file'
     214Flow around arbitrary topography.
     215This mode requires the input file TOPOGRAPHY_DATA. This file contains the arbitrary topography height information in m. These data must exactly match the horizontal grid.
     216
     217Alternatively, the user may add code to the user interface subroutine user_init_grid to allow further topography modes. These require to explicitly set the topography_grid_convention to either 'cell_edge' or 'cell_center'.
     218
     219Non-flat topography modes may assign a kinematic sensible wall_heatflux and a kinematic wall_humidityflux (requires humidity = .T.) or a wall_scalarflux (requires passive_scalar = .T.) at the five topography faces.
     220
     221All non-flat topography modes require the use of momentum_advec = scalar_advec = 'pw-scheme', psolver /= 'sor',  alpha_surface = 0.0, galilei_transformation = .F., cloud_physics  = .F.,  cloud_droplets = .F., and prandtl_layer = .T..
     222
     223Note that an inclined model domain requires the use of topography = 'flat' and a nonzero alpha_surface.
    206224}}}
    207225|----------------