act.qc.CleanDataset.matched_qc_variables

property CleanDataset.matched_qc_variables

Find variables that are QC variables and return list of names.

Parameters:

check_arm_syntax (boolean) – ARM ueses a standard of starting all quality control variables with “qc” joined with an underscore. This is a more robust method of getting the quality control variables before the standard_name attribute is added. If this is true will first check using attributes and will then check if variable starts with “qc”.

Returns:

variables (list of str) – A list of strings containing the name of each variable.