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

Cleaning branch: continuing module3D cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/New-remplimat/diagno-L2_mod.f90

    r446 r467  
    66implicit none 
    77 
    8  
     8real ::  pvimin                       !< valeur de pvi pour les noeuds fictifs 
    99 
    1010real                   :: somint,test,delp,prec 
     
    1212real, dimension(nx,ny) :: uyb1 
    1313 
     14real, dimension(nx,ny) :: ramollo      !< pour ramollir les ice shelves 
    1415real, dimension(nx,ny) :: uxb1ramollo 
    1516real, dimension(nx,ny) :: uyb1ramollo 
     
    4950subroutine init_diagno 
    5051 
    51 use module3D_phy,only: num_rep_42,num_param,pvimin 
     52use module3D_phy,only: num_rep_42,num_param 
    5253use geography, only: geoplace 
    5354use deformation_mod_2lois,only: sf ! afq - 07/2023 - not clean since it is in module_choix 
     
    111112 
    112113  use module3D_phy, only: niter_nolin,taushelf,flot,h,pvi, &  
    113                           gr_line_schoof,uxbar,uybar,pvimin,debug_3D,V_limit, &  
     114                          gr_line_schoof,uxbar,uybar,debug_3D,V_limit, &  
    114115                          imx_diag,imy_diag,tobmx,tobmy,neffmx,neffmy,gr_line, schoof, &  
    115116                          betamx,betamy,flgzmx,flgzmy,uxflgz,uyflgz,taub  
     
    378379subroutine calc_pvi 
    379380 
    380 use module3d_phy, only: pvi,pvimin,abar,flot,gzmx,gzmy, &  
    381                         ilemx,ilemy,eps,taushelf,h,ramollo,debug_3d,pvm 
     381use module3d_phy, only: pvi,abar,flot,gzmx,gzmy, &  
     382                        ilemx,ilemy,eps,taushelf,h,debug_3d,pvm 
    382383use runparam, only: itracebug 
    383384use geography, only: nx,ny,nz 
Note: See TracChangeset for help on using the changeset viewer.