Changes between Version 113 and Version 114 of doc/app/dvrpar


Ignore:
Timestamp:
Jun 27, 2019 9:55:51 AM (6 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/dvrpar

    v113 v114  
    33
    44== Overview ==
    5 Informations about using dvr with PALM are described [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/dvr here].
    6 
    7 
    8 == Parameter list ==
    9 '''NAMELIST group name: {{{dvrp_graphics_par}}}''' \\
    10 
    11 ||='''Parameter Name'''  =||='''[../fortrantypes FORTRAN]\\[../fortrantypes Type]'''  =||='''Default\\Value'''  =||='''Explanation'''  =||
    12 |----------------
    13 {{{#!td style="vertical-align:top;width:150px"
    14 [=#clip_dvrp_l '''clip_dvrp_l''']
    15 }}}
    16 {{{#!td style="vertical-align:top;width:50px"
    17 R
    18 }}}
    19 {{{#!td style="vertical-align:top;width:75px"
    20 0.0
    21 }}}
    22 {{{#!td
    23 Left boundary of the displayed domain (in m).\\\\
    24 This parameter can be used to restrict the display of the total horizontal domain, e.g. to reduce the data size of the '''dvr'''-output in order to speed-up the animated sequence.
    25 }}}
    26 |----------------
    27 {{{#!td style="vertical-align:top"
    28 [=#clip_dvrp_n '''clip_dvrp_n''']
    29 }}}
    30 {{{#!td style="vertical-align:top"
    31 R
    32 }}}
    33 {{{#!td style="vertical-align:top"
    34 ([../inipar#ny ny]+1)*[../inipar#dy dy]
    35 }}}
    36 {{{#!td
    37 North boundary of the displayed domain (in m).\\\\
    38 This parameter can be used to restrict the display of the total horizontal domain, e.g. to reduce the data size of the '''dvr'''-output in order to speed-up the animated sequence.
    39 }}}
    40 |----------------
    41 {{{#!td style="vertical-align:top"
    42 [=#clip_dvrp_r '''clip_dvrp_r''']
    43 }}}
    44 {{{#!td style="vertical-align:top"
    45 R
    46 }}}
    47 {{{#!td style="vertical-align:top"
    48 ([../inipar#nx nx]+1)*[../inipar#dx dx]
    49 }}}
    50 {{{#!td
    51 Right boundary of the displayed domain (in m).\\\\
    52 This parameter can be used to restrict the display of the total horizontal domain, e.g. to reduce the data size of the '''dvr'''-output in order to speed-up the animated sequence.
    53 }}}
    54 |----------------
    55 {{{#!td style="vertical-align:top"
    56 [=#clip_dvrp_s '''clip_dvrp_s''']
    57 }}}
    58 {{{#!td style="vertical-align:top"
    59 R
    60 }}}
    61 {{{#!td style="vertical-align:top"
    62 0.0
    63 }}}
    64 {{{#!td
    65 South boundary of the displayed domain (in m).\\\\
    66 This parameter can be used to restrict the display of the total horizontal domain, e.g. to reduce the data size of the '''dvr'''-output in order to speed-up the animated sequence.
    67 }}}
    68 |----------------
    69 {{{#!td style="vertical-align:top"
    70 [=#cluster_size '''cluster_size''']
    71 }}}
    72 {{{#!td style="vertical-align:top"
    73 I
    74 }}}
    75 {{{#!td style="vertical-align:top"
    76 }}}
    77 {{{#!td
    78 Vertex cluster size for polygon reduction of topography.\\\\
    79 This parameter can be used to reduce the number of polygons which form the topography isosurface. In case of large numerical grids (large number of grid points) and/or complex topography, '''cluster_size''' > 1 may speed up the animation significantly. Disadvantage: buildings may loose their strict rectangular shape.\\\\
    80 The allowed range of values is 1 <= '''cluster_size''' <= 5.\\\\
    81 '''Warning:''' The allowed range of values is not checked. Wrong values may lead to unforeseen effects or even aborts!
    82 }}}
    83 |----------------
    84 {{{#!td style="vertical-align:top"
    85 [=#color_interval '''color_interval''']
    86 }}}
    87 {{{#!td style="vertical-align:top"
    88 R(2)
    89 }}}
    90 {{{#!td style="vertical-align:top"
    91 0.0, 1.0
    92 }}}
    93 {{{#!td
    94 Interval of values used for determining the particle color displayed in the animation.\\\\
    95 See [#particle_color particle_color] for further explanation.
    96 }}}
    97 |----------------
    98 {{{#!td style="vertical-align:top"
    99 [=#dt_dvrp '''dt_dvrp''']
    100 }}}
    101 {{{#!td style="vertical-align:top"
    102 R
    103 }}}
    104 {{{#!td style="vertical-align:top"
    105 9999999.9
    106 }}}
    107 {{{#!td
    108 Temporal interval of scenes to be displayed with the '''dvr''' software (in s).\\\\
    109 Isosurfaces, cross sections and particles can be displayed simultaneously. The display of particles requires that the particle transport is switched on (see [../parpar#dt_prel dt_prel]). Objects to be displayed have to be determined with [#mode_dvrp mode_dvrp].\\\\
    110 If output of scenes created by '''dvr''' software is switched on (see [#mode_dvrp mode_dvrp]), this parameter can be used to assign the temporal interval at which scenes are to be created (and the respective  graphical data is to be output to the streaming server). The reference time is the beginning of  the simulation, i.e. output takes place at times t = '''dt_dvrp''', 2*'''dt_dvrp''', 3*'''dt_dvrp''', etc. The actual output times can deviate from these theoretical values (see [../d3par#dt_dopr dt_dopr]).  Is '''dt_dvrp''' < [../d3par#dt dt], then scenes are created and output after each time step (if this is requested it should be '''dt_dvrp''' = 0).
    111 }}}
    112 |----------------
    113 {{{#!td style="vertical-align:top"
    114 [=#dvrp_directory '''dvrp_directory''']
    115 }}}
    116 {{{#!td style="vertical-align:top"
    117 C*80
    118 }}}
    119 {{{#!td style="vertical-align:top"
    120 'default'
    121 }}}
    122 {{{#!td
    123 Name of the directory into which data created by the '''dvr''' software shall be saved.\\\\
    124 By default, the directory name is generated from the username (see package parameter [#dvrp_username dvrp_username]) and the base file name (given as the argument of '''palmrun''' option -d) as '' '<username>/<base file name>'.''
    125 }}}
    126 |----------------
    127 {{{#!td style="vertical-align:top"
    128 [=#dvrp_file '''dvrp_file''']
    129 }}}
    130 {{{#!td style="vertical-align:top"
    131 C*80
    132 }}}
    133 {{{#!td style="vertical-align:top"
    134 'default'
    135 }}}
    136 {{{#!td
    137 Name of the file into which data created by the '''dvr''' software shall be output.\\\\
    138 This parameter can be given a value only in case of [#dvrp_output dvrp_output] = '' 'local' '' which determines that the data created by '''dvr''' is output to a local file (on the machine where PALM is executed). Apart from the default, it is only allowed to assign '' '/dev/null' '' (which means that no output is really stored). This can be used for special runtime measurements of the '''dvr''' software.
    139 }}}
    140 |----------------
    141 {{{#!td style="vertical-align:top"
    142 [=#dvrp_host '''dvrp_host''']
    143 }}}
    144 {{{#!td style="vertical-align:top"
    145 C*80
    146 }}}
    147 {{{#!td style="vertical-align:top"
    148 'origin.rvs.uni-hannover.de'
    149 }}}
    150 {{{#!td
    151 Name of the computer to which data created by the '''dvr''' software shall be transferred. \\\\
    152 In case of [#dvrp_output dvrp_output] = '' 'rtsp' '' only the default value is allowed (streaming server of the RRZN). For [#dvrp_output dvrp_output] = '' 'local' '' the assigned value is ignored.
    153 }}}
    154 |----------------
    155 {{{#!td style="vertical-align:top"
    156 [=#dvrp_output '''dvrp_output''']
    157 }}}
    158 {{{#!td style="vertical-align:top"
    159 C*10
    160 }}}
    161 {{{#!td style="vertical-align:top"
    162 'rtsp'
    163 }}}
    164 {{{#!td
    165 Output mode for the '''dvr''' software.\\\\
    166 The following settings are allowed:\\
    167 {{{#!table style="border:none"
    168 {{{#!td style="vertical-align:top;border:none;width:50px"
    169 '' 'rtsp' ''
    170 }}}
    171 {{{#!td style="vertical-align:top;border:none"
    172 Data created by the '''dvr''' software is transferred using a special transmission protocol to a so-called streaming server, which is able to continuously transfer visualization data with a high transmission rate.
    173 Additionally, with this output mode a set of files is generated automatically within a directory on the streaming server (beside the visualization data e.g. some html-files) which can be used to visualize the data via an internet-browser plugin. Host (streaming-server) and directory can be defined by the user with [#dvrp_host dvrp_host] and [#dvrp_directory dvrp_directory].
    174 }}}
    175 |------
    176 {{{#!td style="vertical-align:top;border:none;width:50px"
    177 '' 'ftp' ''
    178 }}}
    179 {{{#!td style="vertical-align:top;border:none"
    180 Data created by the '''dvr''' software is transferred to the destination host (see [#dvrp_host dvrp_host] and [#dvrp_directory dvrp_directory]) using ftp.\\
    181 }}}
    182 |------
    183 {{{#!td style="vertical-align:top;border:none;width:50px"
    184 '' 'local' ''
    185 }}}
    186 {{{#!td style="vertical-align:top;border:none"
    187 Data created by the '''dvr''' software is output locally on a file defined by [#dvrp_file dvrp_file].
    188 }}}
    189 }}}
    190 }}}
    191 |----------------
    192 {{{#!td style="vertical-align:top"
    193 [=#dvrp_password '''dvrp_password''']
    194 }}}
    195 {{{#!td style="vertical-align:top"
    196 C*80
    197 }}}
    198 {{{#!td style="vertical-align:top"
    199 '!**!**!**!**'
    200 }}}
    201 {{{#!td
    202 Password for the computer to which data created by the dvr software is to be transferred.\\\\
    203 Assigning a password is only necessary in case of [#dvrp_output dvrp_output] = '' 'ftp'.'' For [#dvrp_output dvrp_output] = '' 'rtsp' '' the default value must not be changed!
    204 }}}
    205 |----------------
    206 {{{#!td style="vertical-align:top"
    207 [=#dvrp_psize '''dvrp_psize''']
    208 }}}
    209 {{{#!td style="vertical-align:top"
    210 R
    211 }}}
    212 {{{#!td style="vertical-align:top"
    213 0.2 * [#dx dx]
    214 }}}
    215 {{{#!td
    216 Diameter that particles are given in visualizations with the '''dvr''' software (in m).\\
    217 In case that particles are visualized with the '''dvr''' software (see [../dvr here] for a description), their size can be set by parameter '''dvrp_psize'''. All particles are displayed with this same size.\\
    218 Alternatively, the particle size can be controlled by certain flow parameters using parameter [#particle_dvrpsize particle_dvrpsize].\\
    219 Another way to control the particles diameter is to set it with the user-interface in routine `user_init_particles` (at the beginning of the simulation) and/or to redefine it after each time step in routine `user_particle_attributes`.\\
    220 '''Note:''' This parameter determines exclusively the size under which particles appear in the '''dvr''' visualization. The flow relevant particle radius is determined via the particle parameter [../parpar#radius radius]!
    221 }}}
    222 |----------------
    223 {{{#!td style="vertical-align:top"
    224 [=#dvrp_username '''dvrp_username''']
    225 }}}
    226 {{{#!td style="vertical-align:top"
    227 C*80
    228 }}}
    229 {{{#!td style="vertical-align:top"
    230 }}}
    231 {{{#!td
    232 Username of a valid account on the computer to which data created by the '''dvr''' software is to be transferred.\\\\
    233 Assigning a value to this parameter is required in case of [#dvrp_output dvrp_output] = '' 'rtsp' '' or '' 'ftp'.''
    234 }}}
    235 |----------------
    236 {{{#!td style="vertical-align:top"
    237 [=#dvrpsize_interval '''dvrpsize_interval''']
    238 }}}
    239 {{{#!td style="vertical-align:top"
    240 R(2)
    241 }}}
    242 {{{#!td style="vertical-align:top"
    243 0.0, 1.0
    244 }}}
    245 {{{#!td
    246 Interval of values used for determining the particle size displayed in the animation.\\\\
    247 See [#particle_dvrpsize particle_dvrpsize] for further explanation.
    248 }}}
    249 |----------------
    250 {{{#!td style="vertical-align:top"
    251 [=#groundplate_color '''groundplate_color''']
    252 }}}
    253 {{{#!td style="vertical-align:top"
    254 R(3)
    255 }}}
    256 {{{#!td style="vertical-align:top"
    257 0.0, 0.6, 0.0
    258 }}}
    259 {{{#!td
    260 Color of the ground plate.\\\\
    261 The color is given in RGB (red/green/blue) portions. The default color of the ground plate is green.
    262 }}}
    263 |----------------
    264 {{{#!td style="vertical-align:top"
    265 [=#isosurface_color '''isosurface_color''']
    266 }}}
    267 {{{#!td style="vertical-align:top"
    268 R(3,10)
    269 }}}
    270 {{{#!td style="vertical-align:top"
    271 0.9, 0.9, 0.9
    272 0.8, 0.1, 0.1
    273 0.1, 0.1, 0.8
    274 0.1, 0.8, 0.1
    275 0.6, 0.1, 0.1
    276 0.1, 0.1, 0.6
    277 0.1, 0.6, 0.1
    278 0.4, 0.1, 0.1
    279 0.1, 0.1, 0.4
    280 0.1, 0.4, 0.1
    281 }}}
    282 {{{#!td style="vertical-align:top"
    283 Color of the isosurface(s).\\\\
    284 Colors are given in RGB (red/green/blue) portions. By default, the first isosurface has a gray color, the second a red color, the third a blue color, etc.
    285 }}}
    286 |----------------
    287 {{{#!td style="vertical-align:top"
    288 [=#mode_dvrp '''mode_dvrp''']
    289 }}}
    290 {{{#!td style="vertical-align:top"
    291 C*20(10)
    292 }}}
    293 {{{#!td style="vertical-align:top"
    294 10 * ' '
    295 }}}
    296 {{{#!td
    297 Graphical objects (isosurfaces, slicers, particles) which are to be created by the '''dvr''' software.\\\\
    298 Several different objects can be assigned simultaneously and will be displayed in the same scene. Allowed values for '''mode_dvrp''' are'' 'isosurface##' ''(isosurface),'' 'slicer##' ''(cross sections), '' 'particles' '' and '' 'pathlines' ''. Within the strings, the hash characters (''##'') have to be replaced by two digits 01≤''##''≤99. Up to 10 objects can be assigned at the same time, e.g.:
    299     '''mode_dvrp''' ='' 'isosurface02', 'slicer01', 'particles', 'slicer02' ''
    300 In this case, one isosurface, two cross sections, and particles will be created. The quantities for which isosurfaces or cross sections are to be created have to be selected with the parameter [../d3par#data_output data_output] (' ''data_output''' also determines the orientation of the cross section, thus xy, xz, or yz). Since for '''data_output''' lists of variables may be assigned, the digits at the end of the '''mode_dvrp'''-string select the quantity, which is given at the respective position in the respective list (e.g.'' 'isosurface02' ''selects the second 3D quantity of '''data_output''','' 'slicer01' ''selects the first 2D quantity of '''data_output'''). If e.g. '''data_output''' is assigned as '''data_output''' ='' 'u_xy', 'w_xz', 'v_yz', 'pt', 'u', 'w','' then - assuming the above assignment of '''mode_dvrp''' - an isosurface of u, a horizontal cross section of u and a vertical cross section (xz) of w are created. For locations of the cross sections see [../d3par#data_output data_output]. The threshold value for which the isosurface is to be created can be defined with parameter [#threshold threshold]. The isosurface color is controlled by parameter [#isosurface_color isosurface_color].\\\\
    301 The particles color and size can be set using parameters [#particle_color particle_color] and [#particle_dvrpsize particle_dvrpsize].\\\\
    302 The vertical extension of the displayed domain is given by [../d3par#nz_do3d nz_do3d].\\\\
    303 The displayed horizontal domain can be restricted using parameters [#clip_dvrp_l clip_dvrp_l], [#clip_dvrp_r clip_dvrp_r], [#clip_dvrp_n clip_dvrp_n], [#clip_dvrp_s clip_dvrp_s].\\\\
    304 If [../userint/output#part_4 user-defined dvrp objects] exist, then '''mode_dvrp''' may also refer to quantities selected with the parameter [../userpar#data_output_user data_output_user] (internally PALM appends them to those selected with the parameter [../d3par#data_output data_output]).\\\\
    305 '''Assignments of mode_dvrp must correspond to those of data_output and data_output_user! '''If e.g. '''data_output''' ='' 'pt_xy', 'w' ''was set, then only the digits "01" are allowed for '''mode_dvrp''', thus'' 'isosurface01' ''and/or'' 'slicer01'.''\\\\
    306 Further details about using the '''dvr''' software are given in [../dvr here].\\\\
    307 '''Note:'''\\
    308 The declaration of color charts to be used still have to be given "manually" in subroutine {{{user_dvrp_coltab}}} (file [source:palm/trunk/SOURCE/user_dvrp_coltab.f90 user_dvrp_coltab.f90]). 
    309 }}}
    310 |----------------
    311 {{{#!td style="vertical-align:top"
    312 [=#particle_color '''particle_color''']
    313 }}}
    314 {{{#!td style="vertical-align:top"
    315 C*10
    316 }}}
    317 {{{#!td style="vertical-align:top"
    318 'none'
    319 }}}
    320 {{{#!td
    321 Parameter, which allows to calculate the displayed particle color depending on certain flow quantities.\\\\
    322 By default, particles have a black color.\\\\
    323 Allowed values for '''particle_color''' are:
    324 {{{#!table style="border:none"
    325 {{{#!td style="vertical-align:top;border:none;width:50px"
    326 '' 'absuv' ''
    327 }}}
    328 {{{#!td style="vertical-align:top;border:none"
    329 Particle color depends on the absolute value of the resolved-scale horizontal velocity (SQRT(u^2^+v^2^)) at the particle position.
    330 }}}
    331 |------
    332 {{{#!td style="vertical-align:top;border:none;width:50px"
    333 '' 'pt*' ''
    334 }}}
    335 {{{#!td style="vertical-align:top;border:none"
    336 Particle color depends on the deviation of the resolved-scale potential temperature at the particle position from the horizontally averaged potential temperature (total domain).
    337 }}}
    338 |------
    339 {{{#!td style="vertical-align:top;border:none;width:50px"
    340 '' 'z' ''
    341 }}}
    342 {{{#!td style="vertical-align:top;border:none"
    343 Particle color depends on the height of the particle with respect to the bottom boundary (z=0).
    344 }}}
    345 }}}
    346 The color table used for particles ranges from deep blue to deep red with yellow in between. The interval of values from the above listed quantities to be mapped to these colors is defined by parameter [#color_interval color_interval].\\\\
    347 Example:\\
    348 If '''particle_color''' ='' 'pt*' ''and [#color_interval color_interval] = ''-0.5, +0.5'', then all particles at positions with ''pt* <= -0.5 K'' will have a deep blue color and those at positions with ''pt* >= +0.5 K'' will have a deep red color, while those with ''-0.5 < pt* < +0.5'' will vary in color from deep blue to deep red and transition from yellow to blue indicate ''pt* ~ 0.0''.
    349 }}}
    350 |----------------
    351 {{{#!td style="vertical-align:top"
    352 [=#particle_dvrpsize '''particle_dvrpsize''']
    353 }}}
    354 {{{#!td style="vertical-align:top"
    355 C*10
    356 }}}
    357 {{{#!td style="vertical-align:top"
    358 'none'
    359 }}}
    360 {{{#!td
    361 Parameter, which allows calculates the displayed particle size depending on certain flow quantities.\\\\
    362 The default particle size (diameter) is determined with parameter [#dvrp_psize dvrp_psize].\\\\
    363 Allowed values for '''particle_dvrpsize''' are:
    364 {{{#!table style="border:none"
    365 {{{#!td style="vertical-align:top;border:none;width:50px"
    366 '' 'absw' ''
    367 }}}
    368 {{{#!td style="vertical-align:top;border:none"
    369 The particle size depends on the absolute value of the resolved-scale vertical velocity w at the particle position.
    370 }}}
    371 }}}
    372 The particle sizes range from 0.25*[../inipar#dx dx] m to 0.85*[../inipar#dx dx] m. The interval of values from the above-listed quantities to be mapped to these sizes is defined by parameter [#dvrpsize_interval dvrpsize_interval].\\\\
    373 Example:\\
    374 If '''particle_dvrpsize''' ='' 'absw' ''and [#dvrpsize_interval dvrpsize_interval] = ''1.0, 2.0,'' then all particles at positions where the absolute value of w is <= ''1.0'' m/s will have a size of ''0.25*[../inipar#dx dx] ''m and those at positions with |w| >= ''2.0'' m/s will have a size of ''0.85*[../inipar#dx dx] ''m, while those with ''1.0'' m/s < |w| < ''2.0'' m/s will linearly vary in size from ''0.25*[../inipar#dx dx] ''m to'' 0.85*[../inipar#dx dx] ''m.
    375 }}}
    376 |----------------
    377 {{{#!td style="vertical-align:top"
    378 [=#slicer_range_limits_dvrp '''slicer_range_limits''']
    379 [=#slicer_range_limits_dvrp '''_dvrp''']
    380 }}}
    381 {{{#!td style="vertical-align:top"
    382 R(2,10)
    383 }}}
    384 {{{#!td style="vertical-align:top"
    385 10 * (-1,1)
    386 }}}
    387 {{{#!td
    388 Ranges of values to which a color table has to be mapped (units of the respective quantity).\\\\
    389 In case that slicers have to be displayed (see [#mode_dvrp mode_dvrp]), this parameter defines the ranges of values of the respective quantities to which the color table in use has to be mapped. If e.g. a temperature slice shall be displayed, the color table defines colors from blue to red, and '''slicer_range_limits_dvrp''' = ''290.0, 305.0'' then areas with a temperature of 290 K are displayed in dark blue and those with 305.0 are displayed in dark red. Temperatures within these limits will be displayed by a continuous color gradient from blue to red and Temperatures outside the limits will be displayed either in dark blue or in dark red.\\\\
    390 Up to ten different ranges can be assigned in case that more than one slicer has to be displayed.\\\\
    391 See [#mode_dvrp mode_dvrp] for the declaration of color charts.
    392 }}}
    393 |----------------
    394 {{{#!td style="vertical-align:top"
    395 [=#superelevation '''superelevation''']
    396 }}}
    397 {{{#!td style="vertical-align:top"
    398 R
    399 }}}
    400 {{{#!td style="vertical-align:top"
    401 1.0
    402 }}}
    403 {{{#!td
    404 Superelevation factor for the vertical coordinate.\\\\
    405 For domains with unfavorable ratio between the vertical and the horizontal size (the vertical size is determined by [../d3par#nz_do3d nz_do3d]) a '''superelevation''' /= ''1.0'' may be used. If e.g. the horizontal size is substantially larger than the vertical size, a '''superelevation''' much larger than ''1.0'' should be used, since otherwise the domain appears as a "flat disk" in the visualization and thus the vertical direction is only very poorly resolved.
    406 }}}
    407 |----------------
    408 {{{#!td style="vertical-align:top"
    409 [=#superelevation_x '''superelevation_x''']
    410 }}}
    411 {{{#!td style="vertical-align:top"
    412 R
    413 }}}
    414 {{{#!td style="vertical-align:top"
    415 1.0
    416 }}}
    417 {{{#!td
    418 Superelevation factor for the horizontal (x) coordinate.\\\\
    419 This parameter can be used to stretch the displayed domain along the x-direction. See also [#superelevation superelevation].
    420 }}}
    421 |----------------
    422 {{{#!td style="vertical-align:top"
    423 [=#superelevation_y '''superelevation_y''']
    424 }}}
    425 {{{#!td style="vertical-align:top"
    426 R
    427 }}}
    428 {{{#!td style="vertical-align:top"
    429 1.0
    430 }}}
    431 {{{#!td
    432 Superelevation factor for the horizontal (y) coordinate.\\\\
    433 This parameter can be used to stretch the displayed domain along the y-direction. See also [#superelevation superelevation].
    434 }}}
    435 |----------------
    436 {{{#!td style="vertical-align:top"
    437 [=#threshold '''threshold''']
    438 }}}
    439 {{{#!td style="vertical-align:top"
    440 R(10)
    441 }}}
    442 {{{#!td style="vertical-align:top"
    443 0.0
    444 }}}
    445 {{{#!td
    446 Threshold value for which an isosurface is to be created by the '''dvr''' software.\\\\
    447 If the creation of isosurfaces is switched on via parameter [#mode_dvrp mode_dvrp], then the respective threshold value for which the isosurface is to be created can be assigned via '''threshold'''. If several isosurfaces are given by '''mode_dvrp''', then an individual threshold value for each isosurface can be assigned. The order of the threshold values refers to the order of the isosurfaces given by '''mode_dvrp'''.
    448 }}}
    449 |----------------
    450 {{{#!td style="vertical-align:top"
    451 [=#topography_color '''topography_color''']
    452 }}}
    453 {{{#!td style="vertical-align:top"
    454 R(3)
    455 }}}
    456 {{{#!td style="vertical-align:top"
    457 0.8, 0.7, 0.6
    458 }}}
    459 {{{#!td
    460 Color of the topography.\\\\
    461 The color is given in RGB (red/green/blue) portions. If topography is switched on (see [../inipar#topography topography]), its default color is a kind of gray.
    462 }}}
     5The DVR graphic software is no longer part of the default code.