Several updates to ocean transects #613
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This merge adds support for:
nVertLevelsP1
as the vertical dimensionmatplotlib
functionality for plotting fields on quadsis a lot more robust, mature, and intuitive than that for triangles
This pull request includes significant changes to the documentation and code structure related to transect plotting and interpolation in the
mpas_tools
package. The changes involve updates to the documentation to reflect the new module structure, the addition of new functions, and the removal of outdated code.Documentation Updates:
conda_package/docs/api.rst
to reflect changes in module names and added new functions for transect plotting and interpolation. [1] [2]conda_package/docs/ocean/visualization.rst
andconda_package/docs/visualization.rst
. [1] [2]Code Structure Changes:
plot_ocean_transects
function and related code fromconda_package/mpas_tools/ocean/viz/transects.py
.conda_package/mpas_tools/ocean/viz/transect/__init__.py
.Test Updates:
conda_package/mpas_tools/tests/test_viz_transects.py
to use the new module structure and functions for transect-related tests.