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

Annotation 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.4 - (hide annotations) (download)
Fri Jan 10 17:21:26 2003 UTC (21 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint47h_post
Changes since 1.3: +7 -7 lines
File MIME type: text/plain
Updating adjoint of global_ocean experiment
after fixed TAF (1.4.20) with all GMREDI_OPTIONS switched on.
Note that sufficient no. if timesteps are necessary to
propagate sensitivities to relevant gradient checks.

1 heimbach 1.4 C $Header: /u/gcmpack/MITgcm/verification/carbon/code/GMREDI_OPTIONS.h,v 1.4 2003/01/10 01:02:46 heimbach Exp $
2 heimbach 1.3 C $Name: $
3 heimbach 1.2
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 heimbach 1.3 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 heimbach 1.4
21     C This allows to use Visbeck et al formulation to compute K_GM+Redi
22     #define GM_VISBECK_VARIABLE_K
23 heimbach 1.2
24     C This allows the leading diagonal (top two rows) to be non-unity
25     C (a feature required when tapering adiabatically).
26 heimbach 1.4 #define GM_NON_UNITY_DIAGONAL
27 heimbach 1.2
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 heimbach 1.4 #define GM_EXTRA_DIAGONAL
31 heimbach 1.2
32     C Allows to use the advective form (Bolus velocity) of GM
33     C instead of the Skew-Flux form (=default)
34 heimbach 1.4 #define GM_BOLUS_ADVEC
35 heimbach 1.2
36    
37     #endif /* ALLOW_GMREDI */

  ViewVC Help
Powered by ViewVC 1.1.22