CHECK LIST FOR ADDING A NEW VOLCANO FOR BOB 1) Create the volcano's directory under the directory DATA. 2) Create a file called STATIONS.TXT in that directory describing the various four character STation IDentifications, their locations and other bits of information about them and the volcano. 3) Edit BOB_DIRS.LST to include the path to the new volcano's directory. Use Simkin's Volcanoes of the World to determine the volcano's ID. Use the existing volcanos' paths as templates for the addition of the new one. Don't forget the ending \. 4) Edit VOLCANOS.LST to include the new one and its volcano id. CHECK LIST FOR ADDING A NEW STATION FOR BOB 1) Edit the file STATIONS.TXT in the volcano's directory to include the four character id for the station and some information about it (where, what, etc.) 2) Create or locate the directory where data from the station is to go. 3) Edit BOB_DIRS.LST to include the path to the new station's directory. Follow the examples of the existing pathways. Don't forget the ending \. 4) In the station's directory create the file BOB_stid.TXT where stid is the new station's four character station id. Use this file to describe the various channel's (parameters) for this station, their four character channel id, and other pertinent information about the site. 5) If this station's data is to be stored in sequential files, the file BOB_QPLOT.TXT must be created and put into the station's directory. This file will contain the actual file name of the various channels' data and the FORTRAN format statement needed to read the data. See one of the deformation stations for an example. CHECK LIST FOR ADDING A NEW CHANNEL FOR BOB 1) Add information about, and the four character channel id for, the new channel in its station's file BOB_stid.TXT where stid is the four character station id for the channel's station. 2) If the new channel's data is to be stored in a direct access file (such as the telemetered tilt data) copy the file NEWFILE.EXE from the directory \BOB\SUPPORT to the directory where the data file is to be. Run NEWFILE to create the data file. Press enter when asked about the path and DAT when given the choice of file types. Don't forget to erase NEWFILE.EXE from the station's directory when you are done with it. 3) If the new channel's data is to be stored in a sequential file, edit (or create) the file BOB_QPLOT.TXT in its station's directory to include the actual file name of the new channel's data and the format statement to read it.