Skip to content

Commit

Permalink
Added warning about conda versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
adele-morrison committed Apr 17, 2024
1 parent 8bae69b commit 9d6f69a
Showing 1 changed file with 2 additions and 0 deletions.
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

1 comment on commit 9d6f69a

@willaguiar
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that is a sensible solution for now! Better to have an option for other people to run the code, while we are working on fixing it.

Please sign in to comment.