/[MITgcm]/MITgcm/verification/tutorial_global_oce_biogeo/code_oad/CTRL_SIZE.h
ViewVC logotype

Contents of /MITgcm/verification/tutorial_global_oce_biogeo/code_oad/CTRL_SIZE.h

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


Revision 1.1 - (show annotations) (download)
Tue Apr 23 16:29:35 2013 UTC (11 years, 1 month ago) by jahn
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64n, checkpoint64g, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l
File MIME type: text/plain
add tentative OpenAD setup

1 C $Header$
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 integer maxCtrlArr2D
15 parameter ( maxCtrlArr2D = 1 )
16
17 integer maxCtrlArr3D
18 parameter ( maxCtrlArr3D = 1 )
19
20 integer maxCtrlTim2D
21 parameter ( maxCtrlTim2D = 1 )
22
23 CEH3 ;;; Local Variables: ***
24 CEH3 ;;; mode:fortran ***
25 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22