Ignore:
Timestamp:
10/20/17 09:31:39 (7 years ago)
Author:
aquiquet
Message:

Grisli-iLoveclim branch: merged to trunk at revision 145

Location:
branches/iLoveclim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

  • branches/iLoveclim/SOURCES/New-remplimat/diagno-L2_mod.f90

    r123 r146  
    273273  enddo 
    274274  !$OMP END DO 
    275  
     275  !$OMP BARRIER 
     276 
     277  ! afq -- initMIP outputs: 
     278  !$OMP DO 
     279  do j=2,ny-1  
     280     do i=2,nx-1 
     281        taub(i,j) = sqrt( ((tobmx(i,j)+tobmx(i+1,j))*0.5)**2 & 
     282             + ((tobmy(i,j)+tobmy(i,j+1))*0.5)**2 ) 
     283     end do 
     284  end do 
     285  !$OMP END DO 
     286  !$OMP WORKSHARE 
     287  debug_3d(:,:,117) = taub(:,:) 
     288  !$OMP END WORKSHARE 
     289 
     290   
    276291  ! Mise ne réserve des vitesses flgzmx et flgzmy 
    277292  !$OMP WORKSHARE 
Note: See TracChangeset for help on using the changeset viewer.