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

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

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


Revision 1.7 - (hide annotations) (download)
Mon Nov 13 16:10:38 2000 UTC (23 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint34, branch-atmos-merge-zonalfilt, branch-atmos-merge-shapiro, branch-atmos-merge-phase4, branch-atmos-merge-phase3, branch-atmos-merge-phase2, branch-atmos-merge-phase5, branch-atmos-merge-phase7, branch-atmos-merge-phase1, branch-atmos-merge-phase6, branch-atmos-merge-start, checkpoint33, checkpoint32, branch-atmos-merge-freeze
Branch point for: branch-atmos-merge
Changes since 1.6: +5 -2 lines
File MIME type: text/plain
Adding diagnostics for GM, KPP.

1 adcroft 1.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 adcroft 1.4 _RL TimeAve(Nr,nSx,nSy)
19     _RL InterTimeAve(Nr,nSx,nSy)
20 adcroft 1.1 C
21     COMMON /DYNVARS_A/
22     & uVeltave,vVeltave,thetatave,salttave,
23 heimbach 1.7 & uttave,vttave,k13tave,k23tave,wVeltave,
24     & KapGMtave,ConvectCountTave
25 cnh 1.3 _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 heimbach 1.7 _RL k13tave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
32     _RL k23tave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
33 cnh 1.3 _RL wVeltave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
34 heimbach 1.7 _RL KapGMtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
35 adcroft 1.5 _RL ConvectCountTave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22