--- MITgcm_contrib/submesoscale/code/GMREDI_OPTIONS.h 2008/05/30 21:51:23 1.1 +++ MITgcm_contrib/submesoscale/code/GMREDI_OPTIONS.h 2008/05/30 22:13:42 1.2 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/submesoscale/code/GMREDI_OPTIONS.h,v 1.1 2008/05/30 21:51:23 dimitri Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/submesoscale/code/GMREDI_OPTIONS.h,v 1.2 2008/05/30 22:13:42 dimitri Exp $ C $Name: $ C CPP options file for GM/Redi package @@ -33,6 +33,13 @@ C instead of the Skew-Flux form (=default) #define GM_BOLUS_ADVEC +C Allows the use of the Fox-Kemper et al. Submesoscale Eddy Parameterization +C (=default) +#define GM_SUBMESO +C This controls whether the Front width scales with ML def. radius or not. +C Recommendation is yes. +#define GM_SUBMESO_VARYLf + #endif /* ALLOW_GMREDI */ #endif /* GMREDI_OPTIONS_H */