/[MITgcm]/MITgcm/verification/exp2/SIZE.h
ViewVC logotype

Diff of /MITgcm/verification/exp2/SIZE.h

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

revision 1.2 by adcroft, Wed Jul 1 13:34:19 1998 UTC revision 1.3 by cnh, Mon Nov 2 03:34:12 1998 UTC
# Line 22  C     nPx - No. of processes to use in X Line 22  C     nPx - No. of processes to use in X
22  C     nPy - No. of processes to use in Y.  C     nPy - No. of processes to use in Y.
23  C     Nx  - No. points in X for the total domain.  C     Nx  - No. points in X for the total domain.
24  C     Ny  - No. points in Y for the total domain.  C     Ny  - No. points in Y for the total domain.
25  C     Nz  - No. points in Z for full process domain.  C     Nr  - No. points in Z for full process domain.
26        INTEGER sNx        INTEGER sNx
27        INTEGER sNy        INTEGER sNy
28        INTEGER OLx        INTEGER OLx
# Line 33  C     Nz  - No. points in Z for full pro Line 33  C     Nz  - No. points in Z for full pro
33        INTEGER nPy        INTEGER nPy
34        INTEGER Nx        INTEGER Nx
35        INTEGER Ny        INTEGER Ny
36        INTEGER Nz        INTEGER Nr
37        PARAMETER (        PARAMETER (
38       &           sNx =  90,       &           sNx =  90,
39       &           sNy =  40,       &           sNy =  40,
# Line 45  C     Nz  - No. points in Z for full pro Line 45  C     Nz  - No. points in Z for full pro
45       &           nPy =   1,       &           nPy =   1,
46       &           Nx  = sNx*nSx*nPx,       &           Nx  = sNx*nSx*nPx,
47       &           Ny  = sNy*nSy*nPy,       &           Ny  = sNy*nSy*nPy,
48       &           Nz  =  20)       &           Nr  =  20)
49    
50  C     l - Runtime global problem size in X  C     l - Runtime global problem size in X
51  C     m - Runtime global problem size in Y  C     m - Runtime global problem size in Y
# Line 54  C     n - Runtime global problem size in Line 54  C     n - Runtime global problem size in
54        INTEGER l        INTEGER l
55        INTEGER m        INTEGER m
56        INTEGER n        INTEGER n
57    
58    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
60    C                routine buufers.
61          INTEGER MAX_OLX
62          INTEGER MAX_OLY
63          PARAMETER ( MAX_OLX = OLx,
64         &            MAX_OLY = OLy )
65    

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

  ViewVC Help
Powered by ViewVC 1.1.22