Skip to content

Releases: MPAS-Dev/MPAS-Tools

v0.6.0

04 May 12:39
d88210a
Compare
Choose a tag to compare

Minor release including switch from rasterio to inpoly for some mask creation.

Minor Enhancements:

  • Add a yaml file describing the mpas_tools dev environment #418
  • Switch from rasterio to inpoly for signed distance masks #420

Clean up

  • Update culling script to python3 #412
  • Switch to file spec for the development env. #419

Bug fix:

  • Fix invalid vertices in vertex transect masks #414

Contributors:

@xylar
@mark-petersen
@dengwirda
@milenaveneziani

v0.5.1

06 Apr 21:26
ac85e45
Compare
Choose a tag to compare

Bug fix.

Bug fix:

  • Make make sure all strings in MOC files have 64 char #409

Contributors:

@xylar

v0.5.0

06 Apr 16:46
25756f2
Compare
Choose a tag to compare

Minor release

Minor Enhancements:

  • Add python mask creation for projection grids #406
  • Add region group info to MOC output #407

Contributors:

@xylar

v0.4.0

04 Apr 19:41
0fd9d94
Compare
Choose a tag to compare

Minor release including sea ice scripts for culling equatorial cells and rescale meshes from the unit sphere to a realistic globe, and various minor enhancements and bug fixes related to python mask generation.

Minor Enhancements:

  • Added scripts to equatorial cull and mesh rescale #402
  • Update MOC southern boundary to not require region groups #401
  • Add edge sign to python transect masks #404

Bug fix:

  • Fix periodicity in python transect masks #403

Contributors:

@xylar
@akturner

v0.3.0

27 Mar 13:38
c6396a5
Compare
Choose a tag to compare

Minor release including python-based mask creation, a fix to angleEdge for planar meshes, and several updates to land-ice scripts.

Major Enhancements:

  • Add python mask creator #399

Minor Enhancements:

  • Update landice Exodus conversion script user interface #388
  • Minor updates to scripts used in landice grid workflows #397

Bug fix:

  • Generalize angleEdge for planar meshes in MpasMeshConverter #396

Documentataion:

  • Add documentation for logging #394

CI

  • Update dependencies in the recipe #393

Contributors:

@xylar
@matthewhoffman
@trhille

v0.2.1

12 Jan 12:20
5aa1f68
Compare
Choose a tag to compare

Patch release.

Bug fixes:

  • Fixes crash while running ocean_add_depth #390
  • Fix further bugs in ocean depth module #391

Contributors:

@xylar
@sterlingbaldwin

v0.2.0

11 Jan 08:54
f9ad3a8
Compare
Choose a tag to compare

Minor release.

Minor Enhancements:

  • Add support for logging (e.g. to log files) #385
  • Add check for required time dimension if a range of times is included #386

Contributors:

@xylar
@trhille
@matthewhoffman

v0.1.0

26 Dec 09:52
8979e01
Compare
Choose a tag to compare

Minor release. Versioning will now follow Semantic Versioning.

Minor Enhancements:

  • Landice/temp outside ice mask exo mpas conversion #381
  • In write_netcdf, make Time an unlimited dimension #382

Contributors:

@xylar
@trhille
@matthewhoffman

v0.0.15

25 Nov 21:36
db8293c
Compare
Choose a tag to compare

Minor release

Minor Enhancements:

  • Add depth dimension as arg to compute_zmid #376
  • Switch MOC basins and transects to use aggregation from geometric_features #379

Documentataion:

  • Document additional CIME constants #375
  • Update docs for non-periodic meshes with planar_hex #377

CI

  • Update text for Azure badge #378

Contributors:

@xylar

v0.0.14

13 Nov 20:32
123b5ac
Compare
Choose a tag to compare

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:

@xylar
@matthewhoffman