/[MITgcm]/MITgcm_contrib/bbl/code/DIAGNOSTICS_SIZE.h
ViewVC logotype

Contents of /MITgcm_contrib/bbl/code/DIAGNOSTICS_SIZE.h

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


Revision 1.1 - (show annotations) (download)
Thu Nov 18 04:00:04 2010 UTC (14 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
This is a first sketch of a bottom boundary layer parameterization
for MITgcm.  The hooks to main model currently reside with pkg/mypackage
and it is temporarily checked in MITgcm_contrib until it clears the
App Store vetting process.  Instructions on running a simple test
integration in a periodic channel are in MITgcm_contrib/bbl/readme.txt
and some output can be viewed using lookat_output.m in same directory.

1 C $Header: $
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 2D/3D diagnostics
12 C nRegions :: maximum number of regions (statistics-diagnostics)
13 C sizRegMsk :: maximum size of the regional-mask (statistics-diagnostics)
14 C nStats :: maximum number of statistics (e.g.: aver,min,max ...)
15 C diagSt_size:: maximum size of the storage array for statistics-diagnostics
16 C Note : may need to increase "numDiags" when using several 2D/3D diagnostics,
17 C and "diagSt_size" (statistics-diags) since values here are deliberately small.
18 INTEGER ndiagMax
19 INTEGER numlists, numperlist, numLevels
20 INTEGER numDiags
21 INTEGER nRegions, sizRegMsk, nStats
22 INTEGER diagSt_size
23 PARAMETER( ndiagMax = 500 )
24 PARAMETER( numlists = 20, numperlist = 50, numLevels=2*Nr )
25 PARAMETER( numDiags = 20*Nr )
26 PARAMETER( nRegions = 0 , sizRegMsk = 1 , nStats = 4 )
27 PARAMETER( diagSt_size = 20*Nr )
28
29
30 CEH3 ;;; Local Variables: ***
31 CEH3 ;;; mode:fortran ***
32 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22