The API reference for cmor_grid has an argument named 'area' with the description: "array containing the grid’s area information (ndim)"
However, the function signature in the C API doesn't have this argument nor do the Fortran and Python interfaces. Is this a remnant from older versions of CMOR? The Fortran interface has "noarea" versions of the function suggesting it was once part of the original API.
@taylor13 @durack1 @doutriaux1 Can any of you confirm?
Since it is no longer used in the current API, it's mention should be removed from the documentation.