Changes between Version 48 and Version 49 of doc/app/userint/output
- Timestamp:
- Sep 16, 2010 9:52:32 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v48 v49 14 14 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.:\\ 15 15 {{{ 16 16 data_output_pr_user = 'u*v*'}}}, \\ 17 17 }}} 18 18 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]): \\\\ … … 57 57 58 58 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 }}} 63 63 [=#part_3 '''3. Output of user-defined 2d cross sections or 3d volume data'''] \\ 64 64