/[MITgcm]/MITgcm/verification/global1x1_tot/code_taueddy/KPP_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/global1x1_tot/code_taueddy/KPP_OPTIONS.h

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


Revision 1.2 - (show annotations) (download)
Fri Sep 26 21:43:45 2008 UTC (15 years, 7 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint63h, checkpoint63i, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, 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, checkpoint61f, checkpoint61g, checkpoint61e, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.1: +4 -22 lines
File MIME type: text/plain
Remove obsolete options

1 C $Header: $
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