/[MITgcm]/MITgcm/verification/global1x1_tot/code_taueddy/DIAGNOSTICS_SIZE.h
ViewVC logotype

Annotation of /MITgcm/verification/global1x1_tot/code_taueddy/DIAGNOSTICS_SIZE.h

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


Revision 1.2 - (hide annotations) (download)
Sat Feb 4 02:47:16 2012 UTC (12 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
FILE REMOVED
move global1x1_tot un-tested set-up to MITgcm_contrib/verification_other/global1x1_tot/

1 jmc 1.2 C $Header: /u/gcmpack/MITgcm/verification/global1x1_tot/code_taueddy/DIAGNOSTICS_SIZE.h,v 1.1 2006/02/15 03:54:53 heimbach Exp $
2 heimbach 1.1 C $Name: $
3    
4    
5     C Diagnostics Array Dimension
6     C ---------------------------
7     C ndiagMax :: maximum total number of available diagnostics
8     C numlists :: maximum number of diagnostics list (in data.diagnostics)
9     C numperlist :: maximum number of active diagnostics per list (data.diagnostics)
10     C numLevels :: maximum number of levels to write (data.diagnostics)
11     C numdiags :: maximum size of the storage array for active 2D/3D diagnostics
12     C nRegions :: maximum number of regions (statistics-diagnostics)
13     C nStats :: maximum number of statistics (e.g.: aver,min,max ...)
14     C diagSt_size:: maximum size of the storage array for statistics-diagnostics
15     C Note : may need to increase "numdiags" when using several 2D/3D diagnostics,
16     C and "diagSt_size" (statistics-diags) since values here are deliberately small.
17     INTEGER ndiagMax
18     INTEGER numlists, numperlist, numLevels
19     INTEGER numdiags
20     INTEGER nRegions, nStats
21     INTEGER diagSt_size
22     PARAMETER( ndiagMax = 602 )
23     PARAMETER( numlists = 40, numperlist = 10, numLevels=2*Nr )
24     PARAMETER( numdiags = 602 )
25     PARAMETER( nRegions = 0 , nStats = 4 )
26     PARAMETER( diagSt_size = 10*Nr )
27    
28    
29     CEH3 ;;; Local Variables: ***
30     CEH3 ;;; mode:fortran ***
31     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22