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

Cleaning branch: start cleaning module3D

File:
1 edited

Legend:

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

    r446 r465  
    8484  subroutine init_deformation 
    8585     
    86     use module3d_phy, only:num_param,num_rep_42,rgas,iglen 
     86    use module3d_phy, only:num_param,num_rep_42,iglen 
     87    use param_phy_mod, only:rgas 
    8788 
    8889    implicit none 
     
    152153    Q2(2)     = Q_warm_2  
    153154 
    154     ! autre parametres ne changeant pas d'un run a l'autre 
    155     RGAS=8.314 
    156  
    157155    ! application des sf 
    158156 
     
    200198  subroutine flowlaw (iiglen) 
    201199     
    202     use module3d_phy, only:e,T,rgas,H,iglen 
     200    use module3d_phy, only:e,T,H,iglen 
     201    use param_phy_mod, only:rgas 
    203202    !$ USE OMP_LIB 
    204203 
Note: See TracChangeset for help on using the changeset viewer.