C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/Attic/GW.h,v 1.3 2001/02/04 14:38:44 cnh Exp $ C $Name: checkpoint36 $ #ifdef ALLOW_NONHYDROSTATIC C /==========================================================\ C | GW.h | C | o Additional state variables for non-hydrostatic mode | C \==========================================================/ C C wVel - zonal velocity (m/s, i=1 held at western face) C gX, gXNM1 - Time tendencies at current and prvious time levels. COMMON /GW_R/ & gw,gwNm1 _RL gW(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy) _RL gWnm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy) #endif /* ALLOW_NONHYDROSTATIC */