From fba79ab47847b393997c02fa4efd42a34de88db7 Mon Sep 17 00:00:00 2001 From: Panos Mavrogiorgos Date: Thu, 5 Oct 2023 10:26:24 +0300 Subject: [PATCH] notebooks: minor: Rename notebook Replace space with an underscore. --- .../{Public API.ipynb => Public_API.ipynb} | 41 ------------------- 1 file changed, 41 deletions(-) rename notebooks/{Public API.ipynb => Public_API.ipynb} (90%) diff --git a/notebooks/Public API.ipynb b/notebooks/Public_API.ipynb similarity index 90% rename from notebooks/Public API.ipynb rename to notebooks/Public_API.ipynb index af98906..66f33ff 100644 --- a/notebooks/Public API.ipynb +++ b/notebooks/Public_API.ipynb @@ -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": {