/[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.1 - (hide annotations) (download)
Sat Sep 13 19:53:12 2014 UTC (9 years, 9 months ago) by gforget
Branch: MAIN
File MIME type: text/plain
- ECCO_CPPOPTIONS.h   :  #define ALLOW_GENTIM2D_CONTROL
- CTRL_SIZE.h : added (same as pkg/ctrl for now)
- CPP_OPTIONS.h : bring up to date with model/src

1 gforget 1.1 C $Header: /u/gcmpack/MITgcm/pkg/ctrl/CTRL_SIZE.h,v 1.5 2014/01/15 16:21:20 heimbach Exp $
2     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     parameter ( maxCtrlArr3D = 1 )
22    
23     integer maxCtrlTim2D
24     parameter ( maxCtrlTim2D = 1 )
25    
26     #endif
27    
28     CEH3 ;;; Local Variables: ***
29     CEH3 ;;; mode:fortran ***
30     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22