/[MITgcm]/MITgcm_contrib/verification_other/global_ocean.gm_res/code/DIAGNOSTICS_SIZE.h
ViewVC logotype

Contents of /MITgcm_contrib/verification_other/global_ocean.gm_res/code/DIAGNOSTICS_SIZE.h

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


Revision 1.1 - (show annotations) (download)
Wed Jan 14 22:25:21 2015 UTC (11 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65n, HEAD
File MIME type: text/plain
add new experiment (from Michael Bates) similar to global_ocean.90x40x15
 but compiling ALLOW_EDDYPSI and running with GM_useK3D=T

1 C $Header: /u/gcmpack/MITgcm/verification/global_ocean.90x40x15/code/DIAGNOSTICS_SIZE.h,v 1.1 2008/08/19 00:06:51 jmc Exp $
2 C $Name: $
3
4 C Diagnostics Array Dimension
5 C ---------------------------
6 C ndiagMax :: maximum total number of available diagnostics
7 C numlists :: maximum number of diagnostics list (in data.diagnostics)
8 C numperlist :: maximum number of active diagnostics per list (data.diagnostics)
9 C numLevels :: maximum number of levels to write (data.diagnostics)
10 C numDiags :: maximum size of the storage array for active 2D/3D diagnostics
11 C nRegions :: maximum number of regions (statistics-diagnostics)
12 C sizRegMsk :: maximum size of the regional-mask (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, sizRegMsk, nStats
21 INTEGER diagSt_size
22 PARAMETER( ndiagMax = 500 )
23 PARAMETER( numlists = 10, numperlist = 50, numLevels=2*Nr )
24 PARAMETER( numDiags = 20*Nr )
25 PARAMETER( nRegions = 0 , sizRegMsk = 1 , nStats = 4 )
26 PARAMETER( diagSt_size = 20*Nr )
27
28 CEH3 ;;; Local Variables: ***
29 CEH3 ;;; mode:fortran ***
30 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22