/[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.31 by cnh, Sat Aug 22 17:51:08 1998 UTC revision 1.34 by cnh, Mon Sep 7 16:23:11 1998 UTC
# Line 273  C--      Recompute density after mixing Line 273  C--      Recompute density after mixing
273       I      myThid )       I      myThid )
274          ENDIF          ENDIF
275  C--     Calculate buoyancy  C--     Calculate buoyancy
276          CALL CALC_BUOY(          CALL CALC_BUOYANCY(
277       I      bi,bj,iMin,iMax,jMin,jMax,K,rhoKm1,       I      bi,bj,iMin,iMax,jMin,jMax,K,rhoKm1,
278       O      buoyKm1,       O      buoyKm1,
279       I      myThid )       I      myThid )
# Line 313  C--       Recompute density after mixing Line 313  C--       Recompute density after mixing
313       I       myThid )       I       myThid )
314           ENDIF           ENDIF
315  C--      Calculate buoyancy  C--      Calculate buoyancy
316           CALL CALC_BUOY(           CALL CALC_BUOYANCY(
317       I       bi,bj,iMin,iMax,jMin,jMax,K,rhoK,       I       bi,bj,iMin,iMax,jMin,jMax,K,rhoK,
318       O       buoyK,       O       buoyK,
319       I       myThid )       I       myThid )
# 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    C        IF ( K .EQ. 1 ) THEN
360    C          CALL PLOT_FIELD_XYRL( rVel(1,1,1), 'K=1 Current rVel.1 ' , myIter, myThid )
361    C          CALL PLOT_FIELD_XYRL( rVel(1,1,2), 'K=1 Current rVel.2 ' , myIter, myThid )
362    C        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.31  
changed lines
  Added in v.1.34

  ViewVC Help
Powered by ViewVC 1.1.22