You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,21 @@
2
2
3
3
# Mosaic
4
4
5
-
> ⚠️ **This package in under early development and not ready for production use, yet.**
5
+
`mosaic` provides the functionality to visualize unstructured [MPAS](https://mpas-dev.github.io/)
6
+
mesh data on it's native grid within `matplotlib`. Currently MPAS meshes are the
7
+
only unstructured meshes used in `E3SM` that `mosaic` supports, but future work
8
+
will add support for others.
6
9
7
-
`mosaic` provides the functionality to visualize unstructured mesh data on it's native grid within `matplotlib`.
8
-
Currently `mosaic` only supports [MPAS](https://mpas-dev.github.io/) meshes, but future work will add support for other unstructured meshes used in `E3SM`.
10
+
:::{admonition} Please reach out with any problems!
11
+
:class: tip
12
+
13
+
If you have any trouble with `mosaic`, especially problems plotting your `MPAS`
14
+
mesh of choice, please reach out via [GitHub discussions](https://github.com/E3SM-Project/mosaic/discussions)
15
+
under the ["Q&A" category](https://github.com/E3SM-Project/mosaic/discussions/categories/q-a).
16
+
17
+
If you suspect you've found a bug in `mosaic` feel free to open an issue on
0 commit comments