/[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.2 - (show annotations) (download)
Wed Sep 16 18:04:49 2009 UTC (14 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -0 lines
File MIME type: text/plain
add CVS header and name.

1 C $Header: $
2 C $Name: $
3
4 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