/[MITgcm]/MITgcm/pkg/ptracers/ptracers_statvars.F
ViewVC logotype

Diff of /MITgcm/pkg/ptracers/ptracers_statvars.F

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

revision 1.1 by stephd, Wed Jun 25 21:03:28 2003 UTC revision 1.2 by heimbach, Fri Jun 27 01:56:17 2003 UTC
# Line 1  Line 1 
1  cswdptr -- added routine ---  cswdptr -- added routine ---
2  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
3  #include "GCHEM_OPTIONS.h"  #include "PTRACERS_OPTIONS.h"
4    #ifdef ALLOW_GCHEM
5    # include "GCHEM_OPTIONS.h"
6    #endif
7    
8        SUBROUTINE PTRACERS_STATVARS(        SUBROUTINE PTRACERS_STATVARS(
9       I     myTime, myIter, bi, bj, myThid)       I     myTime, myIter, bi, bj, myThid)
# Line 19  C     == Global variables === Line 22  C     == Global variables ===
22  #include "GRID.h"  #include "GRID.h"
23  #include "TIMEAVE_STATV.h"  #include "TIMEAVE_STATV.h"
24  #ifdef ALLOW_PTRACERS  #ifdef ALLOW_PTRACERS
25  #include "PTRACERS.h"  # include "PTRACERS.h"
26  #include "PTRACERS_OPTIONS.h"  # include "PTRACERS_STATV.h"
 #include "PTRACERS_STATV.h"  
27  #endif  #endif
28    
29        LOGICAL  DIFFERENT_MULTIPLE        LOGICAL  DIFFERENT_MULTIPLE

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

  ViewVC Help
Powered by ViewVC 1.1.22