| 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.log" |
| 11 |
# file for the list of all available diag. in this particular config) |
| 12 |
#----------------- |
| 13 |
&diagnostics_list |
| 14 |
# diag_mnc = .FALSE., |
| 15 |
# |
| 16 |
dumpatlast = .TRUE., |
| 17 |
# |
| 18 |
frequency(1) = -216000., |
| 19 |
filename(1) = 'DiagEtanSq', |
| 20 |
levels(1,1) = 1., |
| 21 |
fields(1,1) = 'ETANSQ ', |
| 22 |
# |
| 23 |
frequency(2) = -216000., |
| 24 |
filename(2) = 'DiagUvelSq', |
| 25 |
fields(1,2) = 'UVELSQ ', |
| 26 |
# |
| 27 |
frequency(3) = -216000., |
| 28 |
filename(3) = 'DiagVvelSq', |
| 29 |
fields(1,3) = 'VVELSQ ', |
| 30 |
# |
| 31 |
frequency(4) = -216000., |
| 32 |
filename(4) = 'DiagWvelSq', |
| 33 |
fields(1,4) = 'WVELSQ ', |
| 34 |
# |
| 35 |
frequency(5) = -216000., |
| 36 |
filename(5) = 'DiagTheta', |
| 37 |
fields(1,5) = 'THETA ', |
| 38 |
# |
| 39 |
frequency(6) = -216000., |
| 40 |
filename(6) = 'DiagSalt', |
| 41 |
fields(1,6) = 'SALT ', |
| 42 |
# |
| 43 |
frequency(7) = -216000., |
| 44 |
filename(7) = 'DiagDeta', |
| 45 |
levels(1,7) = 1., |
| 46 |
fields(1,7) = 'DETADT2 ', |
| 47 |
# |
| 48 |
frequency(8) = -216000., |
| 49 |
filename(8) = 'DiagPhibSq', |
| 50 |
levels(1,8) = 1., |
| 51 |
fields(1,8) = PHIBOTSQ', |
| 52 |
# |
| 53 |
frequency(9) = -216000., |
| 54 |
filename(9) = 'DiagConv', |
| 55 |
fields(1,9) = 'CONVADJ ', |
| 56 |
# |
| 57 |
frequency(10) = -216000., |
| 58 |
filename(10) = 'DiagEtan', |
| 59 |
levels(1,10) = 1., |
| 60 |
fields(1,10) = 'ETAN ', |
| 61 |
# |
| 62 |
frequency(11) = -216000., |
| 63 |
filename(11) = 'DiagUvel', |
| 64 |
fields(1,11) = 'UVEL ', |
| 65 |
# |
| 66 |
frequency(12) = -216000., |
| 67 |
filename(12) = 'DiagVvel', |
| 68 |
fields(1,12) = 'VVEL ', |
| 69 |
# |
| 70 |
frequency(13) = -216000., |
| 71 |
filename(13) = 'DiagWvel', |
| 72 |
fields(1,13) = 'WVEL ', |
| 73 |
/ |
| 74 |
|
| 75 |
# Parameter for Diagnostics of per level statistics: |
| 76 |
#----------------- |
| 77 |
# for each output-stream: |
| 78 |
# stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n |
| 79 |
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds |
| 80 |
# > 0 : write time-average output every stat_freq seconds |
| 81 |
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| |
| 82 |
# stat_region(:,n) : list of "regions" (default: 1 region only=global) |
| 83 |
# stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log" |
| 84 |
# file for the list of all available diag. in this particular config) |
| 85 |
#----------------- |
| 86 |
&DIAG_STATIS_PARMS |
| 87 |
stat_fields(1,1)= 'CONVADJ ', |
| 88 |
stat_fname(1)= 'STATConv', |
| 89 |
stat_freq(1)= -216000., |
| 90 |
/ |