1 |
C $Header: /u/gcmpack/MITgcm/pkg/gmredi/GMREDI_OPTIONS.h,v 1.4 2001/12/16 18:54:49 jmc Exp $ |
2 |
C $Name: checkpoint46 $ |
3 |
|
4 |
C CPP options file for GM/Redi package |
5 |
C |
6 |
C Use this file for selecting options within the GM/Redi package |
7 |
C |
8 |
C GM/Redi is enabled with ALLOW_GMREDI in CPP_OPTIONS.h |
9 |
|
10 |
#include "CPP_OPTIONS.h" |
11 |
|
12 |
#ifdef ALLOW_GMREDI |
13 |
|
14 |
C Specify as tapering scheme either 'orig' or 'clipping', |
15 |
C otherwise one of the following is used: |
16 |
C 'linear', 'gkw91', 'dm95', 'ldd97' |
17 |
#undef GM_TAPER_ORIG_CLIPPING |
18 |
#undef GM_TAPER_AC02 |
19 |
#define GM_TAPER_REST |
20 |
|
21 |
C This allows to use Visbeck et al formulation to compute K_GM+Redi |
22 |
#undef GM_VISBECK_VARIABLE_K |
23 |
|
24 |
C This allows the leading diagonal (top two rows) to be non-unity |
25 |
C (a feature required when tapering adiabatically). |
26 |
#undef GM_NON_UNITY_DIAGONAL |
27 |
|
28 |
C Allows to use different values of K_GM and K_Redi ; also to |
29 |
C be used with the advective form (Bolus velocity) of GM |
30 |
#undef GM_EXTRA_DIAGONAL |
31 |
|
32 |
C Allows to use the advective form (Bolus velocity) of GM |
33 |
C instead of the Skew-Flux form (=default) |
34 |
#undef GM_BOLUS_ADVEC |
35 |
|
36 |
|
37 |
#endif /* ALLOW_GMREDI */ |