-
Notifications
You must be signed in to change notification settings - Fork 53
Description
A note (following up on a discussion with @xylar) that a couple of mpas-analysis tasks need to be updated to use normalTransportVelocity rather than normalVelocity. This can also be done by adding the GM and submeso velocities if they exist in the output.
So far, @xylar and I identified:
- time_series_transport.py is missing the submeso velocity
- the barotropic/SPG streamfunction should also include the total velocity, not just the resolved one.
@xylar suggested this code block as a good example of how to add these, as long as we also add the submeso velocity.
Anyone should feel free to add to this list if you notice other tasks that require correcting.
Note that the velocity plots (e.g. sose transects use velocityMeridional velocityZonal (i.e. resolved velocities) which is not necessarily wrong if we are investigating momentum but it's important to keep in mind that the plots do not include the total transport velocity.