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

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

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


Revision 1.4 - (hide annotations) (download)
Fri Mar 10 05:50:23 2006 UTC (18 years, 3 months ago) by edhill
Branch: MAIN
Changes since 1.3: +6 -5 lines
File MIME type: text/plain
various mnc cleanups and improvements:
 + shrink lookup tables by factor of ~4
 + better error reporting when running out of lookup space
 + able to handle longer path/file names (up to 500 chars)

1 edhill 1.4 C $Header: /u/gcmpack/MITgcm/pkg/mnc/MNC_SIZE.h,v 1.3 2005/09/10 18:30:07 edhill Exp $
2 edhill 1.1 C $Name: $
3     C
4    
5 edhill 1.4 integer MNC_MAX_ID, MNC_MAX_CHAR, MNC_MAX_PATH, MNC_MAX_INFO
6 edhill 1.3 integer MNC_CW_MAX_I, MNC_CW_CVDAT
7 edhill 1.4 parameter ( MNC_MAX_ID = 3000 )
8     parameter ( MNC_MAX_CHAR = 40 )
9     parameter ( MNC_MAX_PATH = 500 )
10 edhill 1.3 parameter ( MNC_MAX_INFO = 800 )
11 edhill 1.4 parameter ( MNC_CW_MAX_I = 100 )
12 edhill 1.3 parameter ( MNC_CW_CVDAT = 50000 )
13 edhill 1.1
14     CEH3 ;;; Local Variables: ***
15     CEH3 ;;; mode:fortran ***
16     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22