Changes between Version 48 and Version 49 of doc/app/userint/output


Ignore:
Timestamp:
Sep 16, 2010 9:52:32 AM (14 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v48 v49  
    1414   1. The quantity has to be given a unique string identifier, e.g.'' 'u*v*'.'' This identifier must be different from the identifiers used for the {{{PALM}}} standard output (see list in description of parameter [../../d3par#data_output_pr data_output_pr]). To switch on output of this quantity, the user has to assign the string identifier to the parameter [../../userpar#data_output_pr_user data_output_pr_user], eg.:\\
    1515{{{
    16    data_output_pr_user = 'u*v*'}}}, \\
     16data_output_pr_user = 'u*v*'}}}, \\
    1717}}}
    1818   2. For the quantity, an identification number, a physical unit, and the vertical grid on which it is defined (u- or w-grid), has to be assigned (subroutine [../int#user_check_data_output_pr user_check]\\ [../int#user_check_data_output_pr _data_output_pr]): \\\\
     
    5757
    5858   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":
    59        
    60    {{{ts_value(dots_num_palm+1,sr) = ABS( u_max )}}} \\
    61    {{{ts_value(dots_num_palm+2,sr) = ABS( v_max )}}} \\
    62 
     59{{{       
     60   ts_value(dots_num_palm+1,sr) = ABS( u_max )
     61   ts_value(dots_num_palm+2,sr) = ABS( v_max )
     62}}}
    6363[=#part_3 '''3. Output of user-defined 2d cross sections or 3d volume data'''] \\
    6464