Ignore:
Timestamp:
01/26/24 10:24:00 (6 months ago)
Author:
aquiquet
Message:

Cleaning branch: start cleaning module3D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/Ant40_files/output_anta40_mod-0.4.f90

    r456 r465  
    1313module  output_antarcti_mod 
    1414 
    15 use module3D_phy,only: ndisp,xlong,ylat,vol,np,hmax,b,s,acc,h,t,tbdot,ux,uy,uzk,uzsdot, & 
    16               hdot,bdot,hmean,num_ritz,tafor,sealevel,ts 
     15use module3D_phy,only: xlong,ylat,b,s,acc,h,t,tbdot,ux,uy,uzk,uzsdot, & 
     16              hdot,bdot,num_ritz,tafor,sealevel,ts 
    1717use geography, only: nx,ny,nz,geoplace,dirnameinp 
    1818use runparam, only: dirnameout,runname 
     
    2424implicit none 
    2525       
    26 !real ::  vol ; !integer :: np 
     26real ::  vol ; !integer :: np 
    2727integer :: nflot                      !< nbr de point flottant 
    2828real ::  bmean                        !< 
     
    111111 
    112112 
    113 !ndisp sorite courte tous les ndisp 
    114 NDISP=100 
    115113 
    116114 
     
    386384! 1_initialization 
    387385!------------------ 
    388 real ::  smax 
    389 integer :: i,j,k,l 
     386real ::  smax,hmax,hmean 
     387integer :: np,i,j,k,l 
    390388 
    391389      vol=0.  
Note: See TracChangeset for help on using the changeset viewer.