Changes between Version 31 and Version 32 of doc/app/userint/int


Ignore:
Timestamp:
Sep 14, 2010 2:32:11 PM (14 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v31 v32  
    152152|----------------
    153153{{{#!td style="vertical-align:top; text-align:left;width: 150px"
    154 SUBROUTINE {{{preprocess_spectra}}} in {{{calc_spectra.f90}}} and {{{data_output_spectra.f90}}}
     154SUBROUTINE {{{preprocess_spectra}}}\\in {{{calc_spectra.f90}}}\\and {{{data_output_spectra.f90}}}
    155155}}}
    156156{{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
    157 [=#user_spectra {{{user_spectra}}}
     157[=#user_spectra {{{user_spectra}}}]
    158158}}}
    159159{{{#!td
     
    161161The routine contains some simple examples (as comment lines) in order to demonstrate how to use it.
    162162}}}
     163|----------------
     164{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     165{{{flow_statistics.f90}}} before the summation of array {{{hom}}} (horizontal averages)
     166}}}
     167{{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
     168[=#user_statistics {{{user_statistics}}}]{{{( sr )}}}
     169}}}
     170{{{#!td
     171Horizontal averages of vertical profiles of user-defined quantities can be computed here. Also, additional time series quantities can be calculated. They have to be defined before in routine [#user_init user_init]. The routine is called once for each defined  statistic_region (see [../../inipar#statistic_regions statistic_regions]).\\
     172The routine contains some simple examples (as comment lines) in order to demonstrate how to use it.\\\\
     173Profile sums have to be stored in the array {{{sums_l}}}. The profile identification number (second index of array {{{sums_l}}}) must be within the range [ {{{pr_palm+1}}} , {{{pr_palm+max_pr_user}}} ], where {{{pr_palm}}} is an internal parameter and  {{{max_pr_user}}} is the number of user-defined profiles as given by parameter [../../userpar#data_output_pr_user data_output_pr_user] in the respective {{{PALM}}} run. \\
     174These additional profiles are further processed (e.g. temporally averaged), like the standard profiles, in {{{flow_statistics}}}.
     175}}}