cedadev/cf-checker

Results of compress variable check in CRM032_test1.nc are incorrect

Closed this issue · 1 comments

Test results file CRM032_test1.check incorrectly flags that rgrid values are out of range. This is caused by a bug in the netcdf-c library being used our development server. See netcdf4-python Issue 908.

CRM032_test1.check is updated and a new test file added to check the compress variable code.

Also rework the check on compress variable values being in range to use masked array operations.