/[MITgcm]/MITgcm_contrib/heimbach/extract_monthly_xx/input_xx_monthly/data.diagnostics
ViewVC logotype

Annotation of /MITgcm_contrib/heimbach/extract_monthly_xx/input_xx_monthly/data.diagnostics

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


Revision 1.1 - (hide annotations) (download)
Mon Jun 26 19:27:07 2006 UTC (19 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
Use ECCO production xx_fields to switch to monthly climat.
adjustment fields

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 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     #
13     &diagnostics_list
14     #
15     dumpatlast = .TRUE.,
16     #
17     #---
18     frequency(1) = 204984000.0,
19     fields(1,1) = 'ETAN ',
20     filename(1) = 'DDetan ',
21     #---
22     frequency(2) = 204984000.0,
23     fields(1,2) = 'PHIBOT ',
24     filename(2) = 'DDphibot',
25     #---
26     frequency(3) = 204984000.0,
27     fields(1,3) = 'UVEL ',
28     filename(3) = 'DDuvel ',
29     #---
30     frequency(4) = 204984000.0,
31     fields(1,4) = 'VVEL ',
32     filename(4) = 'DDvvel ',
33     #---
34     frequency(5) = 204984000.0,
35     fields(1,5) = 'WVEL ',
36     filename(5) = 'DDwvel ',
37     #---
38     frequency(6) = 204984000.0,
39     fields(1,6) = 'THETA ',
40     filename(6) = 'DDtheta ',
41     #---
42     frequency(7) = 204984000.0,
43     fields(1,7) = 'SALT ',
44     filename(7) = 'DDsalt ',
45     #---
46     frequency(8) = 204984000.0,
47     fields(1,8) = 'RHOAnoma',
48     filename(8) = 'DDrhoan ',
49     #---
50     ## frequency(9) = 409878000.0,
51     ## fields(1,9) = 'DRHODR ',
52     ## filename(9) = 'DDdrhodr',
53     #---
54     frequency(10) = 204984000.0,
55     fields(1,10) = 'PHIHYD ',
56     filename(10) = 'DDphihyd',
57     #---
58     ## frequency(11) = 204984000.0,
59     ## fields(1,11) = 'ADVx_TH ',
60     ## filename(11) = 'DTRadvxt',
61     #---
62     ## frequency(12) = 204984000.0,
63     ## fields(1,12) = 'DIFx_TH ',
64     ## filename(12) = 'DTRdifxt',
65     #---
66     ## frequency(13) = 204984000.0,
67     ## fields(1,13) = 'ADVx_SLT',
68     ## filename(13) = 'DTRadvxs',
69     #---
70     ## frequency(14) = 204984000.0,
71     ## fields(1,14) = 'DIFx_SLT',
72     ## filename(14) = 'DTRdifxs',
73     #---
74     ## frequency(15) = 204984000.0,
75     ## fields(1,15) = 'ADVy_TH ',
76     ## filename(15) = 'DTRadvyt',
77     #---
78     ## frequency(16) = 204984000.0,
79     ## fields(1,16) = 'DIFy_TH ',
80     ## filename(16) = 'DTRdifyt',
81     #---
82     ## frequency(17) = 204984000.0,
83     ## fields(1,17) = 'ADVy_SLT',
84     ## filename(17) = 'DTRadvys',
85     #---
86     ## frequency(18) = 204984000.0,
87     ## fields(1,18) = 'DIFy_SLT',
88     ## filename(18) = 'DTRdifys',
89     #---
90     ## frequency(19) = 204984000.0,
91     ## fields(1,19) = 'GM_PsiX ',
92     ## filename(19) = 'DGMpsix ',
93     #---
94     ## frequency(20) = 204984000.0,
95     ## fields(1,20) = 'GM_PsiY ',
96     ## filename(20) = 'DGMpsiy ',
97     #---
98     ## frequency(21) = 204984000.0,
99     ## fields(1,21) = 'GM_Kwx ',
100     ## filename(21) = 'DGMkwx ',
101     #---
102     ## frequency(22) = 204984000.0,
103     ## fields(1,22) = 'GM_Kwy ',
104     ## filename(22) = 'DGMkwy ',
105     #---
106     ## frequency(23) = 204984000.0,
107     ## fields(1,23) = 'GM_Kwz ',
108     ## filename(23) = 'DGMkwz ',
109     #---
110     ## frequency(24) = 204984000.0,
111     ## fields(1,24) = 'KPPviscA',
112     ## filename(24) = 'DKPPvisc',
113     #---
114     ## frequency(25) = 204984000.0,
115     ## fields(1,25) = 'KPPdiffT',
116     ## filename(25) = 'DKPPdift',
117     #---
118     ## frequency(26) = 204984000.0,
119     ## fields(1,26) = 'KPPdiffS',
120     ## filename(26) = 'DKPPdifs',
121     #---
122     ## frequency(27) = 204984000.0,
123     ## fields(1,27) = 'KPPhbl ',
124     ## filename(27) = 'DKPPhbl ',
125     #---
126     ## frequency(28) = 204984000.0,
127     ## fields(1,28) = 'KPPmld ',
128     ## filename(28) = 'DKPPmld ',
129     #---
130     frequency(29) = 204984000.0,
131     fields(1,29) = 'TAUX ',
132     filename(29) = 'DFOtaux ',
133     #---
134     frequency(30) = 204984000.0,
135     fields(1,30) = 'TAUY ',
136     filename(30) = 'DFOtauy ',
137     #---
138     frequency(31) = 204984000.0,
139     fields(1,31) = 'TFLUX ',
140     filename(31) = 'DFOtflux',
141     #---
142     frequency(32) = 204984000.0,
143     fields(1,32) = 'SFLUX ',
144     filename(32) = 'DFOsflux',
145     #---
146     frequency(33) = 204984000.0,
147     fields(1,33) = 'SWFLUX ',
148     filename(33) = 'DFOswrad',
149     #---
150     #
151     &
152     #
153     &DIAG_STATIS_PARMS
154     &

  ViewVC Help
Powered by ViewVC 1.1.22