/[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.32 by cnh, Sun Aug 23 15:34:40 1998 UTC revision 1.33 by cnh, Sun Sep 6 17:35:20 1998 UTC
# Line 355  C--      Get temporary terms used by ten Line 355  C--      Get temporary terms used by ten
355       I        bi,bj,iMin,iMax,jMin,jMax,k,kM1,kUp,kDown,       I        bi,bj,iMin,iMax,jMin,jMax,k,kM1,kUp,kDown,
356       O        xA,yA,uTrans,vTrans,rTrans,rVel,maskC,maskUp,       O        xA,yA,uTrans,vTrans,rTrans,rVel,maskC,maskUp,
357       I        myThid)       I        myThid)
358    CcnhDebugStarts
359             IF ( K .EQ. 1 ) THEN
360               CALL PLOT_FIELD_XYRL( rVel(1,1,1), 'K=1 Current rVel.1 ' , myIter, myThid )
361               CALL PLOT_FIELD_XYRL( rVel(1,1,2), 'K=1 Current rVel.2 ' , myIter, myThid )
362             ENDIF
363    CcnhDebugEnds
364  C--      Calculate the total vertical diffusivity  C--      Calculate the total vertical diffusivity
365           CALL CALC_DIFFUSIVITY(           CALL CALC_DIFFUSIVITY(
366       I        bi,bj,iMin,iMax,jMin,jMax,K,       I        bi,bj,iMin,iMax,jMin,jMax,K,

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

  ViewVC Help
Powered by ViewVC 1.1.22