/[MITgcm]/MITgcm/verification/seaice_obcs/code/SIZE.h
ViewVC logotype

Diff of /MITgcm/verification/seaice_obcs/code/SIZE.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by jmc, Fri Sep 2 14:22:34 2011 UTC revision 1.3 by dimitri, Fri Dec 14 19:19:44 2012 UTC
# Line 8  C    !INTERFACE: Line 8  C    !INTERFACE:
8  C    include SIZE.h  C    include SIZE.h
9  C    !DESCRIPTION: \bv  C    !DESCRIPTION: \bv
10  C     *==========================================================*  C     *==========================================================*
11  C     | SIZE.h Declare size of underlying computational grid.  C     | SIZE.h Declare size of underlying computational grid.    
12  C     *==========================================================*  C     *==========================================================*
13  C     | The design here support a three-dimensional model grid  C     | The design here support a three-dimensional model grid    
14  C     | with indices I,J and K. The three-dimensional domain  C     | with indices I,J and K. The three-dimensional domain      
15  C     | is comprised of nPx*nSx blocks of size sNx along one axis  C     | is comprised of nPx*nSx blocks of size sNx along one axis
16  C     | nPy*nSy blocks of size sNy along another axis and one  C     | nPy*nSy blocks of size sNy along another axis and one    
17  C     | block of size Nz along the final axis.  C     | block of size Nz along the final axis.                    
18  C     | Blocks have overlap regions of size OLx and OLy along the  C     | Blocks have overlap regions of size OLx and OLy along the
19  C     | dimensions that are subdivided.  C     | dimensions that are subdivided.                          
20  C     *==========================================================*  C     *==========================================================*
21  C     \ev  C     \ev
22  CEOP  CEOP
# Line 56  C     Nr  :: No. points in Z for full pr Line 56  C     Nr  :: No. points in Z for full pr
56       &           Ny  = sNy*nSy*nPy,       &           Ny  = sNy*nSy*nPy,
57       &           Nr  =  23)       &           Nr  =  23)
58    
59  C     MAX_OLX  - Set to the maximum overlap region size of any array  C     MAX_OLX :: Set to the maximum overlap region size of any array
60  C     MAX_OLY    that will be exchanged. Controls the sizing of exch  C     MAX_OLY    that will be exchanged. Controls the sizing of exch
61  C                routine buufers.  C                routine buffers.
62        INTEGER MAX_OLX        INTEGER MAX_OLX
63        INTEGER MAX_OLY        INTEGER MAX_OLY
64        PARAMETER ( MAX_OLX = OLx,        PARAMETER ( MAX_OLX = OLx,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22