Changeset 4444 for palm/trunk/SOURCE/data_output_2d.f90
- Timestamp:
- Mar 5, 2020 3:59:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/data_output_2d.f90
r4442 r4444 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix: cpp-directives for serial mode added 28 ! 29 ! 4442 2020-03-04 19:21:13Z suehring 27 30 ! Change order of dimension in surface array %frac to allow for better 28 31 ! vectorization. … … 152 155 INTEGER(iwp) :: flag_nr !< number of masking flag 153 156 INTEGER(iwp) :: i !< loop index 154 INTEGER(iwp) :: iis !< vertical index of a xy slice in array 'local_2d_sections'155 157 INTEGER(iwp) :: is !< slice index 156 158 INTEGER(iwp) :: ivar !< variable index … … 166 168 INTEGER(iwp) :: nzt_do !< upper limit of the data field (usually nzt+1) 167 169 INTEGER(iwp) :: s_ind !< index of slice types (xy=1, xz=2, yz=3) 170 #if defined( __parallel ) 171 INTEGER(iwp) :: iis !< vertical index of a xy slice in array 'local_2d_sections' 168 172 INTEGER(iwp) :: sender !< PE id of sending PE 169 173 INTEGER(iwp) :: ind(4) !< index limits (lower/upper bounds) of array 'local_2d' 174 #endif 170 175 171 176 LOGICAL :: found !< true if output variable was found
Note: See TracChangeset
for help on using the changeset viewer.