Changes between Version 28 and Version 29 of doc/app/userint/output


Ignore:
Timestamp:
Sep 16, 2010 7:16:54 AM (14 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/output

    v28 v29  
    3838      {{{ENDDO}}} \\
    3939
    40    Once again, only those parts in red have to be adjusted by the user.\\
     40   Once again, only those parts in [[span(red,style=color: red)]] have to be adjusted by the user.\\
    4141   The turbulent resolved-scale momentum flux ''u*v*'' is defined as the product of the deviations of the horizontal velocities from their respective horizontally averaged mean values. These mean values are stored in array {{{hom(..,1,1,sr)}}} and {{{hom(..,1,2,sr)}}} for the u- and v-component, respectively. Since due to the staggered grid, u and v are not defined at the same gridpoints, they have to be interpolated appropriately (here to the center of the gridbox). The result of the calculation is stored in array {{{sums_l}}}. The second index of this array is the identification number of the profile which must match the one given in the previous step 2. \\
    4242
     
    262262
    263263[=#part_4 '''4. Output of user-defined DVRP objects'''] \\\\
    264 This example shows the output of the quantity "square of the u-component", u^2^. If more than one user-defined quantity shall be output, the following steps have to be carried out in the same way for each of the quantities. First, steps 1 - 6 of part [#part_3. (2d cross section or 3d volume data)] are required. Second, the gridpoint data of the quantity has to be resorted to array {{{local_pf}}} in subroutine [../int#user_data_output_dvrp user_data_output_dvrp] as follows:
     264This example shows the output of the quantity "square of the u-component", u^2^. If more than one user-defined quantity shall be output, the following steps have to be carried out in the same way for each of the quantities. First, steps 1 - 6 of part [#part_3 (2d cross section or 3d volume data)] are required. Second, the gridpoint data of the quantity has to be resorted to array {{{local_pf}}} in subroutine [../int#user_data_output_dvrp user_data_output_dvrp] as follows:
    265265
    266266   {{{ CASE ( '}}}[[span(u2,style=color: red)]]', '[[span(u2,style=color: red)]]_xy', '[[span(u2,style=color: red)]]_xz', '[[span(u2,style=color: red)]]_yz'  ) \\
     
    273273         {{{ ENDDO }}}\\
    274274
    275 Only those parts in red have to be adjusted by the user.
    276 
    277 After performing these steps, the user-defined quantity 'u2' can be selected like standard model quantities by the dvrp_graphics package parameter mode_dvrp.
     275Only those parts in [[span(red,style=color: red)]] have to be adjusted by the user.\\\\
     276After performing these steps, the user-defined quantity 'u2' can be selected like standard model quantities by the [../../dvrpar#dvrp_graphics dvrp_graphics] package parameter [../../dvrpar#mode_dvrp mode_dvrp].
    278277
    279278[=#part_5 '''5. Output of user-defined spectra'''] \\\\