Skip to content

Releases: MPAS-Dev/MPAS-Tools

v0.27.0

28 Oct 13:38
e78dc20
Compare
Choose a tag to compare

A minor release that adds back the MpasMaskCreator.x and fixes several issues with transects

Bug fixes

  • Fixes to transect extraction and plotting #534
  • Add back the MpasMaskCreator.x tool #535

Contributors:

@xylar

v0.26.0

15 Oct 14:29
960ace8
Compare
Choose a tag to compare

A minor release that moves a vector reconstruction tool into the conda package for use in downstream workflows.

Minor enhancement

  • Move vector reconstruction into the conda package #531

Contributors:

@xylar

v0.25.0

29 Sep 19:02
2348d07
Compare
Choose a tag to compare

A minor release that fixes the prepend and append features of the MPAS config parser

Bug fix

  • Fix append and prepend for the MpasConfigParser #529

Contributors:

@xylar

v0.24.0

28 Sep 09:16
d7dd750
Compare
Choose a tag to compare

A minor release that fixes builds for the grid_rotate tool and adds some new features to the MPAS config parser

Minor enhancement

  • Add new features to config parser #527

Bug fix

  • Switch from use of 'nc-config' to 'nf-config' in top-level Makefile for grid_rotate #526

Documentation

  • A bunch of fixes to the conda package docs and docstrings #524

Contributors:

@mgduda
@dimomatt
@xylar

v0.23.0

18 Aug 12:14
4051ec4
Compare
Choose a tag to compare

A minor release that fixes a bug in the cull() method in combination with the new MpasCellCuller.x.

Bug fix

  • Convert masks to int type in cull() function #521

Continuous Integration

  • Update ci packages to match conda-forge versions #522

Contributors:

@xylar

v0.22.0

08 Aug 09:26
9987076
Compare
Choose a tag to compare

A minor release that adds versions of the mesh conversion tools that use the NetCDF-C library and are more than an order of magnitude faster as a result. This release also includes support for sorting mesh indices for better performance and some other minor enhancements and bug fixes.

Major enhancement

  • Add NetCDF C version of mesh conversion tools #514

Minor enhancement

  • Update SEACAS paths for Perlmutter and Chicoma #516
  • Add bandwidth-minimising mesh sorting routine #515

Bug fixes

  • Fix widen transect function #517
  • Fix MOC edge sign and mask #518

Contributors:

@dengwirda
@mark-petersen
@matthewhoffman
@trhille
@xylar

v0.21.0

16 Jun 11:40
77291c4
Compare
Choose a tag to compare

A minor release with some new checks related to ISMP6 flux variables and several bug fixes and clean-up merges.

Minor enhancement

  • Add a check and a warning in processing the ismip6 flux variables #495

Bug fixes

  • Fix entry point for compute_projection_region_masks #508
  • Fix culling in VTK extractor with multiple times #510
  • Fix SHR_CONST_OMEGA in cime.constants #512

Clean up

  • Fixes to ISMIP6 processing for scalar fields #509
  • Break out Vector class in its own module #503

Contributors:

@hollyhan
@matthewhoffman
@trhille
@xylar

v0.20.0

27 Apr 08:10
13440d4
Compare
Choose a tag to compare

A minor release that adds a simpler tool for creating sea-ice graph partitions, another for plotting ocean transects, a timeout for check_call (for debugging) and an update to a tool for plotting land-ice maps.

Minor enhancement

  • Add an optional timeout to check_call with logging #502
  • Update plot_maps.py for landice plotting #504
  • Add plotting tool for MPAS-Ocean transects #505
  • Add simple_seaice_partition tool #506

Contributors:

@matthewhoffman
@milenaveneziani
@trhille
@xylar

v0.19.0

12 Mar 13:19
1b4f17e
Compare
Choose a tag to compare

A minor release that adds face melting to ISMIP6 processing for land ice and includes some bug fixes to land-ice scripts and sea-ice partitioning tools

Minor enhancement

  • Add facemelting to ismip6 processing script #490

Bug fixes

  • Do not allow (t-1) to access last time level in face-melt processing #493
  • Fix flux files processing when no threshold calving cells are boundary cells #494
  • Allow external mapping file for sea-ice partitioning #499

Documentation

  • Update docs for sea-ice partitioning #500

Contributors:

@matthewhoffman
@trhille
@xylar

v0.18.0

13 Feb 00:36
d9b0032
Compare
Choose a tag to compare

A minor release that adds several land-ice plotting scripts and fixes an issue with SciVisColor colormaps

Minor enhancement

  • Add analysis script for plotting regional stats #471
  • Add sea-level equiv axis to VAF plot #475
  • Add a general script for plotting 2D output #481

Bug fixes

  • Fix reading of SciVisColor colormaps #492

Contributors:

@matthewhoffman
@trhille
@xylar