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

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

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


Revision 1.1 - (hide annotations) (download)
Mon Mar 22 15:54:03 1999 UTC (25 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint34, checkpoint26, checkpoint22, checkpoint24, checkpoint25, checkpoint27, branch-atmos-merge-phase2, checkpoint23, checkpoint30, checkpoint28, checkpoint33, checkpoint20, checkpoint29, branch-atmos-merge-phase1, branch-atmos-merge-start, checkpoint32, checkpoint31, checkpoint21
Branch point for: branch-atmos-merge
File MIME type: text/plain
Modifications for non-hydrostatic ability + updates for open-boundaries.

1 adcroft 1.1 C $Header$
2    
3     #ifdef ALLOW_NONHYDROSTATIC
4     C /==========================================================\
5     C | GW.h |
6     C | o Additional state variables for non-hydrostatic mode |
7     C \==========================================================/
8     C
9     C wVel - zonal velocity (m/s, i=1 held at western face)
10     C gX, gXNM1 - Time tendencies at current and prvious time levels.
11    
12     COMMON /GW_R/
13     & wVel, gw,gwNm1
14     _RL wVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
15     _RL gW(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
16     _RL gWnm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
17    
18     #endif /* ALLOW_NONHYDROSTATIC */

  ViewVC Help
Powered by ViewVC 1.1.22