-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regridding #8
Comments
We've been working with xESMF lately. We'll probably need to think about some simple wrapper to handle the multi-model ensemble but that should be doable. |
I have been using CDO operators for remapping. It seems possible that we can call CDO functions in Python scripts. I have not tested yet, but these operators would be useful for zonal statistics, vertical interpolation, etc. calculations. https://github.com/Try2Code/cdo-bindings |
CDO is great for this and so many purposes (subsetting, reformatting, GRIB-NetCDF conversions, etc.) related to the kinds of data we all generate and use - fast and powerful. If it will work, why reinvent the wheel? |
A good example for our gallery could be a bias plot (model compared to obs), where something needs to be regridded in the process. We could pull examples from ILAMB for this. |
GeoCAT also has an interpolation function where they migrated the linint2 function from NCL |
I used xESMF as suggested by @jhamman, but the current approach lost information around the coasts. |
Can we use existing tools for regridding multi-model ensembles (e.g. LUMIP)
The text was updated successfully, but these errors were encountered: