Changeset 383


Ignore:
Timestamp:
03/22/23 09:43:39 (13 months ago)
Author:
dumas
Message:

use only in module calving_frange

File:
1 edited

Legend:

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

    r237 r383  
    1616module calving_frange 
    1717 
    18   use module3D_phy 
    19   use bilan_eau_mod 
     18  use module3D_phy, only:nx,ny,calv,num_param,num_rep_42,Bsoc0,sealevel_2d,dhdt,bm,coefbmshelf,& 
     19       bmelt,H,epsxx,epsyy,Bsoc,flot,uxbar,uybar,dx,S,B,iceberg,ice 
     20  use param_phy_mod, only: ro,row 
     21  use bilan_eau_mod, only:calv_dtt 
    2022  implicit none 
    2123 
     
    109111  subroutine calving 
    110112 
     113    integer :: i,j,l 
    111114    integer :: I_did_something  ! pour la boucle sur le calving 
    112115 
Note: See TracChangeset for help on using the changeset viewer.