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/eaubasale-0.5_mod.f90

    r465 r467  
    3434  real :: nefflocal 
    3535 
     36  real,dimension(nx,ny) :: KOND         !< basale hydro. conductivity 'o' 
     37  real,dimension(nx,ny) :: pgx,pgy      !< hydro. potential gradient  / x '>' and / y '^' 
     38  real,dimension(nx,ny) :: phiWx,phiWy  !< flux d'eau sous glaciaire  / x '>' and / y '^' 
     39  real,dimension(nx,ny) :: PWATER       !< basal water pressure 
    3640  REAL,dimension(NX,NY) :: limit_hw    !< conditions aux limites 
    3741  integer,dimension(NX,NY) :: klimit    !< ou appliquer les conditions  
     
    5761  subroutine init_eaubasale 
    5862 
    59     use module3d_phy, only:num_param,num_rep_42,kond,secyear,hdotwater,pgx,pgy 
     63    use module3d_phy, only:num_param,num_rep_42,secyear,hdotwater 
    6064     
    6165    namelist/eaubasale1/ecoulement_eau,hwatermax,infiltr  
     
    126130  subroutine eaubasale !(pwater)   version correspondant à la thèse de Vincent 
    127131 
    128     use module3d_phy, only:hwater,kond,secyear,flot,sealevel_2D,Bsoc,ibase,S,H,B,bmelt,& 
    129          debug_3d,flotmx,flotmy,pgx,pgy,phiwx,phiwy,isynchro,dtt,dt,hdotwater,pwater 
     132    use module3d_phy, only:hwater,secyear,flot,sealevel_2D,Bsoc,ibase,S,H,B,bmelt,& 
     133         debug_3d,flotmx,flotmy,isynchro,dtt,dt,hdotwater 
    130134    use geography, only:dx,dy 
    131135    use param_phy_mod, only:rowg,ro,rog,rofreshg,rofresh 
Note: See TracChangeset for help on using the changeset viewer.