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

Contents 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.1.2.1 - (show annotations) (download)
Tue Feb 5 20:34:35 2002 UTC (22 years, 4 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c44_e19, ecco_c44_e17, icebear2, ecco_c44_e16, ecco_c44_e23, ecco_c44_e20, ecco_c44_e21, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, icebear3, ecco_c50_e33a, ecco_c50_e28, ecco-branch-mod2, ecco-branch-mod4, ecco-branch-mod5, ecco_c51_e34, ecco_c50_e31, ecco_c44_e18, ecco_c50_e32, ecco_c50_e29, ecco-branch-mod1, ecco_ice2, ecco_ice1, ecco_c51_e34c, ecco_c51_e34d, ecco_c51_e34e, ecco_c51_e34f, ecco_c51_e34g, ecco_c51_e34a, ecco_c51_e34b, ecco-branch-mod3, ecco_c50_e33, ecco_c50_e30, ecco_c44_e22, ecco_c44_e25, icebear5, icebear4
Branch point for: c24_e25_ice, icebear
Changes since 1.1: +62 -0 lines
File MIME type: text/plain
o Updating adjoint/makefile to ECCO code
o Adding optim and lsopt for line search optimization.
o Adding verif. experiments for ECCO
Code will be tagged ecco-branch-mod1.

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

  ViewVC Help
Powered by ViewVC 1.1.22