/[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.124 by jmc, Sun Sep 11 20:52:09 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 428  CADJ STORE gU(:,:,:,bi,bj) = comlev1_bib Line 433  CADJ STORE gU(:,:,:,bi,bj) = comlev1_bib
433  #endif    /* ALLOW_AUTODIFF_TAMC */  #endif    /* ALLOW_AUTODIFF_TAMC */
434            CALL IMPLDIFF(            CALL IMPLDIFF(
435       I         bi, bj, iMin, iMax, jMin, jMax,       I         bi, bj, iMin, iMax, jMin, jMax,
436       I         0, KappaRU,recip_HFacW,       I         -1, KappaRU,recip_HFacW,
437       U         gU,       U         gU,
438       I         myThid )       I         myThid )
439  #ifdef    ALLOW_AUTODIFF_TAMC  #ifdef    ALLOW_AUTODIFF_TAMC
# Line 437  CADJ STORE gV(:,:,:,bi,bj) = comlev1_bib Line 442  CADJ STORE gV(:,:,:,bi,bj) = comlev1_bib
442  #endif    /* ALLOW_AUTODIFF_TAMC */  #endif    /* ALLOW_AUTODIFF_TAMC */
443            CALL IMPLDIFF(            CALL IMPLDIFF(
444       I         bi, bj, iMin, iMax, jMin, jMax,       I         bi, bj, iMin, iMax, jMin, jMax,
445       I         0, KappaRV,recip_HFacS,       I         -2, KappaRV,recip_HFacS,
446       U         gV,       U         gV,
447       I         myThid )       I         myThid )
448          ENDIF          ENDIF
# 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.124

  ViewVC Help
Powered by ViewVC 1.1.22