Ignore:
Timestamp:
01/31/24 09:13:31 (5 months ago)
Author:
aquiquet
Message:

Cleaning branch: some cleaning in flottab - ilemx,ilemy removed

File:
1 edited

Legend:

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

    r467 r470  
    669669                            taushelf,epsxx,epsyy,epsxy,eps,abar,pvi,pvm,betamx,betamy,beta_centre, & 
    670670                            ablbord_dtt,ice,front,gr_line_schoof,hwater,hdotwater,bsoc,bm,    & 
    671                             flot_marais,neffmx,neffmy,gzmx,gzmy,ilemx,ilemy,   & 
     671                            flot_marais,neffmx,neffmy,gzmx,gzmy,   & 
    672672                            fleuvemx,fleuvemy,flotmx,flotmy,hmx,hmy,sux,suy, & 
    673673                            tpmp,ux,uy,uzr,debug_3d,xlong,ylat,time,dtt 
     
    970970                end if 
    971971                
    972                 if (itab.eq.70) then  ! posx : grounded -> 0, , grzone ->1  ilemx->2   flot->3 
     972                if (itab.eq.70) then  ! posx : grounded -> 0, , grzone ->1    flot->3 
    973973                   do j=1,ny 
    974974                      do i=1,nx   
    975975                         if (gzmx(i,j)) then      
    976                             if (ilemx(i,j)) then     ! ile 
    977                                tab(i,j)=2 
    978                             else if (fleuvemx(i,j)) then 
     976                            if (fleuvemx(i,j)) then 
    979977                               tab(i,j)=5        ! actual grounded streams 
    980978                            else                   
     
    989987                         else                     ! pose 
    990988                            tab(i,j)=0 
    991                          endif 
     989                         enf 
    992990                      end do 
    993991                   end do 
    994992                end if 
    995                 if (itab.eq.71) then   ! posy : grounded -> 0, , grzone ->1  ilemx->2  flot->3 
     993                if (itab.eq.71) then   ! posy : grounded -> 0, , grzone ->1  flot->3 
    996994                   do j=1,ny 
    997995                      do i=1,nx   
    998996                         if (gzmy(i,j)) then  
    999                             if (ilemy(i,j)) then 
    1000                                tab(i,j)=2 
    1001                             else if (fleuvemy(i,j)) then 
     997                            if (fleuvemy(i,j)) then 
    1002998                               tab(i,j)=5        ! actual grounded streams 
    1003999                            else 
Note: See TracChangeset for help on using the changeset viewer.