/[MITgcm]/MITgcm/verification/advect_cs/code/SIZE.h_mpi
ViewVC logotype

Diff of /MITgcm/verification/advect_cs/code/SIZE.h_mpi

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

revision 1.1 by edhill, Wed Sep 10 02:25:46 2003 UTC revision 1.4 by jmc, Tue Oct 9 02:29:09 2007 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2    C $Name$
3    
4  C  C
5  C     /==========================================================\  C     /==========================================================\
6  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 38  C     Nr  - No. points in Z for full pro
38        INTEGER Nr        INTEGER Nr
39        PARAMETER (        PARAMETER (
40       &           sNx =  32,       &           sNx =  32,
41       &           sNy =  16,       &           sNy =  32,
42       &           OLx =   3,       &           OLx =   4,
43       &           OLy =   3,       &           OLy =   4,
44       &           nSx =   6,       &           nSx =   3,
45       &           nSy =   1,       &           nSy =   1,
46       &           nPx =   1,       &           nPx =   2,
47       &           nPy =   2,       &           nPy =   1,
48       &           Nx  = sNx*nSx*nPx,       &           Nx  = sNx*nSx*nPx,
49       &           Ny  = sNy*nSy*nPy,       &           Ny  = sNy*nSy*nPy,
50       &           Nr  =   1)       &           Nr  =   1)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22