/[MITgcm]/MITgcm/verification/aim.5l_Equatorial_Channel/code/SIZE.h
ViewVC logotype

Diff of /MITgcm/verification/aim.5l_Equatorial_Channel/code/SIZE.h

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

revision 1.6 by jmc, Sat Jan 24 20:41:26 2004 UTC revision 1.7 by jmc, Sun May 17 22:25:34 2009 UTC
# Line 43  C     Nr  :: No. points in Z for full pr Line 43  C     Nr  :: No. points in Z for full pr
43        INTEGER Ny        INTEGER Ny
44        INTEGER Nr        INTEGER Nr
45        PARAMETER (        PARAMETER (
46       &           sNx =  64,       &           sNx =  32,
47       &           sNy =  23,       &           sNy =  23,
48       &           OLx =   2,       &           OLx =   2,
49       &           OLy =   2,       &           OLy =   2,
50       &           nSx =   2,       &           nSx =   4,
51       &           nSy =   1,       &           nSy =   1,
52       &           nPx =   1,       &           nPx =   1,
53       &           nPy =   1,       &           nPy =   1,
# Line 55  C     Nr  :: No. points in Z for full pr Line 55  C     Nr  :: No. points in Z for full pr
55       &           Ny  = sNy*nSy*nPy,       &           Ny  = sNy*nSy*nPy,
56       &           Nr  =   5)       &           Nr  =   5)
57    
58  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
59  C     MAX_OLY    that will be exchanged. Controls the sizing of exch  C     MAX_OLY    that will be exchanged. Controls the sizing of exch
60  C                routine buufers.  C                routine buffers.
61        INTEGER MAX_OLX        INTEGER MAX_OLX
62        INTEGER MAX_OLY        INTEGER MAX_OLY
63        PARAMETER ( MAX_OLX = OLx,        PARAMETER ( MAX_OLX = OLx,

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22