| 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 |
frequency(1) = -2635200., |
| 17 |
filename(1) = 'DiagEtan', |
| 18 |
levels(1,1) = 1., |
| 19 |
fields(1,1) = 'ETAN ', |
| 20 |
# |
| 21 |
frequency(2) = -2635200., |
| 22 |
filename(2) = 'DiagUvel', |
| 23 |
fields(1,2) = 'UVEL ', |
| 24 |
# |
| 25 |
frequency(3) = -2635200., |
| 26 |
filename(3) = 'DiagVvel', |
| 27 |
fields(1,3) = 'VVEL ', |
| 28 |
# |
| 29 |
frequency(4) = -2635200., |
| 30 |
filename(4) = 'DiagWvel', |
| 31 |
fields(1,4) = 'WVEL ', |
| 32 |
# |
| 33 |
frequency(5) = -2635200., |
| 34 |
filename(5) = 'DiagTheta', |
| 35 |
fields(1,5) = 'THETA ', |
| 36 |
# |
| 37 |
frequency(6) = -2635200., |
| 38 |
filename(6) = 'DiagSalt', |
| 39 |
fields(1,6) = 'SALT ', |
| 40 |
# |
| 41 |
frequency(7) = -2635200., |
| 42 |
filename(7) = 'DiagSurf', |
| 43 |
levels(1,7) = 1., |
| 44 |
fields(1,7) = 'ETANSQ ','DETADT2 ','PHIBOT ',PHIBOTSQ', |
| 45 |
# |
| 46 |
/ |
| 47 |
|
| 48 |
# Parameter for Diagnostics of per level statistics: |
| 49 |
#----------------- |
| 50 |
# for each output-stream: |
| 51 |
# stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n |
| 52 |
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds |
| 53 |
# > 0 : write time-average output every stat_freq seconds |
| 54 |
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| |
| 55 |
# stat_region(:,n) : list of "regions" (default: 1 region only=global) |
| 56 |
# stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log" |
| 57 |
# file for the list of all available diag. in this particular config) |
| 58 |
#----------------- |
| 59 |
&DIAG_STATIS_PARMS |
| 60 |
/ |