/[MITgcm]/MITgcm/pkg/exch2/W2_EXCH2_PARAMS.h
ViewVC logotype

Diff of /MITgcm/pkg/exch2/W2_EXCH2_PARAMS.h

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

revision 1.11 by jmc, Fri Apr 23 20:21:06 2010 UTC revision 1.12 by jmc, Sat Jul 9 22:09:07 2011 UTC
# Line 21  C                 :: = 2 : customized to Line 21  C                 :: = 2 : customized to
21  C                 :: = 3 : 6-face Cube (3 face-dims: nRed, nGreen, nBlue).  C                 :: = 3 : 6-face Cube (3 face-dims: nRed, nGreen, nBlue).
22  C     nFacets     :: Number of facets (or domains) in this topology  C     nFacets     :: Number of facets (or domains) in this topology
23  C     facet_dims  :: facet pair of dimensions (n1x,n1y, n2x,n2y, ...)  C     facet_dims  :: facet pair of dimensions (n1x,n1y, n2x,n2y, ...)
24  C     nTiles      :: Number of tiles in this topology  C     nTiles      :: Number of tiles in this topology <- moved to W2_EXCH2_TOPOLOGY.h
25  C     nBlankTiles :: Number of "Blank-Tiles"  C     nBlankTiles :: Number of "Blank-Tiles"
26  C     blankList   :: List of "Blank-Tiles" (non active)  C     blankList   :: List of "Blank-Tiles" (non active)
27  C--  C--
# Line 41  C             = 2 :: all processes do pr Line 41  C             = 2 :: all processes do pr
41        INTEGER preDefTopol        INTEGER preDefTopol
42        INTEGER nFacets        INTEGER nFacets
43        INTEGER facet_dims(2*W2_maxNbFacets)        INTEGER facet_dims(2*W2_maxNbFacets)
       INTEGER nTiles  
44        INTEGER nBlankTiles        INTEGER nBlankTiles
45        INTEGER blankList(W2_maxNbTiles)        INTEGER blankList(W2_maxNbTiles)
46        INTEGER W2_mapIO        INTEGER W2_mapIO
# Line 49  C             = 2 :: all processes do pr Line 48  C             = 2 :: all processes do pr
48        COMMON /W2_EXCH2_PARM_I/        COMMON /W2_EXCH2_PARM_I/
49       &        preDefTopol,       &        preDefTopol,
50       &        nFacets, facet_dims,       &        nFacets, facet_dims,
51       &        nTiles, nBlankTiles,       &        nBlankTiles, blankList,
      &        blankList,  
52       &        W2_mapIO,       &        W2_mapIO,
53       &        W2_oUnit, W2_printMsg       &        W2_oUnit, W2_printMsg
54    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22