Changes between Version 50 and Version 51 of doc/app/userint/int
- Timestamp:
- Oct 14, 2010 10:00:28 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/int
v50 v51 194 194 {{{#!td 195 195 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.\\ 196 See [ wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.196 See [[../output|User-defined output quantities]] about creating user-defined output quantities. 197 197 }}} 198 198 |---------------- … … 205 205 {{{#!td 206 206 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.\\ 207 See [ wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.207 See [[../output|User-defined output quantities]] about creating user-defined output quantities. 208 208 }}} 209 209 |---------------- … … 243 243 {{{#!td 244 244 Resorts user-defined quantities (to be output as cross-section data; see [../../userpar#data_output_user data_output_user]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}} and sets the grid on which they are defined. Depending on the value of input parameter {{{av}}} resorting is done for instantaneous ({{{av}}}=''0'') or time averaged data ({{{av}}}=''1''). Input parameter {{{variable}}} contains the string identifier of the respective variable. Allowed values for grid are'' 'zu' ''and'' 'zw'.'' The output parameter {{{found}}} has to be set ''.TRUE.'' by the user, otherwise an error message will appear in the job protocol for the respective output quantity.\\ 245 See [ wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.245 See [[../output|User-defined output quantities]] about creating user-defined output quantities. 246 246 }}} 247 247 |---------------- … … 254 254 {{{#!td 255 255 Resorts user-defined quantities (to be output as volume data; see [../../userpar#data_output_user data_output_user]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}} and sets the grid on which they are defined. Depending on the value of input parameter {{{av}}} resorting is done for instantaneous ({{{av}}}=''0'') or time averaged data ({{{av}}}=''1''). Input parameter {{{variable}}} contains the string identifier of the respective variable. The input parameter {{{nz_do}}} defines the upper limit of vertical grid index {{{k}}} of the output array (see [../../d3par#)nz_do3d nz_do3d]. The output parameter found has to be set ''.TRUE.'' by the user, otherwise an error message will appear in the job protocol for the respective output quantity.\\ 256 See chapter [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities. 256 See chapter [[../output|User-defined output quantities]] about creating user-defined output quantities. 257 }}} 258 |---------------- 259 {{{#!td style="vertical-align:top; text-align:left;width: 150px" 260 {{{data_output_mask.f90}}} at the end of the {{{CASE}}} structure 261 }}} 262 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px" 263 [=#user_data_output_mask {{{user_data_output_mask}}}]\\{{{( av, variable, found,}}}\\{{{local_pf)}}} 264 }}} 265 {{{#!td 266 Resorts user-defined quantities (to be output as masked data; see [../../userpar#data_output_masks_user data_output_masks_user]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}} and sets the grid on which they are defined. Depending on the value of input parameter {{{av}}} resorting is done for instantaneous ({{{av}}}=''0'') or time averaged data ({{{av}}}=''1''). Input parameter {{{variable}}} contains the string identifier of the respective variable. The output parameter found has to be set ''.TRUE.'' by the user, otherwise an error message will appear in the job protocol for the respective output quantity.\\ 267 See chapter [[../output|User-defined output quantities]] about creating user-defined output quantities. 257 268 }}} 258 269 |---------------- … … 265 276 {{{#!td 266 277 Sum up and time-average of user-defined output quantities (see [../../userpar#data_output_user data_output_user]) as well as allocation of the arrays necessary for storing the respective averages. Input parameter {{{variable}}} contains the string identifier of the respective variable. Depending on the requested action, input parameter mode has the value'' 'allocate', 'sum', ''or'' 'average'.''\\ 267 See [ wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.278 See [[../output|User-defined output quantities]] about creating user-defined output quantities. 268 279 }}} 269 280 |---------------- … … 276 287 {{{#!td 277 288 Resorts user-defined quantities (to be output as dvrp objects; see [../../userpar#data_output_user data_output_user]) and [../../dvrpar#mode_dvrp mode_dvrp]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}}. The array {{{local_pf}}} is then handed back to the calling subroutine {{{data_output_dvrp.f90}}}.\\ 278 See [ wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.289 See [[../output|User-defined output quantities]] about creating user-defined output quantities. 279 290 }}} 280 291 |----------------