/[MITgcm]/MITgcm/model/inc/DYNVARS.h
ViewVC logotype

Annotation of /MITgcm/model/inc/DYNVARS.h

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


Revision 1.14 - (hide annotations) (download)
Fri Jun 29 17:14:49 2001 UTC (22 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre1, checkpoint40pre2, checkpoint40pre4, checkpoint40pre5
Changes since 1.13: +5 -1 lines
File MIME type: text/plain
Moved cg3d_x into DYNVARS.h and renamed it to phi_nh.
 - cg3d and cg2d now look more similar
 - output formatted to fit Chris's tastes (I think)

1 adcroft 1.14 C $Header: /u/gcmpack/models/MITgcmUV/model/inc/DYNVARS.h,v 1.13 2001/05/29 14:01:36 adcroft Exp $
2 jmc 1.12 C $Name: $
3 cnh 1.1 C
4     C /==========================================================\
5     C | DYNVARS.h |
6     C | o Dynamical model variables (common block DYNVARS_R) |
7     C |==========================================================|
8     C | The value and two levels of time tendency are held for |
9     C | each prognostic variable. |
10     C \==========================================================/
11     C
12 jmc 1.12 C etaN - free-surface r-anomaly (r unit) at current time level
13 cnh 1.1 C uVel - zonal velocity (m/s, i=1 held at western face)
14     C vVel - meridional velocity (m/s, j=1 held at southern face)
15     C theta - potential temperature (oC, held at pressure/tracer point)
16     C salt - salinity (ppt, held at pressure/tracer point)
17 cnh 1.4 C gX, gXNM1 - Time tendencies at current and prvious time levels.
18     C uVelD - D grid zonal velocity
19     C vVelD - D grid meridional velocity
20 adcroft 1.9
21 adcroft 1.13 COMMON /DYNVARS_R/
22     & etaN,etaNm1,
23     & uVel,vVel,wVel,theta,salt,
24 adcroft 1.8 & gu,gv,gt,gs,guNm1,gvNm1,gtNm1,gsNm1
25 adcroft 1.13 _RL etaN (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
26     _RL etaNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
27 cnh 1.5 _RL uVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
28     _RL vVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
29 adcroft 1.10 _RL wVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
30 cnh 1.5 _RL theta(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
31     _RL salt (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
32     _RL gu(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
33     _RL gv(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
34     _RL gt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
35     _RL gs(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
36     _RL guNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
37     _RL gvNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
38     _RL gtNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
39     _RL gsNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
40 cnh 1.7 #ifdef INCLUDE_CD_CODE
41 cnh 1.4 COMMON /DYNVARS_CD/
42     & uVelD, vVelD,
43     & uNM1, vNM1,
44     & guCD, gvCD
45 cnh 1.5 _RL uVeld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
46     _RL vVeld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
47     _RL uNm1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
48     _RL vNm1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
49     _RL guCD (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
50     _RL gvCD (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
51 cnh 1.4 #endif
52 adcroft 1.14 #ifdef ALLOW_NONHYDROSTATIC
53     COMMON /DYNVARS_NH/ phi_nh
54     _RL phi_nh(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
55     #endif /* ALLOW_NONHYDROSTATIC */

  ViewVC Help
Powered by ViewVC 1.1.22