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

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

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

revision 1.16 by jmc, Sun Jul 18 01:12:04 2004 UTC revision 1.18 by jmc, Thu Oct 21 21:26:58 2004 UTC
# Line 44  C  rTrans               :: vertical volu Line 44  C  rTrans               :: vertical volu
44  C  rTransKp1            :: vertical volume transport at interface k+1  C  rTransKp1            :: vertical volume transport at interface k+1
45  C  maskUp               :: mask for vertical transport  C  maskUp               :: mask for vertical transport
46  C  rFlx                 :: vertical flux  C  rFlx                 :: vertical flux
47  C  KappaRtr             :: vertical diffusion of passive tracers  C  KappaRtr             :: vertical diffusion of passive tracers, interf k
48  C            NOTE!         This is infact KappaRS from thermodynamics()  C            NOTE!         This is infact KappaRS from thermodynamics()
49  C                          and is being used only temporarily  C                          and is being used only temporarily
50  C                          until we removed the need to store  C                          until we removed the need to store
# Line 61  C  myThid               :: thread number Line 61  C  myThid               :: thread number
61        _RL rTransKp1(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL rTransKp1(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
62        _RS maskUp  (1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RS maskUp  (1-OLx:sNx+OLx,1-OLy:sNy+OLy)
63        _RL rFlx(1-OLx:sNx+OLx,1-OLy:sNy+OLy,2,PTRACERS_num)        _RL rFlx(1-OLx:sNx+OLx,1-OLy:sNy+OLy,2,PTRACERS_num)
64        _RL KappaRtr(1-Olx:sNx+Olx,1-Oly:sNy+Oly,Nr)        _RL KappaRtr(1-Olx:sNx+Olx,1-Oly:sNy+Oly)
65        INTEGER myIter        INTEGER myIter
66        _RL myTime        _RL myTime
67        INTEGER myThid        INTEGER myThid
# Line 118  C (advection, [explicit] diffusion, para Line 118  C (advection, [explicit] diffusion, para
118       I                   calcAdvection, .FALSE.,       I                   calcAdvection, .FALSE.,
119       U                   rFlx(1-Olx,1-Oly,1,iTracer),       U                   rFlx(1-Olx,1-Oly,1,iTracer),
120       U                   gPtr(1-Olx,1-Oly,1,1,1,iTracer),       U                   gPtr(1-Olx,1-Oly,1,1,1,iTracer),
121       I                   myThid )       I                   myTime, myIter, myThid )
122    
123  C External forcing term(s)  C External forcing term(s)
124  cswdptr --add --  cswdptr --add --

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.22