Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:42:01 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
4de8f8c098 Ed H*0001 #ifndef MNC_OPTIONS_H
                0002 #define MNC_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
                0004 #include "CPP_OPTIONS.h"
                0005 
d6c8672c92 Jean*0006 #ifdef ALLOW_MNC
                0007 
07155994b8 Mart*0008 #include "MNC_ID_HEADER.h"
5bc9611487 Ed H*0009 
4de8f8c098 Ed H*0010 CEH3 package-specific options go here
                0011 
5bc9611487 Ed H*0012 C     #define MNC_DEBUG
15688ab4b4 Ed H*0013 
5bc9611487 Ed H*0014 C     #define MNC_DEBUG_GTYPE  /*  Adds MNC gtype as an attribute  */
                0015 
                0016 C     The following are for back-wards compatibility with "old-style" mnc
                0017 C     file names:
                0018 C
                0019 C     #define MNC_WRITE_OLDNAMES
                0020 C     #define MNC_READ_OLDNAMES
                0021 
                0022 C     These are the default minimum number of characters used for the
                0023 C     per-file and per-tile file names
                0024 #define MNC_DEF_FMNC  3
                0025 #define MNC_DEF_TMNC  3
1ac23013aa Ed H*0026 
4de8f8c098 Ed H*0027 #endif /* ALLOW_MNC */
                0028 #endif /* MNC_OPTIONS_H */
                0029 
a27dc5c859 Ed H*0030 CEH3 ;;; Local Variables: ***
                0031 CEH3 ;;; mode:fortran ***
                0032 CEH3 ;;; End: ***