/[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.1 - (show annotations) (download)
Tue Jul 31 16:05:56 2012 UTC (11 years, 10 months ago) by heimbach
Branch: MAIN
File MIME type: text/plain
Attempt at adding CTRL_SIZE.h

1 C $Header: /u/gcmpack/MITgcm/pkg/ctrl/ctrl.h,v 1.59 2012/07/27 18:22:42 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 #ifdef ALLOW_GENARR2D_CONTROL
15 integer maxCtrlArr2D
16 parameter ( maxCtrlArr2D = 3 )
17 #endif
18
19 #ifdef ALLOW_GENARR3D_CONTROL
20 integer maxCtrlArr3D
21 parameter ( maxCtrlArr3D = 3 )
22 #endif
23
24 CEH3 ;;; Local Variables: ***
25 CEH3 ;;; mode:fortran ***
26 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22