Ignore:
Timestamp:
Mar 13, 2007 3:52:49 AM (17 years ago)
Author:
raasch
Message:

preliminary changes concerning update of BC-scheme

File:
1 edited

Legend:

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

    r60 r63  
    23152315          ENDIF
    23162316
    2317           CALL MPI_SENDRECV( trlp, trlp_count, mpi_particle_type, pleft, 1,    &
     2317          CALL MPI_SENDRECV( trlp(1), trlp_count, mpi_particle_type, pleft, 1, &
    23182318                             particles(number_of_particles+1), trrp_count_recv,&
    23192319                             mpi_particle_type, pright, 1,                     &
     
    23432343             ENDIF
    23442344
    2345              CALL MPI_SENDRECV( trlpt, trlpt_count*tlength, MPI_REAL, pleft, 1,&
     2345             CALL MPI_SENDRECV( trlpt(1,1,1), trlpt_count*tlength, MPI_REAL,   &
     2346                                pleft, 1,                                      &
    23462347                             particle_tail_coordinates(1,1,number_of_tails+1), &
    23472348                                trrpt_count_recv*tlength, MPI_REAL, pright, 1, &
     
    23912392          ENDIF
    23922393
    2393           CALL MPI_SENDRECV( trrp, trrp_count, mpi_particle_type, pright, 1,   &
     2394          CALL MPI_SENDRECV( trrp(1), trrp_count, mpi_particle_type, pright, 1,&
    23942395                             particles(number_of_particles+1), trlp_count_recv,&
    23952396                             mpi_particle_type, pleft, 1,                      &
     
    24192420             ENDIF
    24202421
    2421              CALL MPI_SENDRECV( trrpt, trrpt_count*tlength, MPI_REAL, pright,  &
    2422                           1, particle_tail_coordinates(1,1,number_of_tails+1), &
     2422             CALL MPI_SENDRECV( trrpt(1,1,1), trrpt_count*tlength, MPI_REAL,   &
     2423                                pright, 1,                                     &
     2424                             particle_tail_coordinates(1,1,number_of_tails+1), &
    24232425                                trlpt_count_recv*tlength, MPI_REAL, pleft, 1,  &
    24242426                                comm2d, status, ierr )
     
    27542756          ENDIF
    27552757
    2756           CALL MPI_SENDRECV( trsp, trsp_count, mpi_particle_type, psouth, 1,   &
     2758          CALL MPI_SENDRECV( trsp(1), trsp_count, mpi_particle_type, psouth, 1,&
    27572759                             particles(number_of_particles+1), trnp_count_recv,&
    27582760                             mpi_particle_type, pnorth, 1,                     &
     
    27822784             ENDIF
    27832785
    2784              CALL MPI_SENDRECV( trspt, trspt_count*tlength, MPI_REAL, psouth,  &
    2785                           1, particle_tail_coordinates(1,1,number_of_tails+1), &
     2786             CALL MPI_SENDRECV( trspt(1,1,1), trspt_count*tlength, MPI_REAL,   &
     2787                                psouth, 1,                                     &
     2788                             particle_tail_coordinates(1,1,number_of_tails+1), &
    27862789                                trnpt_count_recv*tlength, MPI_REAL, pnorth, 1, &
    27872790                                comm2d, status, ierr )
     
    28302833          ENDIF
    28312834
    2832           CALL MPI_SENDRECV( trnp, trnp_count, mpi_particle_type, pnorth, 1,   &
     2835          CALL MPI_SENDRECV( trnp(1), trnp_count, mpi_particle_type, pnorth, 1,&
    28332836                             particles(number_of_particles+1), trsp_count_recv,&
    28342837                             mpi_particle_type, psouth, 1,                     &
     
    28582861             ENDIF
    28592862
    2860              CALL MPI_SENDRECV( trnpt, trnpt_count*tlength, MPI_REAL, pnorth,  &
    2861                           1, particle_tail_coordinates(1,1,number_of_tails+1), &
     2863             CALL MPI_SENDRECV( trnpt(1,1,1), trnpt_count*tlength, MPI_REAL,   &
     2864                                pnorth, 1,                                     &
     2865                             particle_tail_coordinates(1,1,number_of_tails+1), &
    28622866                                trspt_count_recv*tlength, MPI_REAL, psouth, 1, &
    28632867                                comm2d, status, ierr )
Note: See TracChangeset for help on using the changeset viewer.