Skip to content

Releases: MPAS-Dev/MPAS-Tools

v0.0.4

28 Oct 13:28
4438efb
Compare
Choose a tag to compare

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:

@xylar, @mark-petersen, @matthewhoffman

v0.0.3

21 Jun 08:07
328b2dc
Compare
Choose a tag to compare

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

v0.0.2

11 May 07:24
e2202ec
Compare
Choose a tag to compare

Adds cmake support for the mesh conversion tools.

A few other updates and bug fixes related to supporting a conda-forge package.

v0.0.1

09 May 14:58
8948389
Compare
Choose a tag to compare

A first release of MPAS-Tools, allowing a conda-forge package to be build from the resulting tar.gz file.