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

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

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

revision 1.2 by adcroft, Thu Jul 13 18:08:47 2000 UTC revision 1.5 by jmc, Thu Jun 21 01:05:53 2007 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 36  C     Nr  - No. points in Z for full pro Line 37  C     Nr  - No. points in Z for full pro
37        INTEGER Nr        INTEGER Nr
38        PARAMETER (        PARAMETER (
39       &           sNx =   1,       &           sNx =   1,
40       &           sNy =  32,       &           sNy =  16,
41       &           OLx =   3,       &           OLx =   3,
42       &           OLy =   3,       &           OLy =   3,
43       &           nSx =   1,       &           nSx =   1,
44       &           nSy =   1,       &           nSy =   2,
45       &           nPx =   1,       &           nPx =   1,
46       &           nPy =   1,       &           nPy =   1,
47       &           Nx  = sNx*nSx*nPx,       &           Nx  = sNx*nSx*nPx,
48       &           Ny  = sNy*nSy*nPy,       &           Ny  = sNy*nSy*nPy,
49       &           Nr  =  15)       &           Nr  =  25)
50    
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

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

  ViewVC Help
Powered by ViewVC 1.1.22