The netCDF format for profiles

Hydrographic data obtained with instrumented elephant seals are provided in a netCDF format following recommandations of the ``Marine-mammals NetCDF formats and conventions'' Version 1.2 [PDF] which is derived from the Argo netCDF User's manual.  The Argo netCDF format is a standard used to store Argo float data on Argo data servers, and thus it is well adapted to record hydrographic profile data. Because marine mammals behave very much like Argo floats from the point of view of data sampling, this format is particularly well adapted to the storage of marine mammal hydrographic data.


File naming convention

A single file is available for each single CTD-SRDL dataset (i.e. one tag deployment on one animal). The file name uses the SMRU naming convention (giving a deployment code, a tag identifier, and the year), with the suffix “_prof.nc”. 

The same format is used to distribute a version with vertically interpolated profiles (on a regular grid with 1 dbar depth interval). For this version of the data, the suffix “_interp_prof.nc” is used. Note that this version is a mirror copy of the xxx_prof.nc file, except for the hydrographic profile data that are given on a regular vertical grid.


Global attributes

Global attributes of the netCDF files provide important metadata:

  1. pi_name = name of the principal investigator
  2. species = string of character for the species
  3. platform_code = Unique identifier number for the tag dataset
  4. wmo_platform_code = WMO number when available
  5. smru_platform_code = SMRU name (used in the file name)
  6. deployment_code = SMRU deployment code
  7. distribution_statement = "Follow MEOP data policy standards, cf. http://www.meop.net/the-dataset/data-access.html. Data available free of charge. User assumes all risk for use of data. User must display citation in any publication or product using data. User must contact PI prior to any commercial use of data"
  8. citation = "The marine mammal data were collected and made freely available by the International MEOP Consortium and the national programs that contribute to it (http://www.meop.net)" ;
  9. positioning_system = {“argos”,“gps”}
  10. number_of_ts_profiles = ...
  11. number_of_t_profiles = ...


Variables

The data file contains the raw and adjusted pressure, temperature, and salinity data with their associated quality flags. Adjustment equations are also stored with the corresponding coefficients. Here is a (non-exhaustive) list of the most relevant variables:

  1. PI_NAME: Name of the principal investigator
  2. STATION_PARAMETERS: List of available parameters
  3. PLATFORM_NUMBER: Generic unique identifier (same as platform_code)
  4. CYCLE_NUMBER: profile index, integer ranging from 1 (first dive) to N (last dive).
  5. JULD_LOCATION: Julian day of the location relative to the 01/01/1950.
  6. LATITUDE: Latitude of the station, best estimate
  7. LONGITUDE: Longitude of the station, best estimate
  8. PRES: Sea pressure in dbar
  9. PRES_ADJUSTED: Adjusted sea pressure (in practice, pressure was not adjusted, so PRES=PRES_ADJUSTED)
  10. PRES_ADJUSTED_QC: Quality flag (1 = good data).
  11. TEMP: In-situ temperature (in degC)
  12. TEMP_ADJUSTED: Adjusted in-situ temperature (in degC)
  13. TEMP_INTERP: In-situ temperature interpolated on a regular vertical grid (in degC)
  14. TEMP_ADJUSTED_QC: Quality flag (1 = good data).
  15. TEMP_ADJUSTED_ERROR: Rough estimate of accuracy (single value per deployment).
  16. PSAL: Practical salinity (in psu)
  17. PSAL_ADJUSTED: Adjusted practical salinity (in psu)
  18. PSAL_INTERP: Practical salinity interpolated on a regular vertical grid
  19. PSAL_ADJUSTED_QC: Quality flag (1 = good data).
  20. PSAL_ADJUSTED_ERROR: Rough estimate of uncertainty (single value per deployment)
  21. SCIENTIFIC_CALIB_EQUATION: Calibration equations used to adjust data
  22. SCIENTIFIC_CALIB_COEFFICIENT: Calibration coefficients


How to read data

Matlab and Python tools are available publicly to read and manipulate files with the netCDF format. They are given as an example. Note also that this format can be easily read by the software Ocean Data View (using the Import/Argo formats/Float Profiles menu). More tools can be obtained on GitHub.

info@meop.net © MEOP consortium 2015