C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/high_res_cube/code-mods/Attic/SHELFICE_OPTIONS.h,v 1.1 2009/06/30 22:58:37 dimitri Exp $ C $Name: $ C /==========================================================\ C | SHELFICE_OPTIONS.h | C | o CPP options file for SHELFICE package. | C |==========================================================| C | Use this file for selecting options within the SHELFICE | C | package. | C \==========================================================/ #ifndef SHELFICE_OPTIONS_H #define SHELFICE_OPTIONS_H #include "PACKAGES_CONFIG.h" #ifdef ALLOW_SHELFICE #include "CPP_OPTIONS.h" C allow code for simple ISOMIP thermodynamics #undef ALLOW_ISOMIP_TD #endif /* ALLOW_SHELFICE */ #endif /* SHELFICE_OPTIONS_H */