/[MITgcm]/MITgcm/pkg/gmredi/gmredi_rtransport.F
ViewVC logotype

Diff of /MITgcm/pkg/gmredi/gmredi_rtransport.F

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

revision 1.4 by cnh, Sun Feb 4 14:38:49 2001 UTC revision 1.5 by adcroft, Tue Sep 4 17:16:11 2001 UTC
# Line 5  C $Name$ Line 5  C $Name$
5    
6        subroutine GMREDI_RTRANSPORT(        subroutine GMREDI_RTRANSPORT(
7       I     iMin,iMax,jMin,jMax,bi,bj,K,       I     iMin,iMax,jMin,jMax,bi,bj,K,
8       I     maskUp,Tracer,       I     Tracer,
9       U     df,       U     df,
10       I     myThid)       I     myThid)
11  C     /==========================================================\  C     /==========================================================\
# Line 30  C     xA               - Area of X face Line 30  C     xA               - Area of X face
30  C     Tracer           - 3D Tracer field  C     Tracer           - 3D Tracer field
31  C     df               - Diffusive flux component work array.  C     df               - Diffusive flux component work array.
32        INTEGER iMin,iMax,jMin,jMax,bi,bj,k        INTEGER iMin,iMax,jMin,jMax,bi,bj,k
       _RS maskUp(1-OLx:sNx+OLx,1-OLy:sNy+OLy)  
33        _RL Tracer(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)        _RL Tracer(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
34        _RL df    (1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL df    (1-OLx:sNx+OLx,1-OLy:sNy+OLy)
35        INTEGER myThid        INTEGER myThid

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22