Skip to content

Commit 9a75db1

Browse files
authored
Merge branch 'RC_v1.6.x' into low_cloud_tracking_tobathon
2 parents 524d542 + 9da0f65 commit 9a75db1

File tree

6 files changed

+6299
-1
lines changed

6 files changed

+6299
-1
lines changed
77 KB
Loading

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""This file is used to configure the Sphinx build of our documentation.
2-
The documentation on setting this up is here: https://www.sphinx-doc.org/en/master/usage/configuration.html
2+
The documentation on setting this up is here: https://www.sphinx-doc.org/en/master/usage/configuration.html
33
"""
44

55
# This is the standard readthedocs theme.
@@ -99,4 +99,5 @@ def setup(app):
9999
"examples/Example_Updraft_Tracking/Example_Updraft_Tracking": "_static/thumbnails/Example_Updraft_Tracking_Thumbnail.png",
100100
"examples/Example_vorticity_tracking_model/Example_vorticity_tracking_model": "_static/thumbnails/Example_vorticity_tracking_model_Thumbnail.png",
101101
"examples/Example_low_cloud_tracking_eurec4a/Example_low_cloud_tracking_eurec4a": "_static/thumbnails/Example_low_cloud_tracking_eurec4a_Thumbnail.png",
102+
"examples/Example_ICON_MCS_tracking/Example_ICON_MCS_tracking": "_static/thumbnails/Example_ICON_MCS_tracking_Thumbnail.png",
102103
}

doc/examples.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ tobac is provided with a set of Jupyter notebooks that show examples of the appl
3232
WRF Updrafts <examples/Example_Updraft_Tracking/Example_Updraft_Tracking>
3333
WRF Mesoscale Vorticity <examples/Example_vorticity_tracking_model/Example_vorticity_tracking_model>
3434
DALES Cloud Botany LWP (cumulus tracking) <examples/Example_low_cloud_tracking_eurec4a/Example_low_cloud_tracking_eurec4a>
35+
ICON Global MCS Tracking <examples/Example_ICON_MCS_tracking/Example_ICON_MCS_tracking>
3536

3637

3738
.. nbgallery::

environment-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ dependencies:
2929
- ffmpeg
3030
- intake==0.7.0
3131
- intake-xarray==0.7.0
32+
- healpix
33+
- easygems

example_requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ numba
2222
dask
2323
intake==0.7.0
2424
intake-xarray==0.7.0
25+
healpix
26+
easygems

0 commit comments

Comments
 (0)