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

Contents of /MITgcm/verification/offline_exf_seaice/input/data.diagnostics

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


Revision 1.2 - (show annotations) (download)
Mon May 18 23:14:12 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62a, checkpoint61o, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.1: +12 -14 lines
reduce volume & number of output file (from 3500 files to less than 200).

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 |frequency| seconds
6 # > 0 : write time-average output every frequency seconds
7 # timePhase(n) : write at time = timePhase + multiple of |frequency|
8 # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
9 # when this entry is missing, select all common levels of this list
10 # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file
11 # for the list of all available diag. in this particular config)
12 #-----------------
13 # This example dumps EXF diagnostics as snapshot after 30 days
14 &diagnostics_list
15 dumpatlast = .TRUE.,
16 #
17 frequency(1) = -2592000.,
18 fields(1,1) = 'EXFtaux ',
19 filename(1) = 'EXFtaux ',
20 #
21 frequency(2) = -2592000.,
22 fields(1,2) = 'EXFtauy ',
23 filename(2) = 'EXFtauy ',
24 #
25 frequency(3) = -2592000.,
26 fields(1,3) = 'EXFqnet ',
27 filename(3) = 'EXFqnet ',
28 #
29 frequency(4) = -2592000.,
30 fields(1,4) = 'EXFempmr',
31 filename(4) = 'EXFempmr',
32 #
33 frequency(5) = -2592000.,
34 fields(1,5) = 'EXFhl ',
35 filename(5) = 'EXFhl ',
36 #
37 frequency(6) = -2592000.,
38 fields(1,6) = 'EXFhs ',
39 filename(6) = 'EXFhs ',
40 #
41 frequency(7) = -2592000.,
42 fields(1,7) = 'EXFswnet',
43 filename(7) = 'EXFswnet',
44 #
45 frequency(8) = -2592000.,
46 fields(1,8) = 'EXFlwnet',
47 filename(8) = 'EXFlwnet',
48 #
49 frequency(9) = -2592000.,
50 fields(1,9) = 'EXFuwind',
51 filename(9) = 'EXFuwind',
52 #
53 frequency(10) = -2592000.,
54 fields(1,10) = 'EXFvwind',
55 filename(10) = 'EXFvwind',
56 #
57 frequency(11) = -2592000.,
58 fields(1,11) = 'EXFatemp',
59 filename(11) = 'EXFatemp',
60 #
61 &
62
63 # Parameter for Diagnostics of per level statistics:
64 #-----------------
65 # for each output-stream:
66 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
67 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
68 # > 0 : write time-average output every stat_freq seconds
69 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
70 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
71 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
72 # file for the list of all available diag. in this particular config)
73 #-----------------
74 &DIAG_STATIS_PARMS
75 #- an example just to check the agreement with MONITOR output:
76 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
77 # stat_fname(1)= 'dynStDiag',
78 # stat_freq(1)= -36000.,
79 # stat_phase(1)= 0.,
80 &

  ViewVC Help
Powered by ViewVC 1.1.22