/[MITgcm]/MITgcm/diags/src/timeaver_ini_xyz.F
ViewVC logotype

Diff of /MITgcm/diags/src/timeaver_ini_xyz.F

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

revision 1.1 by adcroft, Wed Jul 1 19:49:36 1998 UTC revision 1.2 by cnh, Sat Aug 22 17:51:05 1998 UTC
# Line 16  C     == Routine arguments == Line 16  C     == Routine arguments ==
16  C     myThid - Thread number for this instance of the routine.  C     myThid - Thread number for this instance of the routine.
17  C     fldtave - time averaged Field  C     fldtave - time averaged Field
18        INTEGER bi, bj, K, myThid        INTEGER bi, bj, K, myThid
19        _RL fldtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)        _RL fldtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
20    
21  CEndofinterface  CEndofinterface
22    
# Line 26  C     i,j,k,bi,bj  - Loop counters Line 26  C     i,j,k,bi,bj  - Loop counters
26    
27  C     DO bj = myByLo(myThid), myByHi(myThid)  C     DO bj = myByLo(myThid), myByHi(myThid)
28  C      DO bi = myBxLo(myThid), myBxHi(myThid)  C      DO bi = myBxLo(myThid), myBxHi(myThid)
29  C       DO k=1,Nz  C       DO k=1,Nr
30           DO j=1,sNy           DO j=1,sNy
31            DO i=1,sNx            DO i=1,sNx
32               fldtave(i,j,k,bi,bj) = 0. _d 0               fldtave(i,j,k,bi,bj) = 0. _d 0

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22