C $Header: /u/gcmpack/MITgcm/pkg/my82/MY82_OPTIONS.h,v 1.2 2007/10/09 00:13:15 jmc Exp $ C $Name: $ C /===========================================================\ C | MY82_OPTIONS.h | C | o CPP options file for MY82 package. | C |===========================================================| C | Use this file for selecting options within the MY82 | C | package. MY82 is enabled with ALLOW_MY82 in CPP_OPTIONS.h | C \===========================================================/ #ifndef MY82_OPTIONS_H #define MY82_OPTIONS_H #include "PACKAGES_CONFIG.h" #ifdef ALLOW_MY82 #include "CPP_OPTIONS.h" C o When set, smooth vertical diffusivity horizontally #undef MY82_SMOOTH_RI #endif /* ALLOW_MY82 */ #endif /* MY82_OPTIONS_H */