-
Notifications
You must be signed in to change notification settings - Fork 41
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
Are output dimensions name from argo.interp_std_levels invalid ? #155
Comments
@quai20 you coded this method, what do you think ? I found out about this when working on the groupy_pressure_bins method The This would also be a breaking change with backward versions |
One could indeed argue that to avoid confusion, making the output clearly not an Argo-like dataset is a good thing to do On the other hand, the accessor keep track of the modifications, and this will help users to use all argopy functionalities, event after a transformation of the data |
This issue was marked as staled automatically because it has not seen any activity in 90 days |
This issue was marked as staled automatically because it has not seen any activity in 90 days |
This issue was closed automatically because it has not seen any activity in 365 days |
This issue was marked as staled automatically because it has not seen any activity in 90 days |
MCVE Code Sample
returns:
Expected Output
Problem Description
In interpolated output does not respect the Argo convention of having 2-dimensional variables in
(N_PROF, N_LEVELS)
and pressure values in a data variables. In this case we would expect the following:N_LEVELS
, notPRES_INTERPOLATED
PRES
where a comment attribute should be added to specify that they have been interpolated.The text was updated successfully, but these errors were encountered: