-
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
extract_location pre-processor fails for cubes with 2D latitude and longitude arrays #2177
Comments
recipe:
|
nhsavage
added a commit
that referenced
this issue
Aug 23, 2023
nhsavage
added a commit
that referenced
this issue
Aug 30, 2023
10 tasks
ehogan
added a commit
that referenced
this issue
Aug 30, 2023
…has coordinates with an associated coordinate system
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using CORDEX data on a model with a rotated pole grid with the extract_location pre-processor it fails with:
ValueError: Interpolation coords must be 1-d for rectilinear interpolation.
The function: extract_point in preprocessor/_regrid.py
essentially needs extending to cope with cases where the latitude and longitude are not
Please attach
run
directory in the output directorymain_log_debug.txt
file, this can also be found in therun
directory in the output directoryThe text was updated successfully, but these errors were encountered: