/[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.3 - (hide annotations) (download)
Mon Sep 22 22:00:55 2014 UTC (9 years, 8 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65f, checkpoint65g, checkpoint65e
Changes since 1.2: +3 -3 lines
File MIME type: text/plain
- CPP_OPTIONS.h : define PHASE_OUT_OUT_CODES
- CTRL_SIZE.h : increase max number of controls

1 gforget 1.3 C $Header: /u/gcmpack/MITgcm_contrib/gael/verification/global_oce_llc90/code/CTRL_SIZE.h,v 1.2 2014/09/19 20:43:43 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.3 parameter ( maxCtrlArr3D = 6 )
22 gforget 1.1
23     integer maxCtrlTim2D
24 gforget 1.3 parameter ( maxCtrlTim2D = 8 )
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