/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/code_ad/tamc.h
ViewVC logotype

Diff of /MITgcm/verification/global_ocean.90x40x15/code_ad/tamc.h

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

revision 1.8 by heimbach, Wed Feb 18 22:21:33 2004 UTC revision 1.9 by heimbach, Fri Sep 17 23:06:53 2004 UTC
# Line 1  Line 1 
1    C $Header$
2    C $Name$
3    
4  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
5    
 #ifdef ALLOW_PTRACERS  
 # include "PTRACERS_OPTIONS.h"  
 #endif  
   
6  c     ================================================================  c     ================================================================
7  c     HEADER TAMC  c     HEADER TAMC
8  c     ================================================================  c     ================================================================
# Line 106  c     and writing data. Line 104  c     and writing data.
104        PARAMETER( isbyte      = 8 )        PARAMETER( isbyte      = 8 )
105        INTEGER    maximpl        INTEGER    maximpl
106        PARAMETER( maximpl     = 6 )        PARAMETER( maximpl     = 6 )
       INTEGER    maxpass  
107  #ifdef ALLOW_PTRACERS  #ifdef ALLOW_PTRACERS
108        PARAMETER( maxpass     = NUMBER_OF_PTRACERS + 2 )  cph moved this to PTRACERS_SIZE.h
109    cph      INTEGER    maxpass
110    cph      PARAMETER( maxpass     = PTRACERS_num + 2 )
111  #else  #else
112  # ifdef ALLOW_PASSIVE_TRACER        INTEGER    maxpass
       PARAMETER( maxpass     = 3 )  
 # else  
113        PARAMETER( maxpass     = 2 )        PARAMETER( maxpass     = 2 )
 # endif  
114  #endif  #endif
115        INTEGER    maxcube        INTEGER    maxcube
116        PARAMETER( maxcube     = 1 )        PARAMETER( maxcube     = 1 )

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22