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

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

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


Revision 1.23 - (show annotations) (download)
Tue Oct 28 22:57:59 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.22: +2 -2 lines
File MIME type: text/plain
 o add a "cd_code" package and update all the verification tests
   so that they use the new package instead of "INCLUDE_CD_CODE"

1 C $Header: /u/u3/gcmpack/MITgcm/model/inc/DYNVARS.h,v 1.22 2003/10/09 04:19:18 edhill Exp $
2 C $Name: $
3
4 #include "PACKAGES_CONFIG.h"
5
6 CBOP
7 C !ROUTINE: DYNVARS.h
8 C !INTERFACE:
9 C include "DYNVARS.h"
10 C !DESCRIPTION:
11 C \bv
12 C *==========================================================*
13 C | DYNVARS.h
14 C | o Dynamical model variables (common block DYNVARS_R)
15 C *==========================================================*
16 C | The value and two levels of time tendency are held for
17 C | each prognostic variable.
18 C *==========================================================*
19 C \ev
20 CEOP
21 C
22 C etaN - free-surface r-anomaly (r unit) at current time level
23 C uVel - zonal velocity (m/s, i=1 held at western face)
24 C vVel - meridional velocity (m/s, j=1 held at southern face)
25 C theta - potential temperature (oC, held at pressure/tracer point)
26 C salt - salinity (ppt, held at pressure/tracer point)
27 C gX, gXNM1 - Time tendencies at current and prvious time levels.
28 C uVelD - D grid zonal velocity
29 C vVelD - D grid meridional velocity
30 C etaH - surface r-anomaly, advanced in time consistently
31 C with 2.D flow divergence (Exact-Conservation):
32 C etaH^n+1 = etaH^n - delta_t*Div.(H^n U^n)
33 C note: a) used with "exactConserv" but strictly necessary for NonLinFreeSurf
34 C b) same as etaN but not necessarely at the same time, e.g.:
35 C implicDiv2DFlow=0 => etaH=etaN ; =1 => etaH=etaNm1 ;
36
37 COMMON /DYNVARS_R/
38 & etaN, etaH,
39 & uVel,vVel,wVel,theta,salt,
40 & gu,gv,gt,gs,guNm1,gvNm1,gtNm1,gsNm1
41 _RL etaN (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
42 _RL etaH (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
43 _RL uVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
44 _RL vVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
45 _RL wVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
46 _RL theta(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
47 _RL salt (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
48 _RL gu(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
49 _RL gv(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
50 _RL gt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
51 _RL gs(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
52 _RL guNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
53 _RL gvNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
54 _RL gtNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
55 _RL gsNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
56
57 #ifdef ALLOW_CD_CODE
58 COMMON /DYNVARS_CD/
59 & uVelD, vVelD,
60 & etaNm1,
61 & uNM1, vNM1
62 _RL uVeld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
63 _RL vVeld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
64 _RL etaNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
65 _RL uNm1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
66 _RL vNm1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
67 #endif
68
69 #ifdef ALLOW_NONHYDROSTATIC
70 COMMON /DYNVARS_NH/ phi_nh
71 _RL phi_nh(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
72 #endif /* ALLOW_NONHYDROSTATIC */
73
74 cph(
75 cph the following block will eventually move to a separate
76 cph header file containing requires anomaly fields of control vars.
77 cph
78 #if (defined (ALLOW_AUTODIFF_TAMC) && defined (ALLOW_DIFFKR_CONTROL))
79 COMMON /DYNVARS_DIFFKR/
80 & diffKr
81 _RL diffKr (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
82 #endif
83 #if (defined (ALLOW_AUTODIFF_TAMC) && defined (ALLOW_KAPGM_CONTROL))
84 COMMON /DYNVARS_KAPGM/
85 & kapgm
86 _RL kapgm (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
87 #endif
88 #if (defined (ALLOW_AUTODIFF_TAMC) && defined (ALLOW_BOTTOMDRAG_CONTROL))
89 COMMON /DYNVARS_BOTTOMDRAG/
90 & bottomdragfld
91 _RL bottomdragfld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
92 #endif
93 cph
94 cph)
95
96 C diagnostic variables:
97 C phiHydLow :: Phi-Hydrostatic at r-lower boundary
98 C (bottom in z-coordinates, top in p-coordinates)
99 C totPhiHyd :: total hydrostatic Potential (anomaly, for now),
100 C at cell center level ; includes surface contribution.
101 C (for diagnostic + used in Z-coord with EOS_funct_P)
102 COMMON /DYNVARS_DIAG/ phiHydLow, totPhiHyd
103 _RL phiHydLow(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
104 _RL totPhiHyd(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22