1 |
ifenty |
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 |
|
|
#--- |
19 |
|
|
frequency(1) = 3600.0, |
20 |
|
|
fields(1,1) = 'ETAN ', |
21 |
|
|
filename(1) = 'DDetan ', |
22 |
|
|
#--- |
23 |
|
|
frequency(2) = 3600.0, |
24 |
|
|
fields(1,2) = 'TFLUX ', |
25 |
|
|
filename(2) = 'TFLUX', |
26 |
|
|
#--- |
27 |
|
|
frequency(3) = 3600.0, |
28 |
|
|
fields(1,3) = 'UVEL ', |
29 |
|
|
filename(3) = 'DDuvel ', |
30 |
|
|
#--- |
31 |
|
|
frequency(4) = 3600.0, |
32 |
|
|
fields(1,4) = 'VVEL ', |
33 |
|
|
filename(4) = 'DDvvel ', |
34 |
|
|
#--- |
35 |
|
|
frequency(5) = 3600.0, |
36 |
|
|
fields(1,5) = 'WVEL ', |
37 |
|
|
filename(5) = 'DDwvel ', |
38 |
|
|
#--- |
39 |
|
|
frequency(6) = 3600.0, |
40 |
|
|
fields(1,6) = 'RSURF ', |
41 |
|
|
filename(6) = 'RSURF ', |
42 |
|
|
#--- |
43 |
|
|
|
44 |
|
|
#--- |
45 |
|
|
# |
46 |
|
|
&end |
47 |
|
|
# |
48 |
|
|
&DIAG_STATIS_PARMS |
49 |
|
|
&end |