-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I am getting the following error while running my model with parallel processing.
"
Traceback (most recent call last):
File "/home/abahugu/.conda/envs/py312/lib/python3.12/site-packages/xarray/backends/file_manager.py", line 211, in _acquire_with_cache_info
file = self._cache[self._key]
~~~~~~~~~~~^^^^^^^^^^^
File "/home/abahugu/.conda/envs/py312/lib/python3.12/site-packages/xarray/backends/lru_cache.py", line 56, in getitem
file = self._cache[self._key]
~~~~~~~~~~~^^^^^^^^^^^
File "/home/abahugu/.conda/envs/py312/lib/python3.12/site-packages/xarray/backends/lru_cache.py", line 56, in getitem
value = self._cache[key]
~~~~~~~~~~~^^^^^
value = self._cache[key]
~~~~~~~~~~~^^^^^
KeyError: [<class 'netCDF4._netCDF4.Dataset'>, ('/home/abahugu/OpenSees/_OPSTOOL_ODB/RespStepData-4.nc',), 'a', (('clobber', True), ('diskless', False), ('format', 'NETCDF4'), ('persist', False)), 'e8a5b23a-c486-4f8e-a61d-10b094d9c569']
During handling of the above exception, another exception occurred:
KeyError: [<class 'netCDF4._netCDF4.Dataset'>, ('/home/abahugu/OpenSees/_OPSTOOL_ODB/RespStepData-4.nc',), 'a', (('clobber', True), ('diskless', False), ('format', 'NETCDF4'), ('persist', False)), 'ba649dc1-31cc-4e30-a1ff-d8a6a89e1679']
"
could you please help me with this issue