/[MITgcm]/MITgcm/model/src/dynamics.F
ViewVC logotype

Diff of /MITgcm/model/src/dynamics.F

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

revision 1.104 by edhill, Tue Nov 4 18:40:57 2003 UTC revision 1.105 by edhill, Tue Nov 4 19:51:53 2003 UTC
# Line 380  C        distinguishe between Stagger an Line 380  C        distinguishe between Stagger an
380  C--      Calculate accelerations in the momentum equations (gU, gV, ...)  C--      Calculate accelerations in the momentum equations (gU, gV, ...)
381  C        and step forward storing the result in gU, gV, etc...  C        and step forward storing the result in gU, gV, etc...
382           IF ( momStepping ) THEN           IF ( momStepping ) THEN
383  #ifndef DISABLE_MOM_FLUXFORM  #ifdef ALLOW_MOM_FLUXFORM
384             IF (.NOT. vectorInvariantMomentum) CALL MOM_FLUXFORM(             IF (.NOT. vectorInvariantMomentum) CALL MOM_FLUXFORM(
385       I         bi,bj,iMin,iMax,jMin,jMax,k,kup,kDown,       I         bi,bj,iMin,iMax,jMin,jMax,k,kup,kDown,
386       I         dPhiHydX,dPhiHydY,KappaRU,KappaRV,       I         dPhiHydX,dPhiHydY,KappaRU,KappaRV,
387       U         fVerU, fVerV,       U         fVerU, fVerV,
388       I         myTime, myIter, myThid)       I         myTime, myIter, myThid)
389  #endif  #endif
390  #ifndef DISABLE_MOM_VECINV  #ifdef ALLOW_MOM_VECINV
391             IF (vectorInvariantMomentum) CALL MOM_VECINV(             IF (vectorInvariantMomentum) CALL MOM_VECINV(
392       I         bi,bj,iMin,iMax,jMin,jMax,k,kup,kDown,       I         bi,bj,iMin,iMax,jMin,jMax,k,kup,kDown,
393       I         dPhiHydX,dPhiHydY,KappaRU,KappaRV,       I         dPhiHydX,dPhiHydY,KappaRU,KappaRV,

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

  ViewVC Help
Powered by ViewVC 1.1.22