/[MITgcm]/MITgcm/pkg/mnc/MNC_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/pkg/mnc/MNC_OPTIONS.h

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

revision 1.5 by edhill, Wed Sep 1 02:43:36 2004 UTC revision 1.8 by jmc, Sat Dec 24 01:09:39 2011 UTC
# Line 4  C $Name$ Line 4  C $Name$
4  #ifndef MNC_OPTIONS_H  #ifndef MNC_OPTIONS_H
5  #define MNC_OPTIONS_H  #define MNC_OPTIONS_H
6  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
7    #include "CPP_OPTIONS.h"
8    
9  #ifdef ALLOW_MNC  #ifdef ALLOW_MNC
10    
11  #include "CPP_OPTIONS.h"  #include "MNC_ID_HEADER.h"
12    
13  CEH3 package-specific options go here  CEH3 package-specific options go here
14    
15  C #define MNC_DEBUG  C     #define MNC_DEBUG
 C #define MNC_DEBUG_GTYPE  /*  Adds MNC gtype as an attribute  */  
16    
17  #include "mnc_id_header.h"  C     #define MNC_DEBUG_GTYPE  /*  Adds MNC gtype as an attribute  */
18    
19    C     The following are for back-wards compatibility with "old-style" mnc
20    C     file names:
21    C
22    C     #define MNC_WRITE_OLDNAMES
23    C     #define MNC_READ_OLDNAMES
24    
25    C     These are the default minimum number of characters used for the
26    C     per-file and per-tile file names
27    #define MNC_DEF_FMNC  3
28    #define MNC_DEF_TMNC  3
29    
30  #endif /* ALLOW_MNC */  #endif /* ALLOW_MNC */
31  #endif /* MNC_OPTIONS_H */  #endif /* MNC_OPTIONS_H */
32    
   
33  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***
34  CEH3 ;;; mode:fortran ***  CEH3 ;;; mode:fortran ***
35  CEH3 ;;; End: ***  CEH3 ;;; End: ***

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

  ViewVC Help
Powered by ViewVC 1.1.22