/[MITgcm]/MITgcm/pkg/monitor/mon_stats_rl.F
ViewVC logotype

Diff of /MITgcm/pkg/monitor/mon_stats_rl.F

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

revision 1.7 by adcroft, Fri Feb 6 19:59:36 2004 UTC revision 1.8 by adcroft, Thu Feb 19 21:02:39 2004 UTC
# Line 53  C     === Local variables ==== Line 53  C     === Local variables ====
53    
54        DO bj=myByLo(myThid),myByHi(myThid)        DO bj=myByLo(myThid),myByHi(myThid)
55         DO bi=myBxLo(myThid),myBxHi(myThid)         DO bi=myBxLo(myThid),myBxHi(myThid)
56          theDel2 = 0.          theDel2Tile = 0.
57          theVol = 0.          theVolTile = 0.
58          theMean = 0.          theMeanTile = 0.
59          theVar = 0.          theVarTile = 0.
60          DO K=1,myNr          DO K=1,myNr
61           DO J=1,sNy           DO J=1,sNy
62            DO I=1,sNx            DO I=1,sNx

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22