Experimenting with parallel=True for regridding some larger datasets. I found the documentation that the output grid has to have a data variable and followed the instructions to just make one. But I'm encountering a strange problem with the input grid. My input grid only contains lat and lon, each 1d arrays. I have tried to actually specify a mask but that gives the same result. I'm using bilinear gridding so no bounds should be necessary. It works when parallel=False albeit very slowly. Thanks for any help on this.

I am getting an error that the mask.shape isn't the same as the lon.shape even though I don' have a mask and the input lon.shape is only 1dimensional
