Symbol Description Uses
theVar lat. band variance 68



File Line number Procedure Code
./pkg/land/land_monitor.F 135 LAND_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/land/land_monitor.F 171 LAND_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/land/land_monitor.F 199 LAND_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/land/land_monitor.F 227 LAND_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/land/land_monitor.F 258 LAND_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/land/land_monitor.F 275 LAND_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/land/land_monitor.F 72 LAND_MONITOR
      _RL theMean(nLatBnd), theVar(nLatBnd), theVol(nLatBnd)
./pkg/monitor/mon_calc_stats_rl.F 127 MON_CALC_STATS_RL
       theVar = theVar/theVol
./pkg/monitor/mon_calc_stats_rl.F 42 MON_CALC_STATS_RL
      _RL theVar
./pkg/monitor/mon_calc_stats_rl.F 55 MON_CALC_STATS_RL
      theVar = 0.
./pkg/monitor/mon_calc_stats_rs.F 127 MON_CALC_STATS_RS
       theVar = theVar/theVol
./pkg/monitor/mon_calc_stats_rs.F 42 MON_CALC_STATS_RS
      _RL theVar
./pkg/monitor/mon_calc_stats_rs.F 55 MON_CALC_STATS_RS
      theVar = 0.
./pkg/monitor/mon_stats_latbnd_rl.F 127 MON_STATS_LATBND_RL
       CALL GLOBAL_SUM_TILE_RL( tileVar(1,1,n) , theVar(n) , myThid )
./pkg/monitor/mon_stats_latbnd_rl.F 133 MON_STATS_LATBND_RL
        theVar(n) = theVar(n) /theVol(n)
./pkg/monitor/mon_stats_latbnd_rl.F 134 MON_STATS_LATBND_RL
        theVar(n) = theVar(n) -theMean(n)*theMean(n)
./pkg/monitor/mon_stats_latbnd_rl.F 14 MON_STATS_LATBND_RL
     O     theMin,theMax,theMean,theVar,theVol,
./pkg/monitor/mon_stats_latbnd_rl.F 43 MON_STATS_LATBND_RL
      _RL theVar(nSepBnd)
./pkg/monitor/mon_stats_latbnd_rl.F 87 MON_STATS_LATBND_RL
       theVar(n)=0.
./pkg/monitor/mon_stats_rl.F 110 MON_STATS_RL
      CALL GLOBAL_SUM_TILE_RL( tileVar , theVar , myThid )
./pkg/monitor/mon_stats_rl.F 122 MON_STATS_RL
       theVar=theVar/theVol
./pkg/monitor/mon_stats_rl.F 39 MON_STATS_RL
      _RL theVar
./pkg/monitor/mon_stats_rl.F 55 MON_STATS_RL
      theVar=0.
./pkg/monitor/mon_stats_rs.F 36 MON_STATS_RS
      _RL theVar
./pkg/monitor/mon_stats_rs.F 45 MON_STATS_RS
      theVar = 0.
./pkg/monitor/mon_stats_rs.F 81 MON_STATS_RS
      CALL GLOBAL_SUM_TILE_RL( tileVar , theVar , myThid )
./pkg/monitor/mon_stats_rs.F 89 MON_STATS_RS
       theVar=theVar*rNumPnts
./pkg/monitor/mon_vort3.F 333 MON_VORT3
      CALL GLOBAL_SUM_TILE_RL( tileVar,  theVar,  myThid )
./pkg/monitor/mon_vort3.F 338 MON_VORT3
        theVar = theVar /theArea
./pkg/monitor/mon_vort3.F 339 MON_VORT3
        theVar = theVar - theMean*theMean
./pkg/monitor/mon_vort3.F 341 MON_VORT3
        IF (theVar.GT.0.) theVar = SQRT(theVar)
./pkg/monitor/mon_vort3.F 355 MON_VORT3
      CALL MON_OUT_RL(mon_string_none,theVar, '_a_sd',   myThid)
./pkg/monitor/mon_vort3.F 38 MON_VORT3
      _RL theMin, theMax, theMean, theVar, volMean, volVar, theSD
./pkg/monitor/mon_vort3.F 64 MON_VORT3
      theVar = 0. _d 0
./pkg/obcs/obcs_mon_stats.F 144 OBCS_MON_STATS_EW_RL
        CALL GLOBAL_SUM_TILE_RL( tileVar , theVar , myThid )
./pkg/obcs/obcs_mon_stats.F 147 OBCS_MON_STATS_EW_RL
        arrStats(2,1) = theVar
./pkg/obcs/obcs_mon_stats.F 171 OBCS_MON_STATS_EW_RL
      theVar = 0.
./pkg/obcs/obcs_mon_stats.F 217 OBCS_MON_STATS_EW_RL
        CALL GLOBAL_SUM_TILE_RL( tileVar , theVar , myThid )
./pkg/obcs/obcs_mon_stats.F 220 OBCS_MON_STATS_EW_RL
        arrStats(2,2) = theVar
./pkg/obcs/obcs_mon_stats.F 317 OBCS_MON_STATS_NS_RL
      _RL theMin, theMax, theArea, theMean, theVar
./pkg/obcs/obcs_mon_stats.F 331 OBCS_MON_STATS_NS_RL
      theVar = 0.
./pkg/obcs/obcs_mon_stats.F 376 OBCS_MON_STATS_NS_RL
        CALL GLOBAL_SUM_TILE_RL( tileVar , theVar , myThid )
./pkg/obcs/obcs_mon_stats.F 379 OBCS_MON_STATS_NS_RL
        arrStats(2,1) = theVar
./pkg/obcs/obcs_mon_stats.F 403 OBCS_MON_STATS_NS_RL
      theVar = 0.
./pkg/obcs/obcs_mon_stats.F 449 OBCS_MON_STATS_NS_RL
        CALL GLOBAL_SUM_TILE_RL( tileVar , theVar , myThid )
./pkg/obcs/obcs_mon_stats.F 452 OBCS_MON_STATS_NS_RL
        arrStats(2,2) = theVar
./pkg/obcs/obcs_mon_stats.F 85 OBCS_MON_STATS_EW_RL
      _RL theMin, theMax, theArea, theMean, theVar
./pkg/obcs/obcs_mon_stats.F 99 OBCS_MON_STATS_EW_RL
      theVar = 0.
./pkg/thsice/thsice_monitor.F 133 THSICE_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/thsice/thsice_monitor.F 155 THSICE_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/thsice/thsice_monitor.F 174 THSICE_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/thsice/thsice_monitor.F 206 THSICE_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/thsice/thsice_monitor.F 231 THSICE_MONITOR
     O                theMin, theMax, theMean, theVar, theVol,
./pkg/thsice/thsice_monitor.F 54 THSICE_MONITOR
      _RL theMean(2), theVar(2), theVol(2)
./pkg/debug/debug_fld_stats_rl.F 51 DEBUG_FLD_STATS_RL
      _RL theVar
./pkg/debug/debug_fld_stats_rl.F 62 DEBUG_FLD_STATS_RL
      theVar = 0.
./pkg/debug/debug_fld_stats_rs.F 51 DEBUG_FLD_STATS_RS
      _RL theVar
./pkg/debug/debug_fld_stats_rs.F 62 DEBUG_FLD_STATS_RS
      theVar = 0.