New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 774 for trunk/AGRIF/AGRIF_FILES/modmpp.F – NEMO

Ignore:
Timestamp:
2007-12-18T17:45:53+01:00 (16 years ago)
Author:
rblod
Message:

Update Agrif, see ticket:#39

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AGRIF/AGRIF_FILES/modmpp.F

    r662 r774  
    341341     &               MPI_COMM_WORLD,statut,code) 
    342342       END SELECT 
     343                         
     344            Call where_valtabtotab_mpi(tempCextend%var, 
     345     &             temprecv%var,imin_recv(:,k),imax_recv(:,k),0.,nbdim) 
     346      
     347                Call Agrif_nbdim_deallocation(temprecv%var,nbdim) 
     348C                deallocate(temprecv%var) 
     349 
    343350            endif 
     351 
     352C 
     353      enddo 
     354 
     355C     Reception from others processors of the necessary part of the parent grid 
     356      do k = Agrif_ProcRank+1,Agrif_Nbprocs-1 
     357C 
     358C 
    344359             
    345360            Call MPI_SEND(sendtoproc(k),1,MPI_LOGICAL,k,etiquette, 
     
    430445                END SELECT 
    431446C 
    432             endif             
    433              
    434             if (recvfromproc(k)) then 
    435                          
    436             Call where_valtabtotab_mpi(tempCextend%var, 
    437      &             temprecv%var,imin_recv(:,k),imax_recv(:,k),0.,nbdim) 
    438       
    439                 Call Agrif_nbdim_deallocation(temprecv%var,nbdim) 
    440 C                deallocate(temprecv%var) 
    441  
    442447            endif 
    443448 
    444449C 
    445450      enddo 
    446  
    447451C 
    448452C 
Note: See TracChangeset for help on using the changeset viewer.