def check_experiment(table_id): ''' Validate Experiment and Experiement_id against Control Vocabulary file. If required global attributes are not all set, warning will be displayed. Usage: cmip6_cv.check_experiement(table_id) Where: table_id is the table id returned by load_table() Return 0 on success ''' ierr = _cmip6_cv.check_experiment(table_id) return (ierr)
def check_experiment(table_id): ''' Validate Experiment and Experiement_id against Control Vocabulary file. If required global attributes are not all set, warning will be displayed. Usage: cmip6_cv.check_experiement(table_id) Where: table_id is the table id returned by load_table() Return 0 on success ''' ierr = _cmip6_cv.check_experiment(table_id) return(ierr)