-
Notifications
You must be signed in to change notification settings - Fork 39
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
python-stratify still needed? #35
Comments
@bouweandela I highly suspect that the generic core The attraction of
|
will this be included (or excluded) in |
It looks like iris supports vertical regridding: https://scitools.org.uk/iris/docs/latest/userguide/interpolation_and_regridding.html#interpolating-non-horizontal-coordinates
@bjlittle Do we still need python-stratify for vertical interpolation? Additionally, do we still need to do cube slicing if the levels are already available, is this shortcut not taken by the iris vertical interpolator?
There are two problems with python-stratify:
it cannot be installed from PyPI-> this is apparently solved, but see also Installation from PyPI fails SciTools/python-stratify#25Here is a link to the relevant code:
https://github.com/ESMValGroup/ESMValTool/blob/3e68d1593f544694618617368f8a3c88d0683f33/esmvaltool/preprocessor/_regrid.py#L327-L434
The text was updated successfully, but these errors were encountered: