#ctd_so_level2.conf for CTD SO data level 0 #December 17, 2002 rcg logfile := /data12/sodata/jklinck/logs/ctd_jk.log # Get the last level of field names from the data file itself, and # compare to what is here. Adjust as necessary so no new field names are # introduced. field_names_level_2 := Pressure,Temperature,Salinity,PotTemp,PotDens0,PotDens1,BuoyFreq,Temperature0,Temperature1,Salinity0,Salinity1,Oxygen,PAR,Transmissivity,Fluorescence # Allows for converting field names as seen within the data files # to output names before processing. Needed at last level. Default # condition is that the input and output names are the same. Use # transvar option if you want to change the field names at run-time. # Format for these entries is = where is the # field name as specified in the input data files, and is # the field name as specified by the field_names_level_2 above. # A blanks are indicated by a % sign. PotDens(0dbar) := PotDens0 PotDens(1Kdbar) := PotDens1 BuoyFreq%(N) := BuoyFreq BuoyFreq := BuoyFreq # debug options are yes, no and keep. "yes" results in the most output. # "keep" means to keep the files created by the program, but no # other debug messages are printed. debug := no