/[MITgcm]/MITgcm/verification/global2x2_tot/code_forw/KPP_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/global2x2_tot/code_forw/KPP_OPTIONS.h

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


Revision 1.3 - (show annotations) (download)
Mon Sep 29 15:43:00 2008 UTC (15 years, 7 months ago) by dfer
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
Identical to default one in pkg/kpp

1 C /==========================================================\
2 C | KPP_OPTIONS.h |
3 C | o CPP options file for KPP package. |
4 C |==========================================================|
5 C | Use this file for selecting options within the KPP |
6 C | package. KPP is enabled with ALLOW_KPP in CPP_OPTIONS.h |
7 C \==========================================================/
8
9 #ifndef KPP_OPTIONS_H
10 #define KPP_OPTIONS_H
11 #include "PACKAGES_CONFIG.h"
12
13 #ifdef ALLOW_KPP
14
15 #include "CPP_OPTIONS.h"
16
17 C o When set, smooth zonal shear meridionally and
18 C meridional shear zonally with 121 filters
19 #define KPP_SMOOTH_SHSQ
20 #undef KPP_SMOOTH_DVSQ
21
22 C o When set, smooth dbloc KPP variable horizontally
23 #define KPP_SMOOTH_DBLOC
24
25 C o When set, smooth all KPP density variables horizontally
26 #undef KPP_SMOOTH_DENS
27 #ifdef KPP_SMOOTH_DENS
28 # define KPP_SMOOTH_DBLOC
29 #endif
30
31 C o When set, smooth vertical viscosity horizontally
32 #undef KPP_SMOOTH_VISC
33
34 C o When set, smooth vertical diffusivity horizontally
35 #undef KPP_SMOOTH_DIFF
36
37 C o Get rid of vertical resolution dependence of dVsq term by
38 C estimating a surface velocity that is independent of first
39 C level thickness in the model.
40 #undef KPP_ESTIMATE_UREF
41
42 C o Include/exclude KPP non/local transport terms
43 #define KPP_GHAT
44
45 #endif /* ALLOW_KPP */
46 #endif /* KPP_OPTIONS_H */
47

  ViewVC Help
Powered by ViewVC 1.1.22