/[MITgcm]/MITgcm/pkg/mom_common/MOM_VISC.h
ViewVC logotype

Contents of /MITgcm/pkg/mom_common/MOM_VISC.h

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


Revision 1.3 - (show annotations) (download)
Thu Mar 31 20:33:01 2011 UTC (13 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint63, checkpoint62w, checkpoint62v, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.2: +4 -4 lines
File MIME type: text/plain
fix units in viscAhD/Zfld & viscA4D/Zfld description

1 C $Header: /u/gcmpack/MITgcm/pkg/mom_common/MOM_VISC.h,v 1.2 2010/02/17 23:39:37 gforget Exp $
2 C $Name: $
3
4 C- Common file for length scales
5
6 #ifdef ALLOW_MOM_COMMON
7
8 COMMON /MOM_VISC_L/ L2_D, L2_Z,
9 & L3_D, L3_Z,
10 & L4rdt_D, L4rdt_Z,
11 & recip_dt
12 _RL L2_D(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
13 _RL L2_Z(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
14 _RL L3_D(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
15 _RL L3_Z(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
16 _RL L4rdt_D(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
17 _RL L4rdt_Z(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
18 _RL recip_dt
19
20 #ifdef ALLOW_3D_VISCAH
21 C viscAhDfld, viscAhZfld :: full 3D specification of Laplacian Viscosity
22 C coeff. for mixing of momentum horizontally ( units of m^2/s )
23 COMMON /DYNVARS_3D_VISCAH/
24 & viscAhDfld, viscAhZfld
25 _RL viscAhDfld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
26 _RL viscAhZfld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
27 #endif
28
29 #ifdef ALLOW_3D_VISCA4
30 C viscA4Dfld, viscA4Zfld :: full 3D specification of Bi-harmonic Viscosity
31 C coeff. for mixing of momentum horizontally ( units of m^4/s )
32 COMMON /DYNVARS_3D_VISCA4/
33 & viscA4Dfld, viscA4Zfld
34 _RL viscA4Dfld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
35 _RL viscA4Zfld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
36 #endif
37
38 #endif /* ALLOW_MOM_COMMON */

  ViewVC Help
Powered by ViewVC 1.1.22