EXCITED-CO2 / xarray-regrid

Regridding utility for xarray
Apache License 2.0
55 stars 5 forks source link

Regridding to larger grid results in NaNs outside of data range #33

Closed kjdoore closed 4 months ago

kjdoore commented 4 months ago

Fixes the issue where regridding to larger grid did not result in NaNs at locations where there was no starting data. Uses a mask after regridding to fill along each coordinate with the NaNs.