Changes between Version 7 and Version 8 of doc/app/userint/output


Ignore:
Timestamp:
Sep 15, 2010 12:35:08 PM (14 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v7 v8  
    4040      ENDDO
    4141   ENDDO
    42 
     42}}}
    4343   Once again, only those parts in red have to be adjusted by the user.\\
    4444   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.