/[MITgcm]/MITgcm/verification/OpenAD/code_oad/GGL90_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/OpenAD/code_oad/GGL90_OPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Thu Jul 2 15:57:20 2015 UTC (8 years, 9 months ago) by heimbach
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, HEAD
File MIME type: text/plain
Adding ggl90 preliminary ggl90 test to OpenAD test suite.
Config. with ggl90 currently diverges after 64 time steps.

1 C $Header: /u/gcmpack/MITgcm/pkg/ggl90/GGL90_OPTIONS.h,v 1.7 2015/02/19 15:44:12 mlosch Exp $
2 C $Name: $
3
4 C *=============================================================*
5 C | GGL90_OPTIONS.h
6 C | o CPP options file for GGL90 package.
7 C *=============================================================*
8 C | Use this file for selecting options within the GGL90
9 C | package.
10 C *=============================================================*
11
12 #ifndef GGL90_OPTIONS_H
13 #define GGL90_OPTIONS_H
14 #include "PACKAGES_CONFIG.h"
15 #include "CPP_OPTIONS.h"
16
17 #ifdef ALLOW_GGL90
18 C Package-specific Options & Macros go here
19
20 C Enable horizontal diffusion of TKE.
21 #undef ALLOW_GGL90_HORIZDIFF
22
23 C Use horizontal averaging for viscosity and diffusivity as
24 C originally implemented in OPA.
25 #define ALLOW_GGL90_SMOOTH
26
27 C allow IDEMIX model
28 #undef ALLOW_GGL90_IDEMIX
29
30 #endif /* ALLOW_GGL90 */
31 #endif /* GGL90_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22