Ignore:
Timestamp:
06/10/22 17:11:04 (2 years ago)
Author:
aquiquet
Message:

Trunk merged to branch at revision 357

Location:
branches/iLoveclim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

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

    r251 r359  
    4242logical :: stopvisco,viscolin 
    4343logical :: test_visc 
     44 
     45integer :: itour_nolin 
    4446 
    4547contains     
     
    101103  if (itracebug.eq.1)  call tracebug(' Entree dans diagnoshelf') 
    102104 
     105  do itour_nolin=1,niter_nolin 
    103106 
    104107  itour_pvi=itour_pvi+1       ! boucle sur la viscosite (pour l'instant pas actif) 
     
    116119 
    117120  call dragging                    ! doit etre appele avant imx_imy 
    118  
     121  call mstream_dragging ! afq -- mise a jour des masques 
    119122 
    120123 
     
    340343  !write(6,*) 'time',time, uxbar(92,152),gzmx(92,152),ilemx(92,152),flotmx(92,152), flgzmx(92,152) 
    341344 
     345  end do ! afq -- sur itour_nolin 
     346 
    342347  return 
    343348end subroutine diagnoshelf 
Note: See TracChangeset for help on using the changeset viewer.