Changes between Version 28 and Version 29 of doc/app/userint/output
- Timestamp:
- Sep 16, 2010 7:16:54 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v28 v29 38 38 {{{ENDDO}}} \\ 39 39 40 Once again, only those parts in redhave 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.\\ 41 41 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. \\ 42 42 … … 262 262 263 263 [=#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: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: 265 265 266 266 {{{ CASE ( '}}}[[span(u2,style=color: red)]]', '[[span(u2,style=color: red)]]_xy', '[[span(u2,style=color: red)]]_xz', '[[span(u2,style=color: red)]]_yz' ) \\ … … 273 273 {{{ ENDDO }}}\\ 274 274 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. 275 Only those parts in [[span(red,style=color: red)]] have to be adjusted by the user.\\\\ 276 After 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]. 278 277 279 278 [=#part_5 '''5. Output of user-defined spectra'''] \\\\