I have a NetCDF obtained from a WRF simulation with a curvilinear grid with the following attributes:
- points=48000 (250x192)
- XLONG : -46.01144 to 42.05725 degree_east
- XLAT : 24.87103 to 63.47381 degree_north
- 20km of horizontal resolution
I want to create new coordinates for the same domain, but with a horizontal resolution of 5km. I would like to do it with xarray if it's possible.