Parent Directory
|
Revision Log
|
Revision Graph
importing layers package
1 | rpa | 1.1 | C |
2 | C Use this file for selecting options within package "LAYERS" | ||
3 | |||
4 | #ifndef LAYERS_OPTIONS_H | ||
5 | #define LAYERS_OPTIONS_H | ||
6 | |||
7 | #include "PACKAGES_CONFIG.h" | ||
8 | |||
9 | #ifdef ALLOW_LAYERS | ||
10 | |||
11 | #include "CPP_OPTIONS.h" | ||
12 | |||
13 | C Compute isopycnal tranports in the U direction? | ||
14 | #define LAYERS_UFLUX | ||
15 | C Compute isopycnal tranports in the V direction? | ||
16 | #define LAYERS_VFLUX | ||
17 | C Keep track of layer thicknesses? | ||
18 | #define LAYERS_THICKNESS | ||
19 | |||
20 | C The MNC stuff is too complicated | ||
21 | #undef LAYERS_MNC | ||
22 | |||
23 | #endif /* ALLOW_LAYERS */ | ||
24 | #endif /* LAYERS_OPTIONS_H */ | ||
25 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |