You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am a new user of xESMF, and the regridding package is great.
Recently I regrided the ocean model data from the tripole grid into the regular grid. The horizontal resolution of the mode data output is about 0.1° * 0.1°,and I want to regrid them into the regular 0.1°. But I encountered difficulties:
The weights (regridder) file is big,
I read the Save time by reusing regridder in the doc, and writed the weights into a nc-files.
But when I calculated the weights,
It just blew up because of out of memory (My computer has 32GB).
The minimum I can use is xe.util.grid_global(0.6, 0.6), and even that the weights file also are up to 1.1 GB.
then I read the weights file and regrid, which takes 6 minutes:
Hi,
I am a new user of xESMF, and the regridding package is great.
Recently I regrided the ocean model data from the tripole grid into the regular grid. The horizontal resolution of the mode data output is about 0.1° * 0.1°,and I want to regrid them into the regular 0.1°. But I encountered difficulties:
I read the Save time by reusing regridder in the doc, and writed the weights into a nc-files.
But when I calculated the weights,
It just blew up because of out of memory (My computer has 32GB).
The minimum I can use is
xe.util.grid_global(0.6, 0.6)
, and even that the weights file also are up to 1.1 GB.then I read the weights file and regrid, which takes 6 minutes:
I want to know:
The text was updated successfully, but these errors were encountered: