Skip to content
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

Add warning to `Cross-contour_transport.ipynb' about conda versions. #335

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions DocumentedExamples/Cross-contour_transport.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"source": [
"# Example: Cross-contour transport\n",
"\n",
"## WARNING: This notebook currently only works with analysis3-23.04 or earlier!!! See issue #327 for details.\n",
"\n",
"This notebook uses the `cosima_cookbook` to calculate transport across an arbitrary contour. We do this by first creating the contour, such as sea surface height, and extracting the coordinates using `matplotlib`'s `Path` class. We then create some masks to indicate which direction is across the contour at each position along the contour. We then load the transport data and compute the transport, resulting in data with dimensions depth and along contour index. \n",
"\n",
"Computation times shown used conda environment `analysis3-22.07` on the large compute size on NCI's ARE.\n",
Expand Down
Loading