Symbol Description Uses
theSD 92



File Line number Procedure Code
./pkg/monitor/mon_calc_stats_rl.F 13 MON_CALC_STATS_RL
     O               theMin, theMax, theMean, theSD, theDel2, theVol,
./pkg/monitor/mon_calc_stats_rl.F 154 MON_CALC_STATS_RL
       CALL GLOBAL_SUM_TILE_RL( tileSD, theSD, myThid )
./pkg/monitor/mon_calc_stats_rl.F 156 MON_CALC_STATS_RL
       theSD = SQRT(theSD/theVol)
./pkg/monitor/mon_calc_stats_rl.F 31 MON_CALC_STATS_RL
      _RL theMin, theMax, theMean, theSD, theDel2, theVol
./pkg/monitor/mon_calc_stats_rl.F 54 MON_CALC_STATS_RL
      theSD  = 0.
./pkg/monitor/mon_calc_stats_rs.F 13 MON_CALC_STATS_RS
     O               theMin, theMax, theMean, theSD, theDel2, theVol,
./pkg/monitor/mon_calc_stats_rs.F 154 MON_CALC_STATS_RS
       CALL GLOBAL_SUM_TILE_RL( tileSD, theSD, myThid )
./pkg/monitor/mon_calc_stats_rs.F 156 MON_CALC_STATS_RS
       theSD = SQRT(theSD/theVol)
./pkg/monitor/mon_calc_stats_rs.F 31 MON_CALC_STATS_RS
      _RL theMin, theMax, theMean, theSD, theDel2, theVol
./pkg/monitor/mon_calc_stats_rs.F 54 MON_CALC_STATS_RS
      theSD  = 0.
./pkg/monitor/mon_printstats_rl.F 38 MON_PRINTSTATS_RL
      _RL theMin, theMax, theMean, theSD, theDel2, theVol
./pkg/monitor/mon_printstats_rl.F 46 MON_PRINTSTATS_RL
     O     theMin, theMax, theMean, theSD, theDel2, theVol,
./pkg/monitor/mon_printstats_rl.F 52 MON_PRINTSTATS_RL
      CALL MON_OUT_RL( arrName, theSD,   mon_foot_sd   ,myThid)
./pkg/monitor/mon_printstats_rs.F 36 MON_PRINTSTATS_RS
      _RL theSD
./pkg/monitor/mon_printstats_rs.F 40 MON_PRINTSTATS_RS
     O     theMin,theMax,theMean,theSD,
./pkg/monitor/mon_printstats_rs.F 46 MON_PRINTSTATS_RS
      CALL MON_OUT_RL( arrName, theSD,   mon_foot_sd   ,myThid)
./pkg/monitor/mon_stats_rl.F 13 MON_STATS_RL
     O     theMin,theMax,theMean,theSD,theDel2,theVol,
./pkg/monitor/mon_stats_rl.F 151 MON_STATS_RL
       CALL GLOBAL_SUM_TILE_RL( tileSD, theSD, myThid )
./pkg/monitor/mon_stats_rl.F 153 MON_STATS_RL
       theSD = SQRT(theSD/theVol)
./pkg/monitor/mon_stats_rl.F 30 MON_STATS_RL
      _RL theMin, theMax, theMean, theSD, theDel2, theVol
./pkg/monitor/mon_stats_rl.F 54 MON_STATS_RL
      theSD=0.
./pkg/monitor/mon_stats_rs.F 116 MON_STATS_RS
       CALL GLOBAL_SUM_TILE_RL( tileSD, theSD, myThid )
./pkg/monitor/mon_stats_rs.F 118 MON_STATS_RS
       theSD = SQRT(theSD*rNumPnts)
./pkg/monitor/mon_stats_rs.F 13 MON_STATS_RS
     O     theMin,theMax,theMean,theSD,
./pkg/monitor/mon_stats_rs.F 27 MON_STATS_RS
      _RL theMin, theMax, theMean, theSD
./pkg/monitor/mon_stats_rs.F 44 MON_STATS_RS
      theSD  = 0.
./pkg/monitor/mon_vort3.F 347 MON_VORT3
        IF (volVar.GT.0.) theSD = SQRT(volVar)
./pkg/monitor/mon_vort3.F 357 MON_VORT3
      CALL MON_OUT_RL(mon_string_none,theSD,  '_p_sd',   myThid)
./pkg/monitor/mon_vort3.F 38 MON_VORT3
      _RL theMin, theMax, theMean, theVar, volMean, volVar, theSD
./pkg/monitor/mon_vort3.F 68 MON_VORT3
      theSD  = 0. _d 0
./pkg/monitor/mon_writestats_rl.F 43 MON_WRITESTATS_RL
      _RL theMin, theMax, theMean, theSD, theDel2, theVol
./pkg/monitor/mon_writestats_rl.F 47 MON_WRITESTATS_RL
     O         theMin, theMax, theMean, theSD, theDel2, theVol,
./pkg/monitor/mon_writestats_rl.F 53 MON_WRITESTATS_RL
      arrStats(4) = theSD
./pkg/monitor/mon_writestats_rl.F 60 MON_WRITESTATS_RL
      CALL MON_OUT_RL( arrName, theSD,   mon_foot_sd,   myThid )
./pkg/monitor/mon_writestats_rs.F 43 MON_WRITESTATS_RS
      _RL theMin, theMax, theMean, theSD, theDel2, theVol
./pkg/monitor/mon_writestats_rs.F 47 MON_WRITESTATS_RS
     O     theMin, theMax, theMean, theSD, theDel2, theVol,
./pkg/monitor/mon_writestats_rs.F 53 MON_WRITESTATS_RS
      arrStats(4) = theSD
