Changes between Version 34 and Version 35 of doc/app/userint/int
- Timestamp:
- Sep 14, 2010 3:04:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/int
v34 v35 192 192 }}} 193 193 {{{#!td 194 Here the physical unit(s) of user-defined 2d/3d output quantities (see [../../userpar#data_output_user data_output_user]) have to be set. Input parameter {{{variable}}} contains the string identifier of the respective variable. For those variables not recognized by the user, the parameter {{{unit}}} is set to ''illegal'', which tells the calling routine that the output variable is not defined and leads to a program abort.\\194 Here the physical {{{unit}}}(s) of user-defined 2d/3d output quantities (see [../../userpar#data_output_user data_output_user]) have to be set. Input parameter {{{variable}}} contains the string identifier of the respective variable. For those variables not recognized by the user, the parameter {{{unit}}} is set to ''illegal'', which tells the calling routine that the output variable is not defined and leads to a program abort.\\ 195 195 See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities. 196 196 }}} 197 |---------------- 198 {{{#!td style="vertical-align:top; text-align:left;width: 150px" 199 End of {{{check_parameters.f90}}} where vertical profile output quantities are checked 200 }}} 201 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px" 202 [=#user_check_data_output_pr {{{user_check_data_output_pr}}}]\\{{{(variable, var_count, unit )}}} 203 }}} 204 {{{#!td 205 Here the physical {{{unit}}}(s) and vertical grid (u- or w-grid) of user-defined vertical profile output quantities (see [../../userpar#data_output_pr_user data_output_pr_user]) have to be set. Input parameter {{{variable}}} contains the string identifier of the respective variable. Parameter {{{var_count}}} contains the internal profile number and must not be changed by the user. For those variables not recognized by the user, the parameter {{{unit}}} is set to "illegal", which tells the calling routine that the output variable is not defined and leads to a program abort. 206 207 See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities. 208 }}}