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

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

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


Revision 1.1 - (show annotations) (download)
Wed Jun 21 19:42:54 2000 UTC (23 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint29, checkpoint34, branch-atmos-merge-zonalfilt, branch-atmos-merge-shapiro, branch-atmos-merge-phase4, branch-atmos-merge-phase3, branch-atmos-merge-phase2, branch-atmos-merge-phase7, branch-atmos-merge-phase1, branch-atmos-merge-phase6, branch-atmos-merge-start, checkpoint33, checkpoint32, checkpoint31, branch-atmos-merge-freeze, checkpoint30, branch-atmos-merge-phase5
Branch point for: branch-atmos-merge
File MIME type: text/plain
Packaged GM/Redi routines.

1 C $Header: $
2
3 #ifdef ALLOW_GMREDI
4
5 C /==========================================================\
6 C | GM_DIAGS.h |
7 C | o Header for GM?Redi diagnostic output |
8 C \==========================================================/
9
10 #ifdef INCLUDE_DIAGNOSTICS_INTERFACE_CODE
11
12 C Keep track of time
13 _RL GM_TimeAve(Nr,nSx,nSy)
14 COMMON /GM_TAVE/ GM_TimeAve
15
16
17 C Storage arrays for time-averages
18 _RL GM_Kwx_T (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
19 _RL GM_Kwy_T (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
20 _RL GM_Kwz_T (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
21 COMMON /GM_TAVE_ARRAYS/
22 & GM_Kwx_T,
23 & GM_Kwy_T,
24 & GM_Kwz_T
25
26 #ifdef GM_VISBECK_VARIABLE_K
27 _RL Visbeck_K_T (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
28 COMMON /VIS_TAVE/
29 & Visbeck_K_T
30 #endif
31
32 #endif /* INCLUDE_DIAGNOSTICS_INTERFACE_CODE */
33
34 #endif /* ALLOW_GMREDI */

  ViewVC Help
Powered by ViewVC 1.1.22