v0.13.0
❄️ AQUA january release ❄️
Main changes are:
- Grids updated to work with operational O-25.1
- Compliance of the catalog generator to the O-25.1 data portfolio
- New 'Biases and Radiation' diagnostics replace the old 'AtmGlobalMean and Radiation'
- Push of figures to LUMI-O and improvements for aqua-web
Deprecated:
- aqua-analysis.sh script is deprecated and has been removed. Use aqua-analysis.py instead.
- cli_dummy.py script is deprecated and will be removed in the next release. Use the cli_checker.py instead.
AQUA core complete list:
- More general checksum checker for grids and observations ( #1550)
- Output dir including catalogue for aqua-analysis.py (#1640)
- Grids for O-25.1 cycle are added in the grids folder (they are v3) (#1647)
- deltat for fixer can now be specified in source metadata and not only in fixes (#1626)
- LRA generator integrates --rebuild flag to regenerate areas and weights. The --autosubmit option is removed (#1623)
- Hotfix for catgen tests (#1648)
- Experiment and dashboard metadata are now created with the catalog generator (#1637)
- Safety checks according to data frequency for HPC, bridge and request start/end dates in intake GSV (#1636, #1655)
- Experiment metadata for aqua-web and dashboard from catalog entry (#1633)
- Automatic identification of ocean grid in the catalog generator (#1621)
- OutputSaver can deduce the catalog name from the model, exp (#1627)
- Pin zarr<3.0.0 to avoid breaking changes (#1625)
- Units utility are now functions and not methods of FixerMixin (#1558)
- New cli_checker.py tool to check the existance of the required model in the catalog and rebuild the area files (#1619)
- Update the catalog generator to align with changes in the data portfolio (#1593)
- Adding ICON phase2 hpx6 and hpz9 grids (#1596)
- Push figures to LUMI-O for dashboard (#1582, #1607)
- Bridge_start_date and expver switching (#1597)
- Include all available figure metadata in content.json for dashboard/aqua-web (#1573)
- Upgrade LUMI module to 24.03 and to eccodes 2.39.0
AQUA diagnostics complete list:
- Old AtmoGlobalMean and Radiation diagnostics removed (#1622)
- --catalog is accepted by all the diagnostics altough it is not used by all of them yet (#1619)
- Timeseries: enabled region selection in the CLI (#1564)
- Ocean3d: Bugfix of values for Ocean trend function (#1583)
- Biases and Radiation: Refactoring of Bias and Radiation Diagnostics (#1243)
- Biases and Radiation: Fix Seasonal Bias Output in global_biases for NetCDF Saving Compatibility and other fixes (#1585, #1604, #1628)
- Biases and Radiation: Adding save_netcdf flag and function (#1510)
- Biases and Radiation: Integrating Updated OutputSaver (#1487)