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

Annotation of /MITgcm/verification/OpenAD/code_oad/KPP_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Sun Jul 5 01:54:11 2015 UTC (8 years, 10 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
Add kpp to verification.

1 heimbach 1.1 C $Header: /u/gcmpack/MITgcm/pkg/kpp/KPP_OPTIONS.h,v 1.18 2011/12/24 01:04:48 jmc Exp $
2     C $Name: $
3    
4     C *==========================================================*
5     C | KPP_OPTIONS.h
6     C | o CPP options file for KPP package.
7     C *==========================================================*
8     C | Use this file for selecting options within the KPP
9     C | package.
10     C *==========================================================*
11    
12     #ifndef KPP_OPTIONS_H
13     #define KPP_OPTIONS_H
14     #include "PACKAGES_CONFIG.h"
15     #include "CPP_OPTIONS.h"
16    
17     #ifdef ALLOW_KPP
18     C Package-specific Options & Macros go here
19    
20     C o When set, smooth shear horizontally with 121 filters
21     cph#define KPP_SMOOTH_SHSQ
22     #undef KPP_SMOOTH_SHSQ
23     #undef KPP_SMOOTH_DVSQ
24    
25     C o When set, smooth dbloc KPP variable horizontally
26     cph#define KPP_SMOOTH_DBLOC
27     #undef KPP_SMOOTH_DBLOC
28    
29     C o When set, smooth all KPP density variables horizontally
30     #undef KPP_SMOOTH_DENS
31     #ifdef KPP_SMOOTH_DENS
32     # define KPP_SMOOTH_DBLOC
33     #endif
34    
35     C o When set, smooth vertical viscosity horizontally
36     #undef KPP_SMOOTH_VISC
37    
38     C o When set, smooth vertical diffusivity horizontally
39     #undef KPP_SMOOTH_DIFF
40    
41     C o Get rid of vertical resolution dependence of dVsq term by
42     C estimating a surface velocity that is independent of first
43     C level thickness in the model.
44     #undef KPP_ESTIMATE_UREF
45    
46     C o Include/exclude KPP non/local transport terms
47     cph#define KPP_GHAT
48     #undef KPP_GHAT
49    
50     C o Exclude Interior shear instability mixing
51     #undef EXCLUDE_KPP_SHEAR_MIX
52    
53     C o Exclude double diffusive mixing in the interior
54     #undef EXCLUDE_KPP_DOUBLEDIFF
55    
56     C o Avoid as many as possible AD recomputations
57     C usually not necessary, but useful for testing
58     #undef KPP_AUTODIFF_EXCESSIVE_STORE
59    
60     C o Vertically smooth Ri (for interior shear mixing)
61     #undef ALLOW_KPP_VERTICALLY_SMOOTH
62    
63     #endif /* ALLOW_KPP */
64     #endif /* KPP_OPTIONS_H */
65    
66     CEH3 ;;; Local Variables: ***
67     CEH3 ;;; mode:fortran ***
68     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22