/[MITgcm]/MITgcm/pkg/kl10/KL10_TAVE.h
ViewVC logotype

Contents of /MITgcm/pkg/kl10/KL10_TAVE.h

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


Revision 1.1 - (show annotations) (download)
Wed Jul 30 03:28:05 2014 UTC (9 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
File MIME type: text/plain
-  add new pkg "kl10" for mixing due to internal wave breaking
  ( http://www.sciencedirect.com/science/article/pii/S1463500310000144 )

1 C $Header: /u/gcmpack/MITgcm/pkg/pp81/PP81_TAVE.h,v 1.2 2010/01/03 19:19:59 jmc Exp $
2 C $Name: $
3
4 #ifdef ALLOW_KL10
5
6 C *==========================================================*
7 C | KL10_TAVE.h
8 C | o Header for KL10 time-average output
9 C *==========================================================*
10
11 #ifdef ALLOW_TIMEAVE
12 C----------------------------------------------------------------
13 C KL_timeAve - time of temporal integration (s) for each thread
14 C----------------------------------------------------------------
15
16 _RL KL_timeAve(nSx,nSy)
17 COMMON /KL10_TAVE_COUNT/ KL_timeAve
18
19 C----------------------------------------------------------------
20 C KL*tave - Time-averaging KL variables
21 C----------------------------------------------------------------
22
23 _RL KLviscArtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
24 _RL KLdiffKrtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
25 COMMON /KL10_TAVE_FIELDS/
26 & KLviscArtave, KLdiffKrtave
27
28 #endif /* ALLOW_TIMEAVE */
29
30 #endif /* ALLOW_KL10 */

  ViewVC Help
Powered by ViewVC 1.1.22