/****************************************************************************** FILE: PROFSTAT.CNT This provides an example of a control file for use with the PROFSTAT.EXE program, which generates statistics on selected profiles in a CODAS database. It uses the sample WEP database block files on the distribution diskette. Any control file for use with the PROFSTAT.EXE program must have the following structure: dbname: output: step_size: ndepth: time_ranges: (*combined or separate*) (*variables list, terminated by an unrecognized data name (e.g. 'end'):*) (*option list, terminated by an unrecognized option (e.g. 'end'):*) [reference: to ] (*referencing range; negative for no referencing*) [difference: ] (*n=0, 1, or 2 for none, first, second difference*) (*either or both of the following:*) [statistics: scale= ] (*e.g., 0.01 for output in cm instead of m*) [histogram: nbins= origin= increment= style= ] (*style is a string with one or two lower case characters; the presence of n and/or c indicates that the display will be normalized and/or cumulative; use h if neither option is desired.*) [flag_mask: ... end] (*bit-mask is any one or more of those defined in profmask.h; these cumulatively indicate which criteria to consider in flagging profile bins as bad prior to calculations*) (*list of YMDHMS time pairs:*) to . . ******************************************************************************/ dbname: ../ctd_db/c5cs output: c5cs step_size: 1 ndepth: 58 time_ranges: combined /* variables list: */ TEMPERATURE "Temperature, PRC5" statistics: scale= 1.0 /* deg C */ histogram: nbins= 10 origin= 10 increment= 2 style= nc end SALINITY "Salinity, PRC 5" statistics: scale= 1.0 /* ppt */ histogram: nbins= 10 origin= 33.8 increment= 0.20 style= nc end OXYGEN "Oxygen, PRC 5" statistics: scale=1.0 end end /* time range list */ 88/10/17 08:15:00 to 88/10/18 16:32:00