-
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
Development fx area and volume #214
Conversation
Thanks V! |
Related issue #94, see also the discussion there. |
@ledm would you be ok if you merged |
esmvalcore/preprocessor/_area.py
Outdated
if cube.coord('latitude').ndim == 1: | ||
region_subset = cube.intersection( | ||
longitude=(start_longitude, end_longitude), | ||
latitude=(start_latitude, end_latitude)) | ||
region_subset = region_subset.intersection(longitude=(0., 360.)) | ||
return region_subset | ||
# irregular grids | ||
|
||
# Irregular grids - not lazy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are no longer needed, this has been fixed.
this needs revival 🍺 |
Nope! these changes are obsolete, all is done up in |
This problem is not solved: #367 |
s**t, sorry mate The branch is old as time and I am afraid I don't have the time to resolve all the conflicts in |
Please close and delete branch if no longer required. |
Before you start, please read CONTRIBUTING.md.
Tasks
If you need help with any of the tasks above, please do not hesitate to ask by commenting in the issue or pull request.
Closes #367