/[MITgcm]/MITgcm/verification/hs94.1x64x5/code_ad/CTRL_SIZE.h
ViewVC logotype

Annotation of /MITgcm/verification/hs94.1x64x5/code_ad/CTRL_SIZE.h

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


Revision 1.4 - (hide annotations) (download)
Sun Feb 22 23:50:22 2015 UTC (9 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, HEAD
Changes since 1.3: +3 -3 lines
File MIME type: text/plain
Complete switch to active I/O for OpenAD verification exps.

1 heimbach 1.4 C $Header: /u/gcmpack/MITgcm/verification/hs94.1x64x5/code_oad/CTRL_SIZE.h,v 1.2 2014/11/13 17:05:23 gforget Exp $
2 heimbach 1.1 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 gforget 1.3 C maxCtrlTim2D :: number of 2-d generic tim-varying ctrl variables
14     C maxCtrlProc :: number of pre-processing options per ctrl variable
15 heimbach 1.1
16     integer maxCtrlArr2D
17 heimbach 1.4 parameter ( maxCtrlArr2D = 2 )
18 heimbach 1.1
19     integer maxCtrlArr3D
20 heimbach 1.4 parameter ( maxCtrlArr3D = 1 )
21 heimbach 1.2
22     integer maxCtrlTim2D
23     parameter ( maxCtrlTim2D = 1 )
24 heimbach 1.1
25 gforget 1.3 integer maxCtrlProc
26     parameter ( maxCtrlProc = 1 )
27    
28 heimbach 1.1 CEH3 ;;; Local Variables: ***
29     CEH3 ;;; mode:fortran ***
30     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22