Changeset 385


Ignore:
Timestamp:
03/22/23 13:49:27 (13 months ago)
Author:
dumas
Message:

use only in module calving_frange_fracture

File:
1 edited

Legend:

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

    r270 r385  
    1717module calving_frange_fracture 
    1818 
    19   use module3D_phy 
     19  use module3D_phy, only:nx,ny,calv,num_param,num_rep_42,Bsoc0,sealevel_2d,dhdt,bm,coefbmshelf,& 
     20       bmelt,H,epsxx,epsyy,Bsoc,flot,uxbar,uybar,dx,S,B,iceberg,ice,dirnameinp,time 
     21  use param_phy_mod, only: ro,row 
     22  use bilan_eau_mod, only:calv_dtt 
    2023  use netcdf 
    2124  use io_netcdf_grisli 
    22   use bilan_eau_mod 
     25 
    2326  implicit none 
    2427 
     
    5053    real*8, dimension(:), pointer        :: tab1d => null()         !< tableau 1d real pointer 
    5154    real*8, dimension(:,:,:), pointer    :: tab3d => null()         !< tableau 3d real pointer 
     55    integer :: err 
    5256 
    5357    namelist/calving_fracture/Hcoup_plateau,Hcoup_abysses,prof_plateau,prof_abysses,ifrange,meth_hcoup,file_IS_fracture,nb_snap,time_depart_snaps 
     
    154158  !--------------------------------------------------------------------------------------- 
    155159  subroutine calving 
    156  
     160     
     161    integer :: i,j,l 
    157162    integer :: I_did_something  ! pour la boucle sur le calving 
    158163    integer :: k 
Note: See TracChangeset for help on using the changeset viewer.