/[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.3 by jmc, Thu Nov 8 16:47:34 2001 UTC revision 1.4 by jmc, Sat Jun 15 03:14:53 2002 UTC
# Line 5  C $Name$ Line 5  C $Name$
5    
6        SUBROUTINE MON_STATS_RL(        SUBROUTINE MON_STATS_RL(
7       I                myNr, arr, arrMask,arrhFac, arrArea, arrDr,       I                myNr, arr, arrMask,arrhFac, arrArea, arrDr,
8       O                theMin,theMax,theMean,theSD,theDel2,       O                theMin,theMax,theMean,theSD,theDel2,theVol,
9       I                myThid )       I                myThid )
10  C     /==========================================================\  C     /==========================================================\
11  C     | SUBROUTINE MON_STATS_RL                                  |  C     | SUBROUTINE MON_STATS_RL                                  |
# Line 30  C     === Routine arguments === Line 30  C     === Routine arguments ===
30        _RL theMean        _RL theMean
31        _RL theSD        _RL theSD
32        _RL theDel2        _RL theDel2
33          _RL theVol
34        INTEGER myThid        INTEGER myThid
35    
36  C     === Local variables ====  C     === Local variables ====
# Line 38  C     === Local variables ==== Line 39  C     === Local variables ====
39        LOGICAL noPnts        LOGICAL noPnts
40        _RL tmpVal,rNumPnts        _RL tmpVal,rNumPnts
41        _RL theVar        _RL theVar
42        _RL theVol, tmpVol        _RL tmpVol
43    
44        theMin=0.        theMin=0.
45        theMax=0.        theMax=0.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22