C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/Attic/GW.h,v 1.1 1999/03/22 15:54:03 adcroft Exp $ #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/ & wVel, gw,gwNm1 _RL wVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy) _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 */