You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking the computed_standard_name of a variable, this message is ambiguous:
§4.3 Vertical Coordinate
* §4.3.3 The standard_name of `sigma` must map to the correct computed_standard_name, `{'height_above_reference_ellipsoid', 'height_above_mean_sea_level', 'height_above_geopotential_da
tum', 'altitude'}
In the code, this message appears when the attribute does not exist. It should only appear when the attribute is incorrect; otherwise, the message should explicitly indicate its absence.
When checking the
computed_standard_name
of a variable, this message is ambiguous:In the code, this message appears when the attribute does not exist. It should only appear when the attribute is incorrect; otherwise, the message should explicitly indicate its absence.
compliance-checker/compliance_checker/cf/cf.py
Lines 4618 to 4622 in 380e16a
The text was updated successfully, but these errors were encountered: