diff --git a/demos/reanalysis-forced.ipynb b/demos/reanalysis-forced.ipynb index 4c8643bf..82607591 100644 --- a/demos/reanalysis-forced.ipynb +++ b/demos/reanalysis-forced.ipynb @@ -6,11 +6,15 @@ "source": [ "# Regional Tasmanian domain forced by GLORYS and ERA5 reanalysis datasets\n", "\n", - "**Note: FRE-NC tools are required to be set up, as outlined in the `regional-mom6` package [documentation](https://regional-mom6.readthedocs.io/en/latest/).**\n", + "**Note**: FRE-NC tools are required to be set up, as outlined in the [documentation](https://regional-mom6.readthedocs.io/en/latest/) of regional-mom6 package.\n", "\n", - "For this example we need a copy of the [GEBCO bathymetry](https://www.gebco.net/data_and_products/gridded_bathymetry_data/), access to the [GLORYS ocean reanalysis data](https://data.marine.copernicus.eu/product/GLOBAL_MULTIYEAR_PHY_001_030/description), and [ERA5 surface forcing](https://www.ecmwf.int/en/forecasts/dataset/ecmwf-reanalysis-v5). \n", + "For this example we need:\n", "\n", - "This example reads in the entire global extent of ERA5 and GEBCO; we don't need to worry about cutting it down to size. " + "- [GEBCO bathymetry](https://www.gebco.net/data_and_products/gridded_bathymetry_data/)\n", + "- [GLORYS ocean reanalysis data](https://data.marine.copernicus.eu/product/GLOBAL_MULTIYEAR_PHY_001_030/description), and\n", + "- [ERA5 surface forcing](https://www.ecmwf.int/en/forecasts/dataset/ecmwf-reanalysis-v5)\n", + "\n", + "This example reads in the entire global extent of ERA5 and GEBCO; we don't need to worry about cutting it down to size." ] }, {