Ignore:
Timestamp:
Apr 15, 2020 8:37:26 AM (4 years ago)
Author:
raasch
Message:

bugfixes for restart with MPI-IO: problem with posix read arguments for surface data fixed, MPI barrier removed, coupling character added to restart input and output filename

File:
1 edited

Legend:

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

    r4495 r4496  
    2525! -----------------
    2626! $Id$
     27! bugfix: coupling character added to restart output filename
     28!
     29! 4495 2020-04-13 20:11:20Z raasch
    2730! restart data handling with MPI-IO added
    2831!
     
    432435!
    433436!--       Open MPI-IO restart file
    434           CALL rd_mpi_io_open( 'write', 'BINOUT' )
     437          CALL rd_mpi_io_open( 'write', 'BINOUT' // TRIM( coupling_char ) )
    435438!
    436439!--       Write control parameters and other global variables for restart.
Note: See TracChangeset for help on using the changeset viewer.