Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix time bash order #1049

Merged
merged 3 commits into from
Feb 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
fix time bash order
  • Loading branch information
durack1 committed Feb 3, 2024
commit 5cf3f0aef527d00a805508f988dbd57a92dfc517
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