/[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.26 by cnh, Fri Sep 21 15:13:31 2001 UTC revision 1.28 by jmc, Sun May 17 21:15:07 2009 UTC
# Line 4  C $Name$ Line 4  C $Name$
4    These lines are here to deliberately cause a compile-time error.    These lines are here to deliberately cause a compile-time error.
5    If you see these lines in your .F files or the compiler shows them    If you see these lines in your .F files or the compiler shows them
6    as an error then it means you have not placed your configuration    as an error then it means you have not placed your configuration
7    files in the appropriate place.    files in the appropriate place.
8    You need to place you own copy of SIZE.h in the include    You need to place you own copy of SIZE.h in the include
9    path for the model.    path for the model, and comment out these lines.
10    
11  C  C
12  CBOP  CBOP
# Line 63  C     Nr  :: No. points in Z for full pr Line 63  C     Nr  :: No. points in Z for full pr
63       &           Ny  = sNy*nSy*nPy,       &           Ny  = sNy*nSy*nPy,
64       &           Nr  =  23)       &           Nr  =  23)
65    
66  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
67  C     MAX_OLY    that will be exchanged. Controls the sizing of exch  C     MAX_OLY    that will be exchanged. Controls the sizing of exch
68  C                routine buufers.  C                routine buffers.
69        INTEGER MAX_OLX        INTEGER MAX_OLX
70        INTEGER MAX_OLY        INTEGER MAX_OLY
71        PARAMETER ( MAX_OLX = OLx,        PARAMETER ( MAX_OLX = OLx,

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.28

  ViewVC Help
Powered by ViewVC 1.1.22