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

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

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


Revision 1.3 - (hide annotations) (download)
Sat Dec 24 01:04:48 2011 UTC (12 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k
Changes since 1.2: +4 -6 lines
File MIME type: text/plain
move #include "CPP_OPTIONS.h" just after #include "PACKAGES_CONFIG.h",
outside of the #ifdef ALLOW_THISPKG / #endif block.

1 jmc 1.3 C $Header: /u/gcmpack/MITgcm/pkg/layers/LAYERS_OPTIONS.h,v 1.2 2011/10/19 01:28:45 dfer Exp $
2 rpa 1.1 C $Name: $
3    
4 jmc 1.3 C CPP options file for LAYERS package
5 rpa 1.1 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 jmc 1.3 #include "CPP_OPTIONS.h"
11 rpa 1.1
12     #ifdef ALLOW_LAYERS
13 jmc 1.3 C Package-specific Options & Macros go here
14 rpa 1.1
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 dfer 1.2 C Allow use of potential density as a layering field.
26     #define LAYERS_PRHO_REF
27    
28 rpa 1.1 #endif /* ALLOW_LAYERS */
29     #endif /* LAYERS_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22