/[MITgcm]/MITgcm/pkg/gmredi/GMREDI_TAVE.h
ViewVC logotype

Annotation of /MITgcm/pkg/gmredi/GMREDI_TAVE.h

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


Revision 1.1 - (hide annotations) (download)
Tue Jan 4 00:11:39 2005 UTC (19 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57k_post, checkpoint57d_post, checkpoint57g_post, checkpoint57c_pre, checkpoint57i_post, checkpoint57e_post, checkpoint57g_pre, checkpoint57f_pre, eckpoint57e_pre, checkpoint57h_done, checkpoint57n_post, checkpoint57f_post, checkpoint57c_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post
File MIME type: text/plain
rename GMREDI_DIAGS.h to GMREDI_TAVE.h (since it only contains TimeAve vars)

1 jmc 1.1 C $Header: /u/gcmpack/MITgcm/pkg/gmredi/GMREDI_DIAGS.h,v 1.5 2002/11/14 22:43:49 heimbach Exp $
2     C $Name: $
3    
4     #ifdef ALLOW_GMREDI
5    
6     C *==========================================================*
7     C | GMREDI_TAVE.h
8     C | o Header for GM-Redi time-average output
9     C *==========================================================*
10    
11     #ifdef ALLOW_TIMEAVE
12    
13     C Keep track of time
14     _RL GM_TimeAve(Nr,nSx,nSy)
15     COMMON /GM_TAVE/ GM_TimeAve
16    
17    
18     C Storage arrays for time-averages
19     _RL GM_Kwx_T (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
20     _RL GM_Kwy_T (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
21     _RL GM_Kwz_T (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
22     COMMON /GM_TAVE_ARRAYS/
23     & GM_Kwx_T,
24     & GM_Kwy_T,
25     & GM_Kwz_T
26    
27     #ifdef GM_VISBECK_VARIABLE_K
28     _RL Visbeck_K_T (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
29     COMMON /VIS_TAVE/
30     & Visbeck_K_T
31     #endif
32    
33     #ifdef GM_BOLUS_ADVEC
34     _RL GM_PsiXtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
35     _RL GM_PsiYtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
36     COMMON /GM_TAVE_PSI_B/ GM_PsiXtave, GM_PsiYtave
37     #endif
38    
39     #endif /* ALLOW_TIMEAVE */
40    
41     #endif /* ALLOW_GMREDI */

  ViewVC Help
Powered by ViewVC 1.1.22