Changes between Version 98 and Version 99 of doc/app/userint/output
- Timestamp:
- Mar 16, 2021 2:52:47 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v98 v99 98 98 {{{ REAL(wp), DIMENSION(:,:,:), ALLOCATABLE :: u2, u2_av }}} // 99 99 100 The second array {{{u2_av}}} is needed in case that output of time averaged data is requested. It is used to store the sum of the data of the respective time levels over which the average has to be carried out. \\100 The second array {{{u2_av}}} is needed in case that output of time averaged data is requested. It is used to store the sum of the data of the respective time levels over which the average has to be carried out. For the output of '''masked data''', the arrays must be declared as public. Otherwise, they are unknown quantities in [../int#user_data_output_mask user_data_output_mask] and an error occurs. \\ 101 101 4. [=#Allocate]The data array has to be allocated in subroutine [../int#user_init user_init]: \\ 102 102