Ignore:
Timestamp:
03/22/23 17:15:38 (16 months ago)
Author:
aquiquet
Message:

Cleaning branch: use only statements in temperature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/Temperature-routines/Qprod_icetemp.f90

    r363 r388  
    1616subroutine Qprod_ice(Iq1) 
    1717 
    18   use Icetemp_declar 
     18  use module3D_phy, only: nx,ny,nz,flot,h,epsxx,epsyy,epsxy,sdx,sdy,gzmx,gzmy,flgzmx,flgzmy,fleuvemx,fleuvemy,flotmx,flotmy,  & 
     19                            hmx,hmy,ddbx,ddby,tobmx,tobmy,phid,t,tpmp,uxbar,uybar,ux,uy 
     20  use module_choix, only: ddx,ddy,visc,btt,glen ! afq - 03/2023 - not clean 
     21  use Icetemp_declar,only: chaldef_maj,chalx,chaly,chal2_x,chal2_y,chal2_z,chal2_xy,chalgliss_maj,chalglissx,chalglissy,ffx,ffy,cp,ee, & 
     22                             ecart_phid,fracq,dee 
     23  use param_phy_mod, only: ro,g 
     24 
    1925!$ USE OMP_LIB 
    2026 
    2127 
    2228  implicit none 
     29 
     30  integer i,j,k,l 
    2331 
    2432  !<Arguments 
Note: See TracChangeset for help on using the changeset viewer.