/[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.1 - (show annotations) (download)
Thu Sep 17 16:57:13 2009 UTC (14 years, 9 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62b, checkpoint62a, checkpoint61v, checkpoint61w, checkpoint61z, checkpoint61x, checkpoint61y
File MIME type: text/plain
Move computation of length scales to mom_init_fixed.F (avoid recomputation
at each time-steps*levels).

1 C $Header: $
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 #endif /* ALLOW_MOM_COMMON */

  ViewVC Help
Powered by ViewVC 1.1.22