Changeset 169


Ignore:
Timestamp:
12/13/17 18:17:17 (6 years ago)
Author:
dumas
Message:

iter_beta flag is obsolete now

Location:
trunk/SOURCES
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/New-remplimat/remplimat-shelves-tabTu.f90

    r104 r169  
    165165! devrait plutot etre fait dans dragging 
    166166!------------------------------------------ 
    167 if (iter_beta.eq.0) then 
    168  call limit_frotm 
    169 else 
    170    !$OMP PARALLEL 
    171    !$OMP WORKSHARE 
    172    frotmx(:,:)= betamx(:,:) 
    173    frotmy(:,:)= betamy(:,:) 
    174    !$OMP END WORKSHARE 
    175    !$OMP END PARALLEL 
    176 end if 
    177  
     167call limit_frotm 
    178168 
    179169 
     
    239229!!$end do 
    240230 
    241  
    242 if (iter_beta.eq.1) then 
    243         call calc_beta(Vcol_x, Vcol_y)  
    244         fileout='beta-estime.dat' 
    245         call write_datfile3(nx,ny,betamx,betamy,beta_centre,fileout) 
    246         if (itracebug.eq.1)  call tracebug(' remplimat apres calc_beta') 
    247         iter_beta = 0             ! pour faire un calcul de vitesse le coup d'apres 
    248         corr_def = .true. 
    249         goto 888 
    250  
    251 else if ((iter_beta.eq.0).and.(corr_def)) then 
    252       call calc_beta(Vsl_x, Vsl_y)  
    253 endif 
    254  
    255    if (itracebug.eq.1) write(num_tracebug,*) 'iter_beta, corr_deff',iter_beta, corr_def 
    256231 
    257232!!$do j=ny1,ny2 
  • trunk/SOURCES/flottab2-0.7.f90

    r161 r169  
    496496    ! 5- calcule les noeuds qui sont streams a l'interieur et donne le betamx et betamy 
    497497    !---------------------------------------------------------------------------------- 
    498     if (iter_beta.eq.0) then 
    499        Call dragging           
    500     endif 
     498    call dragging           
     499     
    501500    if (itracebug.eq.1)  call tracebug(' routine flottab apres call dragging') 
    502501!!$call detect_assym(nx,ny,0,41,1,0,1,0,H,itestf) 
Note: See TracChangeset for help on using the changeset viewer.