/[MITgcm]/MITgcm_contrib/submesoscale/code/GMREDI_OPTIONS.h
ViewVC logotype

Diff of /MITgcm_contrib/submesoscale/code/GMREDI_OPTIONS.h

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

revision 1.1 by dimitri, Fri May 30 21:51:23 2008 UTC revision 1.3 by dimitri, Fri Mar 19 19:37:48 2010 UTC
# Line 13  C Use this file for selecting options wi Line 13  C Use this file for selecting options wi
13  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
14    
15  C Designed to simplify the Ajoint code:  C Designed to simplify the Ajoint code:
16  C  exclude the clipping/tapering part of the code that is not used  C #define GMREDI_WITH_STABLE_ADJOINT
17    C -- exclude the clipping/tapering part of the code that is not used
18  C #define GM_EXCLUDE_CLIPPING  C #define GM_EXCLUDE_CLIPPING
19    C #define GM_EXCLUDE_FM07_TAP
20  C #define GM_EXCLUDE_AC02_TAP  C #define GM_EXCLUDE_AC02_TAP
21  C #define GM_EXCLUDE_TAPERING  C #define GM_EXCLUDE_TAPERING
22    
23  C This allows to use Visbeck et al formulation to compute K_GM+Redi  C This allows to use Visbeck et al formulation to compute K_GM+Redi
24  #undef GM_VISBECK_VARIABLE_K  #undef GM_VISBECK_VARIABLE_K
25    C Use old calculation (before 2007/05/24) of Visbeck etal K_GM+Redi
26    C (which depends on tapering scheme)
27    #undef OLD_VISBECK_CALC
28    
29  C This allows the leading diagonal (top two rows) to be non-unity  C This allows the leading diagonal (top two rows) to be non-unity
30  C (a feature required when tapering adiabatically).  C (a feature required when tapering adiabatically).
# Line 33  C Allows to use the advective form (Bolu Line 38  C Allows to use the advective form (Bolu
38  C  instead of the Skew-Flux form (=default)  C  instead of the Skew-Flux form (=default)
39  #define GM_BOLUS_ADVEC  #define GM_BOLUS_ADVEC
40    
41    C Allows the use of the Fox-Kemper et al. Submesoscale Eddy Parameterization
42    C  (=default)
43    #define GM_SUBMESO
44    C This controls whether the Front width scales with ML def. radius or not.
45    C Recommendation is yes.
46    #define GM_SUBMESO_VARYLf
47    
48    
49  #endif /* ALLOW_GMREDI */  #endif /* ALLOW_GMREDI */
50  #endif /* GMREDI_OPTIONS_H */  #endif /* GMREDI_OPTIONS_H */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22