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
With xarray 0.16.1, overwriting a file on disk with the same name does not clear the cache. So when opening a file with the same name, it fetches the cached file rather than the new file on disk.
Possible solutions:
Given unique name to model outputs (.e.g uuid)
Call .close() on all opened netCDF files when overwrite=True.
The text was updated successfully, but these errors were encountered:
Description
With xarray 0.16.1, overwriting a file on disk with the same name does not clear the cache. So when opening a file with the same name, it fetches the cached file rather than the new file on disk.
Possible solutions:
.close()
on all opened netCDF files whenoverwrite=True
.The text was updated successfully, but these errors were encountered: