1 |
rpa |
1.1 |
C $Header: /u/gcmpack/MITgcm/pkg/mnc/MNC_OPTIONS.h,v 1.7 2008/05/22 12:21:19 mlosch Exp $ |
2 |
|
|
C $Name: $ |
3 |
|
|
|
4 |
|
|
#ifndef MNC_OPTIONS_H |
5 |
|
|
#define MNC_OPTIONS_H |
6 |
|
|
#include "PACKAGES_CONFIG.h" |
7 |
|
|
#ifdef ALLOW_MNC |
8 |
|
|
|
9 |
|
|
#include "CPP_OPTIONS.h" |
10 |
|
|
|
11 |
|
|
#include "MNC_ID_HEADER.h" |
12 |
|
|
|
13 |
|
|
CEH3 package-specific options go here |
14 |
|
|
|
15 |
|
|
#define MNC_DEBUG |
16 |
|
|
|
17 |
|
|
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 */ |
31 |
|
|
#endif /* MNC_OPTIONS_H */ |
32 |
|
|
|
33 |
|
|
|
34 |
|
|
CEH3 ;;; Local Variables: *** |
35 |
|
|
CEH3 ;;; mode:fortran *** |
36 |
|
|
CEH3 ;;; End: *** |