RFM Driver Table | ||
14JAN24 |
The driver table is divided into sections, marked by records starting with *XXX, where XXX is one of the predefined set of section labels, but the last record should be *END
Driver Table Structure | |
---|---|
! Comment records | (Can appear anywhere) |
Repeat for different sections ... | |
Section Header record | |
[ | One or more data records |
*END | End marker record |
Sections are divided into 3 classes:
Driver table records can be up to 200 characters in length (set by the LENREC parameter in file lenrec_dat.f90).
The records within each section are mostly field-structured, ie contain one or more fields in arbitrary order spread over as many records as required. Some sections are record-structured, in which case the type and sequence of fields within a record is fixed. See descriptions of individual sections for details.
Comments may appear at any point within the Driver File, indicated by an exclamation mark '!'. Since any text on the record following an exclamation mark is ignored, these can be used to comment out complete records or ends of records. Empty records are also permitted.
Case is only significant when defining filenames or directories (internally, most information is converted to lower case).