/[MITgcm]/MITgcm/verification/natl_box_adjoint/code/KPP_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/natl_box_adjoint/code/KPP_OPTIONS.h

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


Revision 1.2 - (hide annotations) (download)
Thu Nov 6 22:30:59 2003 UTC (20 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint52, ecco_c52_e35, checkpoint52a_pre, checkpoint51u_post
Changes since 1.1: +70 -0 lines
File MIME type: text/plain
o merging from ecco-branch
o adding various natl_box_adjoint configs

1 heimbach 1.2 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     #include "AD_CONFIG.h"
13    
14     #ifdef ALLOW_KPP
15    
16     #include "CPP_OPTIONS.h"
17    
18     C o Set precision for KPP variables (Real*4 or Real*8)
19     #define _KPP_RL Real*8
20    
21     C o When set, use exchange calls rather than recomputation
22     C to obtain KPP parameters in overlap region. This option
23     C was added to reduce stack size requirements on the
24     C Origin 2000. It decreases memory and computation
25     C requirements at the expense of increased communications.
26     C For a 64-processor 360x224x46 MPI configuration on the
27     C Exemplar or Origin 2000, wall clock time is about the
28     C same whether FRUGAL_KPP is turned on or off.
29     #undef FRUGAL_KPP
30    
31     C o When set, smooth zonal shear meridionally and
32     C meridional shear zonally with 121 filters
33     #define KPP_SMOOTH_SHSQ
34     #undef KPP_SMOOTH_DVSQ
35    
36     C o When set, smooth dbloc KPP variable horizontally
37     #define KPP_SMOOTH_DBLOC
38    
39     C o When set, smooth all KPP density variables horizontally
40     #undef KPP_SMOOTH_DENS
41     #ifdef KPP_SMOOTH_DENS
42     # define KPP_SMOOTH_DBLOC
43     #endif
44    
45     C o When set, smooth vertical viscosity horizontally
46     #undef KPP_SMOOTH_VISC
47    
48     C o When set, smooth vertical diffusivity horizontally
49     #undef KPP_SMOOTH_DIFF
50    
51     C o Get rid of vertical resolution dependence of dVsq term by
52     C estimating a surface velocity that is independent of first
53     C level thickness in the model.
54     #undef KPP_ESTIMATE_UREF
55    
56     C o Include/exclude various time-averaged diagnostic output
57     C for saving storage space
58     #ifdef INCLUDE_DIAGNOSTICS_INTERFACE_CODE
59     #define INCLUDE_DIAGNOSTICS_KPP
60     #undef INCLUDE_DIAGNOSTICS_KPPDIFFKZSTAVE
61     #endif
62    
63     C o Include/exclude KPP non/local transport terms
64     #define KPP_GHAT
65    
66     C o Set precision for KPP variables (Real*4 or Real*8)
67    
68     #endif /* ALLOW_KPP */
69     #endif /* KPP_OPTIONS_H */
70    

  ViewVC Help
Powered by ViewVC 1.1.22