/[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.2 - (hide annotations) (download)
Fri Sep 19 20:43:43 2014 UTC (9 years, 9 months ago) by gforget
Branch: MAIN
Changes since 1.1: +3 -3 lines
File MIME type: text/plain
- increase number of controls to maxCtrlArr3D = 5, maxCtrlTim2D = 7

1 gforget 1.2 C $Header: /u/gcmpack/MITgcm_contrib/gael/verification/global_oce_llc90/code/CTRL_SIZE.h,v 1.1 2014/09/13 19:53: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    
17     integer maxCtrlArr2D
18     parameter ( maxCtrlArr2D = 1 )
19    
20     integer maxCtrlArr3D
21 gforget 1.2 parameter ( maxCtrlArr3D = 5 )
22 gforget 1.1
23     integer maxCtrlTim2D
24 gforget 1.2 parameter ( maxCtrlTim2D = 7 )
25 gforget 1.1
26     #endif
27    
28     CEH3 ;;; Local Variables: ***
29     CEH3 ;;; mode:fortran ***
30     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22