Ignore:
Timestamp:
Mar 5, 2020 3:59:50 PM (4 years ago)
Author:
raasch
Message:

bugfix: cpp-directives for serial mode added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/data_output_2d.f90

    r4442 r4444  
    2525! -----------------
    2626! $Id$
     27! bugfix: cpp-directives for serial mode added
     28!
     29! 4442 2020-03-04 19:21:13Z suehring
    2730! Change order of dimension in surface array %frac to allow for better
    2831! vectorization.
     
    152155    INTEGER(iwp) ::  flag_nr   !< number of masking flag
    153156    INTEGER(iwp) ::  i         !< loop index
    154     INTEGER(iwp) ::  iis       !< vertical index of a xy slice in array 'local_2d_sections'
    155157    INTEGER(iwp) ::  is        !< slice index
    156158    INTEGER(iwp) ::  ivar      !< variable index
     
    166168    INTEGER(iwp) ::  nzt_do    !< upper limit of the data field (usually nzt+1)
    167169    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'
    168172    INTEGER(iwp) ::  sender    !< PE id of sending PE
    169173    INTEGER(iwp) ::  ind(4)    !< index limits (lower/upper bounds) of array 'local_2d'
     174#endif
    170175
    171176    LOGICAL ::  found          !< true if output variable was found
Note: See TracChangeset for help on using the changeset viewer.