This parameter takes as a value one or a coma separated list of characters defining the Data Mode to select. It can be: R for Real Time, A for Real Time with Adjusted value and D for Delayed Mode.
The following example select only profiles with a Real Time Data Mode:
?get=n&dmode=R
The following example select only profiles with a Real Time or Adjusted Real Time Data Mode:
?get=n&dmode=R,A
For a given variable <PARAM>
which can be: pres
(pressure), temp
(temperature), psal
(salinity) or doxy
(oxygen), this restriction selects profiles having one or a coma separated list of data quality flag.
This information was extracted from the netcdf profile variable PROFILE_<PARAM>_QC
. Once quality control procedures have been applied, a synthetic flag is assigned for each parameter of each profile under this variable in netcdf files. It indicates the fraction n of profile levels with good data. It can take one of the following values:
For more details see the Argo Data Managment user manual reference table 2a.
The following example select only profiles with more than 75% of good pressure data:
?get=n&pres_qc=A,B
The following example select only profiles with 100% of good pressure AND temperature data:
?get=n&pres_qc=A&temp_qc=A
Note: The following example select only profiles where no QC was performed (empty value) on pressure data (these should not exists !):
?get=n&pres_qc=
The parameter value is a boolean value: 0 (no ticket) or 1 (has a ticket). See the NA-ARC database documentation or the service get function ticket for more details.
The following example select only profiles flagged as having a ticket in the database:
?get=n&ticket=1