Ignore:
Timestamp:
03/24/23 16:05:58 (13 months ago)
Author:
dumas
Message:

use only in module furst_schoof_mod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/deformation_mod_2lois.f90

    r390 r397  
    2727module deformation_mod_2lois 
    2828 
    29   use module3d_phy, only:nx,ny,nz,e,num_param,num_rep_42,rgas,T,iglen,tpmp,H 
     29  use module3d_phy, only:nx,ny,nz!,e,num_param,num_rep_42,rgas,T,iglen,tpmp,H 
    3030 
    3131  implicit none 
     
    8282  !! Routine qui lit les variables de deformation  
    8383  !> 
    84   subroutine init_deformation  
    85  
     84  subroutine init_deformation 
     85     
     86    use module3d_phy, only:num_param,num_rep_42,rgas,iglen 
     87 
     88    implicit none 
     89     
    8690    real :: exposant_1 
    8791    real :: temp_trans_1 
     
    167171  !-------------------------------------------------------------------- 
    168172  subroutine flow_general 
    169  
     173     
     174    use module3d_phy, only:T,tpmp 
    170175    !$ USE OMP_LIB 
     176     
    171177    implicit none 
    172178 
     
    193199  !--------------------------------------------------------------------------------------- 
    194200  subroutine flowlaw (iiglen) 
    195  
     201     
     202    use module3d_phy, only:e,T,rgas,H,iglen 
    196203    !$ USE OMP_LIB 
    197204 
Note: See TracChangeset for help on using the changeset viewer.