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:
@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.
A note (following up on a discussion with @xylar) that a couple of mpas-analysis tasks need to be updated to use
normalTransportVelocityrather thannormalVelocity. This can also be done by adding the GM and submeso velocities if they exist in the output.So far, @xylar and I identified:
@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
velocityMeridionalvelocityZonal(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.