/[MITgcm]/MITgcm/verification/hs94.1x64x5/code_ad/SIZE.h
ViewVC logotype

Diff of /MITgcm/verification/hs94.1x64x5/code_ad/SIZE.h

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

revision 1.2 by jmc, Tue Dec 28 19:47:50 2010 UTC revision 1.3 by jmc, Fri Sep 23 17:20:56 2011 UTC
# 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  =   5)       &           Nr  =   5)
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,
65       &            MAX_OLY = OLy )       &            MAX_OLY = OLy )
66    
67        integer     nobcs        INTEGER     nobcs
68        parameter ( nobcs = 4 )        PARAMETER ( nobcs = 4 )
69    

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

  ViewVC Help
Powered by ViewVC 1.1.22