/[MITgcm]/MITgcm/pkg/ggl90/GGL90_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/ggl90/GGL90_OPTIONS.h

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


Revision 1.7 - (hide annotations) (download)
Thu Feb 19 15:44:12 2015 UTC (9 years, 3 months ago) by mlosch
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, checkpoint65j, checkpoint65k, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, HEAD
Changes since 1.6: +5 -2 lines
File MIME type: text/plain
add IDEMIX (Olbers and Eden, 2013, Eden and Olbers, 2014):
  - code provided by Carsten Eden as an extension of ggl90
  - so far the code is turned on within ggl90 by setting a CPP-flag at
    compile time; a runtime flag implementation is not yet complete

1 mlosch 1.7 C $Header: /u/gcmpack/MITgcm/pkg/ggl90/GGL90_OPTIONS.h,v 1.6 2011/12/24 01:04:47 jmc Exp $
2     C $Name: checkpoint64b $
3 jmc 1.6
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 mlosch 1.1
12     #ifndef GGL90_OPTIONS_H
13     #define GGL90_OPTIONS_H
14     #include "PACKAGES_CONFIG.h"
15 jmc 1.6 #include "CPP_OPTIONS.h"
16 mlosch 1.1
17     #ifdef ALLOW_GGL90
18 jmc 1.6 C Package-specific Options & Macros go here
19 mlosch 1.1
20 dfer 1.5 C Enable horizontal diffusion of TKE.
21 dfer 1.4 #undef ALLOW_GGL90_HORIZDIFF
22    
23 jmc 1.6 C Use horizontal averaging for viscosity and diffusivity as
24 dfer 1.5 C originally implemented in OPA.
25 dfer 1.4 #undef ALLOW_GGL90_SMOOTH
26 mlosch 1.2
27 mlosch 1.7 C allow IDEMIX model
28     #undef ALLOW_GGL90_IDEMIX
29    
30 mlosch 1.1 #endif /* ALLOW_GGL90 */
31     #endif /* GGL90_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22