Ignore:
Timestamp:
01/26/24 16:49:00 (5 months ago)
Author:
aquiquet
Message:

Cleaning branch: continuing module3D cleaning

File:
1 edited

Legend:

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

    r449 r467  
    665665    use geography,    only: nx,ny,nz,nzm,dx,dy 
    666666    use runparam,     only: itracebug,xmin,ymin,dirsource 
    667     use module3d_phy, only: s,s0,h,h0,b,socle_cry,sealevel,mk,mk_init,hdot,dhdt,tann,tjuly,t,tpmp, & 
     667    use module3d_phy, only: s,s0,h,h0,b,sealevel,mk,mk_init,hdot,dhdt,tann,tjuly,t,tpmp, & 
    668668                            acc,abl,ghf,phid,bmelt,uxbar,uybar,ux,uy,frotmx,frotmy,tobmx,tobmy,    & 
    669669                            taushelf,epsxx,epsyy,epsxy,eps,abar,pvi,pvm,betamx,betamy,beta_centre, & 
    670                             ablbord_dtt,ice,front,gr_line_schoof,hwater,hdotwater,kond,bsoc,bm,    & 
    671                             pgx,pgy,phiwx,phiwy,flot_marais,neffmx,neffmy,gzmx,gzmy,ilemx,ilemy,   & 
    672                             fleuvemx,fleuvemy,flotmx,flotmy,hmx,hmy,frontfacex,frontfacey,sux,suy, & 
     670                            ablbord_dtt,ice,front,gr_line_schoof,hwater,hdotwater,bsoc,bm,    & 
     671                            flot_marais,neffmx,neffmy,gzmx,gzmy,ilemx,ilemy,   & 
     672                            fleuvemx,fleuvemy,flotmx,flotmy,hmx,hmy,sux,suy, & 
    673673                            tpmp,ux,uy,uzr,debug_3d,xlong,ylat,time,dtt 
     674    use eau_basale, only: kond,pgx,pgy,phiwx,phiwy 
    674675    use tracer_vars,  only: xdep_out,ydep_out,tdep_out 
    675676    use bilan_eau_mod,only: tot_water,calv_dtt 
     
    788789                   tab(:,:) = b(:,:) 
    789790                end if 
    790                 if (itab.eq.8) then 
    791                    tab(:,:) = socle_cry(:,:) 
    792                 end if 
     791                !if (itab.eq.8) then 
     792                !   tab(:,:) = socle_cry(:,:)  !no longer computed 
     793                !end if 
    793794                if (itab.eq.9) then 
    794795                   tab(:,:) = mk_init(:,:) 
     
    10151016                   end do 
    10161017                end if 
    1017                 if (itab.eq.72) then  
    1018                    tab(:,:) = frontfacex(:,:) 
    1019                 end if 
    1020                 if (itab.eq.73) then  
    1021                    tab(:,:) = frontfacey(:,:) 
    1022                 end if 
     1018                !if (itab.eq.72) then !no longer computed 
     1019                !   tab(:,:) = frontfacex(:,:) 
     1020                !end if 
     1021                !if (itab.eq.73) then  
     1022                !   tab(:,:) = frontfacey(:,:) 
     1023                !end if 
    10231024 
    10241025                !SORTIE 3D  
Note: See TracChangeset for help on using the changeset viewer.