/[MITgcm]/MITgcm/pkg/generic_advdiff/gad_calc_rhs.F
ViewVC logotype

Diff of /MITgcm/pkg/generic_advdiff/gad_calc_rhs.F

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

revision 1.12.4.2 by heimbach, Thu Nov 7 17:03:41 2002 UTC revision 1.12.6.1 by heimbach, Sun Mar 24 17:22:22 2002 UTC
# Line 200  C-    GM/Redi flux in X Line 200  C-    GM/Redi flux in X
200  C *note* should update GMREDI_XTRANSPORT to use localT and set df  *aja*  C *note* should update GMREDI_XTRANSPORT to use localT and set df  *aja*
201          CALL GMREDI_XTRANSPORT(          CALL GMREDI_XTRANSPORT(
202       I     iMin,iMax,jMin,jMax,bi,bj,K,       I     iMin,iMax,jMin,jMax,bi,bj,K,
203       I     xA,Tracer,tracerIdentity,       I     xA,Tracer,
204       U     df,       U     df,
205       I     myThid)       I     myThid)
206        ENDIF        ENDIF
# Line 275  C-    GM/Redi flux in Y Line 275  C-    GM/Redi flux in Y
275  C *note* should update GMREDI_YTRANSPORT to use localT and set df  *aja*  C *note* should update GMREDI_YTRANSPORT to use localT and set df  *aja*
276         CALL GMREDI_YTRANSPORT(         CALL GMREDI_YTRANSPORT(
277       I     iMin,iMax,jMin,jMax,bi,bj,K,       I     iMin,iMax,jMin,jMax,bi,bj,K,
278       I     yA,Tracer,tracerIdentity,       I     yA,Tracer,
279       U     df,       U     df,
280       I     myThid)       I     myThid)
281        ENDIF        ENDIF
# Line 370  C-    GM/Redi flux in R Line 370  C-    GM/Redi flux in R
370  C *note* should update GMREDI_RTRANSPORT to set df  *aja*  C *note* should update GMREDI_RTRANSPORT to set df  *aja*
371         CALL GMREDI_RTRANSPORT(         CALL GMREDI_RTRANSPORT(
372       I     iMin,iMax,jMin,jMax,bi,bj,K,       I     iMin,iMax,jMin,jMax,bi,bj,K,
373       I     Tracer,tracerIdentity,       I     Tracer,
374       U     df,       U     df,
375       I     myThid)       I     myThid)
376  c      DO j=1-Oly,sNy+Oly  c      DO j=1-Oly,sNy+Oly

Legend:
Removed from v.1.12.4.2  
changed lines
  Added in v.1.12.6.1

  ViewVC Help
Powered by ViewVC 1.1.22