Ignore:
Timestamp:
Oct 10, 2007 12:03:15 AM (17 years ago)
Author:
raasch
Message:

preliminary updates for implementing buildings in poismg

File:
1 edited

Legend:

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

    r110 r114  
    44! Actual revisions:
    55! -----------------
     6! Bugfix: pleft/pright changed to pnorth/psouth in sendrecv of particle tail
     7! numbers along y
    68! TEST: PRINT statements on unit 9 (commented out)
    79!
     
    27732775          IF ( use_particle_tails )  THEN
    27742776
    2775              CALL MPI_SENDRECV( trspt_count,      1, MPI_INTEGER, pleft, 0, &
    2776                                 trnpt_count_recv, 1, MPI_INTEGER, pright, 0, &
     2777             CALL MPI_SENDRECV( trspt_count,      1, MPI_INTEGER, psouth, 0, &
     2778                                trnpt_count_recv, 1, MPI_INTEGER, pnorth, 0, &
    27772779                                comm2d, status, ierr )
    27782780
     
    28502852          IF ( use_particle_tails )  THEN
    28512853
    2852              CALL MPI_SENDRECV( trnpt_count,      1, MPI_INTEGER, pright, 0, &
    2853                                 trspt_count_recv, 1, MPI_INTEGER, pleft, 0, &
     2854             CALL MPI_SENDRECV( trnpt_count,      1, MPI_INTEGER, pnorth, 0, &
     2855                                trspt_count_recv, 1, MPI_INTEGER, psouth, 0, &
    28542856                                comm2d, status, ierr )
    28552857
Note: See TracChangeset for help on using the changeset viewer.