/[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.29 by jmc, Wed Mar 1 03:07:18 2006 UTC revision 1.30 by jmc, Tue Mar 7 15:28:39 2006 UTC
# Line 115  C (advection, [explicit] diffusion, para Line 115  C (advection, [explicit] diffusion, para
115       I                   myTime, myIter, myThid )       I                   myTime, myIter, myThid )
116    
117  C External forcing term(s)  C External forcing term(s)
118         IF ( forcing_In_AB )         IF ( tracForcingOutAB.NE.1 )
119       &   CALL PTRACERS_FORCING(       &   CALL PTRACERS_FORCING(
120       I                      bi,bj,iMin,iMax,jMin,jMax,k,iTracer,       I                      bi,bj,iMin,iMax,jMin,jMax,k,iTracer,
121       U                      gPtr(1-Olx,1-Oly,1,1,1,iTracer),       U                      gPtr(1-Olx,1-Oly,1,1,1,iTracer),
# Line 145  C  prevent gPtr from being replaced by t Line 145  C  prevent gPtr from being replaced by t
145        ENDIF        ENDIF
146    
147  C External forcing term(s)  C External forcing term(s)
148         IF ( .NOT.forcing_In_AB )         IF ( tracForcingOutAB.EQ.1 )
149       &   CALL PTRACERS_FORCING(       &   CALL PTRACERS_FORCING(
150       I                      bi,bj,iMin,iMax,jMin,jMax,k,iTracer,       I                      bi,bj,iMin,iMax,jMin,jMax,k,iTracer,
151       U                      gPtr(1-Olx,1-Oly,1,1,1,iTracer),       U                      gPtr(1-Olx,1-Oly,1,1,1,iTracer),

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

  ViewVC Help
Powered by ViewVC 1.1.22