/[MITgcm]/MITgcm/pkg/opps/OPPS_TAVE.h
ViewVC logotype

Annotation of /MITgcm/pkg/opps/OPPS_TAVE.h

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


Revision 1.1 - (hide annotations) (download)
Wed Jun 17 14:20:53 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
File MIME type: text/plain
rename opps_do_diags.F --> opps_output.F & OPPS_DIAGS.h --> OPPS_TAVE.h
add a STOP if MULTIPLE_RECORD_OPPS_STATE_FILES is defined (until it get fixed)

1 jmc 1.1 C $Header: /u/gcmpack/MITgcm/pkg/opps/OPPS_DIAGS.h,v 1.1 2004/09/16 11:28:16 mlosch Exp $
2     C $Name: $
3    
4     #ifdef ALLOW_OPPS
5    
6     C *==========================================================*
7     C | OPPS_TAVE.h
8     C | o Header for OPPS time-average output
9     C *==========================================================*
10    
11     C----------------------------------------------------------------
12     C opps_drctrec - next record to dump for PP files
13     C----------------------------------------------------------------
14     INTEGER opps_drctrec
15     COMMON /OPPS_RECORDNUM1/ opps_drctrec
16    
17     #ifdef ALLOW_TIMEAVE
18     C----------------------------------------------------------------
19     C opps_drctrecTave - next record to dump for PP averaging files
20     C----------------------------------------------------------------
21    
22     INTEGER opps_drctrecTave
23     COMMON /OPPS_RECORDNUM2/ opps_drctrecTave
24    
25     C----------------------------------------------------------------
26     C opps_TimeAve - time of temporal integration (s) for each thread
27     C----------------------------------------------------------------
28    
29     _RL opps_TimeAve(Nr,nSx,nSy)
30     COMMON /OPPS_TAVE/ opps_TimeAve
31    
32     C----------------------------------------------------------------
33     C OPPS*tave - Time-averaging OPPS variables
34     C----------------------------------------------------------------
35    
36     _RL OPPSconvectCountTave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,
37     & Nr,nSx,nSy)
38     COMMON /OPPS_TAVE_DIAGS/
39     & OPPSconvectCountTave
40    
41     #endif /* ALLOW_TIMEAVE */
42    
43     #endif /* ALLOW_OPPS */

  ViewVC Help
Powered by ViewVC 1.1.22