/[MITgcm]/MITgcm/verification/hs94.cs-32x32x5/code/DIAGNOSTICS_SIZE.h
ViewVC logotype

Contents of /MITgcm/verification/hs94.cs-32x32x5/code/DIAGNOSTICS_SIZE.h

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


Revision 1.2 - (show annotations) (download)
Tue Dec 14 02:42:19 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint57e_post, checkpoint57g_pre, checkpoint57f_pre, eckpoint57e_pre, checkpoint57f_post, checkpoint57c_post, checkpoint57h_pre, checkpoint57h_post
Changes since 1.1: +2 -5 lines
File MIME type: text/plain
reduce numdiags to the minimum (following reduction of the Nb of output)

1 C $Header: /u/gcmpack/MITgcm/verification/hs94.cs-32x32x5/code/DIAGNOSTICS_SIZE.h,v 1.1 2004/12/13 22:06:40 jmc Exp $
2 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 diagnostics
12 INTEGER ndiagMax
13 INTEGER numlists
14 INTEGER numperlist
15 INTEGER numLevels
16 INTEGER numdiags
17 PARAMETER( ndiagMax = 500 )
18 PARAMETER( numlists = 10, numperlist = 50, numLevels=2*Nr )
19 PARAMETER( numdiags = 63 )
20
21
22 CEH3 ;;; Local Variables: ***
23 CEH3 ;;; mode:fortran ***
24 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22