/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/code_ad/GMREDI_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/code_ad/GMREDI_OPTIONS.h

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


Revision 1.3 - (show annotations) (download)
Thu Nov 28 17:30:34 2002 UTC (21 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint47e_post, checkpoint47d_pre, checkpoint47d_post, checkpoint47g_post, branch-exfmods-tag, checkpoint47b_post, checkpoint47f_post
Branch point for: branch-exfmods-curt
Changes since 1.2: +8 -2 lines
File MIME type: text/plain
Checing in one sort-of working adjoint GMRedi setup
before I go ice climbing.

1 C $Header: /u/gcmpack/MITgcm/verification/global_ocean.90x40x15/code/GMREDI_OPTIONS.h,v 1.3 2002/11/14 23:55:41 heimbach Exp $
2 C $Name: $
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 the leading diagonal (top two rows) to be non-unity
22 C (a feature required when tapering adiabatically).
23 #define GM_NON_UNITY_DIAGONAL
24
25 C Allows to use different values of K_GM and K_Redi ; also to
26 C be used with the advective form (Bolus velocity) of GM
27 #undef GM_EXTRA_DIAGONAL
28
29 C Allows to use the advective form (Bolus velocity) of GM
30 C instead of the Skew-Flux form (=default)
31 #undef GM_BOLUS_ADVEC
32
33 C This allows to use Visbeck et al formulation to compute K_GM+Redi
34 #undef GM_VISBECK_VARIABLE_K
35
36
37 #endif /* ALLOW_GMREDI */

  ViewVC Help
Powered by ViewVC 1.1.22