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 |
# 123 |momKE | 23 |SM MR |m^2/s^2 |Kinetic Energy (in momentum Eq.) |
19 |
# 124 |momHDiv | 23 |SM MR |s^-1 |Horizontal Divergence (in momentum Eq.) |
20 |
# 125 |momVort3| 23 |SZ MR |s^-1 |3rd component (vertical) of Vorticity |
21 |
|
22 |
#--- |
23 |
frequency(1) = 86400., |
24 |
fields(1,1) = 'momKE', |
25 |
filename(1) = 'momKE', |
26 |
#--- |
27 |
frequency(2) = 86400., |
28 |
fields(1,2) = 'momHDiv', |
29 |
filename(2) = 'momHDiv', |
30 |
#--- |
31 |
frequency(3) = 86400., |
32 |
fields(1,3) = 'momVort3', |
33 |
filename(3) = 'momVort3', |
34 |
#--- |
35 |
# 100 |VISCA4Z | 23 |SZ MR |m^4/s |Biharmonic Visc Coefficient (m4/s) (Zeta Pt) |
36 |
# 101 |VISCAHD | 23 |SM MR |m^2/s |Harmonic Viscosity Coefficient (m2/s) (Div Pt) |
37 |
# 102 |VISCA4D | 23 |SM MR |m^4/s |Biharmonic Viscosity Coefficient (m4/s) (Div Pt) |
38 |
#---- |
39 |
# frequency(4) = 1., |
40 |
# fields(1,4) = 'VISCA4Z', |
41 |
# filename(4) = 'visca4z', |
42 |
|
43 |
# frequency(5) = 1., |
44 |
# fields(1,5) = 'VISCAHD', |
45 |
# filename(5) = 'viscahd', |
46 |
|
47 |
# frequency(6) = 1., |
48 |
# fields(1,6) = 'VISCA4D', |
49 |
#filename(6) = 'visca4d', |
50 |
|
51 |
# filename(4) = 'DDvvel ', |
52 |
#--- |
53 |
# frequency(5) = 3600.0, |
54 |
# fields(1,5) = 'WVEL ', |
55 |
# filename(5) = 'DDwvel ', |
56 |
#--- |
57 |
# frequency(6) = 3600.0, |
58 |
# fields(1,6) = 'UVEL ', |
59 |
# filename(6) = 'UVEL ', |
60 |
#--- |
61 |
|
62 |
#--- |
63 |
# |
64 |
&end |
65 |
# |
66 |
&DIAG_STATIS_PARMS |
67 |
&end |