Skip to content

Releases: FESOM/tripyview

Tripyview v0.3.0 - New multi panel plotting interface, parallelized binning, optimized for larger mesh

16 Aug 13:42
91aff03
Compare
Choose a tag to compare
  • new multi panel plotting interface that allows for a more universal arrangement of panel plots , using more different projections. The number of different plotting routines got reduced. Especially the routines for all vertical plots got unified
  • add full density MOC diagnostic
  • all post processing routines that used an binning approach (MOC, heatflux, zonal means, hor. bar streamf.) got parallelized using joblib
  • the loading of data is further paralleilzed using xarray in combination with a dask worker client
  • cleaned up command line interface tripyrun using papermill now also works in parallel

Tripyview v0.2.1 - Last incorporation of bugfixes before the new plotting interface

26 Apr 13:14
Compare
Choose a tag to compare
  • mostly small bug fixes and improvements since the last release. This will be the last release for version 0.2, with the incorporation of the new plotting interface we jump to version 0.3

Tripyview v0.2.0 - optimization for larger meshes

13 Nov 09:43
Compare
Choose a tag to compare
  • tripyview got optimized to work with meshes upto dart size (~3M surface vertices)
  • all template notebooks can be used (should be used with dask client for large meshes) with dask client for efficient opening and reading of large files. Chunks are set to 'auto' since it turned out that auto chunking leads to faster performance
  • All subroutines that use binning have been parallelised as well (at least one level of binning either zonal or meridional)
  • the 3d pyvista plotting has been fixed again for the trame backend (but in moment works best either on laptop or on a login node, not so much on a compute node)