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

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

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

revision 1.3 by edhill, Sat Sep 10 18:30:07 2005 UTC revision 1.4 by edhill, Fri Mar 10 05:50:23 2006 UTC
# Line 2  C $Header$ Line 2  C $Header$
2  C $Name$  C $Name$
3  C  C
4    
5        integer MNC_MAX_ID, MNC_MAX_CHAR, MNC_MAX_INFO        integer MNC_MAX_ID, MNC_MAX_CHAR, MNC_MAX_PATH, MNC_MAX_INFO
6        integer MNC_CW_MAX_I, MNC_CW_CVDAT        integer MNC_CW_MAX_I, MNC_CW_CVDAT
7        parameter ( MNC_MAX_ID   =   4000 )        parameter ( MNC_MAX_ID   =   3000 )
8        parameter ( MNC_MAX_CHAR =    100 )        parameter ( MNC_MAX_CHAR =     40 )
9          parameter ( MNC_MAX_PATH =    500 )
10        parameter ( MNC_MAX_INFO =    800 )        parameter ( MNC_MAX_INFO =    800 )
11        parameter ( MNC_CW_MAX_I =    150 )        parameter ( MNC_CW_MAX_I =    100 )
12        parameter ( MNC_CW_CVDAT =  50000 )        parameter ( MNC_CW_CVDAT =  50000 )
13    
14  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22