Releases: MPAS-Dev/MPAS-Tools
Releases · MPAS-Dev/MPAS-Tools
v0.0.4
Minor release with a few new scripts and bug fixes.
Minor Additions:
- Add new script to remove non-monotonically increasing times from output file #266
- Add nearest neighbor interpolation to interp script #267
- Add bare-bones docs with Read The Docs #268 #269 #270
Clean up:
- Upgrade create_SCRIP_file_from_MPAS_mesh.py to python3 #271
Bug fixes:
- Fix some tests in the conda package #272
Contributors:
v0.0.3
Minor release with a few new scripts and bug fixes.
Minor Additions:
- Added a tool to merge 2 MPAS non-contiguous meshes into a single file #252
- Added scripts for adding depth or zMid to MPAS-O data, or computing zMid on its own #229
- Added a script that performs offline vector reconstruction to cell centers from MPAS fields on edges #244
- Add a split tool as a complement to the merge tool #257
Clean up:
- Added an external script that points to planar_hex in the mpas_tools python package #256
- Converted remaining landice-related tools to py3 #260
Bug fixes:
- Fixed premature closing of time series in ParaView VTK extractor #255
- Fixed writing of pvd files in the ParaView VTK extractor #259
Contributors:
@xylar, @bradyrx, @jhkennedy, @matthewhoffman