From 5cf3f0aef527d00a805508f988dbd57a92dfc517 Mon Sep 17 00:00:00 2001 From: "Paul J. Durack" Date: Fri, 2 Feb 2024 16:39:09 -0800 Subject: [PATCH] fix time bash order --- doc/jupyter/Demo/Demo_9_seaIceExtent_ivanova.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/jupyter/Demo/Demo_9_seaIceExtent_ivanova.ipynb b/doc/jupyter/Demo/Demo_9_seaIceExtent_ivanova.ipynb index d51544f65..bed4e5428 100644 --- a/doc/jupyter/Demo/Demo_9_seaIceExtent_ivanova.ipynb +++ b/doc/jupyter/Demo/Demo_9_seaIceExtent_ivanova.ipynb @@ -57,9 +57,9 @@ "Ana Ordonez, Jiwoo Lee, Paul Durack, Peter Gleckler ([PCMDI](https://pcmdi.llnl.gov/), [Lawrence Livermore National Laboratory](https://www.llnl.gov/))\n", "\n", "**Reference** \n", - "Ivanova, D. P., P. J. Gleckler, K. E. Taylor, P. J. Durack, and K. D. Marvel, 2016: Moving beyond the Total Sea Ice Extent in Gauging Model Biases. J. Climate, 29, 8965–8987, https://doi.org/10.1175/JCLI-D-16-0026.1. \n", + "Ivanova, D. P., P. J. Gleckler, K. E. Taylor, P. J. Durack, and K. D. Marvel, 2016: Moving beyond the Total Sea Ice Extent in Gauging Model Biases. *J. Climate*, **29**, Pp 8965–8987, https://doi.org/10.1175/JCLI-D-16-0026.1.\n", "\n", - "**NOTE** \n", + "**NOTES** \n", "The installation instructions for the PMP can be found [here](http://pcmdi.github.io/pcmdi_metrics/install.html). \n", "The documentation for the sea ice metrics can be found [here](http://pcmdi.github.io/pcmdi_metrics/metrics_sea_ice.html)." ] @@ -181,7 +181,7 @@ "metadata": {}, "source": [ "## Sectors\n", - "This code block produces maps that show the different regions used in the analysis along with the mean observed (OSI-SAF) sea ice concentration. The code to generate these figures can be found in the script `sea_ice_sector_plots.py`.\n", + "This code block produces maps that show the different regions used in the analysis along with the mean observed (OSI-SAF) sea ice concentration. The code to generate these figures can be found in the script [`sea_ice_sector_plots.py`](sea_ice_sector_plots.py).\n", "\n", "Below process will take about 30 seconds." ] @@ -264,7 +264,7 @@ "\n", "For this demo, we start the OSI-SAF satellite data in 1988 as that avoids missing data in earlier parts of the record.\n", "\n", - "The code to generate these figures can be found in `sea_ice_line_plots.py`.\n", + "The code to generate these figures can be found in [`sea_ice_line_plots.py`](sea_ice_line_plots.py).\n", "\n", "Below process will take about 15 seconds." ] @@ -1440,8 +1440,8 @@ } ], "source": [ - "%%bash\n", "%%time\n", + "%%bash\n", "sea_ice_driver.py -p sea_ice_param.py \\\n", "--test_data_set \"E3SM-1-0\" \"CanESM5\" \"MIROC6\" \\\n", "--realization '*' \\\n",