Skip to content

Releases: MPAS-Dev/MPAS-Tools

v0.0.13

05 Sep 15:54
bf2d40b
Compare
Choose a tag to compare

Minor release

Minor Enhancements:

  • Allow conversion tools to be called with a directory #346

Bug fix:

  • Fix Earth radius in jigsaw_to_netcdf #347

Contributors:

@xylar

v0.0.12

04 Sep 06:00
bfd3f9f
Compare
Choose a tag to compare

Minor release including the addition of mesh.creation, moved over from MPAS-Model's COMPASS infrastructure so it is available for more general use.

Major Enhancements:

  • Add mesh creation module to mpas_tools conda package #311

Minor Enhancements:

  • Add Azure support #338
  • Update Earth radius in build_mesh to the CIME value #341
  • Use an internal bilinear interpolation instead of scipy for meshDensity and bathymetry #344

Clean Up:

  • A few minor tweaks to the conda build recipe #336
  • Update license to 2020 #337
  • Switch from Travis CI to Azure in docs #342
  • Reorganize mesh creation #314

Bug fix:

  • Fix docs path #339

Contributors:

@xylar

v0.0.11

27 Aug 07:28
a223158
Compare
Choose a tag to compare

Minor release but with some major enhancements. The ability was added to the ParaView extractor to crop to a region defined by a geojson polygon. A significant chunk of code for making MPAS meshes with JIGSAW was moved over from MPAS-Model to this repo.

Major Enhancements:

  • Crop to a region in the ParaView extractor #310
  • Add mesh creation module to mpas_tools conda package #311

Minor Enhancements:

  • Update compass to 0.1.4 #308
  • Switch compass 0.1.5 env to use nompi variant of netcdf4 #309
  • Update version of pyremap in compass 0.1.6 metapackage #312
  • Update the script for setting up compass environments #313
  • Add CIME Earth radius #315
  • Update to compass 0.1.7 #320
  • Update compass 0.1.8 with new geometric_features #322
  • Sea ice partitioning methods for improved load balancing #329
  • Add function for converting MPAS meshes to viz triangles #319

Clean Up:

  • Remove support for Read The Docs #334

Bug fix:

  • Fix Travis CI #307
  • Strip NULL (\x00) characters from xtime #318
  • exo to nc conversion: fix beta extrapolation #328
  • Fix paraview extractor and macros to be compatible with Paraview 5.8.0 #326
  • Add missing image to docs #330
  • Try again to fix image in docs #332
  • Update hdf5 version to match conda-forge #333
  • ParaView extractor: make connectivity int64... #335

Contributors:

@xylar
@matthewhoffman
@mperego
@akturner

v0.0.10

09 Apr 20:20
2957b79
Compare
Choose a tag to compare

Minor release with some small bug fix and a number of minor updates to various scripts, the mpas_tools conda package and the compass conda metapacakge. If particular interest may be:

  • allowing the full functionality of the paraview extractor to be accessed by a function (not just the script)
  • addition of some (still very much incomplete) documentation of MPAS-Tools, built automatically with Travis CI

Minor Enhancements:

  • Add NCO, ESMF, pyremap and mpich to compass env. #298
  • Update compass creation script #299
  • Add Travis CI to test conda package and build docs #301
  • Add 3D capability to landice mesh tool conversion_exodus_init_to_mpasli_mesh.py #284
  • Make separate mpich, openmpi and "nompi" compass builds #300
  • Update conda package and compass to better support MPI #303

Bug fix:

  • Fix extension and update compass version #297
  • Fix path to the docs in Tavis #302
  • Fix smb units in landice interpolation script #304
  • Fix temperature interpolation in landice tool conversion_exodus_init_to_mpasli_mesh.py #306

Contributors:

@xylar
@trhille
@matthewhoffman

v0.0.9

05 Mar 22:21
51ec7be
Compare
Choose a tag to compare

Minor release with an important bug fix and some minor updates to the compass metapackage

Minor Enhancements:

  • Update version of geometric_features to include offline data #295
  • Update compy path in COMPASS metapackage #294

Bug fix:

  • Fix reading of sphere_radius, x_period and mesh_spec #296

Contributors:

@xylar

v0.0.8

03 Mar 15:39
8f8c415
Compare
Choose a tag to compare

Minor release with minor enhancements

Minor Enhancements:

  • Make MOC basin masks and southern transects #292
  • Add compass metapackage #285

Contributors:

@xylar

v0.0.7

25 Feb 02:21
750a482
Compare
Choose a tag to compare

Minor release with minor enhancements, clean up and bug fixes

Minor Enhancements:

  • modify bedTopography when converting thickness in MALI #219
  • Add logger to conversion module of conda package #290

Clean up:

  • Remove remaining mentions of evtk #287
  • Remove outdated jigsaw to netcdf tools #288

Bug fixes:

  • Fix interpolation to land-ice meshes when source and destination grids are both MPAS. #282
  • Fix version number in the docs #286

Contributors:

@xylar, @tongzhangice , @matthewhoffman, @trhille

v0.0.6

23 Jan 18:32
43af56b
Compare
Choose a tag to compare

Minor release with minor enhancements and bug fixes

Minor Enhancements:

  • Add planar_hex args as global attributes mesh.nc #277
  • Add new script that puts zero-water-flux boundary around domain #278

Bug fixes:

  • Rewrite MOC southern boundary extractor #181
  • Fixes output of x_period and y_period #279

Contributors:

@xylar, @matthewhoffman, @vanroekel, @mark-petersen

v0.0.5

14 Nov 14:52
53a89a5
Compare
Choose a tag to compare

Minor release with bug fixes and clean up

Clean up:

  • Update define_cullMask.py to allow more input #273

Bug fixes:

  • Change string length back from 1024 to 64 in mask creator #275

Contributors:

@xylar, @matthewhoffman

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