Changes between Version 20 and Version 21 of doc/app/userint/output
- Timestamp:
- Sep 15, 2010 3:39:35 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v20 v21 69 69 70 70 The pure string'' 'u2' ''switches on the output of instantaneous 3d volume data. Output of cross section data and time averaged data is switched on by additionally appending the strings'' '_xy', '_xz', '_yz', ''and/or'' '_av' ''(for a detailed explanation see parameter [../../d3par#data_output data_output]).\\ 71 2. In order to store the quantities' grid point data within PALM, a 3d data array has to be declared in module [../int#user _moduleuser]: \\71 2. In order to store the quantities' grid point data within PALM, a 3d data array has to be declared in module [../int#user user]: \\ 72 72 73 73 {{{REAL, DIMENSION(:,:,:), ALLOCATABLE :: u2, u2_av }}} \\