./pkg/monitor/mon_writestats_rs.F 60 MON_WRITESTATS_RS
      CALL MON_OUT_RL( arrName, theSD,   mon_foot_sd,   myThid )
./pkg/obcs/obcs_monitor.F 249 OBCS_MON_WRITESTATS
      _RL theMin, theMax, theMean, theSD
./pkg/obcs/obcs_monitor.F 256 OBCS_MON_WRITESTATS
          theSD  = arrStats(2,j)/arrStats(0,j)
./pkg/obcs/obcs_monitor.F 257 OBCS_MON_WRITESTATS
          theSD  = theSD - theMean*theMean
./pkg/obcs/obcs_monitor.F 258 OBCS_MON_WRITESTATS
          IF ( theSD.GT.0. _d 0 ) theSD = SQRT(theSD)
./pkg/obcs/obcs_monitor.F 264 OBCS_MON_WRITESTATS
          CALL MON_OUT_RL( fldName, theSD,   mon_foot_sd,   myThid )
./pkg/obcs/obcs_monitor.F 274 OBCS_MON_WRITESTATS
          theSD  = arrStats(2,j)/arrStats(0,j)
./pkg/obcs/obcs_monitor.F 275 OBCS_MON_WRITESTATS
          theSD  = theSD - theMean*theMean
./pkg/obcs/obcs_monitor.F 276 OBCS_MON_WRITESTATS
          IF ( theSD.GT.0. _d 0 ) theSD = SQRT(theSD)
./pkg/obcs/obcs_monitor.F 282 OBCS_MON_WRITESTATS
          CALL MON_OUT_RL( fldName, theSD,   mon_foot_sd,   myThid )
./pkg/obcs/obcs_monitor.F 292 OBCS_MON_WRITESTATS
          theSD  = arrStats(2,j)/arrStats(0,j)
./pkg/obcs/obcs_monitor.F 293 OBCS_MON_WRITESTATS
          theSD  = theSD - theMean*theMean
./pkg/obcs/obcs_monitor.F 294 OBCS_MON_WRITESTATS
          IF ( theSD.GT.0. _d 0 ) theSD = SQRT(theSD)
./pkg/obcs/obcs_monitor.F 300 OBCS_MON_WRITESTATS
          CALL MON_OUT_RL( fldName, theSD,   mon_foot_sd,   myThid )
./pkg/obcs/obcs_monitor.F 310 OBCS_MON_WRITESTATS
          theSD  = arrStats(2,j)/arrStats(0,j)
./pkg/obcs/obcs_monitor.F 311 OBCS_MON_WRITESTATS
          theSD  = theSD - theMean*theMean
./pkg/obcs/obcs_monitor.F 312 OBCS_MON_WRITESTATS
          IF ( theSD.GT.0. _d 0 ) theSD = SQRT(theSD)
./pkg/obcs/obcs_monitor.F 318 OBCS_MON_WRITESTATS
          CALL MON_OUT_RL( fldName, theSD,   mon_foot_sd,   myThid )
./pkg/thsice/thsice_monitor.F 250 THSICE_MONITOR
     O                theMin0,theMax0,theMean1,theSD,theDel2,theVolG,
./pkg/thsice/thsice_monitor.F 254 THSICE_MONITOR
     O                theMin0,theMax0,theMean2,theSD,theDel2,theVolG,
./pkg/thsice/thsice_monitor.F 57 THSICE_MONITOR
      _RL theMin0, theMax0, theSD, theDel2
./pkg/debug/debug_fld_stats_rl.F 126 DEBUG_FLD_STATS_RL
       CALL GLOBAL_SUM_TILE_RL( tileSD, theSD, myThid )
./pkg/debug/debug_fld_stats_rl.F 128 DEBUG_FLD_STATS_RL
       theSD = SQRT( theSD*rNbPnts )
./pkg/debug/debug_fld_stats_rl.F 13 DEBUG_FLD_STATS_RL
     O                theMin, theMax, theMean, theSD,
./pkg/debug/debug_fld_stats_rl.F 43 DEBUG_FLD_STATS_RL
      _RL theSD
./pkg/debug/debug_fld_stats_rl.F 61 DEBUG_FLD_STATS_RL
      theSD  = 0.
./pkg/debug/debug_fld_stats_rs.F 126 DEBUG_FLD_STATS_RS
       CALL GLOBAL_SUM_TILE_RL( tileSD, theSD, myThid )
./pkg/debug/debug_fld_stats_rs.F 128 DEBUG_FLD_STATS_RS
       theSD = SQRT( theSD*rNbPnts )
./pkg/debug/debug_fld_stats_rs.F 13 DEBUG_FLD_STATS_RS
     O                theMin, theMax, theMean, theSD,
./pkg/debug/debug_fld_stats_rs.F 43 DEBUG_FLD_STATS_RS
      _RL theSD
./pkg/debug/debug_fld_stats_rs.F 61 DEBUG_FLD_STATS_RS
      theSD  = 0.
./pkg/debug/debug_stats_rl.F 32 DEBUG_STATS_RL
      _RL theSD
./pkg/debug/debug_stats_rl.F 36 DEBUG_STATS_RL
     O                theMin, theMax, theMean, theSD,
./pkg/debug/debug_stats_rl.F 47 DEBUG_STATS_RL
     &      'DEBUG_STATS_RL: ',arrName,' S.D.=',theSD
./pkg/debug/debug_stats_rs.F 32 DEBUG_STATS_RS
      _RL theSD
./pkg/debug/debug_stats_rs.F 36 DEBUG_STATS_RS
     O                theMin, theMax, theMean, theSD,
./pkg/debug/debug_stats_rs.F 47 DEBUG_STATS_RS
     &      'DEBUG_STATS_RS: ',arrName,' S.D.=',theSD