Ignore:
Timestamp:
Jan 17, 2008 1:08:34 PM (16 years ago)
Author:
raasch
Message:

further updates for turbulent inflow: PE-grid change for restart is working

File:
1 edited

Legend:

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

    r143 r146  
    55! -----------------
    66! First opening of unit 13 openes file _0000 on all PEs (parallel version)
    7 ! because only this file contains the global variables
     7! because only this file contains the global variables,
     8! myid_char_14 removed
    89!
    910! Former revisions:
     
    191192             CALL MPI_BARRIER( comm2d, ierr )
    192193#endif
    193              OPEN ( 14, FILE='BINOUT'//TRIM(coupling_char)//'/'//myid_char_14, &
     194             OPEN ( 14, FILE='BINOUT'//TRIM(coupling_char)//'/'//myid_char, &
    194195                        FORM='UNFORMATTED', POSITION='APPEND' )
    195196          ENDIF
Note: See TracChangeset for help on using the changeset viewer.