/[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.134 by heimbach, Wed Jun 7 01:55:12 2006 UTC revision 1.135 by baylor, Tue Jun 20 20:57:37 2006 UTC
# Line 162  C     phiSurfX,  ::  gradient of Surface Line 162  C     phiSurfX,  ::  gradient of Surface
162  C     phiSurfY             or geopotential (atmos) in X and Y direction  C     phiSurfY             or geopotential (atmos) in X and Y direction
163  C     guDissip   :: dissipation tendency (all explicit terms), u component  C     guDissip   :: dissipation tendency (all explicit terms), u component
164  C     gvDissip   :: dissipation tendency (all explicit terms), v component  C     gvDissip   :: dissipation tendency (all explicit terms), v component
165    C     KappaRU:: vertical viscosity
166    C     KappaRV:: vertical viscosity
167  C     iMin, iMax     - Ranges and sub-block indices on which calculations  C     iMin, iMax     - Ranges and sub-block indices on which calculations
168  C     jMin, jMax       are applied.  C     jMin, jMax       are applied.
169  C     bi, bj  C     bi, bj
# Line 615  C--   Step forward W field in N-H algori Line 617  C--   Step forward W field in N-H algori
617       &     CALL DEBUG_CALL('CALC_GW', myThid )       &     CALL DEBUG_CALL('CALC_GW', myThid )
618  #endif  #endif
619           CALL TIMER_START('CALC_GW          [DYNAMICS]',myThid)           CALL TIMER_START('CALC_GW          [DYNAMICS]',myThid)
620           CALL CALC_GW( myTime, myIter, myThid )           CALL CALC_GW(
621         I         KappaRU, KappaRV,
622         I         myTime, myIter, myThid )
623        ENDIF        ENDIF
624        IF ( nonHydrostatic.OR.implicitIntGravWave )        IF ( nonHydrostatic.OR.implicitIntGravWave )
625       &   CALL TIMESTEP_WVEL( myTime, myIter, myThid )       &   CALL TIMESTEP_WVEL( myTime, myIter, myThid )

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135

  ViewVC Help
Powered by ViewVC 1.1.22