/[MITgcm]/MITgcm/verification/lab_sea/input_ad/data.diagnostics
ViewVC logotype

Annotation of /MITgcm/verification/lab_sea/input_ad/data.diagnostics

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


Revision 1.3 - (hide annotations) (download)
Sat Apr 3 22:33:07 2010 UTC (14 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p
Changes since 1.2: +2 -2 lines
diagnostics 'KPPghat ' has been replaces by 'KPPghatK' (= KPPghat*KPPdiffKzS
        = ratio of KPP non-local (salt) flux relative to surface-flux)

1 heimbach 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 |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 all KPP diagnostics as
14     # a snapshot after ten time steps
15     &diagnostics_list
16     #
17     dumpatlast = .TRUE.,
18     #
19     frequency(1) = -36000.,
20     fields(1,1) = 'EXFtaux ',
21     filename(1) = 'EXFtaux ',
22     #
23     frequency(2) = -36000.,
24     fields(1,2) = 'EXFtauy ',
25     filename(2) = 'EXFtauy ',
26     #
27     frequency(3) = -36000.,
28     fields(1,3) = 'EXFqnet ',
29     filename(3) = 'EXFqnet ',
30     #
31     frequency(4) = -36000.,
32     fields(1,4) = 'EXFempmr',
33     filename(4) = 'EXFempmr',
34     #
35     frequency(5) = -36000.,
36     fields(1,5) = 'EXFhl ',
37     filename(5) = 'EXFhl ',
38     #
39     frequency(6) = -36000.,
40     fields(1,6) = 'EXFhs ',
41     filename(6) = 'EXFhs ',
42     #
43     frequency(7) = -36000.,
44     fields(1,7) = 'EXFswnet',
45     filename(7) = 'EXFswnet',
46     #
47     frequency(8) = -36000.,
48     fields(1,8) = 'EXFlwnet',
49     filename(8) = 'EXFlwnet',
50     #
51     frequency(9) = -36000.,
52     fields(1,9) = 'EXFuwind',
53     filename(9) = 'EXFuwind',
54     #
55     frequency(10) = -36000.,
56     fields(1,10) = 'EXFvwind',
57     filename(10) = 'EXFvwind',
58     #
59     frequency(11) = -36000.,
60     fields(1,11) = 'EXFatemp',
61     filename(11) = 'EXFatemp',
62     #
63     frequency(12) = 36000.,
64     fields(1,12) = 'SIarea ',
65     filename(12) = 'SIarea ',
66     #
67     frequency(13) = 36000.,
68     fields(1,13) = 'SIheff ',
69     filename(13) = 'SIheff ',
70     #
71     frequency(14) = 36000.,
72     fields(1,14) = 'SIhsnow ',
73     filename(14) = 'SIhsnow ',
74     #
75     frequency(15) = 36000.,
76     fields(1,15) = 'SIuice ',
77     filename(15) = 'SIuice ',
78     #
79     frequency(16) = 36000.,
80     fields(1,16) = 'SIvice ',
81     filename(16) = 'SIvice ',
82     #
83     frequency(17) = 36000.,
84     fields(1,17) = 'KPPhbl ',
85     filename(17) = 'KPPhbl ',
86     #
87     frequency(18) = 36000.,
88 dfer 1.2 fields(1,18) = 'MXLDEPTH',
89     filename(18) = 'MXLDEPTH',
90 heimbach 1.1 #
91     frequency(19) = 36000.,
92 jmc 1.3 fields(1,19) = 'KPPghatK',
93     filename(19) = 'KPPghatK',
94 heimbach 1.1 #
95     &
96    
97     # Parameter for Diagnostics of per level statistics:
98     #-----------------
99     # for each output-stream:
100     # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
101     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
102     # > 0 : write time-average output every stat_freq seconds
103     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
104     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
105     # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
106     # file for the list of all available diag. in this particular config)
107     #-----------------
108     &DIAG_STATIS_PARMS
109     #- an example just to check the agreement with MONITOR output:
110     #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
111     # stat_fname(1)= 'dynStDiag',
112     # stat_freq(1)= -36000.,
113     # stat_phase(1)= 0.,
114     &

  ViewVC Help
Powered by ViewVC 1.1.22