/[MITgcm]/MITgcm_contrib/verification_other/global1x1_tot/code/KPP_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/global1x1_tot/code/KPP_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Sat Feb 4 02:45:01 2012 UTC (13 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64m, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint65h, checkpoint65, checkpoint64j, checkpoint65n, HEAD
File MIME type: text/plain
move un-tested set-up from MITgcm/verification/global1x1_tot to Contrib/verification_other

1 jmc 1.1 C $Header: /u/gcmpack/MITgcm/verification/global1x1_tot/code/KPP_OPTIONS.h,v 1.7 2008/09/26 21:42:40 dfer 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. KPP is enabled with ALLOW_KPP in CPP_OPTIONS.h |
10     C \==========================================================/
11    
12     #ifndef KPP_OPTIONS_H
13     #define KPP_OPTIONS_H
14     #include "PACKAGES_CONFIG.h"
15    
16     #ifdef ALLOW_KPP
17    
18     #include "CPP_OPTIONS.h"
19    
20     C o When set, smooth zonal shear meridionally and
21     C meridional shear zonally with 121 filters
22     #undef KPP_SMOOTH_SHSQ
23     #undef KPP_SMOOTH_DVSQ
24    
25     C o When set, smooth dbloc KPP variable horizontally
26     #undef KPP_SMOOTH_DBLOC
27    
28     C o When set, smooth all KPP density variables horizontally
29     #undef KPP_SMOOTH_DENS
30     #ifdef KPP_SMOOTH_DENS
31     # define KPP_SMOOTH_DBLOC
32     #endif
33    
34     C o When set, smooth vertical viscosity horizontally
35     #undef KPP_SMOOTH_VISC
36    
37     C o When set, smooth vertical diffusivity horizontally
38     #undef KPP_SMOOTH_DIFF
39    
40     C o Get rid of vertical resolution dependence of dVsq term by
41     C estimating a surface velocity that is independent of first
42     C level thickness in the model.
43     #undef KPP_ESTIMATE_UREF
44    
45     C o Include/exclude KPP non/local transport terms
46     #define KPP_GHAT
47    
48     C o Exclude Interior shear instability mixing
49     #undef EXCLUDE_KPP_SHEAR_MIX
50    
51     #endif /* ALLOW_KPP */
52     #endif /* KPP_OPTIONS_H */
53    

  ViewVC Help
Powered by ViewVC 1.1.22