/[MITgcm]/MITgcm/pkg/gchem/gchem_forcing_sep.F
ViewVC logotype

Diff of /MITgcm/pkg/gchem/gchem_forcing_sep.F

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

revision 1.11 by stephd, Thu Aug 18 19:29:51 2005 UTC revision 1.12 by stephd, Mon Dec 12 19:08:01 2005 UTC
# Line 78  C$taf loop = parallel Line 78  C$taf loop = parallel
78  C$taf loop = parallel  C$taf loop = parallel
79          DO bi=myBxLo(myThid),myBxHi(myThid)          DO bi=myBxLo(myThid),myBxHi(myThid)
80    
81          jMin=1  c       jMin=1
82          jMax=sNy  c       jMax=sNy
83          iMin=1  c       iMin=1
84          iMax=sNx  c       iMax=sNx
85            jMin=1-OLy
86            jMax=sNy+OLy
87            iMin=1-OLx
88            iMax=sNx+OLx
89  c  c
90  ccccccccccccccccccccccccccc DIC cccccccccccccccccccccccccccccccc  ccccccccccccccccccccccccccc DIC cccccccccccccccccccccccccccccccc
91  c  c

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

  ViewVC Help
Powered by ViewVC 1.1.22