Changes between Version 57 and Version 58 of doc/app/dvrpar


Ignore:
Timestamp:
Sep 14, 2010 7:47:34 AM (14 years ago)
Author:
witha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/dvrpar

    v57 v58  
    305305The declaration of color charts to be used still have to be given "manually" in subroutine [../userinterface#user_dvrp_coltab user_dvrp_coltab] (file {{{user_dvrp_coltab.f90}}}). 
    306306}}}
     307|----------------
     308{{{#!td style="vertical-align:top"
     309[=#particle_color '''particle_color''']
     310}}}
     311{{{#!td style="vertical-align:top"
     312C*10
     313}}}
     314{{{#!td style="vertical-align:top"
     315'none'
     316}}}
     317{{{#!td
     318Parameter, which allows to bind the displayed particle color to certain flow quantities.
     319
     320By default, particles have a black color.
     321
     322Allowed values for particle_color are:
     323
     324'absuv'         Particle color depends on the absolute value of the resolved-scale horizontal velocity (SQRT(u2+v2) at the particle position.
     325'pt*'   Particle color depends on the deviation of the resolved-scale potential temperature at the particle position from the horizontally averaged potential temperature (total domain).
     326'z'     Particle color depends on the height of the particle with respect to the bottom boundary (z=0).
     327
     328The colortable 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.
     329
     330Example:
     331If particle_color = 'pt*' and 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.
     332}}}