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