Changeset 386 for branches/GRISLIv3


Ignore:
Timestamp:
03/22/23 13:59:16 (16 months ago)
Author:
dumas
Message:

use only in module calving_frange_glaciers

File:
1 edited

Legend:

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

    r294 r386  
    1717module calving_frange_glaciers 
    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,dt 
     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 
     
    5356    real*8, dimension(:,:), pointer      :: tab2d => null()         !< tableau 2d real pointer 
    5457    real*8, dimension(:,:,:), pointer    :: tab3d => null()         !< tableau 3d real pointer 
    55  
     58    integer :: err 
     59     
    5660    namelist/calving_glaciers/Hcoup_plateau,Hcoup_abysses,prof_plateau,prof_abysses,ifrange,meth_hcoup,file_IS_glaciers,file_IS_toporef,nb_snap,time_depart_snaps 
    5761 
     
    164168  !--------------------------------------------------------------------------------------- 
    165169  subroutine calving 
    166  
     170     
     171    integer :: i,j,l 
    167172    integer :: I_did_something  ! pour la boucle sur le calving 
    168173    integer :: k 
Note: See TracChangeset for help on using the changeset viewer.