/[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.109 by heimbach, Thu Sep 23 17:48:24 2004 UTC revision 1.110 by jmc, Wed Nov 10 03:02:00 2004 UTC
# Line 134  C     phiHydF    :: hydrostatic potentia Line 134  C     phiHydF    :: hydrostatic potentia
134  C     dPhiHydX,Y :: Gradient (X & Y directions) of hydrostatic potential anom.  C     dPhiHydX,Y :: Gradient (X & Y directions) of hydrostatic potential anom.
135  C     phiSurfX,  ::  gradient of Surface potential (Pressure/rho, ocean)  C     phiSurfX,  ::  gradient of Surface potential (Pressure/rho, ocean)
136  C     phiSurfY             or geopotential (atmos) in X and Y direction  C     phiSurfY             or geopotential (atmos) in X and Y direction
137    C     guDissip   :: dissipation tendency (all explicit terms), u component
138    C     gvDissip   :: dissipation tendency (all explicit terms), v component
139  C     iMin, iMax     - Ranges and sub-block indices on which calculations  C     iMin, iMax     - Ranges and sub-block indices on which calculations
140  C     jMin, jMax       are applied.  C     jMin, jMax       are applied.
141  C     bi, bj  C     bi, bj
# Line 148  C                      index into fVerTe Line 150  C                      index into fVerTe
150        _RL dPhiHydY(1-Olx:sNx+Olx,1-Oly:sNy+Oly)        _RL dPhiHydY(1-Olx:sNx+Olx,1-Oly:sNy+Oly)
151        _RL phiSurfX(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL phiSurfX(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
152        _RL phiSurfY(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL phiSurfY(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
153          _RL guDissip(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
154          _RL gvDissip(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
155        _RL KappaRU (1-Olx:sNx+Olx,1-Oly:sNy+Oly,Nr)        _RL KappaRU (1-Olx:sNx+Olx,1-Oly:sNy+Oly,Nr)
156        _RL KappaRV (1-Olx:sNx+Olx,1-Oly:sNy+Oly,Nr)        _RL KappaRV (1-Olx:sNx+Olx,1-Oly:sNy+Oly,Nr)
157    
# Line 278  cph) Line 282  cph)
282            dPhiHydY(i,j)  = 0. _d 0            dPhiHydY(i,j)  = 0. _d 0
283            phiSurfX(i,j)  = 0. _d 0            phiSurfX(i,j)  = 0. _d 0
284            phiSurfY(i,j)  = 0. _d 0            phiSurfY(i,j)  = 0. _d 0
285              guDissip(i,j)  = 0. _d 0
286              gvDissip(i,j)  = 0. _d 0
287           ENDDO           ENDDO
288          ENDDO          ENDDO
289    
# Line 375  C        and step forward storing the re Line 381  C        and step forward storing the re
381       I         bi,bj,iMin,iMax,jMin,jMax,k,kup,kDown,       I         bi,bj,iMin,iMax,jMin,jMax,k,kup,kDown,
382       I         dPhiHydX,dPhiHydY,KappaRU,KappaRV,       I         dPhiHydX,dPhiHydY,KappaRU,KappaRV,
383       U         fVerU, fVerV,       U         fVerU, fVerV,
384         O         guDissip, gvDissip,
385       I         myTime, myIter, myThid)       I         myTime, myIter, myThid)
386  #endif  #endif
387             CALL TIMESTEP(             CALL TIMESTEP(
388       I         bi,bj,iMin,iMax,jMin,jMax,k,       I         bi,bj,iMin,iMax,jMin,jMax,k,
389       I         dPhiHydX,dPhiHydY, phiSurfX, phiSurfY,       I         dPhiHydX,dPhiHydY, phiSurfX, phiSurfY,
390         I         guDissip, gvDissip,
391       I         myTime, myIter, myThid)       I         myTime, myIter, myThid)
392    
393  #ifdef   ALLOW_OBCS  #ifdef   ALLOW_OBCS

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

  ViewVC Help
Powered by ViewVC 1.1.22