You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The preprocessor extract_trajectory is built to interpolate the model data between two points at a prescribed number of points.
This means that it creates a new set of coordinates between those two points. However, the new coordinates do not include the coordinate attribute, bounds.
I am not sure there should be bounds here. In the example, the points happen to lie on the same latitude, so on the face of it, bounds seem to have a clear interpretation, but what if the trajectory is not aligned like this. Does it really make sense to build rectangular cells around the points in that case? Should those touch at corners, or would you want to add parameters to the preprocessor to define something like a halo size in all involved directions?
The preprocessor
extract_trajectory
is built to interpolate the model data between two points at a prescribed number of points.This means that it creates a new set of coordinates between those two points. However, the new coordinates do not include the coordinate attribute,
bounds
.ie:
The preprocessor
Produces the follow latitude
However, you'll also notice that it actually switches latitudes and longitudes:
https://docs.esmvaltool.org/projects/esmvalcore/en/latest/_modules/esmvalcore/preprocessor/_volume.html#extract_trajectory
should be:
Whoops!
(This was first an issue on ESMValTool, instead of ESMValCore: ESMValGroup/ESMValTool#2174)
The text was updated successfully, but these errors were encountered: