Skip to content

Commit

Permalink
notebooks: minor: Rename notebook
Browse files Browse the repository at this point in the history
Replace space with an underscore.
  • Loading branch information
pmav99 committed Oct 5, 2023
1 parent f833e4f commit fba79ab
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions notebooks/Public API.ipynb → notebooks/Public_API.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -419,47 +419,6 @@
" bbox=bbox\n",
")"
]
},
{
"cell_type": "markdown",
"id": "28f5ee84-fdc7-43cf-b54b-bd27ced49ce3",
"metadata": {
"tags": []
},
"source": [
"## Global models\n",
"\n",
"Global models are supported but you must post-process their output in order to handle elements that cross the International Date Line\n",
"\n",
"One way of doing this is to use pyPoseidon: https://pyposeidon.readthedocs.io/en/latest/utils.html#seam\n",
"\n",
"For further discussion please chere here: https://github.com/ec-jrc/Thalassa/issues/58"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f91dd93d-cf19-4467-b916-226d9e12c894",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"ds = thalassa.open_dataset(\"/tmp/ds2d.zarr\")\n",
"ds"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "676db643-3645-48d6-9d27-087b1afd4498",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"thalassa.plot(ds, \"max_elev\", clim_min=-50, clim_max=100)"
]
}
],
"metadata": {
Expand Down

0 comments on commit fba79ab

Please sign in to comment.