File |
Line number |
Procedure |
Code |
./pkg/land/land_monitor.F |
135 |
LAND_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/land/land_monitor.F |
140 |
LAND_MONITOR |
theVolG = theVolG + theVol(n) |
./pkg/land/land_monitor.F |
141 |
LAND_MONITOR |
theMeanG = theMeanG + theMean(n)*theVol(n) |
./pkg/land/land_monitor.F |
142 |
LAND_MONITOR |
theEng(n)= -land_rhoSnow*land_Lfreez*theMean(n)*theVol(n) |
./pkg/land/land_monitor.F |
162 |
LAND_MONITOR |
& (theVol(n),n=1,nLatBnd) |
./pkg/land/land_monitor.F |
171 |
LAND_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/land/land_monitor.F |
176 |
LAND_MONITOR |
theVolG = theVolG + theVol(n) |
./pkg/land/land_monitor.F |
177 |
LAND_MONITOR |
theMeanG = theMeanG + theMean(n)*theVol(n) |
./pkg/land/land_monitor.F |
199 |
LAND_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/land/land_monitor.F |
204 |
LAND_MONITOR |
theVolG = theVolG + theVol(n) |
./pkg/land/land_monitor.F |
205 |
LAND_MONITOR |
theMeanG = theMeanG + theMean(n)*theVol(n) |
./pkg/land/land_monitor.F |
227 |
LAND_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/land/land_monitor.F |
232 |
LAND_MONITOR |
theVolG = theVolG + theVol(n) |
./pkg/land/land_monitor.F |
233 |
LAND_MONITOR |
theMeanG = theMeanG + theMean(n)*theVol(n) |
./pkg/land/land_monitor.F |
258 |
LAND_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/land/land_monitor.F |
262 |
LAND_MONITOR |
theEng(n) = theEng(n) + theMean(n)*theVol(n) |
./pkg/land/land_monitor.F |
275 |
LAND_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/land/land_monitor.F |
280 |
LAND_MONITOR |
theVolG = theVolG + theVol(n) |
./pkg/land/land_monitor.F |
281 |
LAND_MONITOR |
theMeanG = theMeanG + theMean(n)*theVol(n) |
./pkg/land/land_monitor.F |
72 |
LAND_MONITOR |
_RL theMean(nLatBnd), theVar(nLatBnd), theVol(nLatBnd) |
./pkg/monitor/mon_calc_stats_rl.F |
116 |
MON_CALC_STATS_RL |
CALL GLOBAL_SUM_TILE_RL( tileVol , theVol , myThid ) |
./pkg/monitor/mon_calc_stats_rl.F |
125 |
MON_CALC_STATS_RL |
IF ( theVol.GT.0. _d 0 ) THEN |
./pkg/monitor/mon_calc_stats_rl.F |
126 |
MON_CALC_STATS_RL |
theMean= theMean/theVol |
./pkg/monitor/mon_calc_stats_rl.F |
127 |
MON_CALC_STATS_RL |
theVar = theVar/theVol |
./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 |
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 |
57 |
MON_CALC_STATS_RL |
theVol = 0. |
./pkg/monitor/mon_calc_stats_rs.F |
116 |
MON_CALC_STATS_RS |
CALL GLOBAL_SUM_TILE_RL( tileVol , theVol , myThid ) |
./pkg/monitor/mon_calc_stats_rs.F |
125 |
MON_CALC_STATS_RS |
IF ( theVol.GT.0. _d 0 ) THEN |
./pkg/monitor/mon_calc_stats_rs.F |
126 |
MON_CALC_STATS_RS |
theMean= theMean/theVol |
./pkg/monitor/mon_calc_stats_rs.F |
127 |
MON_CALC_STATS_RS |
theVar = theVar/theVol |
./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 |
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 |
57 |
MON_CALC_STATS_RS |
theVol = 0. |
./pkg/monitor/mon_ke.F |
159 |
MON_KE |
CALL GLOBAL_SUM_TILE_RL( tileVol , theVol , myThid ) |
./pkg/monitor/mon_ke.F |
163 |
MON_KE |
IF (theVol.NE.0.) THEN |
./pkg/monitor/mon_ke.F |
164 |
MON_KE |
theVolMean=theVolMean/theVol |
./pkg/monitor/mon_ke.F |
165 |
MON_KE |
potEnMean = potEnMean/theVol |
./pkg/monitor/mon_ke.F |
342 |
MON_KE |
CALL MON_OUT_RL(mon_string_none,theVol, |
./pkg/monitor/mon_ke.F |
36 |
MON_KE |
_RL numPnts,theVol,tmpVal, mskp1, msk_1 |
./pkg/monitor/mon_ke.F |
58 |
MON_KE |
theVol=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_stats_latbnd_rl.F |
125 |
MON_STATS_LATBND_RL |
CALL GLOBAL_SUM_TILE_RL( tileVol(1,1,n) , theVol(n) , myThid ) |
./pkg/monitor/mon_stats_latbnd_rl.F |
131 |
MON_STATS_LATBND_RL |
IF (theVol(n).GT.0.) THEN |
./pkg/monitor/mon_stats_latbnd_rl.F |
132 |
MON_STATS_LATBND_RL |
theMean(n)= theMean(n)/theVol(n) |
./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 |
14 |
MON_STATS_LATBND_RL |
O theMin,theMax,theMean,theVar,theVol, |
./pkg/monitor/mon_stats_latbnd_rl.F |
44 |
MON_STATS_LATBND_RL |
_RL theVol(nSepBnd) |
./pkg/monitor/mon_stats_latbnd_rl.F |
88 |
MON_STATS_LATBND_RL |
theVol(n)=0. |
./pkg/monitor/mon_stats_rl.F |
108 |
MON_STATS_RL |
CALL GLOBAL_SUM_TILE_RL( tileVol , theVol , myThid ) |
./pkg/monitor/mon_stats_rl.F |
120 |
MON_STATS_RL |
IF (theVol.GT.0.) THEN |
./pkg/monitor/mon_stats_rl.F |
121 |
MON_STATS_RL |
theMean=theMean/theVol |
./pkg/monitor/mon_stats_rl.F |
122 |
MON_STATS_RL |
theVar=theVar/theVol |
./pkg/monitor/mon_stats_rl.F |
13 |
MON_STATS_RL |
O theMin,theMax,theMean,theSD,theDel2,theVol, |
./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 |
57 |
MON_STATS_RL |
theVol=0. |
./pkg/monitor/mon_vort3.F |
331 |
MON_VORT3 |
CALL GLOBAL_SUM_TILE_RL( tileVol, theVol, myThid ) |
./pkg/monitor/mon_vort3.F |
343 |
MON_VORT3 |
IF (theVol.GT.0.) THEN |
./pkg/monitor/mon_vort3.F |
344 |
MON_VORT3 |
volMean= volMean/theVol |
./pkg/monitor/mon_vort3.F |
345 |
MON_VORT3 |
volVar = volVar /theVol |
./pkg/monitor/mon_vort3.F |
37 |
MON_VORT3 |
_RL theVol, theArea, tmpVal, tmpAre, tmpVol |
./pkg/monitor/mon_vort3.F |
65 |
MON_VORT3 |
theVol = 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 |
55 |
MON_WRITESTATS_RL |
arrStats(6) = theVol |
./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 |
55 |
MON_WRITESTATS_RS |
arrStats(6) = theVol |
./pkg/thsice/thsice_monitor.F |
133 |
THSICE_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/thsice/thsice_monitor.F |
135 |
THSICE_MONITOR |
theVolG= theVol(1)+theVol(2) |
./pkg/thsice/thsice_monitor.F |
136 |
THSICE_MONITOR |
theMeanG= theMean(1)*theVol(1)+theMean(2)*theVol(2) |
./pkg/thsice/thsice_monitor.F |
141 |
THSICE_MONITOR |
CALL MON_OUT_RL(mon_var, theVol(1), mon_sufx(1), myThid) |
./pkg/thsice/thsice_monitor.F |
142 |
THSICE_MONITOR |
CALL MON_OUT_RL(mon_var, theVol(2), mon_sufx(2), myThid) |
./pkg/thsice/thsice_monitor.F |
155 |
THSICE_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/thsice/thsice_monitor.F |
157 |
THSICE_MONITOR |
theVolG= theVol(1)+theVol(2) |
./pkg/thsice/thsice_monitor.F |
158 |
THSICE_MONITOR |
theMeanG= theMean(1)*theVol(1)+theMean(2)*theVol(2) |
./pkg/thsice/thsice_monitor.F |
174 |
THSICE_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/thsice/thsice_monitor.F |
176 |
THSICE_MONITOR |
theVolG= theVol(1)+theVol(2) |
./pkg/thsice/thsice_monitor.F |
177 |
THSICE_MONITOR |
theMeanG= theMean(1)*theVol(1)+theMean(2)*theVol(2) |
./pkg/thsice/thsice_monitor.F |
206 |
THSICE_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/thsice/thsice_monitor.F |
208 |
THSICE_MONITOR |
theVolG = theVol(1)+theVol(2) |
./pkg/thsice/thsice_monitor.F |
209 |
THSICE_MONITOR |
theMeanG= theMean(1)*theVol(1)+theMean(2)*theVol(2) |
./pkg/thsice/thsice_monitor.F |
231 |
THSICE_MONITOR |
O theMin, theMax, theMean, theVar, theVol, |
./pkg/thsice/thsice_monitor.F |
233 |
THSICE_MONITOR |
theMeanG= theMean(1)*theVol(1)+theMean(2)*theVol(2) |
./pkg/thsice/thsice_monitor.F |
54 |
THSICE_MONITOR |
_RL theMean(2), theVar(2), theVol(2) |
./model/src/remove_mean.F |
153 |
REMOVE_MEAN_RS |
_RS theVol |
./model/src/remove_mean.F |
159 |
REMOVE_MEAN_RS |
theVol=0. |
./model/src/remove_mean.F |
169 |
REMOVE_MEAN_RS |
theVol = theVol + tmpVol |
./model/src/remove_mean.F |
178 |
REMOVE_MEAN_RS |
_GLOBAL_SUM_RS(theVol,myThid) |
./model/src/remove_mean.F |
181 |
REMOVE_MEAN_RS |
IF (theVol.GT.0.) THEN |
./model/src/remove_mean.F |
182 |
REMOVE_MEAN_RS |
theMean=theMean/theVol |
./model/src/remove_mean.F |
48 |
REMOVE_MEAN_RL |
_RL theVol |
./model/src/remove_mean.F |
54 |
REMOVE_MEAN_RL |
theVol=0. |
./model/src/remove_mean.F |
64 |
REMOVE_MEAN_RL |
theVol = theVol + tmpVol |
./model/src/remove_mean.F |
73 |
REMOVE_MEAN_RL |
_GLOBAL_SUM_RL(theVol,myThid) |
./model/src/remove_mean.F |
76 |
REMOVE_MEAN_RL |
IF (theVol.GT.0.) THEN |
./model/src/remove_mean.F |
77 |
REMOVE_MEAN_RL |
theMean=theMean/theVol |