-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from andrewdnolan/update-to-1.0.0
Update to 1.0.0
- Loading branch information
Showing
4 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
# Mosaic | ||
|
||
> :warning: **This package in under early development and not ready for production use, yet.** | ||
`mosaic` provides the functionality to visualize unstructured mesh data on it's native grid within `matplotlib`. | ||
Currently `mosaic` only supports MPAS meshes, but future work will add support for other unstructured meshes used in `E3SM`. | ||
`mosaic` provides the functionality to visualize unstructured [MPAS](https://mpas-dev.github.io/) | ||
mesh data on it's native grid within `matplotlib`. Currently MPAS meshes are the | ||
only unstructured meshes used in `E3SM` that `mosaic` supports, but future work | ||
will add support for others. | ||
|
||
## Documentation | ||
|
||
The latest `mosaic` documentation can be found here: | ||
|
||
https://docs.e3sm.org/mosaic/ | ||
|
||
## Requests for help | ||
|
||
If you have any trouble with `mosaic`, especially problems plotting your `MPAS` | ||
mesh of choice, please reach out via [GitHub discussions](https://github.com/E3SM-Project/mosaic/discussions) | ||
under the ["Q&A" category](https://github.com/E3SM-Project/mosaic/discussions/categories/q-a). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version_info__ = (0, 2, 0) | ||
__version_info__ = (1, 0, 0) | ||
__version__ = '.'.join(str(vi) for vi in __version_info__) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters