/[MITgcm]/MITgcm/pkg/ctrl/ctrl.h
ViewVC logotype

Diff of /MITgcm/pkg/ctrl/ctrl.h

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

revision 1.6 by heimbach, Tue Jun 24 16:07:06 2003 UTC revision 1.7 by heimbach, Thu Oct 2 21:34:45 2003 UTC
# Line 26  c                       south (s), and w Line 26  c                       south (s), and w
26        integer     ctrlprec        integer     ctrlprec
27        parameter ( ctrlprec = 64 )        parameter ( ctrlprec = 64 )
28    
       character*2 yadprefix  
 #ifdef ALLOW_TANGENTLINEAR_RUN  
       parameter ( yadprefix = 'g_')  
 #else  
       parameter ( yadprefix = 'ad')  
 #endif  
   
29        common /controlvars_i/        common /controlvars_i/
30       &                       nvartype,       &                       nvartype,
31       &                       nvarlength,       &                       nvarlength,
# Line 100  c                       south (s), and w Line 93  c                       south (s), and w
93    
94        common /controlvars_c/        common /controlvars_c/
95       &                       ncvargrd       &                       ncvargrd
96         &                     , yadprefix
97        character*(1) ncvargrd(maxcvars)        character*(1) ncvargrd(maxcvars)
98          character*(2) yadprefix
99    
100  c     Control variables:  c     Control variables:
101  c     ==================  c     ==================

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22