/[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.1 - (show annotations) (download)
Wed Sep 16 21:25:47 2009 UTC (14 years, 8 months ago) by rpa
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63b, checkpoint63c, checkpoint62, checkpoint63, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61v, checkpoint61w, checkpoint61z, checkpoint61x, checkpoint61y
File MIME type: text/plain
Merge layers package into the main source

1 C $Header: /u/gcmpack/MITgcm_contrib/rpa_layers/layers/LAYERS_OPTIONS.h,v 1.2 2009/09/16 18:04:49 jmc 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 #endif /* ALLOW_LAYERS */
27 #endif /* LAYERS_OPTIONS_H */
28

  ViewVC Help
Powered by ViewVC 1.1.22