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

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

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


Revision 1.3 - (show annotations) (download)
Sat Sep 10 18:30:07 2005 UTC (18 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57v_post, checkpoint57s_post, checkpoint57y_post, checkpoint57y_pre, checkpoint58, checkpoint57x_post, checkpoint57w_post, checkpint57u_post, checkpoint58a_post, checkpoint57z_post
Changes since 1.2: +8 -8 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_SIZE.h,v 1.2 2005/08/11 03:22:18 edhill Exp $
2 C $Name: $
3 C
4
5 integer MNC_MAX_ID, MNC_MAX_CHAR, MNC_MAX_INFO
6 integer MNC_CW_MAX_I, MNC_CW_CVDAT
7 parameter ( MNC_MAX_ID = 4000 )
8 parameter ( MNC_MAX_CHAR = 100 )
9 parameter ( MNC_MAX_INFO = 800 )
10 parameter ( MNC_CW_MAX_I = 150 )
11 parameter ( MNC_CW_CVDAT = 50000 )
12
13 CEH3 ;;; Local Variables: ***
14 CEH3 ;;; mode:fortran ***
15 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22