-
Notifications
You must be signed in to change notification settings - Fork 8
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
_coordinate not defined for LatLong
points
#1936
Labels
bug
Something isn't working
Comments
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Aug 16, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well.
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Sep 8, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well. Here, we make the decision to work with LatLong boxes (instead of the more natural LongLat ones, more natural because Long is the X axis). LongLat boxes will fail
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Sep 8, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well. Here, we make the decision to work with LatLong boxes (instead of the more natural LongLat ones, more natural because Long is the X axis). LongLat boxes will fail
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Sep 8, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well. Here, we make the decision to work with LatLong boxes (instead of the more natural LongLat ones, more natural because Long is the X axis). LongLat boxes will fail
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Sep 8, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well. Here, we make the decision to work with LatLong boxes (instead of the more natural LongLat ones, more natural because Long is the X axis). LongLat boxes will fail
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Sep 8, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well. Here, we make the decision to work with LatLong boxes (instead of the more natural LongLat ones, more natural because Long is the X axis). LongLat boxes will fail
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Sep 8, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well. Here, we make the decision to work with LatLong boxes (instead of the more natural LongLat ones, more natural because Long is the X axis). LongLat boxes will fail
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Sep 8, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well. Here, we make the decision to work with LatLong boxes (instead of the more natural LongLat ones, more natural because Long is the X axis). LongLat boxes will fail
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Sep 8, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well. Here, we make the decision to work with LatLong boxes (instead of the more natural LongLat ones, more natural because Long is the X axis). LongLat boxes will fail
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Sep 8, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well. Here, we make the decision to work with LatLong boxes (instead of the more natural LongLat ones, more natural because Long is the X axis). LongLat boxes will fail
Sbozzolo
added a commit
to CliMA/ClimaDiagnostics.jl
that referenced
this issue
Sep 9, 2024
This commit makes identifying coordinates for resampling more coordinate agnostic. This commit introduces a workaround for CliMA/ClimaCore.jl#1936 More fundamentally, CliMA/ClimaCore.jl#1936 is probably a reflection of the fact that boxes with longlat points are not supported extremely well. Here, we make the decision to work with LatLong boxes (instead of the more natural LongLat ones, more natural because Long is the X axis). LongLat boxes will fail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This leads to problems with Remapper.
I found that I had to define them like this:
That is, flipping the value with respect to the order implied by the name. If I have them with the same order, the error is:
This is due to the fact that we typically put longitude as first dimension.
The text was updated successfully, but these errors were encountered: