/[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.6 - (show annotations) (download)
Wed Jun 30 15:27:57 2004 UTC (19 years, 10 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57g_pre, checkpoint57s_post, checkpoint58b_post, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint57y_post, checkpoint54d_post, checkpoint54e_post, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint59, checkpoint58, checkpoint55, checkpoint54, checkpoint57, checkpoint56, checkpoint58f_post, checkpoint57n_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint54f_post, checkpoint58y_post, checkpoint58t_post, checkpoint55i_post, checkpoint58m_post, checkpoint57l_post, checkpoint57t_post, checkpoint55c_post, checkpoint57v_post, checkpoint57f_post, checkpoint60, checkpoint61, checkpoint57a_post, checkpoint57h_pre, checkpoint54b_post, checkpoint58w_post, checkpoint57h_post, checkpoint57y_pre, checkpoint55g_post, checkpoint58o_post, checkpoint57c_post, checkpoint58p_post, checkpoint58q_post, checkpoint55d_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint54a_pre, checkpoint55d_pre, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint54a_post, checkpoint55h_post, checkpoint58n_post, checkpoint57e_post, checkpoint55b_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint53g_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint58k_post, checkpoint58v_post, checkpoint56a_post, checkpoint58l_post, checkpoint57h_done, checkpoint57j_post, checkpoint57f_pre, checkpoint61f, checkpoint58g_post, checkpoint58x_post, checkpoint61n, checkpoint59j, checkpoint58h_post, checkpoint56c_post, checkpoint58j_post, checkpoint57a_pre, checkpoint55a_post, checkpoint57o_post, checkpoint57k_post, checkpoint57w_post, checkpoint61e, checkpoint58i_post, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint55e_post, checkpoint61g, checkpoint61d, checkpoint54c_post, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i
Changes since 1.5: +12 -8 lines
File MIME type: text/plain
added some comments to pkg/mdsio/MDSIO_OPTIONS.h

1 C $Header: /u/gcmpack/MITgcm/pkg/mdsio/MDSIO_OPTIONS.h,v 1.5 2004/04/07 00:22:03 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 C o By default pkg/mdsio assumes that missing tiles are
29 C present in the input and in the output files. When
30 C MISSING_TILE_IO is defined, the input and output
31 C files do not include the missing tiles. Therefore
32 C the 2-D dimension of input and output files is:
33 C #if defined(ALLOW_EXCH2) && !defined(MISSING_TILE_IO)
34 C x_size = exch2_domain_nxt * sNx = exch2_domain_nxt*exch2_tnx
35 C y_size = exch2_domain_nyt * sNy = exch2_domain_nyt*exch2_tny
36 C #else
37 C x_size = Nx = sNx * nSx * nPx
38 C y_size = Ny = sNy * nSy * nPy
39 C #endif-
40 C Notes:
41 C 1) Pickup files are not compatible between the two formats.
42 C 2) Defining MISSING_TILE_IO with no missing tiles is
43 C equivalent to the old, tile-dependent I/O format.
44 #undef MISSING_TILE_IO
45
46 #endif /* ALLOW_MDSIO */
47 #endif /* MDSIO_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22