/[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.5 by dimitri, Wed Apr 7 00:22:03 2004 UTC revision 1.6 by dimitri, Wed Jun 30 15:27:57 2004 UTC
# Line 30  C   present in the input and in the outp Line 30  C   present in the input and in the outp
30  C   MISSING_TILE_IO is defined, the input and output  C   MISSING_TILE_IO is defined, the input and output
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    x_size = exch2_domain_nxt * sNx = exch2_domain_nxt*exch2_tnx  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  C     y_size = exch2_domain_nyt * sNy = exch2_domain_nyt*exch2_tny
36  C   #else  C    #else
37  C    x_size = Nx = sNx * nSx * nPx  C     x_size = Nx = sNx * nSx * nPx
38  C    y_size = Ny = sNy * nSy * nPy  C     y_size = Ny = sNy * nSy * nPy
39  C   #endif  C    #endif-
40    C   Notes:
41    C    1) Pickup files are not compatible between the two formats.
42    C    2) Defining MISSING_TILE_IO with no missing tiles is
43    C       equivalent to the old, tile-dependent I/O format.
44  #undef MISSING_TILE_IO  #undef MISSING_TILE_IO
45    
46  #endif /* ALLOW_MDSIO */  #endif /* ALLOW_MDSIO */

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

  ViewVC Help
Powered by ViewVC 1.1.22