Changes between Version 74 and Version 75 of doc/app/userint/output
- Timestamp:
- Oct 26, 2015 11:20:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v74 v75 75 75 {{{ data_output_masks_user(1,:) = 'u2', }}} 76 76 77 3. In order to store the quantities' grid point data within PALM, a 3d data array has to be declared in module [../int#user user] : \\77 3. In order to store the quantities' grid point data within PALM, a 3d data array has to be declared in module [../int#user user] (user_module.f90): \\ 78 78 79 79 {{{ REAL, DIMENSION(:,:,:), ALLOCATABLE :: u2, u2_av }}} //