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

Feature list for plotting script #3

Open
5 tasks
mkavulich opened this issue Sep 19, 2024 · 0 comments
Open
5 tasks

Feature list for plotting script #3

mkavulich opened this issue Sep 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mkavulich
Copy link

There are a lot of features we would like to add to the MPAS plotting script, so this issue will track those

To do

  • Add the capability to query the available variables, vertical levels, etc. This may make sense as a separate script rather than within the plotting script
  • Option to coastlines and political boundaries
  • Option to specify map projection
  • Support for edge- and node-centered variables (only face-centered variables work for now)
  • Add parallelism. Current serial output is very slow for large MPAS files due to the need to convert from a 1-d connected grid to a 2-d regular grid (for example, running on just our coarse global grid takes several seconds, and experimental HAFS output at 3km took more than a minute per plot). With not too much work it should be possible to add parallelism to this script (for example, the way that pygraf does it
@mkavulich mkavulich added the enhancement New feature or request label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant