--- MITgcm/verification/OpenAD/code_oad/GMREDI_OPTIONS.h 2009/01/29 21:46:49 1.1 +++ MITgcm/verification/OpenAD/code_oad/GMREDI_OPTIONS.h 2011/07/14 22:27:22 1.2 @@ -1,14 +1,13 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/OpenAD/code_oad/GMREDI_OPTIONS.h,v 1.1 2009/01/29 21:46:49 utke Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/OpenAD/code_oad/GMREDI_OPTIONS.h,v 1.2 2011/07/14 22:27:22 jmc Exp $ C $Name: $ C CPP options file for GM/Redi package C C Use this file for selecting options within the GM/Redi package -C + #ifndef GMREDI_OPTIONS_H #define GMREDI_OPTIONS_H #include "PACKAGES_CONFIG.h" - #ifdef ALLOW_GMREDI #include "CPP_OPTIONS.h" @@ -17,8 +16,10 @@ C exclude the clipping/tapering part of the code that is not used #define GM_EXCLUDE_CLIPPING #define GM_EXCLUDE_AC02_TAP -#undef GM_EXCLUDE_TAPERING - +#define GM_EXCLUDE_FM07_TAP +#undef GM_EXCLUDE_TAPERING +#define GM_EXCLUDE_SUBMESO + C This allows to use Visbeck et al formulation to compute K_GM+Redi #undef GM_VISBECK_VARIABLE_K @@ -34,6 +35,8 @@ C instead of the Skew-Flux form (=default) #define GM_BOLUS_ADVEC +C Allows to use the Boundary-Value-Problem method to evaluate GM Bolus transport +#undef GM_BOLUS_BVP #endif /* ALLOW_GMREDI */ #endif /* GMREDI_OPTIONS_H */