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/Laure16_files/output_laure16_mod.f90

    r355 r465  
    11module  output_laure16_mod 
    22 
     3  use geography, only: nx,ny 
    34  use module3D_phy 
    45  use bilan_eau_mod 
     
    89 
    910implicit none 
     11 
     12integer :: i,j ! loop integers 
    1013 
    1114logical,dimension(nx,ny,7) :: mask_cal !< masque regions calotte  
     
    2932subroutine init_outshort 
    3033 
     34  use geography, only: geoplace,dirnameinp 
     35  use runparam, only: dirnameout,runname 
     36 
     37  integer :: i,j,k 
    3138 
    3239double precision,dimension(:,:),pointer      :: tab               !< tableau 2d real pointer 
     
    3744 
    3845 
    39 !ndisp sorite courte tous les ndisp 
    40 NDISP=100 
    4146mask_cal(:,:,:)=.false. 
    4247mask_cal(:,:,1)=.true. 
     
    175180!------------------ 
    176181 
     182  integer :: k,np 
     183 
    177184  ! ISMIP type outputs: (nc file) 
    178185  real :: lim                           !< Total ice mass 
Note: See TracChangeset for help on using the changeset viewer.