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

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

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

revision 1.9 by jmc, Wed Nov 10 20:43:43 2004 UTC revision 1.11 by jmc, Tue Jan 26 01:09:02 2010 UTC
# Line 9  C     !ROUTINE: MON_PRINTSTATS_RL Line 9  C     !ROUTINE: MON_PRINTSTATS_RL
9    
10  C     !INTERFACE:  C     !INTERFACE:
11        SUBROUTINE MON_PRINTSTATS_RL(        SUBROUTINE MON_PRINTSTATS_RL(
12       I     myNr, arr, arrName,       I     myNr, arr, arrName,
13       I     arrMask,arrhFac,arrArea,arrDr,       I     arrMask,arrhFac,arrArea,arrDr,
14       I     myThid )       I     myThid )
15    
# Line 37  CEOP Line 37  CEOP
37  C     !LOCAL VARIABLES:  C     !LOCAL VARIABLES:
38        _RL theMin, theMax, theMean, theSD, theDel2, theVol        _RL theMin, theMax, theMean, theSD, theDel2, theVol
39    
40    C     Since 2009/12/21 MON_WRITESTATS_RL replaces MON_PRINTSTATS_RL
41    C     which is now disabled
42          STOP 'ABNORMAL END: S/R MON_PRINTSTATS_RL no longer maintained'
43    
44        CALL MON_STATS_RL(        CALL MON_STATS_RL(
45       I     myNr, arr, arrMask, arrhFac, arrArea, arrDr,       I     myNr, arr, arrMask, arrhFac, arrArea, arrDr,
46       O     theMin, theMax, theMean, theSD, theDel2, theVol,       O     theMin, theMax, theMean, theSD, theDel2, theVol,

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

  ViewVC Help
Powered by ViewVC 1.1.22