/[MITgcm]/MITgcm/pkg/timeave/TIMEAVE_STATV.h
ViewVC logotype

Contents of /MITgcm/pkg/timeave/TIMEAVE_STATV.h

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


Revision 1.2 - (show annotations) (download)
Tue May 29 14:01:40 2001 UTC (23 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint40pre9, checkpoint40pre8, release1_b1, checkpoint43, checkpoint40pre2, checkpoint40pre4, checkpoint40pre5, ecco-branch-mod1, release1_beta1, checkpoint42, checkpoint40, checkpoint41
Branch point for: release1, ecco-branch, release1_coupled
Changes since 1.1: +5 -1 lines
File MIME type: text/plain
Merge from branch pre38:
 o essential mods for cubed sphere
 o debugged atmosphere, dynamcis + physics (aim)
 o new packages (mom_vecinv, mom_fluxform, ...)

1 C $Header: /u/gcmpack/models/MITgcmUV/pkg/timeave/TIMEAVE_STATV.h,v 1.1.2.1 2001/05/02 21:17:49 adcroft Exp $
2 C $Name: $
3 C
4 C-- 98/06/12 - elk
5 C
6 C /========================================================================\
7 C | TIMEAVE_STATV.h |
8 C | o Time averages of model state-variables (common block TAVE_STATEVARS) |
9 C |========================================================================|
10 C
11 C TimeAve_* - time of temporal integration (s) *** for each thread ***
12 C TimeAve_half - half time_step multiple (used for state variables)
13 C TimeAve_full - full time_step multiple (used for for intermediate var.)
14 C etaTave - surface displacement (r unit, i.e. ocean:z, atmos:p)
15 C uVeltave - zonal velocity (m/s, i=1 held at western face)
16 C vVeltave - meridional velocity (m/s, j=1 held at southern face)
17 C thetatave - potential temperature (oC, held at pressure/tracer point)
18 C salttave - salinity (ppt, held at pressure/tracer point)
19 C uttave - uVel * theta
20 C vttave - vVel * theta
21
22 COMMON /TAVE_TIME/ TimeAve_half,TimeAve_full
23 _RL TimeAve_half(Nr,nSx,nSy)
24 _RL TimeAve_full(Nr,nSx,nSy)
25
26 COMMON /TAVE_STATEVARS/
27 & etaTave,uVeltave,vVeltave,wVeltave,
28 & thetatave,salttave,uttave,vttave,
29 & TTtave,UUtave,VVtave,
30 & phiHydtave,ConvectCountTave
31 _RL etaTave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
32 _RL uVeltave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
33 _RL vVeltave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
34 _RL thetatave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
35 _RL salttave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
36 _RL TTtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
37 _RL UUtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
38 _RL VVtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
39 _RL uttave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
40 _RL vttave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
41 _RL wVeltave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
42 _RL phiHydtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
43 _RL ConvectCountTave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22