/[MITgcm]/MITgcm_contrib/verification_other/global_oce_llc90/code/CTRL_SIZE.h
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/global_oce_llc90/code/CTRL_SIZE.h

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


Revision 1.4 - (hide annotations) (download)
Thu Nov 13 17:02:12 2014 UTC (9 years, 10 months ago) by gforget
Branch: MAIN
Changes since 1.3: +5 -1 lines
File MIME type: text/plain
- add maxCtrlProc.

1 gforget 1.4 C $Header: /u/gcmpack/MITgcm_contrib/gael/verification/global_oce_llc90/code/CTRL_SIZE.h,v 1.3 2014/09/22 22:00:55 gforget Exp $
2 gforget 1.1 C $Name: $
3    
4     c ==================================================================
5     c CTRL_SIZE.h
6     c ==================================================================
7    
8     #if (defined (ALLOW_GENARR2D_CONTROL) || defined (ALLOW_GENARR3D_CONTROL) || defined (ALLOW_GENTIM2D_CONTROL))
9    
10     C Generic control variable array dimension
11     C ----------------------------------------
12     C
13     C maxCtrlArr2D :: number of 2-d generic init. ctrl variables
14     C maxCtrlArr3D :: number of 3-d generic init. ctrl variables
15     C maxCtrlTim2D :: number of 2-d generic tim-varying ctrl variables
16 gforget 1.4 C maxCtrlProc :: number of pre-processing options per ctrl variable
17 gforget 1.1
18     integer maxCtrlArr2D
19     parameter ( maxCtrlArr2D = 1 )
20    
21     integer maxCtrlArr3D
22 gforget 1.3 parameter ( maxCtrlArr3D = 6 )
23 gforget 1.1
24     integer maxCtrlTim2D
25 gforget 1.3 parameter ( maxCtrlTim2D = 8 )
26 gforget 1.1
27 gforget 1.4 integer maxCtrlProc
28     parameter ( maxCtrlProc = 1 )
29    
30 gforget 1.1 #endif
31    
32     CEH3 ;;; Local Variables: ***
33     CEH3 ;;; mode:fortran ***
34     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22