There are two files that tell the JGOFS system where to find data and how to read it:
The structure of the 3-line entries in .remoteobjects is, where ^ indicates a required blank space:
An example of an entry is:
This one line entry provides the following information:
Structure of .objects:
objname=method(/exact-absolute-path-on-local-system/filename)
An example of an entry is:
hydro=def(/data/eqpac/murray/hydro_t7.def)
Optionally, one may restrict the parameters to be served. For example, an extended syntax allows:
objname=method(/path/file[,optional_list_parameters])
The existence of the item [,optional_list_parameters] indicated above, identifies the parameters which will be served by the system and may restrict which of these will be served, also. For example, a line such as
ctd=def(/data/nabe/a119.ctd,sta,press,sal,par,sta<150)
displays only station, pressure, salinity, and PAR parameters, excluding any others which may reside in the data file a119.ctd. A further restriction to the parameters is made by specifying only stations numbered less than 150 e.g. sta<150.
Inquire of the DMO staff for correct syntax for your object, if you are unsure.
The main U.S. JGOFS server has as its top level, a /jgofs/ category, below which are the process study categories. We list /jgofs/eqpac/tt007 as the category of data from the Equatorial Pacific process study, cruise tt007.
Assume that you are serving data from the Arabian Sea, cruise ttn-042. You would create a subdirectory structure like this: /home/machinename/jgofs/objects/jgofs/arabian/ttn-042 indicating that you want to display /jgofs/arabian/ttn-042 as your category of data. The .remoteobjects and .objects files containing the information about the data for ttn-042 would be located in this directory.
The objectname.info file is located in the same directory as the .remoteobjects and .objects files. It provides information related to data collection as well as the object's parameter names, their descriptions and units. Also included are the ship name, cruise identifier, the Principal Investigator(s)'s full name and links to any additional notes. Place four spaces between the longest parameter name and its description and keep lines to an 80 character maximum length to ensure the list will be visually aesthetic. A template for the objectname.info file is provided.