1 |
jmc |
1.1 |
C $Header: /u/gcmpack/MITgcm_contrib/PRM/multi_comp_setup/fg/code/MYPACKAGE_OPTIONS.h,v 1.1 2008/01/29 21:03:03 jmc Exp $ |
2 |
|
|
C $Name: $ |
3 |
|
|
|
4 |
|
|
C CPP options file for GM/Redi package |
5 |
|
|
C |
6 |
|
|
C Use this file for selecting options within the GM/Redi package |
7 |
|
|
|
8 |
|
|
#ifndef MYPACKAGE_OPTIONS_H |
9 |
|
|
#define MYPACKAGE_OPTIONS_H |
10 |
|
|
#include "PACKAGES_CONFIG.h" |
11 |
|
|
#ifdef ALLOW_MYPACKAGE |
12 |
|
|
|
13 |
|
|
#include "CPP_OPTIONS.h" |
14 |
|
|
|
15 |
|
|
C Place CPP define/undef flag here |
16 |
|
|
|
17 |
|
|
C to reduce memory storage, disable unused array with those CPP flags : |
18 |
|
|
#undef MYPACKAGE_3D_STATE |
19 |
|
|
#undef MYPACKAGE_2D_STATE |
20 |
|
|
#define MYPACKAGE_TENDENCY |
21 |
|
|
|
22 |
|
|
#undef MYPA_SPECIAL_COMPILE_OPTION1 |
23 |
|
|
|
24 |
|
|
#define MYPA_SPECIAL_COMPILE_OPTION2 |
25 |
|
|
|
26 |
|
|
#endif /* ALLOW_MYPACKAGE */ |
27 |
|
|
#endif /* MYPACKAGE_OPTIONS_H */ |
28 |
|
|
|
29 |
|
|
CEH3 ;;; Local Variables: *** |
30 |
|
|
CEH3 ;;; mode:fortran *** |
31 |
|
|
CEH3 ;;; End: *** |