/****************************************************************************** FILE: load_bot.cnt This control file is used with the load_bot program to load CTD bottle sample data from ASCII files into a CODAS database. INPUT: 1. ASCII files of CTD bottle sample data The file begins with a header with the following data: a. station number (<= 32767) b. number of bottles (<= 32767) c. latitude (in decimal degrees) d. longitude (in decimal degrees) e. numeric month f. day g. year h. decimal hours i. maximum depth The headed is succeeded by n data lines, where n is the number of bottles, each with the following columns: a. pressure b. depth c. temperature d. salinity e. potential temperature f. oxygen g. phosphate content h. nitrate i. nitrite j. silicon oxide Missing data are encoded as -99.0. 2. producer definition file OUTPUT: CODAS database (*.blk) ------------------------------------------------------------------------------- CONTROL FILE STRUCTURE: DATABASE_NAME: < output CODAS database name > DEFINITION_FILE: < input producer definition filename > SHIP_NAME: < name of ship, 11-character string, no spaces > CRUISE_ID: < cruise id, 11-character string, no spaces > ASCII_FILE: { list of input ASCII file(s) } < input bottle data filename > . . . -----------------------------------------------------------------------------*/ DATABASE_NAME: b3u DEFINITION_FILE: ctd_bot.def SHIP_NAME: Moana-Wave CRUISE_ID: 88 ASCII_FILE: mw8806all.tap /*****************************************************************************/