Replies: 1 comment
-
Hi @jbadag, I wasn't able to reproduce your bug, this code works on my side... Would you be able to update xESMF and try again ? For reference, I am using xESMF 0.8.2. And my INSTALLED VERSIONScommit: None xarray: 2023.8.0 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to regrid a netcdf file downloaded from https://smn-ar-wrf.s3-us-west-2.amazonaws.com/index.html#DATA/WRF/DET/2023/10/28/00/. Specifically, I am attempting to regrid the file WRFDETAR_01H_20231028_00_001.nc to a rectangular coordinate system in a region bounded by (-60º, -48º) in longitude and (-36, -25º) in latitude. To do this, I wrote the following Python code:
However, when I run it, I get an error message (attached a screenshot). Does anyone know why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions