/[MITgcm]/MITgcm/pkg/generic_advdiff/gad_dst3fl_adv_y.F
ViewVC logotype

Diff of /MITgcm/pkg/generic_advdiff/gad_dst3fl_adv_y.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.10 by jmc, Sun Jun 18 23:31:35 2006 UTC revision 1.11 by jmc, Mon Jun 19 14:40:43 2006 UTC
# Line 50  C     vLoc    :: velocity [m/s], meridio Line 50  C     vLoc    :: velocity [m/s], meridio
50          Rj =(tracer(i, j )-tracer(i,j-1))*maskLocS(i, j )          Rj =(tracer(i, j )-tracer(i,j-1))*maskLocS(i, j )
51          Rjm=(tracer(i,j-1)-tracer(i,j-2))*maskLocS(i,j-1)          Rjm=(tracer(i,j-1)-tracer(i,j-2))*maskLocS(i,j-1)
52    
53  c       vLoc = vFld(i,j)          vLoc = vFld(i,j)
54          vLoc = vTrans(i,j)*recip_dxG(i,j,bi,bj)  c       vLoc = vTrans(i,j)*recip_dxG(i,j,bi,bj)
55       &       *recip_drF(k)*_recip_hFacS(i,j,k,bi,bj)  c    &       *recip_drF(k)*_recip_hFacS(i,j,k,bi,bj)
56          cfl=abs(vLoc*deltaTloc*recip_dyC(i,j,bi,bj))          cfl=abs(vLoc*deltaTloc*recip_dyC(i,j,bi,bj))
57          d0=(2. _d 0 -cfl)*(1. _d 0 -cfl)*oneSixth          d0=(2. _d 0 -cfl)*(1. _d 0 -cfl)*oneSixth
58          d1=(1. _d 0 -cfl*cfl)*oneSixth          d1=(1. _d 0 -cfl*cfl)*oneSixth

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22