/[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.122 by jmc, Sat Jul 30 23:39:48 2005 UTC revision 1.123 by jmc, Tue Aug 16 22:52:06 2005 UTC
# Line 219  C         (1 + dt * K * d_zz) salt[n] = Line 219  C         (1 + dt * K * d_zz) salt[n] =
219  C---  C---
220  CEOP  CEOP
221    
222    #ifdef ALLOW_DEBUG
223          IF ( debugLevel .GE. debLevB )
224         &   CALL DEBUG_ENTER( 'DYNAMICS', myThid )
225    #endif
226    
227  C-- Call to routine for calculation of  C-- Call to routine for calculation of
228  C   Eliassen-Palm-flux-forced U-tendency,  C   Eliassen-Palm-flux-forced U-tendency,
229  C   if desired:  C   if desired:
# Line 488  C---+----1----+----2----+----3----+----4 Line 493  C---+----1----+----2----+----3----+----4
493  C--   Step forward W field in N-H algorithm  C--   Step forward W field in N-H algorithm
494        IF ( momStepping .AND. nonHydrostatic ) THEN        IF ( momStepping .AND. nonHydrostatic ) THEN
495  #ifdef ALLOW_DEBUG  #ifdef ALLOW_DEBUG
496            IF ( debugLevel .GE. debLevB )           IF ( debugLevel .GE. debLevB )
497       &     CALL DEBUG_CALL('CALC_GW',myThid)       &     CALL DEBUG_CALL('CALC_GW', myThid )
498  #endif  #endif
499           CALL TIMER_START('CALC_GW          [DYNAMICS]',myThid)           CALL TIMER_START('CALC_GW          [DYNAMICS]',myThid)
500           CALL CALC_GW( myTime, myIter, myThid )           CALL CALC_GW( myTime, myIter, myThid )
# Line 544  Cml) Line 549  Cml)
549        ENDIF        ENDIF
550  #endif  #endif
551    
552    #ifdef ALLOW_DEBUG
553          IF ( debugLevel .GE. debLevB )
554         &   CALL DEBUG_LEAVE( 'DYNAMICS', myThid )
555    #endif
556    
557        RETURN        RETURN
558        END        END

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123

  ViewVC Help
Powered by ViewVC 1.1.22