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

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

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


Revision 1.2 - (show annotations) (download)
Tue Jun 20 20:57:37 2006 UTC (17 years, 11 months ago) by baylor
Branch: MAIN
CVS Tags: checkpoint58l_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58m_post
Changes since 1.1: +6 -2 lines
File MIME type: text/plain
Pass the variable viscosities on to calc_gw.

1 C $Header: /u/gcmpack/MITgcm/model/inc/NH_VARS.h,v 1.1 2005/11/08 01:57:38 jmc Exp $
2 C $Name: $
3
4 CBOP
5 C !ROUTINE: NH_VARS.h
6 C !INTERFACE:
7 C include "NH_VARS.h"
8 C !DESCRIPTION:
9 C \bv
10 C *==========================================================*
11 C | NH_VARS.h
12 C | o Additional state variables for non-hydrostatic model
13 C *==========================================================*
14 C | In N-H mode, wVel becomes a prognostic variable: need
15 C | to hold two levels of time tendency for w (for AB-2)
16 C *==========================================================*
17 C \ev
18 CEOP
19
20 #ifdef ALLOW_NONHYDROSTATIC
21 C-- COMMON /NH_VARS_R/ REAL NH state variables
22 C phi_nh :: Non-hydrostatic potential (=NH-Pressure/rhoConst)
23 C gX, gxNm1 :: Time tendencies at current and previous time levels.
24 C viscA?_W :: Horizontal variable viscosities
25
26 COMMON /NH_VARS_R/
27 & phi_nh,
28 & gW, gwNm1,
29 & viscAh_W, viscA4_W
30 _RL phi_nh(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
31 _RL gW (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
32 _RL gwNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
33 _RL viscAh_W(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
34 _RL viscA4_W(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
35
36 #endif /* ALLOW_NONHYDROSTATIC */

  ViewVC Help
Powered by ViewVC 1.1.22