src.toolbox.steps.custom.qc.valid_profile_qc#

QC tests for assessing validity of a glider profile, based on different definitions of successful data.

Classes#

valid_profile_qc

Target Variable: PROFILE_NUMBER

Module Contents#

class src.toolbox.steps.custom.qc.valid_profile_qc.valid_profile_qc[source]#

Bases: toolbox.steps.base_qc.BaseQC

Target Variable: PROFILE_NUMBER Flag Number: 4 (bad data), 3 (potentially bad) Variables Flagged: PROFILE_NUMBER Checks that each profile is of a certain length (in number of points) and contains points within a specified depth range.

qc_name = 'valid profile qc'[source]#
expected_parameters[source]#
required_variables = ['PROFILE_NUMBER', 'DEPTH'][source]#
qc_outputs = ['PROFILE_NUMBER'][source]#
return_qc()[source]#
plot_diagnostics()[source]#