Improvements to Along_slope_velocities.ipynb#645
Conversation
…ot pertinent for this recipe, opened grid information in a more intuitive way, cleaned and enhanced text
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Along_slope_velocities.ipynb
|
View / edit / reply to this conversation on ReviewNB navidcy commented on 2025-11-10T05:18:01Z Line #1. # from pathlib import Path if we don't need Path then delete the line?
Also, what's the error here? ERROR 1: PROJ: proj_create_from_database: Open of /g/data/xp65/public/./apps/med_conda/envs/analysis3-25.09/share/proj failed |
|
View / edit / reply to this conversation on ReviewNB navidcy commented on 2025-11-10T05:18:02Z what's this weird output (at last at reviewnb is weird!) julia-neme commented on 2025-11-11T00:22:20Z I have no idea what this is but it does not appear in the jupyter notebook.. |
|
View / edit / reply to this conversation on ReviewNB navidcy commented on 2025-11-10T05:18:03Z Line #7. # Take the mean over time no need to explain that |
|
View / edit / reply to this conversation on ReviewNB navidcy commented on 2025-11-10T05:18:03Z the output is a bunch of errors...............?
|
|
Upsi daisies I wrote about those errors here: #576 (comment) I've been using VS Code because ARE's jup lab glitches are driving me crazy - downsize is those strange warnings (I've asked in the hive). I'll re-run in ARE and push again |
|
I tried to run via gadi_jupyter and was getting errors........ I'll wait for your push and see what happens. |
f607219 to
b4e5d83
Compare
|
I have no idea what this is but it does not appear in the jupyter notebook.. View entire conversation on ReviewNB |
|
I think ready for you @navidcy :) |
|
View / edit / reply to this conversation on ReviewNB navidcy commented on 2025-12-19T23:39:33Z Line #9. # # For plotting why do we need 2 |
|
View / edit / reply to this conversation on ReviewNB navidcy commented on 2025-12-19T23:39:33Z Line #5. esm_ds = catalog[experiment] we don't need a comment to say that we named something but what's |
|
View / edit / reply to this conversation on ReviewNB navidcy commented on 2025-12-19T23:39:34Z Line #28. vmin=-0.5, vmax=0.5, extend='both', the 0.3 colorbar limits looked better? |
|
I pushed some tweaks. Looks good! I'll merge. |
Closes #576
I have added mom6 instructions (there's placeholder there to link to the new tutorial on grids and
xgcm#621 which adaptation to MOM6 in this recipe will need),I have removed all the detailed browsing of the catalogue since that should be covered in the intake tutorial notebook, and I have also removed the vertical averaging section because its not pertinent for this recipe. This way the recipe is more clearly focused is on along-topography projection of a velocity (or other vector) field. I can create another tutorial for correct vertical averaging if not already somewhere.
Last, there's some tweaks and improvements to the text.