SOLVE DATA ARCHIVE NAMING CONVENTION


File Naming Convention
(1998-07-01)

This document describes the file naming convention used in the exchange data archives. The naming convention was adopted in 1998 as an extension to the old, DOS-compatible naming convention.

The file naming convention uses the ISO 9660 convention which permits "name.ext" to be 30 characters, and uses the character set:

0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_

Notice that the alphabetic characters are upper case. The general expression for any file name is:

CCyyyyMMdd[_[hh[mm[ss]]][_I]].P

The square brackets [ ] enclose optional parameters, and the total length of the file name, including the "." (period), does not exceed 30 characters. The "_" (underscore) is used to separate optional parameters. The definitions of the component parameters are:

 

CC   =
two-character prefix for the file name (0-9, A-Z). Ideally, this will be a mnemonic code for the measurement, instrument, or subject of the file.
yyyy =
four digits specifying year (i.e. 1997, 2001, etc.).
MM   =
two digits specifying month number (01-12).
dd   =
two digits specifying day number (01-31).
hh   =
optional two digits specifying hour (00-23).
mm   =
optional two digits specifying minutes (00-59).
ss   =
optional two digits specifying seconds (00-59).
I    =
one or more characters used to further specify the contents of the file or the subject of an image. This parameter is usually optional (in the sense that we can decide to use it or not), but there are two cases where it is required.

If a data file is one volume of a multi-volume dataset then a volume counter "Vn" (i.e. V1, V2, V3, etc.), must appear at the end of the "I" identifier, and be separated by an "_" from the rest of the identifier. If the contents of the file pertain to a second or third aircraft launch on the indicated date then a launch counter "Ln" (i.e. L2, L3, etc.) must appear at the end of the "I" identifier, but before a volume counter, and be separated by an "_" from the rest of the identifier. If "Ln" is omitted from the file name then launch number one is implied.

P    =
two or more characters to identify the measurement platform, source, or association of the data (for data files), or image type (for image files).

 

Some things to notice are:

 

File Name Extensions

The file name extension, P, is used to identify the measurement platform, source, or association of the information within a data file, or the type of image file. A list of the file name extensions which are currently being used in the archives is given below. Others will be defined as needed.

 B757 = B-757 aircraft
 BAL = Gondola balloon
 DC8 = DC-8 aircraft
 ER2 = ER-2 aircraft
 GIF = GIF image file
 JPG = JPEG image file
 LIDAR = Ground based LIDAR
 O3SND = Ozonesonde balloon
 PS = PostScript image file
 RAOB = Radiosonde balloon
 T39 = T-39 aircraft

 

Examples

Some examples of file name codes, file names, and explanations of the meaning of the file names are given below to illustrate the construction of file codes and file names.

File codeFile nameExplanation
O3.ER2O319920116.ER2ER-2 O3 file, 16 Jan 1992 launch.
MM.DC8MM19960416.DC8DC-8 MM file, 16 Apr 1996 launch.
NA.T39NA19960507__L2.T39T-39 NA file, 7 May 1996 launch #2.
M4__SR.BAL M419970508__SR.BALBalloon M4 file, 8 May 1997 launch, sunrise (SR) obs.
RS.RAOBRS19920116_00.RAOBRadiosonde RS file, 16 Jan 1992, 00Z launch.
WV.GIFWV19970511_18.GIFGIF image of GOES water vapor channel for 11 May 1997 at 18Z.
NP.ER2NP19990116__L2_V3.ER2ER-2 NP file, 16 Jan 1999 launch #2, volume #3.