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

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

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

revision 1.1 by adcroft, Mon Mar 22 16:22:04 1999 UTC revision 1.4 by jmc, Tue Feb 11 14:16:06 2003 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2    C $Name$
3  C  C
4  C     /==========================================================\  C     /==========================================================\
5  C     | SIZE.h Declare size of underlying computational grid.    |  C     | SIZE.h Declare size of underlying computational grid.    |
# Line 37  C     Nr  - No. points in Z for full pro Line 38  C     Nr  - No. points in Z for full pro
38        PARAMETER (        PARAMETER (
39       &           sNx =  64,       &           sNx =  64,
40       &           sNy =  64,       &           sNy =  64,
41       &           OLx =   3,       &           OLx =   2,
42       &           OLy =   3,       &           OLy =   2,
43       &           nSx =   1,       &           nSx =   1,
44       &           nSy =   1,       &           nSy =   1,
45       &           nPx =   1,       &           nPx =   1,
# Line 47  C     Nr  - No. points in Z for full pro Line 48  C     Nr  - No. points in Z for full pro
48       &           Ny  = sNy*nSy*nPy,       &           Ny  = sNy*nSy*nPy,
49       &           Nr  =  20)       &           Nr  =  20)
50    
 C     l - Runtime global problem size in X  
 C     m - Runtime global problem size in Y  
 C     n - Runtime global problem size in Z  
       COMMON /RUNSIZ/ l, m, n  
       INTEGER l  
       INTEGER m  
       INTEGER n  
   
51  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
52  C     MAX_OLY    that will be exchanged. Controls the sizing of exch  C     MAX_OLY    that will be exchanged. Controls the sizing of exch
53  C                routine buufers.  C                routine buufers.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22