is_3d_static_grid# compliance_checker.cfutil.is_3d_static_grid(nc, variable)[source]# Returns True if the variable is a 2D Regular grid that does not vary with time. Parameters: nc (netCDF4.Dataset) – An open netCDF dataset variable (str) – name of the variable to check