Skip to content

Commit f12df99

Browse files
Merge pull request #67 from euro-cordex/table_id
remove explicit check for table_id
2 parents 4764368 + c1590ca commit f12df99

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cc_plugin_cc6/base.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,12 @@ def _verify_attrs(self, var, attrsCT, attrs=[]):
699699
)
700700
return messages
701701

702-
def check_table_id(self, ds):
702+
def _check_table_id(self, ds):
703703
"""Table ID (CV)"""
704+
###
705+
### This check is left to the check of required global attributes.
706+
### See CMIP6 CMOR Tables as example (has table_id as required and lists valid values)
707+
###
704708
desc = "Table ID"
705709
level = BaseCheck.HIGH
706710
out_of = 1

0 commit comments

Comments
 (0)