/[MITgcm]/MITgcm_contrib/ocean_inversion_project/code_ecco1x1/GMREDI_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/ocean_inversion_project/code_ecco1x1/GMREDI_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Wed Oct 6 20:26:55 2004 UTC (20 years, 9 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
Modified eesupp/inc/EEPARAMS.h
Added ocean_inversion_project/*

1 dimitri 1.1 C $Header: /u/gcmpack/MITgcm/verification/global_with_exf/code/GMREDI_OPTIONS.h,v 1.5 2003/10/09 04:19:30 edhill Exp $
2     C $Name: checkpoint51n_branch $
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    
8     #ifndef GMREDI_OPTIONS_H
9     #define GMREDI_OPTIONS_H
10     #include "PACKAGES_CONFIG.h"
11     #ifdef ALLOW_GMREDI
12    
13     #include "CPP_OPTIONS.h"
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     #endif /* ALLOW_GMREDI */
31     #endif /* GMREDI_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22