is_reduced_grid#

compliance_checker.cfutil.is_reduced_grid(nc, variable)[source]#

Returns True if the feature-type of the variable corresponds to a reduced horizontal grid.

Parameters:
  • nc (netCDF4.Dataset) – An open netCDF dataset

  • variable (str) – name of the variable to check