Skip to content

CMOR checker does not check CMIP6 generic levels #516

Description

@bouweandela

The CMOR check does not check generic levels, see e.g.

# Cannot check generic_level coords as no CMOR information

However, generic level definitions are available in the CMIP6_coordinates.json file, e.g. (notice line 500)

"depth_coord": {
"standard_name": "depth",
"units": "m",
"axis": "Z",
"long_name": "ocean depth coordinate",
"climatology": "",
"formula": "",
"must_have_bounds": "yes",
"out_name": "lev",
"positive": "down",
"requested": "",
"requested_bounds": "",
"stored_direction": "increasing",
"tolerance": "",
"type": "",
"valid_max": "12000.0",
"valid_min": "0.0",
"value": "",
"z_bounds_factors": "",
"z_factors": "",
"bounds_values": "",
"generic_level_name": "olevel"
},

Therefore it would be good if the checker could be improved so it checks these coordinates if a definition is available.

Metadata

Metadata

Labels

cmorRelated to the CMOR standardenhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions