Changes between Version 76 and Version 77 of doc/app/userint/output
- Timestamp:
- Oct 28, 2015 9:34:39 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v76 v77 38 38 {{{ENDDO}}} \\ 39 39 40 Once again, only those parts in [[span(red,style=color: red)]] have to be adjusted by the user.\\41 40 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 41 … … 53 52 {{{dots_num = dots_num}}} [[span({{{+2}}},style=color: red)]] \\ 54 53 55 Only those parts in [[span(red,style=color: red)]] have to be adjusted by the user. \\56 54 57 55 2. These quantities are calculated and output in subroutine [../int#user_statistics user_statistics] for every statistic region {{{sr}}} defined by the user, but at least for the region "total domain": … … 291 289 {{{ ENDDO }}}\\ 292 290 293 Only those parts in [[span(red,style=color: red)]] have to be adjusted by the user.\\\\294 291 After performing these steps, the user-defined quantity 'u2' can be selected like standard model quantities by the {{{dvrp_graphics}}} package parameter [../../dvrpar#mode_dvrp mode_dvrp].\\\\ 295 292 … … 306 303 Item A. and item B. as prerequisites for C. require a naming convention of identical identifiers, e.g. [../../userpar#data_output_pr_user data_output_pr_user]='' 'u*v*','' [../../userpar#data_output_user data_output_user] ='' 'u*v*' ''and [../../sppar#data_output_sp data_output_sp]='' 'u*v*'.'' This naming convention applies only in case of user-defined spectra. 307 304 308 2. Edit the subroutine [../int#user_spectra user_spectra] (only those parts in [[span(red,style=color: red)]])as follows:305 2. Edit the subroutine as follows: 309 306 310 307 {{{ IF ( mode == 'preprocess' ) THEN }}} \\