/[MITgcm]/MITgcm_contrib/rpa_layers/layers/LAYERS_OPTIONS.h
ViewVC logotype

Contents of /MITgcm_contrib/rpa_layers/layers/LAYERS_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Sep 15 19:16:53 2009 UTC (16 years, 3 months ago) by rpa
Branch: MAIN
File MIME type: text/plain
importing layers package

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