Changeset 129 for trunk


Ignore:
Timestamp:
09/29/17 15:34:54 (7 years ago)
Author:
dumas
Message:

calving_frange : edge test with H | flottab2 : bug in openmp | steps_time_loop : iter_visco not imposed at 10.

Location:
trunk/SOURCES
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/calving_frange.f90

    r114 r129  
    9797     *(hcoup_abysses-hcoup_plateau)+hcoup_plateau               & 
    9898     , hcoup_plateau), hcoup_abysses ) 
    99  
     99     
    100100if (meth_hcoup.eq.1) then 
    101101   Hcoup(:,:)=coefbmshelf*Hcoup(:,:) 
     
    149149 
    150150!ifint:    if((front(i,j).gt.0).and.(front(i,j).lt.4)) then 
    151         ifint:    if(front(i,j).lt.4) then 
     151!cdc pb avec front    ifint:    if((front(i,j).lt.4).or.((front(i-1,j)+front(i+1,j)+front(i,j-1)+front(i,j+1)).lt.16)) then 
     152        ifint:    if((H(i-1,j).lt.2.).or.(H(i+1,j).lt.2.).or.(H(i,j-1).lt.2.).or.(H(i,j+1).lt.2)) then ! si on est au bord avec test sur H 
    152153! ifint: le point doit avoir au - 1 voisin mais ne pas etre entouré de glace 
    153154! ce qui evite la formation des polynies dans les shelfs 
  • trunk/SOURCES/flottab2-0.7.f90

    r121 r129  
    12701270end do 
    12711271!$OMP END DO  
    1272  
     1272!$OMP BARRIER 
    12731273! traitement des coins 
    12741274 
     
    12791279 
    12801280! Les points à plus d'un point de grille du bord sont front=-1 
     1281!$OMP WORKSHARE 
    12811282nofront(:,:)=0 
     1283!$OMP END WORKSHARE 
     1284!$OMP BARRIER 
    12821285 
    12831286!$OMP DO 
     
    12901293enddo 
    12911294!$OMP END DO 
     1295!$OMP BARRIER 
     1296 
     1297!$OMP WORKSHARE 
    12921298where (nofront(:,:).eq.-1) 
    12931299        front(:,:)=-1 
    12941300endwhere 
    1295  
     1301!$OMP END WORKSHARE 
    12961302!$OMP END PARALLEL               
    12971303 
  • trunk/SOURCES/steps_time_loop.f90

    r119 r129  
    444444        end if 
    445445  
    446         iter_visco= 10                                 ! warning, test sur l'impact iteration dragging et visco  
     446!cdc        iter_visco= 10                                 ! warning, test sur l'impact iteration dragging et visco  
    447447                                                       ! Cat 18 janv 2013 
    448448 
Note: See TracChangeset for help on using the changeset viewer.