/[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.8 by gforget, Fri Sep 24 18:39:35 2010 UTC
# Line 25  C Defining SAFE_IO stops the model from Line 25  C Defining SAFE_IO stops the model from
25  #define _OLD_STATUS 'old'  #define _OLD_STATUS 'old'
26  #endif  #endif
27    
28  C o By default pkg/mdsio assumes that missing tiles are  C I/O that includes tile halos in the files
29  C   present in the input and in the output files.  When  #undef ALLOW_WHIO
30  C   MISSING_TILE_IO is defined, the input and output  #ifdef ALLOW_AUTODIFF_TAMC
31  C   files do not include the missing tiles.  Therefore  # define ALLOW_WHIO
32  C   the 2-D dimension of input and output files is:  #endif
 C   #if defined(ALLOW_EXCH2) && !defined(MISSING_TILE_IO)  
 C    xy_size = exch2_domain_nxt*exch2_tnx * exch2_domain_nyt*exch2_tny  
 C   #else  
 C    xy_size = Nx * Ny = sNx*nSx*nPx * sNy*nSy*nPy  
 C   #endif  
 #undef MISSING_TILE_IO  
33    
34  #endif /* ALLOW_MDSIO */  #endif /* ALLOW_MDSIO */
35  #endif /* MDSIO_OPTIONS_H */  #endif /* MDSIO_OPTIONS_H */

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

  ViewVC Help
Powered by ViewVC 1.1.22