/[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.5 - (hide annotations) (download)
Tue May 26 22:44:56 2015 UTC (9 years ago) by gforget
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65y, checkpoint65r, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint67a, checkpoint67b, checkpoint67d, HEAD
Changes since 1.4: +2 -2 lines
File MIME type: text/plain
- increase maxCtrlProc to 3.

1 gforget 1.5 C $Header: /u/gcmpack/MITgcm_contrib/gael/verification/global_oce_llc90/code/CTRL_SIZE.h,v 1.4 2014/11/13 17:02:12 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 gforget 1.5 parameter ( maxCtrlProc = 3 )
29 gforget 1.4
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