1 |
C $Header$ |
C $Header$ |
2 |
C $Name$ |
C $Name$ |
3 |
|
|
4 |
C /===========================================================\ |
C *===========================================================* |
5 |
C | MY82_OPTIONS.h | |
C | MY82_OPTIONS.h |
6 |
C | o CPP options file for MY82 package. | |
C | o CPP options file for MY82 package. |
7 |
C |===========================================================| |
C *===========================================================* |
8 |
C | Use this file for selecting options within the MY82 | |
C | Use this file for selecting options within the MY82 |
9 |
C | package. MY82 is enabled with ALLOW_MY82 in CPP_OPTIONS.h | |
C | package. |
10 |
C \===========================================================/ |
C *===========================================================* |
11 |
|
|
12 |
#ifndef MY82_OPTIONS_H |
#ifndef MY82_OPTIONS_H |
13 |
#define MY82_OPTIONS_H |
#define MY82_OPTIONS_H |
14 |
#include "PACKAGES_CONFIG.h" |
#include "PACKAGES_CONFIG.h" |
15 |
|
#include "CPP_OPTIONS.h" |
16 |
|
|
17 |
#ifdef ALLOW_MY82 |
#ifdef ALLOW_MY82 |
18 |
|
C Package-specific Options & Macros go here |
|
#include "CPP_OPTIONS.h" |
|
19 |
|
|
20 |
C o When set, smooth vertical diffusivity horizontally |
C o When set, smooth vertical diffusivity horizontally |
21 |
#undef MY82_SMOOTH_RI |
#undef MY82_SMOOTH_RI |
22 |
|
|
23 |
#endif /* ALLOW_MY82 */ |
#endif /* ALLOW_MY82 */ |
24 |
#endif /* MY82_OPTIONS_H */ |
#endif /* MY82_OPTIONS_H */ |
|
|
|