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?
![Captura de pantalla 2023-10-31 114851](https://private-user-images.githubusercontent.com/16575671/279418098-40ed35f0-124b-463a-8765-0ec9fa4c8f29.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTI0NTIsIm5iZiI6MTczOTE1MjE1MiwicGF0aCI6Ii8xNjU3NTY3MS8yNzk0MTgwOTgtNDBlZDM1ZjAtMTI0Yi00NjNhLTg3NjUtMGVjOWZhNGM4ZjI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDAxNDkxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIwMDc5MjViNmQ5NDhhMWFhYzNjNWY0MGI4ZWNmZjMwM2RmY2M2NDhmYWVhNjhmNzA5MjZmNTY2NDQxZTVlOWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.n2ibbOtdxfQIaVMKcKEW-KDTvnvkiRsJpIBJywJwRbk)
Beta Was this translation helpful? Give feedback.
All reactions