/[MITgcm]/MITgcm/pkg/mdsio/MDSIO_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/mdsio/MDSIO_OPTIONS.h

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


Revision 1.7 - (show annotations) (download)
Sat May 16 13:36:42 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62, checkpoint62b, checkpoint61q, checkpoint61o, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.6: +1 -19 lines
File MIME type: text/plain
- remove MISSING_TILE_IO (from MDSIO_OPTIONS.h), replaced by run-time
  parameter "W2_useE2ioLayOut" (read from file "data.exch2").

1 C $Header: /u/gcmpack/MITgcm/pkg/mdsio/MDSIO_OPTIONS.h,v 1.6 2004/06/30 15:27:57 dimitri 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