Main changes:
- Introduce common
TitleBuilderclass for all diagnostics - Rename tools/diagnostics with tools/collections
- Histogram integration in AQUA analysis
- 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
TitleBuilderclass to use the parameter names in singular (#163) - Remove unused
select_regionmethod fromDiagnosticclass, 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
TitleBuilderclass 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
referenceis 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_coordin ensemble zonal plotting function (#175)