/[MITgcm]/MITgcm/pkg/layers/LAYERS_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/layers/LAYERS_OPTIONS.h

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


Revision 1.5 - (show annotations) (download)
Thu Oct 18 12:55:39 2012 UTC (11 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64x, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f
Changes since 1.4: +1 -6 lines
File MIME type: text/plain
remove ALLOW_LAYERS_OUTPUT option.

1 C $Header: /u/gcmpack/MITgcm/pkg/layers/LAYERS_OPTIONS.h,v 1.4 2012/09/19 18:48:18 gforget Exp $
2 C $Name: $
3
4 C CPP options file for LAYERS package
5 C Use this file for selecting options within package "LAYERS"
6
7 #ifndef LAYERS_OPTIONS_H
8 #define LAYERS_OPTIONS_H
9 #include "PACKAGES_CONFIG.h"
10 #include "CPP_OPTIONS.h"
11
12 #ifdef ALLOW_LAYERS
13 C Package-specific Options & Macros go here
14
15 C Compute isopycnal tranports in the U direction?
16 #define LAYERS_UFLUX
17 C Compute isopycnal tranports in the V direction?
18 #define LAYERS_VFLUX
19 C Keep track of layer thicknesses?
20 #define LAYERS_THICKNESS
21
22 C The MNC stuff is too complicated
23 #undef LAYERS_MNC
24
25 C Allow use of potential density as a layering field.
26 #define LAYERS_PRHO_REF
27
28 #endif /* ALLOW_LAYERS */
29 #endif /* LAYERS_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22