Skip to content

Commit

Permalink
fix rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Apr 23, 2024
1 parent 6bedb63 commit 9c0fac8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions demos/reanalysis-forced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit 9c0fac8

Please sign in to comment.