Skip to content

Commit

Permalink
fix time bash order
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Feb 3, 2024
1 parent 313f272 commit 5cf3f0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/jupyter/Demo/Demo_9_seaIceExtent_ivanova.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://pcmdi.github.io/pcmdi_metrics/install.html). \n",
"The documentation for the sea ice metrics can be found [here](http:https://pcmdi.github.io/pcmdi_metrics/metrics_sea_ice.html)."
]
Expand Down Expand Up @@ -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."
]
Expand Down Expand Up @@ -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."
]
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5cf3f0a

Please sign in to comment.