Ignore:
Timestamp:
Feb 1, 2008 12:41:46 PM (16 years ago)
Author:
raasch
Message:

further updates for turbulent inflow: reading input data of a precursor run using a smaller total domain is working

File:
1 edited

Legend:

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

    r110 r147  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Bugfix: a stop command was missing in some cases of the parallel branch
    77!
    88!
     
    3434    IF ( coupling_mode == 'uncoupled' )  THEN
    3535       CALL MPI_FINALIZE( ierr )
     36       STOP
    3637    ELSE
    3738
     
    5657             ENDIF
    5758             CALL MPI_FINALIZE( ierr )
     59             STOP
    5860
    5961          CASE ( 1 )
     
    6466             ENDIF
    6567             CALL MPI_FINALIZE( ierr )
     68             STOP
    6669
    6770          CASE ( 2 )
Note: See TracChangeset for help on using the changeset viewer.