You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of these variables have weird grids that we don't yet seem to have the right recipe for handling. E.g. siconc data for NorESM2-MM:
As you can see the results are unsavory. There is no siconca data available for NorESM2-MM, so we do need to figure out a way of handling this. Potentially an issue with getting the lat/lon bounds? this is done with cf_xarray inside the the xESMF regridding function.
USing bilinear for these cases might be the simplest solution, it causes gaps in the high latitudes but data doesn't look borked.
Some of these variables have weird grids that we don't yet seem to have the right recipe for handling. E.g. siconc data for NorESM2-MM:
As you can see the results are unsavory. There is no
siconca
data available for NorESM2-MM, so we do need to figure out a way of handling this. Potentially an issue with getting the lat/lon bounds? this is done withcf_xarray
inside the the xESMF regridding function.USing
bilinear
for these cases might be the simplest solution, it causes gaps in the high latitudes but data doesn't look borked.This particular source grid looks like this:
The text was updated successfully, but these errors were encountered: