1 |
|
2 |
C CPP options file for GM/Redi package |
3 |
C |
4 |
C Use this file for selecting options within the GM/Redi package |
5 |
C |
6 |
C GM/Redi is enabled with ALLOW_GMREDI in CPP_OPTIONS.h |
7 |
|
8 |
#include "CPP_OPTIONS.h" |
9 |
|
10 |
#ifdef ALLOW_GMREDI |
11 |
|
12 |
|
13 |
C This allows the leading diagonal (top two rows) to be non-unity |
14 |
C (a feature required when tapering adiabatically). |
15 |
#define GM_NON_UNITY_DIAGONAL |
16 |
|
17 |
C Allows to use different values of K_GM and K_Redi ; also to |
18 |
C be used with the advective form (Bolus velocity) of GM |
19 |
#undef GM_EXTRA_DIAGONAL |
20 |
|
21 |
C Allows to use the advective form (Bolus velocity) of GM |
22 |
C instead of the Skew-Flux form (=default) |
23 |
#undef GM_BOLUS_ADVEC |
24 |
|
25 |
C This allows to use Visbeck et al formulation to compute K_GM+Redi |
26 |
#undef GM_VISBECK_VARIABLE_K |
27 |
|
28 |
|
29 |
#endif /* ALLOW_GMREDI */ |