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

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

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


Revision 1.2 - (hide annotations) (download)
Tue Jun 24 08:00:16 2014 UTC (9 years, 10 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint64z, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint65, HEAD
Changes since 1.1: +10 -9 lines
File MIME type: text/plain
replace content of verification/seaice_itd
  - instead of a 1D column use the configuration of offline_exf_seaice
    to test the ice thickness distribution code with ridging
  - this is a first shot at this experiment

1 mlosch 1.2 C $Header: /u/gcmpack/MITgcm/verification/offline_exf_seaice/code/DIAGNOSTICS_SIZE.h,v 1.2 2012/12/08 00:34:29 jmc Exp $
2 torge 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 mlosch 1.2 C numDiags :: maximum size of the storage array for active 2D/3D diagnostics
12 torge 1.1 C nRegions :: maximum number of regions (statistics-diagnostics)
13 mlosch 1.2 C sizRegMsk :: maximum size of the regional-mask (statistics-diagnostics)
14 torge 1.1 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 mlosch 1.2 C Note : may need to increase "numDiags" when using several 2D/3D diagnostics,
17 torge 1.1 C and "diagSt_size" (statistics-diags) since values here are deliberately small.
18     INTEGER ndiagMax
19     INTEGER numlists, numperlist, numLevels
20 mlosch 1.2 INTEGER numDiags
21     INTEGER nRegions, sizRegMsk, nStats
22 torge 1.1 INTEGER diagSt_size
23     PARAMETER( ndiagMax = 500 )
24 mlosch 1.2 PARAMETER( numlists = 10, numperlist = 50, numLevels=2*15 )
25     PARAMETER( numDiags = 20*15 )
26     PARAMETER( nRegions = 0 , sizRegMsk = 1 , nStats = 4 )
27     PARAMETER( diagSt_size = 20*Nr )
28 torge 1.1
29    
30     CEH3 ;;; Local Variables: ***
31     CEH3 ;;; mode:fortran ***
32     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22