/[MITgcm]/MITgcm/model/inc/SIZE.h
ViewVC logotype

Diff of /MITgcm/model/inc/SIZE.h

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

revision 1.22 by heimbach, Mon Sep 11 23:15:50 2000 UTC revision 1.23 by heimbach, Mon Nov 13 16:32:57 2000 UTC
# Line 35  C     Nr  - No. points in Z for full pro Line 35  C     Nr  - No. points in Z for full pro
35        INTEGER Ny        INTEGER Ny
36        INTEGER Nr        INTEGER Nr
37        PARAMETER (        PARAMETER (
38       &           sNx =  90,       &           sNx =  20,
39       &           sNy =  40,       &           sNy =  16,
40       &           OLx =   3,       &           OLx =   4,
41       &           OLy =   3,       &           OLy =   4,
42       &           nSx =   1,       &           nSx =   1,
43       &           nSy =   1,       &           nSy =   1,
44       &           nPx =   1,       &           nPx =   1,
45       &           nPy =   1,       &           nPy =   1,
46       &           Nx  = sNx*nSx*nPx,       &           Nx  = sNx*nSx*nPx,
47       &           Ny  = sNy*nSy*nPy,       &           Ny  = sNy*nSy*nPy,
48       &           Nr  =  20)       &           Nr  =  23)
49    
50  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
51  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.22  
changed lines
  Added in v.1.23

  ViewVC Help
Powered by ViewVC 1.1.22