/[MITgcm]/MITgcm/pkg/ctrl/CTRL_SIZE.h
ViewVC logotype

Contents of /MITgcm/pkg/ctrl/CTRL_SIZE.h

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


Revision 1.3 - (show annotations) (download)
Mon Aug 6 20:42:40 2012 UTC (11 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint63r, checkpoint64b, checkpoint64c, checkpoint63s, checkpoint64
Changes since 1.2: +1 -5 lines
File MIME type: text/plain
Clean up inclusions of CTRL_SIZE.h

1 C $Header: /u/gcmpack/MITgcm/pkg/ctrl/CTRL_SIZE.h,v 1.2 2012/07/31 17:47:40 heimbach Exp $
2 C $Name: $
3
4 c ==================================================================
5 c CTRL_SIZE.h
6 c ==================================================================
7
8 C Generic control variable array dimension
9 C ----------------------------------------
10 C
11 C maxCtrlArr2D :: number of 2-dim. generic control variables
12 C maxCtrlArr3D :: number of 3-dim. generic control variables
13
14 integer maxCtrlArr2D
15 parameter ( maxCtrlArr2D = 1 )
16
17 integer maxCtrlArr3D
18 parameter ( maxCtrlArr3D = 1 )
19
20 CEH3 ;;; Local Variables: ***
21 CEH3 ;;; mode:fortran ***
22 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22