Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:40:50 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
730d8469b1 Oliv*0001 C     ==================================================================
                0002 C     HEADER FLT_SIZE
                0003 C     ==================================================================
                0004 
                0005 C== Size ==
                0006 
                0007 C     max_npart_tile :: maximum number of floats on a tile
                0008 C                       normally npart_tile < max_npart, but could be the same
                0009 C                       for safety
                0010 C     max_npart_exch :: maximum number of floats on a tile that can be
                0011 C                       exchanged at one time
                0012 C                       normally max_npart_exch < max_npart_tile,
                0013 C                       but could be the same for safety
3992cf11bb Jean*0014 C     fltBufDim      :: 1rst dimension of IO buffer, greater than number of
                0015 C                       fields to write (used for trajectories & profiles);
                0016 C                       can be less than 9+4*Nr if not writing any profile
                0017 C                       or only few fields along traj. and vert. profile
                0018       INTEGER max_npart_tile, max_npart_exch, fltBufDim
730d8469b1 Oliv*0019       PARAMETER (max_npart_tile = 300)
                0020       PARAMETER (max_npart_exch =  50)
3992cf11bb Jean*0021       PARAMETER (fltBufDim = (9+4*Nr))
                0022 c     PARAMETER (fltBufDim = 13 )
                0023 c     PARAMETER (fltBufDim =  8 )
730d8469b1 Oliv*0024 
                0025 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|