9.3 Turbulence Parameterizations


Previous

HOME


Next

If not continuing from the last section, first retrieve conc_case_control.txt and conc_case_setup.txt. The calculation in the previous section used the turbulence computation defaults, the Kanthar-Clayson equations. These equations determine the way the meteorological data are processed to compute the horizontal and vertical turbulence. The method can be changed from the Configuration Setup / Concentration / Turbulence Method Menu #7. Some of these options will be explored in more detail here.

  1. When the momentum and heat flux variables are available in the meteorological data file, the default calculation would use the Kanthar-Clayson equations to compute the turbulence values from stability parameters. The computation of the stability parameters from the meteorological data will be discussed in the next section. Within the boundary layer the turbulence equations have the following form:

    • w’2 = 3.0 u*2(1 – z/Zi)3/2
    • u’2 = 4.0 u*2(1 – z/Zi)3/2
    • v’2 = 4.5 u*2(1 – z/Zi)3/2

    where the turbulent velocities are a function of the friction velocity, height, and boundary layer depth. The horizontal and vertical components are explicitly predicted when using this method. When this method is defined as the default, the associated namelist variable KBLT is set to zero and no radio-button is selected for vertical turbulence in Menu #7. Undefined means HYSPLIT will select the optimum method depending upon the meteorological data. Select Kanthar-Clayson, save all menus to exit, run the model, and then create the plume graphic to confirm the result is identical to the last simulation.

  2. The other turbulence computation is an older approach that follows the Beljaars-Holtslag equations parameterized in terms of the vertical diffusivity for heat:
    • Kh = k wh z (1 - z/Zi)2

    where the stability parameter wh is a function of the friction velocity, Monin-Obukhov length, and convective velocity scale:
    • wh = f(u*, 1/L, w*)

    The vertical diffusivity profile is converted to a turbulence value:
    • σ w = (Kh / TL)0.5

    assuming a constant value for the Lagrangian time scale. The horizontal turbulence components are computed by assuming that they are equal to the vertical components:
    • w’2 = u’2 + v’2

    To configure this calculation, open Menu #7 and select the Beljaars-Holtslag radio-button for vertical turbulence. Save all menus to exit, run the model, and display the resulting graphic which shows a much narrower plume than the default Kanthar-Clayson calculation. The primary reason for this is that the turbulence is partitioned equally between the vertical and horizontal, while in the Kanthar-Clayson calculation more turbulence goes into the horizontal component [3.0/(4.0+4.5)].

  3. Another way to approach the anisotropy (ratio between vertical and horizontal) issue is to use a different method to compute the horizontal turbulence. The default approach is to compute the horizontal turbulence as defined in the above approaches. However, the horizontal turbulence values can be replaced by a value computed from the deformation of the velocity field:
    • Khor = 2-0.5 (c Χ) 2 [(∂v/∂x + ∂u/∂y)2 + (∂u/∂x - ∂v/∂y)2]0.5

    To configure this calculation from the original default calculation, open Menu #7, press the Reset to set previous changes back to their defaults, and then select the velocity deformation radio-button for horizontal turbulence. Save all menus to exit, run the model, and create the graphic which shows a narrower plume using the default Kanthar-Clayson for vertical turbulence, a result more similar to the Beljaars-Holtslag calculation. In general the deformation approach should not be used for simulations where the grid spacing of the meteorological data under-samples the variations in the flow field (grid too coarse) because then the deformation provides no information about sub-grid scale turbulence.

The results shown here provide some rationale for the the default vertical and horizontal turbulence settings used in the model calculation, which has been shown to provide an excellent representation of the initial tracer cloud mixing. The turbulence options are intended to provide some flexibility when using different input meteorological data. The use of Turbulent Kinetic Energy (TKE) will be explored in a separate section.