/[MITgcm]/MITgcm/verification/ideal_2D_oce/input/data.diagnostics
ViewVC logotype

Annotation of /MITgcm/verification/ideal_2D_oce/input/data.diagnostics

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


Revision 1.1 - (hide annotations) (download)
Mon Dec 20 02:41:24 2004 UTC (19 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57b_post, checkpoint57c_pre, checkpoint57c_post
use diagnostics pkg to test the output

1 jmc 1.1 # Diagnostic Package Choices
2     #-----------------
3     # for each output-stream:
4     # filename(n) : prefix of the output file name (only 8.c long) for outp.stream n
5     # frequency(n):< 0 : write snap-shot output every multiple of |frequency| (iter)
6     # > 0 : write time-average output every multiple of frequency (iter)
7     # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
8     # when this entry is missing, select all common levels of this list
9     # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file
10     # for the list of all available diag. in this particular config)
11     #-----------------
12     &diagnostics_list
13     frequency(1) = -10,
14     levels(1,1) = 1.,
15     fields(1,1) = 'ETAN ','ETANSQ ','DETADT2 ','PHIBOT ','PHIBOTSQ',
16     filename(1) = 'surfDiag',
17     frequency(2) = 20,
18     # do not specify levels => all levels are selected
19     fields(1,2) = 'UVEL ','VVEL ','WVEL ','PHIHYD ',
20     'UVELMASS','VVELMASS',
21     'UVELSQ ','VVELSQ ','UVELVVEL','THETASQ ',
22     'THETA ','UTHMASS ','VTHMASS ','WVELTH ',
23     # 'SALT ','USLTMASS','VSLTMASS','WVELSLT ',
24     filename(2) = 'dynDiag',
25     frequency(3) = 10,
26     levels(1,3) = 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13.,
27     fields(1,3) = 'DRHODR ',
28     filename(3) = 'oceDiag',
29     frequency(4) = 20,
30     fields(1,4) = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
31     'DIFx_TH ','DIFy_TH ','DFrE_TH ',
32     'DFrI_TH ',
33     # 'ADVx_SLT',
34     filename(4) = 'flxDiag',
35     &end

  ViewVC Help
Powered by ViewVC 1.1.22