Releases: MPAS-Dev/MPAS-Tools
v0.36.0
Minor release that adds a function for computing the barotropic streamfunction
Minor enhancements
Documentation and Continuous integration
- Transition CI from Azure Pipelines to GitHub Actions by @altheaden in #586
- Fix the local gh-pages directory in docs workflow by @xylar in #587
- Update README by @xylar in #588
- Add dependabot workflow by @altheaden in #589
New Contributors
Full Changelog: 0.35.0...0.36.0
v0.35.0
A minor release that adds a tool for extrapolating land-ice variables, fixes a bug where meshDensity was not automatically added during MPAS mesh conversion, and improves flags used in the pip install
step of CI and development.
Minor Enhancements
- Extrapolate landice variable #576
Bug Fixes
- Add meshDensity in mesh conversion if not already present #583
Continuous Integration
- Add additional pip install flags in docs and conda recipe #582
Contributors:
v0.34.1
v0.34.0
A minor release that adds or enhances several land-ice tools, fixes some bugs, adds support for numpy 2.0 and
Major Enhancement
- Create a
landice
module for thempas_tools
conda package #569
Minor Enhancements
- Add script to mask off frozen regions of hydro domain #562
- add adjust_thickness_at_false_ocean_cells.py #564
- ISMIP6 2500 Projections Forcing #563
- Support numpy 2.0 #571
Bug Fixes
- Fix
planarIntersect
formula in MPAS mesh converter #567 - Fix data directory in
simple_seaice_partitions tool
#570
Continuous Integration
- Remove python 3.8 #572
Contributors:
@andrewdnolan
@alexolinhager
@favba
@mahf708
@mark-petersen
@matthewhoffman
@mgduda
@mwarusz
@proteanplanet
@trhille
@xylar
v0.33.0
A minor release that adds support for a spherical (rather than elliptical) latitude and longitude points on MALI meshes and also adds a grow mask to flood-fill mask creation.
Minor Enhancements
- Add south polar stereographic projection of a sphere #559
- Add a grow mask to constrain flood fill mask #560
Contributors:
v0.32.0
A minor release that fixes building the grid_rotate tool and adds new functions for culling MPAS datasets to the conda package
Minor Enhancements
- Add functions for culling an MPAS dataset #557
Bug fixes
- Correct issues with netCDF library linking and loading in mesh_tools/grid_rotate #556
Contributors:
v0.31.0
A minor release with some clean up and bug fixes to the MPAS cell culler and jigsaw to NetCDF converter as well as land-ice tools.
Clean-up
Bug fixes
- setup: always copy subdirs ocean, landice,... #550
- Ignore NaNs when checking for negative basalHeatFlux #551
- jigsaw_to_netcdf: bug fix for POINT coordinates #549
- Make some variables optional in MpasCellCuller.x #552
Contributors:
v0.30.0
A minor release that makes various improvements and fixes to land-ice tools, cleans up documentation for coastline alteration and fixes a bug in making region masks on lat-lon grids.
Minor enhancements
Clean-up
- Fix docs for coastline alteration #546