/[MITgcm]/MITgcm/verification/MLAdjust/code/DIAGNOSTICS_SIZE.h
ViewVC logotype

Annotation of /MITgcm/verification/MLAdjust/code/DIAGNOSTICS_SIZE.h

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


Revision 1.1 - (hide annotations) (download)
Thu Mar 10 04:17:05 2005 UTC (19 years, 2 months ago) by baylor
Branch: MAIN
CVS Tags: checkpoint57g_post, checkpoint57g_pre, checkpoint57f_pre, checkpoint57f_post, checkpoint57h_pre, checkpoint57h_post
File MIME type: text/plain
Added verification examples of Leith, LeithD, and Smagorinsky with mnc (incl. restart from pickup.)  Model setup is Mixed-Layer Rossby Adjustment in an oceanic channel.  May be adding idealized surface diurnal forcing and restoring near walls soon.

1 baylor 1.1 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/DIAGNOSTICS_SIZE.h,v 1.2 2004/12/13 23:07:05 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 = 15, numperlist = 50, numLevels=2*Nr )
19     PARAMETER( numdiags = 1000 )
20    
21    
22     CEH3 ;;; Local Variables: ***
23     CEH3 ;;; mode:fortran ***
24     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22