Ignore:
Timestamp:
02/09/24 10:58:55 (4 months ago)
Author:
aquiquet
Message:

Cleaning branch: unused variables removed following strict compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/main3D-0.4-40km.f90

    r476 r481  
    131131subroutine grisli_init 
    132132 
    133   USE module3D_phy, only: itemp,icouple,isynchro,icompteur,iglen, & 
     133  USE module3D_phy, only: isynchro,icompteur,iglen, & 
    134134                          ice,bm,bmelt,ablbord,ablbord_dtt,dt,    & 
    135135                          s,h,b,bsoc,flot,mk,mk0,uxbar,uybar,hwater,time,timemax,ndebug,ndebug_max 
    136   use runparam, only: nt,tbegin,dtprofile,dtcpt,dirnameout,runname,itracebug 
     136  use runparam, only: nt,tbegin,dtprofile,dtcpt,dirnameout,itracebug 
    137137  use geography, only: nx,ny,geoplace 
    138138  use deformation_mod_2lois, only:n1poly,n2poly 
     
    156156  !      1 ou 2 passe (se met a 0 tout seul si on prend un fichier .cptr) 
    157157 
    158   ITEMP=0 
    159  
    160   !      switch couple physique faible =>  CP et CT independant T 
    161   !               0     pas de trait. vert.  A FAIRE           niveau L0 
    162   !               1     pas de couplage , faible physique      niveau L1 
    163   !               2     couplage, faible physique              niveau L2 
    164   !               3     couplage, physique complete sans CBT   niveau L3 
    165   !               4     idem 3 mais loi de def. Duval          niveau L4 
    166   ICOUPLE=4 
    167  
    168158  nt=-1   ! utilisee dans initialisation flottab 
    169159  !     sortie profile tous les dtprofile 
     
    209199  tcpt:if (ICOMPTEUR.eq.0) then 
    210200 
    211  
    212  
    213         if ((ITEMP.eq.0).or.(ITEMP.eq.3)) then 
    214201           call masque(flot,mk,mk0,itracebug) 
    215202 
     
    224211           !       ======================================================== 
    225212 
    226            if (ITEMP.eq.0) call lineartemp() 
     213           call lineartemp() 
    227214 
    228215           call bmelt_grounded  
     
    244231           call diffusiv() 
    245232           call SIA_velocities() 
    246         endif 
    247233 
    248234  else  ! tcpt     on reprend un fichier compteur (ICOMPTEUR.eq.1) 
Note: See TracChangeset for help on using the changeset viewer.