C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/mdsio/MDSIO_OPTIONS.h,v 1.9 2011/01/21 22:02:33 gforget Exp $ C $Name: checkpoint63b $ #ifndef MDSIO_OPTIONS_H #define MDSIO_OPTIONS_H #include "PACKAGES_CONFIG.h" #ifdef ALLOW_MDSIO #include "CPP_OPTIONS.h" C Defining SAFE_IO stops the model from overwriting its own files #undef SAFE_IO #ifdef SAFE_IO #define _NEW_STATUS 'new' #else #define _NEW_STATUS 'unknown' #endif #ifdef ALLOW_AUTODIFF_TAMC #define ALLOW_BROKEN_MDSIO_GL #define _OLD_STATUS 'unknown' #else #undef ALLOW_BROKEN_MDSIO_GL #define _OLD_STATUS 'old' #endif C I/O that includes tile halos in the files #undef ALLOW_WHIO #ifdef ALLOW_AUTODIFF_TAMC # define ALLOW_WHIO # define ALLOW_WHIO_3D #endif #endif /* ALLOW_MDSIO */ #endif /* MDSIO_OPTIONS_H */