/[MITgcm]/MITgcm/pkg/ptracers/PTRACERS_STATV.h
ViewVC logotype

Diff of /MITgcm/pkg/ptracers/PTRACERS_STATV.h

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 dimitri, Thu Nov 13 06:35:15 2003 UTC
# Line 18  C     *================================= Line 18  C     *=================================
18  C     \ev  C     \ev
19  CEOP  CEOP
20    
21  C     ptracertave    :: tracer values  C     ptracerFluxtave: surface ptracer flux (mol/m2/s, >0 for increase in ptracer)
22    C     ptracertave    : tracer values (mol/m-3)
23    
24        COMMON /TAVE_PTRACER/        COMMON /TAVE_PTRACER/
25       &                  ptracertave, ptracer_half       &                  ptracerFluxtave, ptracertave,
26        _RL  ptracertave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,       &                  ptracer_half   , ptracer_full
27       &              PTRACERS_num)        _RL ptracerFluxtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,   nSx,nSy,
28        _RL ptracer_half(Nr,nSx,nSy)       &                                                     PTRACERS_num)
29          _RL ptracertave    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,
30         &                                                     PTRACERS_num)
31          _RL ptracer_half(Nr,nSx,nSy), ptracer_full(Nr,nSx,nSy)
32    
33  #endif /* ALLOW_TIMEAVE */  #endif /* ALLOW_TIMEAVE */
34  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.22