/[MITgcm]/MITgcm/pkg/kpp/KPP_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/kpp/KPP_OPTIONS.h

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


Revision 1.8 - (show annotations) (download)
Fri Oct 24 05:52:05 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52l_pre, hrcube4, hrcube5, checkpoint52d_pre, checkpoint52j_pre, checkpoint51o_pre, checkpoint52l_post, checkpoint52k_post, checkpoint53, checkpoint52, checkpoint52f_post, checkpoint51t_post, checkpoint52i_pre, hrcube_1, hrcube_2, hrcube_3, checkpoint51s_post, checkpoint52e_pre, checkpoint52e_post, checkpoint52b_pre, checkpoint52m_post, checkpoint51q_post, checkpoint52b_post, checkpoint52c_post, checkpoint52f_pre, checkpoint51r_post, checkpoint52d_post, checkpoint52a_pre, checkpoint52i_post, checkpoint52h_pre, checkpoint52j_post, branch-netcdf, checkpoint52n_post, checkpoint51o_post, checkpoint52a_post, ecco_c52_e35, checkpoint51p_post, checkpoint51u_post
Branch point for: branch-nonh, netcdf-sm0
Changes since 1.7: +3 -1 lines
File MIME type: text/plain
 o check-in of all PH's changes: continued efforts to get the adjoint
   working with genmake2

1 C $Header: /u/u3/gcmpack/MITgcm/pkg/kpp/KPP_OPTIONS.h,v 1.7 2003/10/09 04:19:19 edhill Exp $
2 C $Name: $
3 C /==========================================================\
4 C | KPP_OPTIONS.h |
5 C | o CPP options file for KPP package. |
6 C |==========================================================|
7 C | Use this file for selecting options within the KPP |
8 C | package. |
9 C \==========================================================/
10
11 #ifndef KPP_OPTIONS_H
12 #define KPP_OPTIONS_H
13 #include "PACKAGES_CONFIG.h"
14 #include "AD_CONFIG.h"
15
16 #ifdef ALLOW_KPP
17
18 #include "CPP_OPTIONS.h"
19
20 C o Set precision for KPP variables (Real*4 or Real*8)
21 #define _KPP_RL Real*8
22
23 C o When set, use exchange calls rather than recomputation
24 C to obtain KPP parameters in overlap region. This option
25 C was added to reduce stack size requirements on the
26 C Origin 2000. It decreases memory and computation
27 C requirements at the expense of increased communications.
28 C For a 64-processor 360x224x46 MPI configuration on the
29 C Exemplar or Origin 2000, wall clock time is about the
30 C same whether FRUGAL_KPP is turned on or off.
31 #undef FRUGAL_KPP
32
33 C o When set, smooth zonal shear meridionally and
34 C meridional shear zonally with 121 filters
35 #define KPP_SMOOTH_SHSQ
36 #undef KPP_SMOOTH_DVSQ
37
38 C o When set, smooth dbloc KPP variable horizontally
39 #define KPP_SMOOTH_DBLOC
40
41 C o When set, smooth all KPP density variables horizontally
42 #undef KPP_SMOOTH_DENS
43 #ifdef KPP_SMOOTH_DENS
44 # define KPP_SMOOTH_DBLOC
45 #endif
46
47 C o When set, smooth vertical viscosity horizontally
48 #undef KPP_SMOOTH_VISC
49
50 C o When set, smooth vertical diffusivity horizontally
51 #undef KPP_SMOOTH_DIFF
52
53 C o Switch on vertical smoothing, the number of sweeps is set in the namelist
54 #undef ALLOW_KPP_VERTICALLY_SMOOTH
55
56 C o Get rid of vertical resolution dependence of dVsq term by
57 C estimating a surface velocity that is independent of first
58 C level thickness in the model.
59 #undef KPP_ESTIMATE_UREF
60
61 C o Include/exclude various time-averaged diagnostic output
62 C for saving storage space
63 #ifdef ALLOW_TIMEAVE
64 #define INCLUDE_DIAGNOSTICS_KPP
65 #undef INCLUDE_DIAGNOSTICS_KPPDIFFKZSTAVE
66 #endif
67
68 C o Include/exclude KPP non/local transport terms
69 #define KPP_GHAT
70
71 #endif /* ALLOW_KPP */
72 #endif /* KPP_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22