Ignore:
Timestamp:
Jan 7, 2021 7:15:12 AM (3 years ago)
Author:
raasch
Message:

bugfix in redblack algorithm: lower i,j indices need to start alternatively with even or odd value on the coarsest grid level, if the subdomain has an uneven number of gridpoints along x/y; some debug output flushed

File:
1 edited

Legend:

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

    r4828 r4832  
    2525! -----------------
    2626! $Id$
     27! some debug output flushed
     28!
     29! 4828 2021-01-05 11:21:41Z Giersch
    2730! interface for 3d logical arrays added
    2831!
     
    23552358                                      INT( (iog%nx+1), KIND = rd_offset_kind ) * wp
    23562359
    2357     write(9,*) 'array_position real3d ',trim(name),' ',array_position
     2360    IF ( debug_output )  THEN
     2361       WRITE (9,*) 'array_position real3d ', TRIM( name ), ' ', array_position
     2362       FLUSH( 9 )
     2363    ENDIF
    23582364
    23592365 END SUBROUTINE wrd_mpi_io_real_3d
Note: See TracChangeset for help on using the changeset viewer.