/[MITgcm]/MITgcm/verification/cfc_example/code/LAYERS_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/cfc_example/code/LAYERS_OPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Wed Jun 10 20:54:32 2015 UTC (8 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65n, checkpoint65o, checkpoint65m, HEAD
File MIME type: text/plain
define LAYERS_THERMODYNAMICS so that these pieces of code get compiled

1 C $Header: /u/gcmpack/MITgcm/pkg/layers/LAYERS_OPTIONS.h,v 1.7 2015/06/08 16:26:12 rpa 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 C Do water mass thermodynamics?
22 #define LAYERS_THERMODYNAMICS
23 C Use refined grid for diapycnal terms? (gives worse results)
24 #undef LAYERS_FINEGRID_DIAPYCNAL
25
26 C The MNC stuff is too complicated
27 #undef LAYERS_MNC
28
29 C Allow use of potential density as a layering field.
30 #define LAYERS_PRHO_REF
31
32 #endif /* ALLOW_LAYERS */
33 #endif /* LAYERS_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22