/[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.1.2.1 - (hide annotations) (download)
Mon May 20 23:55:46 2002 UTC (21 years, 11 months ago) by heimbach
Branch: release1
CVS Tags: release1_p13_pre, release1_p13, release1_p8, release1_p9, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, release1_p12, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, release1_p12_pre
Branch point for: release1_50yr
Changes since 1.1: +31 -0 lines
File MIME type: text/plain
Adding adjoint sensitivity setup to global.ocean.

1 heimbach 1.1.2.1 C $Header: /u/gcmpack/MITgcm/verification/carbon/code/GMREDI_OPTIONS.h,v 1.1.4.1 2002/04/08 20:27:13 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    
15     C This allows the leading diagonal (top two rows) to be non-unity
16     C (a feature required when tapering adiabatically).
17     #define GM_NON_UNITY_DIAGONAL
18    
19     C Allows to use different values of K_GM and K_Redi ; also to
20     C be used with the advective form (Bolus velocity) of GM
21     #undef GM_EXTRA_DIAGONAL
22    
23     C Allows to use the advective form (Bolus velocity) of GM
24     C instead of the Skew-Flux form (=default)
25     #undef GM_BOLUS_ADVEC
26    
27     C This allows to use Visbeck et al formulation to compute K_GM+Redi
28     #undef GM_VISBECK_VARIABLE_K
29    
30    
31     #endif /* ALLOW_GMREDI */

  ViewVC Help
Powered by ViewVC 1.1.22