-
Notifications
You must be signed in to change notification settings - Fork 6
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
[FEAT] Vertical velocity calculation and diagnostic plot #59
Conversation
…fference derivative
…to calculate glider vertical speed from dzdt. Created a diagnostic plot (plot_vertical_speeds_with_histograms)
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…formatting on plot_vertical_speeds_with_histograms docstring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great additional functionality!. Once the attributes are added to vert speed variables I think is good to merge
It's not finding a variable |
Added functions to calculate vertical velocities:
Added function to plot the velocities so that you can visually check (for a small range of profiles) whether the differencing is going the right way around, and a histogram to see where the computed seawater w ends up.