/[MITgcm]/MITgcm/pkg/mdsio/MDSIO_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/pkg/mdsio/MDSIO_OPTIONS.h

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

revision 1.4 by dimitri, Tue Apr 6 00:25:56 2004 UTC revision 1.5 by dimitri, Wed Apr 7 00:22:03 2004 UTC
# Line 31  C   MISSING_TILE_IO is defined, the inpu Line 31  C   MISSING_TILE_IO is defined, the inpu
31  C   files do not include the missing tiles.  Therefore  C   files do not include the missing tiles.  Therefore
32  C   the 2-D dimension of input and output files is:  C   the 2-D dimension of input and output files is:
33  C   #if defined(ALLOW_EXCH2) && !defined(MISSING_TILE_IO)  C   #if defined(ALLOW_EXCH2) && !defined(MISSING_TILE_IO)
34  C    xy_size = exch2_domain_nxt*exch2_tnx * exch2_domain_nyt*exch2_tny  C    x_size = exch2_domain_nxt * sNx = exch2_domain_nxt*exch2_tnx
35    C    y_size = exch2_domain_nyt * sNy = exch2_domain_nyt*exch2_tny
36  C   #else  C   #else
37  C    xy_size = Nx * Ny = sNx*nSx*nPx * sNy*nSy*nPy  C    x_size = Nx = sNx * nSx * nPx
38    C    y_size = Ny = sNy * nSy * nPy
39  C   #endif  C   #endif
40  #undef MISSING_TILE_IO  #undef MISSING_TILE_IO
41    

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

  ViewVC Help
Powered by ViewVC 1.1.22