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

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

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


Revision 1.3 - (show annotations) (download)
Sun Feb 4 14:38:44 2001 UTC (23 years, 5 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint40pre1, checkpoint35, pre38tag1, c37_adj, checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre8, checkpoint40pre4, checkpoint40pre3, checkpoint40pre9, pre38-close, checkpoint37, checkpoint40pre7, checkpoint40, checkpoint39, checkpoint38, checkpoint36
Branch point for: pre38
Changes since 1.2: +2 -1 lines
File MIME type: text/plain
Made sure each .F and .h file had
the CVS keywords Header and Name at its start.
Most had header but very few currently have Name, so
lots of changes!

1 C $Header: /u/gcmpack/models/MITgcmUV/model/inc/GW.h,v 1.2 2001/02/02 21:04:47 adcroft Exp $
2 C $Name: $
3
4 #ifdef ALLOW_NONHYDROSTATIC
5 C /==========================================================\
6 C | GW.h |
7 C | o Additional state variables for non-hydrostatic mode |
8 C \==========================================================/
9 C
10 C wVel - zonal velocity (m/s, i=1 held at western face)
11 C gX, gXNM1 - Time tendencies at current and prvious time levels.
12
13 COMMON /GW_R/
14 & gw,gwNm1
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