Changes between Version 79 and Version 80 of doc/app/userint/output


Ignore:
Timestamp:
Jul 7, 2016 12:14:16 PM (9 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v79 v80  
    22[[TracNav(doc/userint/toc)]]
    33
    4 A very typical request of users is the calculation and output of quantities which are not part of {{{PALM}}}'s standard output. The basic user interface includes a number of subroutines which allow the calculation of user-defined quantities and output of these quantities as 1. (horizontally averaged) [#part_1 vertical profiles], 2. [#part_2 time series], 3. [#part_3 2d cross section], [#part_3 3d volume data] or [#part_3 mask data], 4. [#part_4 dvrp objects], and 5. [#part_5 spectra]. The respective subroutines contain sample code lines (written as comment lines) for defining, calculating and output of such quantities.\\\\
     4A very typical request of users is the calculation and output of quantities which are not part of {{{PALM}}}'s standard output. The basic user interface includes a number of subroutines which allow the calculation of user-defined quantities and output of these quantities as 1. (horizontally averaged) [#part_1 vertical profiles], 2. [#part_2 time series], 3. [#part_3 2d cross section], [#part_3 3d volume data] or [#part_3 mask data], 4. [#part_4 dvrp objects], 5. [#part_5 spectra] and 6. [#part_6 virtual flights]. The respective subroutines contain sample code lines (written as comment lines) for defining, calculating and output of such quantities.\\\\
    55Output times, averaging intervals, etc. are steered by the same variables as used for the standard {{{PALM}}} output quantities, e.g. [../../d3par#dt_data_output dt_data_output].\\\\
    66The following five parts of this chapter explains step-by-step how to modify/extend the respective default user interface subroutines in order to generate the respective output:\\
     
    99   3. [#part_3 2d cross section], [#part_3 3d volume data] or [#part_3 masked data]
    1010   4. [#part_4 dvrp objects]
    11    5. [#part_5 spectra]\\\\
     11   5. [#part_5 spectra]
     12   6. [#part_6 virtual flights]\\\\
    1213[=#part_1 '''1. Output of user-defined vertical profiles'''] \\\\
    1314This example shows the output of the quantity "turbulent resolved-scale horizontal momentum flux" (''u*v*''). 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.\\