/[MITgcm]/MITgcm/pkg/mnc/MNC_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/mnc/MNC_OPTIONS.h

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


Revision 1.6 - (show annotations) (download)
Sat Sep 10 18:30:06 2005 UTC (18 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint57s_post, checkpoint58r_post, checkpoint57y_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint57x_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58b_post, checkpoint58m_post
Changes since 1.5: +16 -4 lines
File MIME type: text/plain
 o various changes to mnc including:
   - all files use the new "BASENAME[[.ITER].{t|f}NUM].nc" format
   - output can now be grouped so that all files within a group
       change the ITER portion of their names in lock-step together
   - can now read ("global") PER-FACE (in addition to PER-TILE) files
       and works with both EXCH1 and EXCH2 (but needs more testing)
   - writing works for all verification test cases w/ g77 on Linux

1 C $Header: /u/gcmpack/MITgcm/pkg/mnc/MNC_OPTIONS.h,v 1.5 2004/09/01 02:43:36 edhill Exp $
2 C $Name: $
3
4 #ifndef MNC_OPTIONS_H
5 #define MNC_OPTIONS_H
6 #include "PACKAGES_CONFIG.h"
7 #ifdef ALLOW_MNC
8
9 #include "CPP_OPTIONS.h"
10
11 #include "mnc_id_header.h"
12
13 CEH3 package-specific options go here
14
15 C #define MNC_DEBUG
16
17 C #define MNC_DEBUG_GTYPE /* Adds MNC gtype as an attribute */
18
19 C The following are for back-wards compatibility with "old-style" mnc
20 C file names:
21 C
22 C #define MNC_WRITE_OLDNAMES
23 C #define MNC_READ_OLDNAMES
24
25 C These are the default minimum number of characters used for the
26 C per-file and per-tile file names
27 #define MNC_DEF_FMNC 3
28 #define MNC_DEF_TMNC 3
29
30 #endif /* ALLOW_MNC */
31 #endif /* MNC_OPTIONS_H */
32
33
34 CEH3 ;;; Local Variables: ***
35 CEH3 ;;; mode:fortran ***
36 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22