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

Diff of /MITgcm/verification/hs94.1x64x5/code_ad/tamc.h

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

revision 1.2 by jmc, Tue Oct 9 02:36:42 2007 UTC revision 1.3 by dfer, Fri May 9 18:42:27 2008 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4    #include "PACKAGES_CONFIG.h"
5    
6  c     ================================================================  c     ================================================================
7  c     HEADER TAMC  c     HEADER TAMC
8  c     ================================================================  c     ================================================================
# Line 9  c     o Header for the use of the Tangen Line 11  c     o Header for the use of the Tangen
11  c       Compiler (TAMC).  c       Compiler (TAMC).
12  c  c
13  c     started: Christian Eckert eckert@mit.edu  04-Feb-1999  c     started: Christian Eckert eckert@mit.edu  04-Feb-1999
 c  
14  c     changed: Patrick Heimbach heimbach@mit.edu 06-Jun-2000  c     changed: Patrick Heimbach heimbach@mit.edu 06-Jun-2000
15  c              - New parameter nlevchk_0 for dimensionalising  c              - New parameter nlevchk_0 for dimensionalising
16  c                common blocks in the undef ALLOW_TAMC_CHECKPOINTING case  c                common blocks in the undef ALLOW_TAMC_CHECKPOINTING case
17  c              - nhreads_chkpt was declared at the wrong place  c              - nhreads_chkpt was declared at the wrong place
18  c  c              - new keys, separate for different packages
19  c  
20  c     ================================================================  c     ================================================================
21  c     HEADER TAMC  c     HEADER TAMC
22  c     ================================================================  c     ================================================================
# Line 100  c     and writing data. Line 101  c     and writing data.
101        integer iloop_daily        integer iloop_daily
102    
103        INTEGER    isbyte        INTEGER    isbyte
104        PARAMETER( isbyte = 8 )        PARAMETER( isbyte      = 8 )
105        INTEGER    maximpl        INTEGER    maximpl
106        PARAMETER( maximpl = 6 )        PARAMETER( maximpl     = 6 )
107    #ifndef ALLOW_PTRACERS
108        INTEGER    maxpass        INTEGER    maxpass
109  #ifdef ALLOW_PASSIVE_TRACER        PARAMETER( maxpass     = 2 )
       PARAMETER( maxpass = 3 )  
 #else  
       PARAMETER( maxpass = 2 )  
110  #endif  #endif
111        INTEGER    maxcube        INTEGER    maxcube
112        PARAMETER( maxcube     = 1 )        PARAMETER( maxcube     = 1 )
113    
   
114        INTEGER act0, act1, act2, act3, act4        INTEGER act0, act1, act2, act3, act4
115        INTEGER max0, max1, max2, max3        INTEGER max0, max1, max2, max3
116        INTEGER iikey, kkey, passkey, igadkey,        INTEGER iikey, kkey, passkey, igadkey,
117       &        itdkey, idynkey, igmkey, ikppkey       &        itdkey, idynkey, igmkey, ikppkey, iptrkey
118    
119  c     ================================================================  c     ================================================================
120  c     END OF HEADER TAMC  c     END OF HEADER TAMC

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22