Releases: MPAS-Dev/MPAS-Tools
v0.0.14
Minor release including the addition of of visualization transects, nonuniform grids for signed-distance functions, new CIME constants and updates to MALI mesh interpolation scripts, as well as a number of bug fixes.
Major Enhancements:
- Add modules for computing transect geometry #324
Minor Enhancements:
- Add scripts from add_depth_coord to conda package #357
- Updates to MALI mesh interpolation script #356
- Add more CIME constants #369
- Add support for signed distance for nonuniform grids #359
Clean Up:
- Move functions for adding depth coordinates to MPAS-Ocean into the conda pacakge #362
- Remove switching to Agg backend #371
- Remove compass metapackage #372
Bug fix:
- Fix 2 mesh conversion utils #348
- Switch mesh_spec attribute from double to string in MPAS cell culler #351
- Fix grid_imask in scrip_from_mpas #352
- Fix masking for signed distance functions #358
- Add pyproj as a dependency #363
- Rename string dimension StrLen in write_netcdf #367
- Fix out-of-bounds issue with bilinear interp #368
Documentataion:
- A lot of new additions to the documentation #349
- Add captions to docs table of contents #364
- Remove some redundant captions #366
CI
- Fix local package installation directory in Azure #373
Contributors:
v0.0.13
v0.0.12
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:
v0.0.11
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:
v0.0.10
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:
v0.0.9
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:
v0.0.8
v0.0.7
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:
Bug fixes:
- Fix interpolation to land-ice meshes when source and destination grids are both MPAS. #282
- Fix version number in the docs #286