/[MITgcm]/MITgcm/verification/tutorial_deep_convection/code/SIZE.h
ViewVC logotype

Diff of /MITgcm/verification/tutorial_deep_convection/code/SIZE.h

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

revision 1.1 by jmc, Thu Apr 20 16:41:06 2006 UTC revision 1.2 by jmc, Wed Apr 23 23:24:22 2008 UTC
# Line 36  C     Nr  - No. points in Z for full pro Line 36  C     Nr  - No. points in Z for full pro
36        INTEGER Ny        INTEGER Ny
37        INTEGER Nr        INTEGER Nr
38        PARAMETER (        PARAMETER (
39       &           sNx =  32,       &           sNx =  50,
40       &           sNy =  32,       &           sNy =  50,
41       &           OLx =   2,       &           OLx =   2,
42       &           OLy =   2,       &           OLy =   2,
43       &           nSx =   2,       &           nSx =   2,
# Line 46  C     Nr  - No. points in Z for full pro Line 46  C     Nr  - No. points in Z for full pro
46       &           nPy =   1,       &           nPy =   1,
47       &           Nx  = sNx*nSx*nPx,       &           Nx  = sNx*nSx*nPx,
48       &           Ny  = sNy*nSy*nPy,       &           Ny  = sNy*nSy*nPy,
49       &           Nr  =  20)       &           Nr  =  50)
50    
51  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
52  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.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22