/[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.2 - (show annotations) (download)
Wed Oct 19 01:28:45 2011 UTC (12 years, 7 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g
Changes since 1.1: +4 -1 lines
File MIME type: text/plain
Include potential density as new coordinate (Thanks to David Munday)

1 C $Header: /u/gcmpack/MITgcm/pkg/layers/LAYERS_OPTIONS.h,v 1.1 2009/09/16 21:25:47 rpa Exp $
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 C Allow use of potential density as a layering field.
27 #define LAYERS_PRHO_REF
28
29 #endif /* ALLOW_LAYERS */
30 #endif /* LAYERS_OPTIONS_H */
31

  ViewVC Help
Powered by ViewVC 1.1.22