/[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.3 by cnh, Mon Jun 18 17:39:59 2001 UTC revision 1.4 by adcroft, Mon Jun 25 20:35:23 2001 UTC
# Line 36  C     === Local variables ==== Line 36  C     === Local variables ====
36       O                theMin,theMax,theMean,theSD,       O                theMin,theMax,theMean,theSD,
37       I                myThid )       I                myThid )
38    
39        CALL MON_OUT_RL( arrName, theMax,  mon_foot_max  )        CALL MON_OUT_RL( arrName, theMax,  mon_foot_max  ,myThid)
40        CALL MON_OUT_RL( arrName, theMin,  mon_foot_min  )        CALL MON_OUT_RL( arrName, theMin,  mon_foot_min  ,myThid)
41        CALL MON_OUT_RL( arrName, theMean, mon_foot_mean )        CALL MON_OUT_RL( arrName, theMean, mon_foot_mean ,myThid)
42        CALL MON_OUT_RL( arrName, theSD,   mon_foot_sd   )        CALL MON_OUT_RL( arrName, theSD,   mon_foot_sd   ,myThid)
43    
44        RETURN        RETURN
45        END        END

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

  ViewVC Help
Powered by ViewVC 1.1.22