Changes between Version 42 and Version 43 of doc/app/userint/int
- Timestamp:
- Sep 15, 2010 7:30:51 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/int
v42 v43 263 263 }}} 264 264 {{{#!td 265 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'.'' 266 265 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 266 See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities. 268 267 }}} 268 |---------------- 269 {{{#!td style="vertical-align:top; text-align:left;width: 150px" 270 {{{DEFAULT}}} case of {{{SELECT CASE( output_variable )}}} command near the end of {{{data_output_dvrp.f90}}} 271 }}} 272 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px" 273 [=#user_data_output_dvrp {{{user_data_output_dvrp}}}]\\{{{( output_variable, local_pf )}}} 274 }}} 275 {{{#!td 276 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}}}.\\ 277 See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities. 278 }}}