|
|
The universal format is a comma separated, plain text format used by the SCIMS processing system for both NOAA and SIO underway data. For each cruise, there are two files per day: a data file and a quality flags file. Each row in the files corresponds to a sampling point in time, and each column contains one data type. There are 52 total data types and they are as follows, with a brief description:
- Date: Date of sample: YYYYMMDD format
- Time: Time of sample: HHMMSS format
- Elapsed_Time: Time of sample: seconds since cruise start
- Latitude: Latitude of ship location: decimal degrees
- Longitude: Longitude of ship location: decimal degrees
- Flow_Meter: Flow rate into the TSG: liters per minute
- TSG_Temp90: ITS-90 thermosalinograph water temperature: deg C
- Salinity: Thermosalinograph water salinity: PSU
- Conductivity: Thermosalinograph water conductivity: cS/m
- Surf_Par: Photosynthetically Active Radiation at the surface: uE/s/m^2
- Pressure: Surface Pressure. This is permanently set to 0 due to lack of data
- Raw_Fluor: Raw voltage from the fluorometer: volts
- Sea_Surf_Temp: Sea surface temperature from thermistor: deg C
- Sea_Surf_Temp_Sec: Secondary sea surface temperature from thermistor: deg C
- Sea_Temp_Fluor_Uncalibrated: Sea surface temperature from fluorometer:deg C
- Sigma_Theta: Sigma theta of seawater, from TSG: kg/m^3
- Spec_Vol_Anom: This is included but will always be 0 since it is surface water: m^3/kg
- Air_Temp: Temperature of the air: deg C
- Baro_Press: Barometric pressure of the air at the surface: mBar
- Rel_Humidity: Relative Humidity: percent
- Rel_Hum_Air_Temp: Air temperature as reported by the relative humidity sensor: deg C
- Rel_Wind_Dir: Wind direction relative to ship heading: degrees
- Rel_Wind_Dir_Sec: Secondary wind direction relative to ship heading: degrees
- Rel_Wind_Speed: Wind speed relative to ship speed: m/s
- Rel_Wind_Speed_Sec: Secondary wind speed relative to ship speed: m/s
- True_Wind_Dir: True wind direction, corrected for ship heading: degrees
- True_Wind_Dir_Sec: Secondary true wind direction, corrected for ship heading: degrees
- True_Wind_Speed: True wind speed, corrected for ship speed: m/s
- True_Wind_Speed_Sec: Secondary true wind speed, corrected for ship speed: m/s
- Depth: Bottom Depth: meters below surface
- Fluor_Temp_Corr: Temperature corrected fluorometer voltage: volts
- GPS_Alt: Height above reference geoid (GPS Altimeter): meters
- GPS_COG: Course over ground from GPS: degrees
- GPS_COG_Sec: Course over ground from secondary GPS unit: degrees
- GPS_Date: Date as given by the GPS unit: seconds since epoch
- GPS_Date_Sec: Date as given by the secondary GPS unit: seconds since epoch
- GPS_Quality: Quality assurance flag from GPS unit: number
- GPS_SOG: Speed over ground from GPS unit: m/s
- GPS_Time: GPS time of Day: seconds since midnight
- GPS_Time_Sec: Secondary GPS unit's time of day: seconds since midnight
- Gyro: Gyroscope value: degrees
- Lat_Sec: Latitude from secondary GPS unit: decimal degrees
- Long_Sec: Longitude from secondary GPS unit: decimal degrees
- Long_Speed: Speed calculated from longitude value: m/s
- Speed_Over_Water: Speed over water: m/s
- System_Date: MET computer's date: seconds since midnight
- TSG_Temp68: ITS-68 thermosalinograph water temperature: deg C
- Turbidity: Turbidity (almost never reported): NTU
- CTD_Alt: Altitude of the CTD: meters
- CTD_Depth: Depth of the CTD below the surface: meters
- CTD_Sal: Salinity reported by the CTD, when it is in the water: PSU
- CTD_Temp: Temperature reported by the CTD, when it is in the water: deg
The columns in the flag file are identical except for an additional row flag column that identifies the validity of the entire row. An entire row could be bad if, say, a time was misrepresented or a position was over land. The possible flags are 1, 3 or 9. 1 means the data is valid and usable, 3 means that the data is questionable and shouldn't be used without further scrutiny, and 9 means that the data is unusable.
|
|
|