Changeset 471 for branches


Ignore:
Timestamp:
01/31/24 13:24:37 (4 months ago)
Author:
aquiquet
Message:

Cleaning branch: correction of few typos and openMP statements

Location:
branches/GRISLIv3/SOURCES
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/Netcdf-routines/sortie_netcdf_GRISLI_mod.0.2-hassine.f90

    r470 r471  
    987987                         else                     ! pose 
    988988                            tab(i,j)=0 
    989                          enf 
     989                         end if 
    990990                      end do 
    991991                   end do 
  • branches/GRISLIv3/SOURCES/New-remplimat/diagno-L2_mod.f90

    r470 r471  
    369369 
    370370use module3d_phy, only: pvi,abar,flot,gzmx,gzmy, &  
    371                         ,eps,taushelf,h,debug_3d,pvm 
     371                        eps,taushelf,h,debug_3d,pvm 
    372372use runparam, only: itracebug 
    373373use geography, only: nx,ny,nz 
  • branches/GRISLIv3/SOURCES/flottab2-0.7.f90

    r470 r471  
    9393    ! cas particulier des runs paleo ou on impose un masque grounded 
    9494 
    95     !$OMP PARALLEL PRIVATE(archim,surnet) 
     95    !$OMP PARALLEL 
     96 
    9697    if (igrdline.eq.2) then 
    9798       !$OMP WORKSHARE 
     
    118119    ! ------------------------------------- 
    119120 
    120     !$OMP DO 
     121    !$OMP DO PRIVATE(archim,surnet) 
    121122    do j=1,ny 
    122123       do i=1,nx 
     
    177178 
    178179    !----------------------------------------------------------------------- 
    179     !$OMP DO 
     180    !$OMP DO PRIVATE(archim) 
    180181    domain_x: do j=1,ny        
    181182       do i=2,nx 
     
    248249 
    249250    !   6- calcule les vitesses des points qui sont devenus gzm 
    250     !$OMP PARALLEL 
    251251    !$OMP DO          
    252252    do j=1,ny 
Note: See TracChangeset for help on using the changeset viewer.