Changes between Version 97 and Version 98 of doc/app/initialization_parameters


Ignore:
Timestamp:
Sep 15, 2010 12:38:25 PM (14 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v97 v98  
    21842184|----------------
    21852185{{{#!td style="vertical-align:top"
     2186[=#topography_grid_convention '''topography_grid_convention''']
     2187}}}
     2188{{{#!td style="vertical-align:top"
     2189C*11
     2190}}}
     2191{{{#!td style="vertical-align:top"
     2192default depends on value of [#topography topography]; see text for details
     2193}}}
     2194{{{#!td
     2195Convention for defining the topography grid.\\\\
     2196Possible values are\\\\
     2197'' 'cell_edge' ''\\\
     2198      The distance between cell edges defines the extent of topography. This setting is normally for generic topographies, i.e. topographies that are constructed using length parameters. For example, [#topography topography] = '' 'single_building' '' is constructed using [#building_length_x building_length_x] and [#building_length_y building_length_y]. The advantage of this setting is that the actual size of generic topography is independent of the grid size, provided that the length parameters are an integer multiple of the grid lengths [#dx dx] and [#dy dy]. This is convenient for resolution parameter studies.\\\\
     2199'' 'cell_center' ''\\\
     2200      The number of topography cells define the extent of topography. This setting is normally for rastered real topographies derived from digital elevation models. For example, [#topography topography] = '' 'read_from_file' '' is constructed using the input file [../iofiles#TOPOGRAPHY_DATA TOPOGRAPHY_DATA]. The advantage of this setting is that the rastered topography cells of the input file are directly mapped to topography grid boxes in PALM.\\\\
     2201The example files {{{example_topo_file}}} and {{{example_building}}} in trunk/EXAMPLES/ illustrate the difference between both approaches. Both examples simulate a single building and yield the same results. The former uses a rastered topography input file with '' 'cell_center' '' convention, the latter applies a generic topography with '' 'cell_edge' '' convention.\\\\
     2202The default value is\\\\
     2203    * '' 'cell_edge' '' if [#topography topography] = '' 'single_building' '' or '' 'single_street_canyon',''\\
     2204    * '' 'cell_center' '' if [#topography topography] = '' 'read_from_file',''\\
     2205    * none (' ' ) otherwise, leading to an abort if '''topography_grid_convention''' is not set.\\\\
     2206This means that\\\\
     2207    * For PALM simulations using a user-defined topography, the '''topography_grid_convention''' must be explicitly set to either '' 'cell_edge' '' or '' 'cell_center'.''\\
     2208    * For PALM simulations using a standard topography ('' 'single_building','' '' 'single_street_canyon' '' or '' 'read_from_file' ''), it is possible but not required to set the '''topography_grid_convention''' because appropriate default values apply.
     2209}}}
     2210|----------------
     2211{{{#!td style="vertical-align:top"
     2212[=#wall_heatflux '''wall_heatflux''']
     2213}}}
     2214{{{#!td style="vertical-align:top"
     2215R(5)
     2216}}}
     2217{{{#!td style="vertical-align:top"
     22185 * 0.0
     2219}}}
     2220{{{#!td
     2221Prescribed kinematic sensible heat flux in K m/s at the five topography faces:
     2222
     2223wall_heatflux(0)    top face
     2224wall_heatflux(1)    left face
     2225wall_heatflux(2)    right face
     2226wall_heatflux(3)    south face
     2227wall_heatflux(4)    north face
     2228
     2229This parameter applies only in case of a non-flat topography. The parameter random_heatflux can be used to impose random perturbations on the internal two-dimensional surface heat flux field shf that is composed of surface_heatflux at the bottom surface and wall_heatflux(0) at the topography top face.
     2230}}}
     2231|----------------
     2232{{{#!td style="vertical-align:top"
     2233[=#wall_humidityflux '''wall_humidityflux''']
     2234}}}
     2235{{{#!td style="vertical-align:top"
     2236R(5)
     2237}}}
     2238{{{#!td style="vertical-align:top"
     22395 * 0.0
     2240}}}
     2241{{{#!td
     2242        Prescribed kinematic humidity flux in m/s at the five topography faces:
     2243
     2244wall_humidityflux(0)    top face
     2245wall_humidityflux(1)    left face
     2246wall_humidityflux(2)    right face
     2247wall_humidityflux(3)    south face
     2248wall_humidityflux(4)    north face
     2249
     2250This parameter applies only in case of a non-flat topography and humidity = .T.
     2251}}}
     2252|----------------
     2253{{{#!td style="vertical-align:top"
     2254[=#wall_scalarflux '''wall_scalarflux''']
     2255}}}
     2256{{{#!td style="vertical-align:top"
     2257R(5)
     2258}}}
     2259{{{#!td style="vertical-align:top"
     22605 * 0.0
     2261}}}
     2262{{{#!td
     2263Prescribed scalar flux in kg/(m2 s) at the five topography faces:
     2264
     2265wall_scalarflux(0)    top face
     2266wall_scalarflux(1)    left face
     2267wall_scalarflux(2)    right face
     2268wall_scalarflux(3)    south face
     2269wall_scalarflux(4)    north face
     2270
     2271This parameter applies only in case of a non-flat topography and passive_scalar = .T.
     2272}}}
     2273|----------------
     2274{{{#!td style="vertical-align:top"
     2275[=#<insert_parameter_name> '''<insert_parameter_name>''']
     2276}}}
     2277{{{#!td style="vertical-align:top"
     2278<insert type>
     2279}}}
     2280{{{#!td style="vertical-align:top"
     2281<insert value>
     2282}}}
     2283{{{#!td
     2284<insert explanation>
     2285}}}
     2286|----------------
     2287{{{#!td style="vertical-align:top"
    21862288[=#<insert_parameter_name> '''<insert_parameter_name>''']
    21872289}}}