/[MITgcm]/MITgcm/verification/front_relax/code_ad/tamc.h
ViewVC logotype

Diff of /MITgcm/verification/front_relax/code_ad/tamc.h

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

revision 1.1 by heimbach, Mon Sep 16 18:18:38 2002 UTC revision 1.2 by heimbach, Thu Nov 14 22:59:03 2002 UTC
# Line 57  c     nthreads_chkpt - Number of threads Line 57  c     nthreads_chkpt - Number of threads
57  #ifdef ALLOW_TAMC_CHECKPOINTING  #ifdef ALLOW_TAMC_CHECKPOINTING
58    
59        integer    nchklev_1        integer    nchklev_1
60        parameter( nchklev_1      =   5 )        parameter( nchklev_1      =   9 )
61        integer    nchklev_2        integer    nchklev_2
62        parameter( nchklev_2      =  90 )        parameter( nchklev_2      =  90 )
63        integer    nchklev_3        integer    nchklev_3
64        parameter( nchklev_3      = 144 )        parameter( nchklev_3      =  90 )
65    
66  c--   Note always check for the correct sizes of the common blocks!  c--   Note always check for the correct sizes of the common blocks!
67    
# Line 98  c     and writing data. Line 98  c     and writing data.
98        integer iloop_daily        integer iloop_daily
99    
100        INTEGER    isbyte        INTEGER    isbyte
101        PARAMETER( isbyte = 4 )        PARAMETER( isbyte      = 4 )
102        INTEGER    maximpl        INTEGER    maximpl
103        PARAMETER( maximpl = 6 )        PARAMETER( maximpl     = 6 )
104        INTEGER    maxpass        INTEGER    maxpass
105        PARAMETER( maxpass = 3 )        PARAMETER( maxpass     = 3 )
106          INTEGER    maxcube
107        INTEGER act1, act2, act3, act4        PARAMETER( maxcube     = 1 )
108        INTEGER max1, max2, max3  
109        INTEGER iikey, kkey, passkey        INTEGER act0, act1, act2, act3, act4
110          INTEGER max0, max1, max2, max3
111          INTEGER iikey, kkey, passkey, igadkey,
112         &        itdkey, idynkey, igmkey
113    
114  c     ================================================================  c     ================================================================
115  c     END OF HEADER TAMC  c     END OF HEADER TAMC

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

  ViewVC Help
Powered by ViewVC 1.1.22