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

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

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


Revision 1.2 - (hide annotations) (download)
Sun Feb 4 14:38:49 2001 UTC (23 years, 3 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint35, checkpoint36
Changes since 1.1: +2 -1 lines
File MIME type: text/plain
Made sure each .F and .h file had
the CVS keywords Header and Name at its start.
Most had header but very few currently have Name, so
lots of changes!

1 cnh 1.2 C $Header: /u/gcmpack/models/MITgcmUV/pkg/gmredi/GMREDI_DIAGS.h,v 1.1 2000/06/21 19:42:54 adcroft Exp $
2     C $Name: $
3 adcroft 1.1
4     #ifdef ALLOW_GMREDI
5    
6     C /==========================================================\
7     C | GM_DIAGS.h |
8     C | o Header for GM?Redi diagnostic output |
9     C \==========================================================/
10    
11     #ifdef INCLUDE_DIAGNOSTICS_INTERFACE_CODE
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     #endif /* INCLUDE_DIAGNOSTICS_INTERFACE_CODE */
34    
35     #endif /* ALLOW_GMREDI */

  ViewVC Help
Powered by ViewVC 1.1.22