/[MITgcm]/MITgcm_contrib/ESMF/interface_test/code/MDSIO_OPTIONS.h
ViewVC logotype

Contents of /MITgcm_contrib/ESMF/interface_test/code/MDSIO_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Feb 16 18:57:51 2004 UTC (21 years, 5 months ago) by cnh
Branch: MAIN
CVS Tags: adoption_1_0_pre_A, HEAD
File MIME type: text/plain
Error occurred while calculating annotation data.
Base files needed for simple component build

1 C $Header: /u/gcmpack/MITgcm/pkg/mdsio/MDSIO_OPTIONS.h,v 1.3 2003/10/09 04:19:19 edhill Exp $
2 C $Name: $
3
4 #ifndef MDSIO_OPTIONS_H
5 #define MDSIO_OPTIONS_H
6 #include "PACKAGES_CONFIG.h"
7 #ifdef ALLOW_MDSIO
8
9 #include "CPP_OPTIONS.h"
10
11 C Defining SAFE_IO stops the model from overwriting its own files
12 #undef SAFE_IO
13
14 #ifdef SAFE_IO
15 #define _NEW_STATUS 'new'
16 #else
17 #define _NEW_STATUS 'unknown'
18 #endif
19
20 #ifdef ALLOW_AUTODIFF_TAMC
21 #define ALLOW_BROKEN_MDSIO_GL
22 #define _OLD_STATUS 'unknown'
23 #else
24 #undef ALLOW_BROKEN_MDSIO_GL
25 #define _OLD_STATUS 'old'
26 #endif
27
28 #endif /* ALLOW_MDSIO */
29 #endif /* MDSIO_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22