Format Description for the Corrected Data
- Header part
No. | Column | Content | Format | Remarks |
---|---|---|---|---|
1 | 1 | Header ID | a1 | fixed as '#' |
2 | 3 - 6 | Data ID | a4 | CTD |
3 | 8 - 22 | Cruise ID | a15 | MRYY-(K)XX(_legx) |
4 | 24 - 31 | Cast name | a8 |
|
5 | 33 - 40 | Date | i8 | YYYYMMDD (UTC) |
6 | 42 - 45 | Time | i4 | hhmm (UTC) |
7 | 47 - 55 | Latitude | i2,a1,f5.2,a1 | dd-mm.mmN(S) |
8 | 57 - 66 | Longitude | i3,a1,f5.2,a1 | ddd-mm.mmE(W) |
9 | 68 - 71 | Number of data lines | i4 |
|
10 | 72 - 73 | Terminator | - | CR+LF |
- Data part
No. | Column | Content | Unit | Format | Remarks |
---|---|---|---|---|---|
1 | 1 - 11 | Pressure | dbar | f11.3 |
|
2 | 12 - 22 | Temperature | deg-C | f11.4 | ITS-90 |
3 | 23 - 33 | Salinity | PSU | f11.4 | PSS-78 |
4 | 34 - 44 | Dissolved oxygen | umol/kg | f11.3 |
|
5 | 45 - 55 | Flag | - | i11 | 1 - 7 : space 8 : flag of pressure 9 : flag of temperature 10 : flag of salinity 11 : flag of dissolved oxygen * reference : 'Definition of Quality Control Flags' |
6 | 56 - 57 | Terminator | - | - | CR+LF |
- Each contents of the data part is stored in 11 bytes.
- Missing value is presented by '-5', and error value is presented by '-9'.