# Diagnostic Package Choices #----------------- # for each output-stream: # filename(n) : prefix of the output file name (only 8.c long) for outp.stream n # frequency(n):< 0 : write snap-shot output every multiple of |frequency| (iter) # > 0 : write time-average output every multiple of frequency (iter) # levels(:,n) : list of levels to write to file (Notes: declared as REAL) # when this entry is missing, select all common levels of this list # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file # for the list of all available diag. in this particular config) #-------------------------------------------------------------------- # &diagnostics_list # dumpatlast = .TRUE., # #--- #--- frequency(1) = 3600.0, fields(1,1) = 'ETAN ', filename(1) = 'DDetan ', #--- frequency(2) = 3600.0, fields(1,2) = 'TFLUX ', filename(2) = 'TFLUX', #--- frequency(3) = 3600.0, fields(1,3) = 'UVEL ', filename(3) = 'DDuvel ', #--- frequency(4) = 3600.0, fields(1,4) = 'VVEL ', filename(4) = 'DDvvel ', #--- frequency(5) = 3600.0, fields(1,5) = 'WVEL ', filename(5) = 'DDwvel ', #--- frequency(6) = 3600.0, fields(1,6) = 'RSURF ', filename(6) = 'RSURF ', #--- #--- # &end # &DIAG_STATIS_PARMS &end