/[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.3 - (hide annotations) (download)
Tue May 26 21:29:44 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint5, checkpoint4
Changes since 1.2: +2 -9 lines
File MIME type: text/plain
Changes to support "low" memory mode of operation
 - Small change to allow _RS -> REAL*4 to work
 - Added some macros for case where grid variations are a
   a subset of the general case. e.g. dx constnat or flat bottom

1 cnh 1.3 C $Header: /u/gcmpack/models/MITgcmUV/model/inc/DYNVARS.h,v 1.2 1998/04/24 02:11:36 cnh Exp $
2 cnh 1.1 C
3     C /==========================================================\
4     C | DYNVARS.h |
5     C | o Dynamical model variables (common block DYNVARS_R) |
6     C |==========================================================|
7     C | The value and two levels of time tendency are held for |
8     C | each prognostic variable. |
9     C \==========================================================/
10     C
11     C uVel - zonal velocity (m/s, i=1 held at western face)
12     C vVel - meridional velocity (m/s, j=1 held at southern face)
13     C theta - potential temperature (oC, held at pressure/tracer point)
14     C salt - salinity (ppt, held at pressure/tracer point)
15     C rho - density ( kg/m^3 )
16 cnh 1.3 COMMON /DYNVARS_R/ uVel,vVel,theta,salt,
17 cnh 1.1 & gu,gv,gt,gs,guNm1,gvNm1,gtNm1,gsNm1
18     _RL uVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
19     _RL vVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
20     _RL theta(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
21     _RL salt (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
22     _RL gu(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
23     _RL gv(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
24     _RL gt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
25     _RL gs(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
26     _RL guNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
27     _RL gvNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
28     _RL gtNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
29     _RL gsNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22