/[MITgcm]/MITgcm/diags/inc/AVER.h
ViewVC logotype

Contents of /MITgcm/diags/inc/AVER.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Wed Jun 21 19:27:10 2000 UTC (24 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint30, checkpoint29, checkpoint31
Changes since 1.5: +2 -5 lines
File MIME type: text/plain
Time-averaging of GM/Redi quantities is now done by the GM/Redi package.

1 C
2 C-- 98/06/12 - elk
3 C
4 C /========================================================================\
5 C | AVER.h |
6 C | o Time averages of Dynamical model variables (common block DYNVARS_A) |
7 C |========================================================================|
8 C
9 C TimeAve - time of temporal integration (s) *** for each thread ***
10 C uVeltave - zonal velocity (m/s, i=1 held at western face)
11 C vVeltave - meridional velocity (m/s, j=1 held at southern face)
12 C thetatave - potential temperature (oC, held at pressure/tracer point)
13 C salttave - salinity (ppt, held at pressure/tracer point)
14 C uttave - uVel * theta
15 C vttave - vVel * theta
16 C
17 COMMON /TAVE_0/ TimeAve,InterTimeAve
18 _RL TimeAve(Nr,nSx,nSy)
19 _RL InterTimeAve(Nr,nSx,nSy)
20 C
21 COMMON /DYNVARS_A/
22 & uVeltave,vVeltave,thetatave,salttave,
23 & uttave,vttave,wVeltave,
24 & ConvectCountTave
25 _RL uVeltave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
26 _RL vVeltave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
27 _RL thetatave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
28 _RL salttave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
29 _RL uttave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
30 _RL vttave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
31 _RL wVeltave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
32 _RL ConvectCountTave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22