Skip to content

v1.0.0a4

Choose a tag to compare

@mnurisso mnurisso released this 25 Feb 15:34
· 316 commits to main since this release
8a08c15

Main changes

  • Several updates in DROP functionalities and CLI, including support for sum statistic and native DROP production
  • Several adjustments in the reader and regridding functionalities, including support for non gregorian calendars and better grid handling

Complete list

  • Remove necessity of FDB paths if engine is polytope (#2656)
  • Fix null catalog entry (#2725)
  • Histogram function now accepts weights dataarray argument (#2734)
  • DROP module and CLI can take a stat_kwargs dictionary to specify additional arguments for the statistical callable operator (#2691)
  • histogram is integrated in the DROP framework (#2691)
  • Set per-worker TMPDIR to avoid CDO/smmregrid contention in parallel runs (#2720)
  • Histogram graphics function adjustments for xlabel and ylabel (#2598)
  • Add test for flipping lat coord by datamodel (#2699)
  • CatGen: replacing DARS with DARS2 FESOM grids in catgen config files (#2706)
  • Use 3 workers for tests, add 5min timeout for each test and global 40min timeout; add workers log file (#2701)
  • Add a test for attributes after regridding (#2693)
  • Regridding of datasets to ignore bounds (#2678)
  • Fix units for FESOM thetao variable in fixer (#2686)
  • Management of counter_reverse_coordinate() function (#2679, 2704)
  • Add cleanup on failure for console aqua add catalog addition (#2649)
  • Console: Single API call for aqua add (#2675)
  • plot_single_map() better Healpix handling (#2671)
  • Reader: ignore regridded flag if not usable (#2664)
  • Smmregrid weights are corrected by fixer/datamodel (#2639)
  • idx_ index is removed since smmregrid selection is now based on coordinate values (#2639)
  • DROP: expose compact option in DROP CLI (#2659)
  • DROP: add sum statistic support in DROP (#2659)
  • DROP: fix for native DROP production (#2659)
  • Added support for non gregorian calendars (#2631)
  • Improve gridlines in maps for different projections (#2660)
  • Added atmospheric grids definitions for a selection of HighResMIP models (#2627)
  • Datamodel identifies depth preferrably over height in ambigous cases (#2654, #2655)
  • Read with microsecond time resolution by default (#2638)
  • Update data model coordinates transformer to work with latest xarray version (#2652)