Skip to content

v0.23.0

Latest

Choose a tag to compare

@CostanzaD CostanzaD released this 04 Mar 13:29
· 561 commits to main since this release
85ba11d

Main changes:

  1. Introduce common TitleBuilder class for all diagnostics
  2. Rename tools/diagnostics with tools/collections
  3. Histogram integration in AQUA analysis
  4. GlobalBiases: add statistical test (Welch's t-test) to global bias statistical class

Complete list:

  • GlobalBiases: add statistical test (Welch's t-test) to global bias statistical class (#168)
  • Update aqua analysis config diagnostic execution grouping and remove tropical rainfall (#173)
  • Load in memory before saving netcdf (#174)
  • Histogram: integration in AQUA analysis (#85)
  • Refactor of the TitleBuilder class to use the parameter names in singular (#163)
  • Remove unused select_region method from Diagnostic class, substituting it with the old _select_region (#154)
  • Ocean3D Stratification: compute rho first and other small fixes (#147, #167, #171)
  • ECmean: fix import (#152)
  • Ocean3d: speedup with netcdf reader (#144)
  • Introduce common TitleBuilder class for all diagnostics (#99)
  • LatLonProfiles: dask fix (#63) and fixes for description and PDF generation (#82)
  • Global Biases: add mean value and RMSE to global bias plot (#132)
  • Teleconnections: fix timmean assignment in ENSO, NAO, MJO diagnostics (#129)
  • Seaice: Add gridlines in maps (#125)
  • Add cross-check workflow for testing against aqua-core main or tag/branch (#126)
  • Ocean3D: adapt config files for new working datamodel (#122)
  • Add gridlines in sea ice maps (#125)
  • Ocean3D Drift: optimize load in memory (#120)
  • Rename tools/diagnostics with tools/collections (#111, #121)
  • Timeseries: CLI correctly works if reference is not provided (#109)
  • Base diagnostic cli should not forget config file reader_kwargs (#115)
  • Ocean3d trend: optimization of region computation in CLI (#105)
  • Remove pandas from environment files (#117)
  • Increase seaice tests approximation tolerance and fix base util tests (#112)
  • Ensemble: improve the coverage of the tests (#88)
  • Ensemble: fix tests after datamodel working in issue #156 (#526)
  • Ensemble: implementing find_vert_coord in ensemble zonal plotting function (#175)