| 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 |
| 171 | Horizontal 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]).\\ |
| 172 | The routine contains some simple examples (as comment lines) in order to demonstrate how to use it.\\\\ |
| 173 | Profile 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. \\ |
| 174 | These additional profiles are further processed (e.g. temporally averaged), like the standard profiles, in {{{flow_statistics}}}. |
| 175 | }}} |