| 1 | 
# Diagnostic Package Choices | 
| 2 | 
# | 
| 3 | 
# SALTanom Salt anomaly (=SALT-35; g/kg) | 
| 4 | 
# THETA    Potential Temperature (degC) | 
| 5 | 
# UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s) | 
| 6 | 
# VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s) | 
| 7 | 
# WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s) | 
| 8 | 
# | 
| 9 | 
 &diagnostics_list | 
| 10 | 
   frequency(1)  = 259200., | 
| 11 | 
    fields(1,1)  = 'SALTanom', | 
| 12 | 
    filename(1)  = 'SALTanom', | 
| 13 | 
   frequency(2)  = 259200., | 
| 14 | 
    fields(1,2)  = 'THETA   ', | 
| 15 | 
    filename(2)  = 'THETA', | 
| 16 | 
   frequency(3)  = 259200., | 
| 17 | 
    fields(1,3)  = 'UVELMASS', | 
| 18 | 
    filename(3)  = 'UVELMASS', | 
| 19 | 
   frequency(4)  = 259200., | 
| 20 | 
    fields(1,4)  = 'VVELMASS', | 
| 21 | 
    filename(4)  = 'VVELMASS', | 
| 22 | 
   frequency(5)  = 259200., | 
| 23 | 
    fields(1,5)  = 'WVELMASS', | 
| 24 | 
    filename(5)  = 'WVELMASS', | 
| 25 | 
 & | 
| 26 | 
 | 
| 27 | 
# Parameter for Diagnostics of per level statistics: | 
| 28 | 
#----------------- | 
| 29 | 
# for each output-stream: | 
| 30 | 
#  stat_fname(n) : prefix of the output file name (only 8.c long) for | 
| 31 | 
#outp.stream n | 
| 32 | 
#  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds | 
| 33 | 
#               > 0 : write time-average output every stat_freq seconds | 
| 34 | 
#  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq| | 
| 35 | 
#  stat_region(:,n) : list of "regions" (default: 1 region only=global) | 
| 36 | 
#  stat_fields(:,n) : list of diagnostics fields (8.c) (see | 
| 37 | 
#"available_diagnostics.log" | 
| 38 | 
#                 file for the list of all available diag. in this particular | 
| 39 | 
#config) | 
| 40 | 
#----------------- | 
| 41 | 
 &DIAG_STATIS_PARMS | 
| 42 | 
#- an example just to check the agreement with MONITOR output: | 
| 43 | 
#stat_fields(1,1)= 'ETAN    ','UVEL    ','VVEL    ','WVEL    ', 'THETA   ', | 
| 44 | 
#   stat_fname(1)= 'dynStDiag', | 
| 45 | 
#    stat_freq(1)= -864000., | 
| 46 | 
#   stat_phase(1)= 0., | 
| 47 | 
 & |