Fei Yao
Results
12
comments of
Fei Yao
> **The new API (starting 0.3.0) will be:** > > ```python > regridder = xesmf.Regridder(grid_in, grid_out, method) > regridder.save(filename) > regridder_reload = xesmf.load_regridder(filename) > ``` I encountered the same MemoryError...
While it's been some time since @Rainbow1994 first posted the question, I believe it's still worthwhile to share my solution here for future reference. The error prompt indicates a dimension...