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
I think this can be done internally, yes. The input manager should be able to detect the need for a transpose and add it automatically, provided the depth axis is correctly recognized. NB that requires either the standard_name or the positive attribute to be set on the coordinate variable for depth. TBC
Currently I have to preprocess WOA with:
def woa_times(nc):
return nc.transpose('time','lat','lon','depth')
this could be done internally in input.woa, or let pygetm infer it by name...
The text was updated successfully, but these errors were encountered: