File |
Line number |
Procedure |
Code |
./pkg/monitor/mon_vort3.F |
302 |
MON_VORT3 |
theArea= theArea + areaTile |
./pkg/monitor/mon_vort3.F |
314 |
MON_VORT3 |
_GLOBAL_SUM_R8(theArea,myThid) |
./pkg/monitor/mon_vort3.F |
321 |
MON_VORT3 |
IF (theArea.GT.0.) THEN |
./pkg/monitor/mon_vort3.F |
322 |
MON_VORT3 |
theMean= theMean/theArea |
./pkg/monitor/mon_vort3.F |
323 |
MON_VORT3 |
theVar = theVar /theArea |
./pkg/monitor/mon_vort3.F |
37 |
MON_VORT3 |
_RL theVol, theArea, tmpVal, tmpAre, tmpVol |
./pkg/monitor/mon_vort3.F |
53 |
MON_VORT3 |
theArea= 0. _d 0 |
./pkg/monitor/mon_surfcor.F |
161 |
MON_SURFCOR |
theArea = theArea + areaTile |
./pkg/monitor/mon_surfcor.F |
170 |
MON_SURFCOR |
_GLOBAL_SUM_R8(theArea,myThid) |
./pkg/monitor/mon_surfcor.F |
177 |
MON_SURFCOR |
IF (theArea.GT.0.) THEN |
./pkg/monitor/mon_surfcor.F |
178 |
MON_SURFCOR |
wT_Mean = wT_Mean / theArea |
./pkg/monitor/mon_surfcor.F |
179 |
MON_SURFCOR |
wS_Mean = wS_Mean / theArea |
./pkg/monitor/mon_surfcor.F |
180 |
MON_SURFCOR |
wT_Heat = wT_Heat / theArea |
./pkg/monitor/mon_surfcor.F |
181 |
MON_SURFCOR |
theta2PE = theta2PE / theArea |
./pkg/monitor/mon_surfcor.F |
54 |
MON_SURFCOR |
_RL theArea, wT_Mean, wS_Mean, wT_Heat |
./pkg/monitor/mon_surfcor.F |
60 |
MON_SURFCOR |
theArea = 0. |